[arch-commits] Commit in gcr/repos (10 files)
Jan Steffens
heftig at archlinux.org
Thu Jul 28 08:50:18 UTC 2016
Date: Thursday, July 28, 2016 @ 08:50:18
Author: heftig
Revision: 272552
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gcr/repos/extra-i686/10-gcr.conf
(from rev 272551, gcr/trunk/10-gcr.conf)
gcr/repos/extra-i686/PKGBUILD
(from rev 272551, gcr/trunk/PKGBUILD)
gcr/repos/extra-x86_64/10-gcr.conf
(from rev 272551, gcr/trunk/10-gcr.conf)
gcr/repos/extra-x86_64/PKGBUILD
(from rev 272551, gcr/trunk/PKGBUILD)
Deleted:
gcr/repos/extra-i686/10-gcr.conf
gcr/repos/extra-i686/PKGBUILD
gcr/repos/extra-i686/gcr.install
gcr/repos/extra-x86_64/10-gcr.conf
gcr/repos/extra-x86_64/PKGBUILD
gcr/repos/extra-x86_64/gcr.install
--------------------------+
/10-gcr.conf | 6 ++
/PKGBUILD | 100 +++++++++++++++++++++++++++++++++++++++++++++
extra-i686/10-gcr.conf | 3 -
extra-i686/PKGBUILD | 51 ----------------------
extra-i686/gcr.install | 14 ------
extra-x86_64/10-gcr.conf | 3 -
extra-x86_64/PKGBUILD | 51 ----------------------
extra-x86_64/gcr.install | 14 ------
8 files changed, 106 insertions(+), 136 deletions(-)
Deleted: extra-i686/10-gcr.conf
===================================================================
--- extra-i686/10-gcr.conf 2016-07-28 08:49:57 UTC (rev 272551)
+++ extra-i686/10-gcr.conf 2016-07-28 08:50:18 UTC (rev 272552)
@@ -1,3 +0,0 @@
- at users - memlock 1024
-
-# vim:set ft=limits:
Copied: gcr/repos/extra-i686/10-gcr.conf (from rev 272551, gcr/trunk/10-gcr.conf)
===================================================================
--- extra-i686/10-gcr.conf (rev 0)
+++ extra-i686/10-gcr.conf 2016-07-28 08:50:18 UTC (rev 272552)
@@ -0,0 +1,3 @@
+ at users - memlock 1024
+
+# vim:set ft=limits:
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-07-28 08:49:57 UTC (rev 272551)
+++ extra-i686/PKGBUILD 2016-07-28 08:50:18 UTC (rev 272552)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gcr
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="A library for bits of crypto UI and parsing"
-arch=(i686 x86_64)
-url="http://www.gnome.org"
-license=('GPL2')
-depends=('dconf' 'desktop-file-utils' 'gtk3' 'libgcrypt' 'p11-kit')
-makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt')
-options=('!makeflags')
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
- 10-gcr.conf)
-sha256sums=('90572c626d8a708225560c42b4421f7941315247fa1679d4ef569bde7f4bb379'
- '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
-
-prepare() {
- mkdir path
- ln -s /usr/bin/python2 path/python
-}
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr \
- --libexec=/usr/lib/gcr \
- --disable-static \
- --disable-update-mime \
- --disable-schemas-compile
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-check() {
- cd "$pkgname-$pkgver"
- PATH="$srcdir/path:$PATH" dbus-run-session make -k check || :
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-
- # gcr wants to lock some memory to prevent swapping out private keys
- # https://bugs.archlinux.org/task/32616
- # https://bugzilla.gnome.org/show_bug.cgi?id=688161
- install -Dm644 ../10-gcr.conf "$pkgdir/etc/security/limits.d/10-gcr.conf"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: gcr/repos/extra-i686/PKGBUILD (from rev 272551, gcr/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-28 08:50:18 UTC (rev 272552)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gcr
+pkgver=3.20.0
+pkgrel=2
+pkgdesc="A library for bits of crypto UI and parsing"
+arch=(i686 x86_64)
+url="https://git.gnome.org/browse/gcr"
+license=('GPL2')
+depends=('dconf' 'gtk3' 'libgcrypt' 'p11-kit')
+makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt')
+options=('!makeflags')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+ 10-gcr.conf)
+sha256sums=('90572c626d8a708225560c42b4421f7941315247fa1679d4ef569bde7f4bb379'
+ '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+prepare() {
+ mkdir path
+ ln -s /usr/bin/python2 path/python
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr \
+ --libexec=/usr/lib/gcr \
+ --disable-static \
+ --disable-update-mime \
+ --disable-schemas-compile
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ PATH="$srcdir/path:$PATH" dbus-run-session make -k check || :
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+
+ # gcr wants to lock some memory to prevent swapping out private keys
+ # https://bugs.archlinux.org/task/32616
+ # https://bugzilla.gnome.org/show_bug.cgi?id=688161
+ install -Dm644 ../10-gcr.conf "$pkgdir/etc/security/limits.d/10-gcr.conf"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-i686/gcr.install
===================================================================
--- extra-i686/gcr.install 2016-07-28 08:49:57 UTC (rev 272551)
+++ extra-i686/gcr.install 2016-07-28 08:50:18 UTC (rev 272552)
@@ -1,14 +0,0 @@
-post_install () {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
- update-mime-database /usr/share/mime &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade () {
- post_install
-}
-
-post_remove() {
- post_install
-}
Deleted: extra-x86_64/10-gcr.conf
===================================================================
--- extra-x86_64/10-gcr.conf 2016-07-28 08:49:57 UTC (rev 272551)
+++ extra-x86_64/10-gcr.conf 2016-07-28 08:50:18 UTC (rev 272552)
@@ -1,3 +0,0 @@
- at users - memlock 1024
-
-# vim:set ft=limits:
Copied: gcr/repos/extra-x86_64/10-gcr.conf (from rev 272551, gcr/trunk/10-gcr.conf)
===================================================================
--- extra-x86_64/10-gcr.conf (rev 0)
+++ extra-x86_64/10-gcr.conf 2016-07-28 08:50:18 UTC (rev 272552)
@@ -0,0 +1,3 @@
+ at users - memlock 1024
+
+# vim:set ft=limits:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-07-28 08:49:57 UTC (rev 272551)
+++ extra-x86_64/PKGBUILD 2016-07-28 08:50:18 UTC (rev 272552)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gcr
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="A library for bits of crypto UI and parsing"
-arch=(i686 x86_64)
-url="http://www.gnome.org"
-license=('GPL2')
-depends=('dconf' 'desktop-file-utils' 'gtk3' 'libgcrypt' 'p11-kit')
-makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt')
-options=('!makeflags')
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
- 10-gcr.conf)
-sha256sums=('90572c626d8a708225560c42b4421f7941315247fa1679d4ef569bde7f4bb379'
- '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
-
-prepare() {
- mkdir path
- ln -s /usr/bin/python2 path/python
-}
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr \
- --libexec=/usr/lib/gcr \
- --disable-static \
- --disable-update-mime \
- --disable-schemas-compile
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-check() {
- cd "$pkgname-$pkgver"
- PATH="$srcdir/path:$PATH" dbus-run-session make -k check || :
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-
- # gcr wants to lock some memory to prevent swapping out private keys
- # https://bugs.archlinux.org/task/32616
- # https://bugzilla.gnome.org/show_bug.cgi?id=688161
- install -Dm644 ../10-gcr.conf "$pkgdir/etc/security/limits.d/10-gcr.conf"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: gcr/repos/extra-x86_64/PKGBUILD (from rev 272551, gcr/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-07-28 08:50:18 UTC (rev 272552)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gcr
+pkgver=3.20.0
+pkgrel=2
+pkgdesc="A library for bits of crypto UI and parsing"
+arch=(i686 x86_64)
+url="https://git.gnome.org/browse/gcr"
+license=('GPL2')
+depends=('dconf' 'gtk3' 'libgcrypt' 'p11-kit')
+makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt')
+options=('!makeflags')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+ 10-gcr.conf)
+sha256sums=('90572c626d8a708225560c42b4421f7941315247fa1679d4ef569bde7f4bb379'
+ '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+prepare() {
+ mkdir path
+ ln -s /usr/bin/python2 path/python
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr \
+ --libexec=/usr/lib/gcr \
+ --disable-static \
+ --disable-update-mime \
+ --disable-schemas-compile
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ PATH="$srcdir/path:$PATH" dbus-run-session make -k check || :
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+
+ # gcr wants to lock some memory to prevent swapping out private keys
+ # https://bugs.archlinux.org/task/32616
+ # https://bugzilla.gnome.org/show_bug.cgi?id=688161
+ install -Dm644 ../10-gcr.conf "$pkgdir/etc/security/limits.d/10-gcr.conf"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/gcr.install
===================================================================
--- extra-x86_64/gcr.install 2016-07-28 08:49:57 UTC (rev 272551)
+++ extra-x86_64/gcr.install 2016-07-28 08:50:18 UTC (rev 272552)
@@ -1,14 +0,0 @@
-post_install () {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
- update-mime-database /usr/share/mime &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade () {
- post_install
-}
-
-post_remove() {
- post_install
-}
More information about the arch-commits
mailing list