[arch-commits] Commit in gnome-control-center/repos (4 files)
Jan de Groot
jgc at archlinux.org
Wed Mar 15 09:35:02 UTC 2017
Date: Wednesday, March 15, 2017 @ 09:35:02
Author: jgc
Revision: 290864
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gnome-control-center/repos/extra-i686/PKGBUILD
(from rev 290863, gnome-control-center/trunk/PKGBUILD)
gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 290863, gnome-control-center/trunk/PKGBUILD)
Deleted:
gnome-control-center/repos/extra-i686/PKGBUILD
gnome-control-center/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 136 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 68 ------------------------
extra-x86_64/PKGBUILD | 68 ------------------------
3 files changed, 136 insertions(+), 136 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-03-15 09:34:56 UTC (rev 290863)
+++ extra-i686/PKGBUILD 2017-03-15 09:35:02 UTC (rev 290864)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-control-center
-pkgver=3.22.2
-pkgrel=1
-pkgdesc="GNOME's main interface to configure various aspects of the desktop"
-url="https://git.gnome.org/browse/gnome-control-center"
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
- gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas gtk3
- libgtop libnm-gtk sound-theme-freedesktop upower libpwquality
- gnome-color-manager smbclient libmm-glib libgnomekbd grilo clutter-gtk libibus
- cheese libgudev)
-makedepends=(intltool docbook-xsl modemmanager gnome-common git python)
-optdepends=('system-config-printer: Printer settings'
- 'gnome-user-share: Bluetooth and WebDAV file sharing'
- 'rygel: media sharing'
- 'vino: screen sharing'
- 'openssh: remote login')
-groups=(gnome)
-options=('!emptydirs')
-_commit=0399a04cf3a00311acce32e4b3fd4ef067a2fe77 # tags/GNOME_CONTROL_CENTER_3_22_2^0
-source=("git+https://git.gnome.org/browse/gnome-control-center#commit=$_commit"
- "git+https://git.gnome.org/browse/libgnome-volume-control"
- "git+https://git.gnome.org/browse/libgd")
-sha256sums=('SKIP'
- 'SKIP'
- 'SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-
- git submodule init
- git config --local submodule."panels/sound/gvc".url "$srcdir/libgnome-volume-control"
- git config --local submodule.libgd.url "$srcdir/libgd"
- git submodule update
-
- NOCONFIGURE=1 ./autogen.sh
-}
-
-
-build() {
- cd $pkgname
-
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --libexecdir=/usr/lib/$pkgname --disable-static
-
- #https://bugzilla.gnome.org/show_bug.cgi?id=656229
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
- make
-}
-
-package() {
- cd $pkgname
-
- make DESTDIR="$pkgdir" install
-
- install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}
Copied: gnome-control-center/repos/extra-i686/PKGBUILD (from rev 290863, gnome-control-center/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-15 09:35:02 UTC (rev 290864)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-control-center
+pkgver=3.22.2+2+g97e4d87ae
+pkgrel=1
+pkgdesc="GNOME's main interface to configure various aspects of the desktop"
+url="https://git.gnome.org/browse/gnome-control-center"
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas gtk3
+ libgtop libnm-gtk sound-theme-freedesktop upower libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo clutter-gtk libibus
+ cheese libgudev)
+makedepends=(intltool docbook-xsl modemmanager gnome-common git python)
+optdepends=('system-config-printer: Printer settings'
+ 'gnome-user-share: Bluetooth and WebDAV file sharing'
+ 'rygel: media sharing'
+ 'vino: screen sharing'
+ 'openssh: remote login')
+groups=(gnome)
+options=('!emptydirs')
+_commit=97e4d87ae8a123d5b1711ddbaba6bc0d3a0a39a8 # gnome-3-22
+source=("git+https://git.gnome.org/browse/gnome-control-center#commit=$_commit"
+ "git+https://git.gnome.org/browse/libgnome-volume-control"
+ "git+https://git.gnome.org/browse/libgd")
+sha256sums=('SKIP'
+ 'SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+
+ git submodule init
+ git config --local submodule."panels/sound/gvc".url "$srcdir/libgnome-volume-control"
+ git config --local submodule.libgd.url "$srcdir/libgd"
+ git submodule update
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+
+build() {
+ cd $pkgname
+
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib/$pkgname --disable-static
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=656229
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+ make
+}
+
+package() {
+ cd $pkgname
+
+ make DESTDIR="$pkgdir" install
+
+ install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-03-15 09:34:56 UTC (rev 290863)
+++ extra-x86_64/PKGBUILD 2017-03-15 09:35:02 UTC (rev 290864)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-control-center
-pkgver=3.22.2
-pkgrel=1
-pkgdesc="GNOME's main interface to configure various aspects of the desktop"
-url="https://git.gnome.org/browse/gnome-control-center"
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
- gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas gtk3
- libgtop libnm-gtk sound-theme-freedesktop upower libpwquality
- gnome-color-manager smbclient libmm-glib libgnomekbd grilo clutter-gtk libibus
- cheese libgudev)
-makedepends=(intltool docbook-xsl modemmanager gnome-common git python)
-optdepends=('system-config-printer: Printer settings'
- 'gnome-user-share: Bluetooth and WebDAV file sharing'
- 'rygel: media sharing'
- 'vino: screen sharing'
- 'openssh: remote login')
-groups=(gnome)
-options=('!emptydirs')
-_commit=0399a04cf3a00311acce32e4b3fd4ef067a2fe77 # tags/GNOME_CONTROL_CENTER_3_22_2^0
-source=("git+https://git.gnome.org/browse/gnome-control-center#commit=$_commit"
- "git+https://git.gnome.org/browse/libgnome-volume-control"
- "git+https://git.gnome.org/browse/libgd")
-sha256sums=('SKIP'
- 'SKIP'
- 'SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-
- git submodule init
- git config --local submodule."panels/sound/gvc".url "$srcdir/libgnome-volume-control"
- git config --local submodule.libgd.url "$srcdir/libgd"
- git submodule update
-
- NOCONFIGURE=1 ./autogen.sh
-}
-
-
-build() {
- cd $pkgname
-
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --libexecdir=/usr/lib/$pkgname --disable-static
-
- #https://bugzilla.gnome.org/show_bug.cgi?id=656229
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
- make
-}
-
-package() {
- cd $pkgname
-
- make DESTDIR="$pkgdir" install
-
- install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}
Copied: gnome-control-center/repos/extra-x86_64/PKGBUILD (from rev 290863, gnome-control-center/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-03-15 09:35:02 UTC (rev 290864)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-control-center
+pkgver=3.22.2+2+g97e4d87ae
+pkgrel=1
+pkgdesc="GNOME's main interface to configure various aspects of the desktop"
+url="https://git.gnome.org/browse/gnome-control-center"
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas gtk3
+ libgtop libnm-gtk sound-theme-freedesktop upower libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo clutter-gtk libibus
+ cheese libgudev)
+makedepends=(intltool docbook-xsl modemmanager gnome-common git python)
+optdepends=('system-config-printer: Printer settings'
+ 'gnome-user-share: Bluetooth and WebDAV file sharing'
+ 'rygel: media sharing'
+ 'vino: screen sharing'
+ 'openssh: remote login')
+groups=(gnome)
+options=('!emptydirs')
+_commit=97e4d87ae8a123d5b1711ddbaba6bc0d3a0a39a8 # gnome-3-22
+source=("git+https://git.gnome.org/browse/gnome-control-center#commit=$_commit"
+ "git+https://git.gnome.org/browse/libgnome-volume-control"
+ "git+https://git.gnome.org/browse/libgd")
+sha256sums=('SKIP'
+ 'SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+
+ git submodule init
+ git config --local submodule."panels/sound/gvc".url "$srcdir/libgnome-volume-control"
+ git config --local submodule.libgd.url "$srcdir/libgd"
+ git submodule update
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+
+build() {
+ cd $pkgname
+
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib/$pkgname --disable-static
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=656229
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+ make
+}
+
+package() {
+ cd $pkgname
+
+ make DESTDIR="$pkgdir" install
+
+ install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}
More information about the arch-commits
mailing list