Skip to content
Snippets Groups Projects
Commit 76851ff0 authored by Jan de Groot's avatar Jan de Groot
Browse files

upgpkg: 1:3.20.0+16+gbf8aa97-1

parent 7c3c6578
No related branches found
No related tags found
No related merge requests found
......@@ -3,22 +3,33 @@
pkgname=gnome-keyring
epoch=1
pkgver=3.20.0
pkgrel=2
pkgver=3.20.0+16+gbf8aa97
pkgrel=1
pkgdesc="Stores passwords and encryption keys"
url="https://wiki.gnome.org/Projects/GnomeKeyring"
arch=(i686 x86_64)
license=('GPL' 'LGPL')
depends=('gcr' 'libcap-ng')
makedepends=('intltool' 'gtk-doc')
makedepends=('intltool' 'gtk-doc' gnome-common git python)
groups=('gnome')
options=('!emptydirs')
install=gnome-keyring.install
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
sha256sums=('bc17cecd748a0e46e302171d11c3ae3d76bba5258c441fabec3786f418e7ec99')
_commit=bf8aa977e4cadadeb12e950231837b339a525d32 # master
source=("git://git.gnome.org/gnome-keyring#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd $pkgname
git describe --tags | sed 's/-/+/g'
}
prepare() {
cd $pkgname
NOCONFIGURE=1 ./autogen.sh
}
build() {
cd "$pkgname-$pkgver"
cd "$pkgname"
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static \
--libexecdir=/usr/lib/gnome-keyring \
......@@ -29,6 +40,6 @@ build() {
}
package() {
cd "$pkgname-$pkgver"
cd "$pkgname"
make DESTDIR="$pkgdir" install
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment