Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
c511f35d
Commit
c511f35d
authored
5 years ago
by
Luca Weiss
Browse files
Options
Downloads
Patches
Plain Diff
main/zeitgeist: upgrade to 1.0.2
parent
c4c8bbe9
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#196636
failed
5 years ago
Stage: first
Stage: second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/zeitgeist/APKBUILD
+6
-8
6 additions, 8 deletions
main/zeitgeist/APKBUILD
main/zeitgeist/gettext_0.20.patch
+13
-0
13 additions, 0 deletions
main/zeitgeist/gettext_0.20.patch
with
19 additions
and
8 deletions
main/zeitgeist/APKBUILD
+
6
−
8
View file @
c511f35d
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname
=
zeitgeist
pkgver
=
1.0.
1
pkgver
=
1.0.
2
pkgrel
=
0
pkgdesc
=
"Activity logging framework"
arch
=
"x86_64"
url
=
"https://zeitgeist.freedesktop.org/"
license
=
"LGPL-2.1"
depends
=
""
depends_dev
=
"sqlite-dev gobject-introspection-dev xapian-core-dev telepathy-glib-dev gtk+3.0-dev json-glib-dev"
makedepends
=
"
$depends_dev
autoconf automake gettext gettext-dev libtool python3 vala git raptor2 py-rdflib"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://gitlab.freedesktop.org/
$pkgname
/
$pkgname
/-/archive/v
$pkgver
/
$pkgname
-v
$pkgver
.tar.gz"
makedepends
=
"
$depends_dev
autoconf automake gettext-dev libtool python3 py3-rdflib vala git raptor2"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://gitlab.freedesktop.org/
$pkgname
/
$pkgname
/-/archive/v
$pkgver
/
$pkgname
-v
$pkgver
.tar.gz
gettext_0.20.patch"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
builddir
=
"
$srcdir
/
$pkgname
-v
$pkgver
"
options
=
"!check"
# Needs D-Bus server, see https://gitlab.freedesktop.org/zeitgeist/zeitgeist/issues/4
...
...
@@ -18,7 +18,6 @@ options="!check" # Needs D-Bus server, see https://gitlab.freedesktop.org/zeitge
prepare
()
{
default_prepare
cd
"
$builddir
"
NOCONFIGURE
=
1 ./autogen.sh
}
...
...
@@ -38,13 +37,12 @@ build() {
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"58c190daf705141ac06df53d8b928ed615ea98eeaec23f6418a8cff447e9ab32955166266f62175b1ce01fefcef80f46a6095c1df240b00f06a3f1fc73b07ae6 zeitgeist-1.0.1.tar.gz"
sha512sums
=
"077c2b751b5cb96efc5da6e47336456e1dec4238b1d252218c6da137049dd0c61d518b6079e632fbbfe5edeced0c89e922c826aed1f0811fd6a29ad89abd53ae zeitgeist-1.0.2.tar.gz
db47a77efe7ba5cc3f71a9a2d438359c8c9a8dcd2e016726f7776d373177c863e848e4ed4525df66237c79fbf94e3cad3e2844ac685a90e663680cb71e44ff5d gettext_0.20.patch"
This diff is collapsed.
Click to expand it.
main/zeitgeist/gettext_0.20.patch
0 → 100644
+
13
−
0
View file @
c511f35d
diff --git a/configure.ac b/configure.ac
index 14d8efa..3ea1cc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@
AM_SILENT_RULES([yes])
GETTEXT_PACKAGE=AC_PACKAGE_NAME
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, ["$GETTEXT_PACKAGE"], [Define the gettext package to be used])
-AM_GNU_GETTEXT_VERSION([0.19])
+AM_GNU_GETTEXT_VERSION([0.20])
AM_GNU_GETTEXT([external])
AC_SUBST(CFLAGS)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment