[arch-commits] Commit in gnome-control-center/repos (4 files)
Jan Steffens
heftig at archlinux.org
Sat Jul 22 18:14:49 UTC 2017
Date: Saturday, July 22, 2017 @ 18:14:47
Author: heftig
Revision: 301157
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gnome-control-center/repos/extra-i686/PKGBUILD
(from rev 301156, gnome-control-center/trunk/PKGBUILD)
gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 301156, 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-07-22 18:14:17 UTC (rev 301156)
+++ extra-i686/PKGBUILD 2017-07-22 18:14:47 UTC (rev 301157)
@@ -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.24.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=e44054466a35e637e0b8cb88cf676f94a9f40dc8 # tags/GNOME_CONTROL_CENTER_3_24_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 301156, gnome-control-center/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-22 18:14:47 UTC (rev 301157)
@@ -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.24.3
+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=fa4bea1383c11ec6e1f27f6b850104a98d4d2a0c # tags/GNOME_CONTROL_CENTER_3_24_3^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"
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-07-22 18:14:17 UTC (rev 301156)
+++ extra-x86_64/PKGBUILD 2017-07-22 18:14:47 UTC (rev 301157)
@@ -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.24.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=e44054466a35e637e0b8cb88cf676f94a9f40dc8 # tags/GNOME_CONTROL_CENTER_3_24_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 301156, gnome-control-center/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-07-22 18:14:47 UTC (rev 301157)
@@ -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.24.3
+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=fa4bea1383c11ec6e1f27f6b850104a98d4d2a0c # tags/GNOME_CONTROL_CENTER_3_24_3^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"
+}
More information about the arch-commits
mailing list