Date: Wednesday, November 1, 2017 @ 18:49:42 Author: heftig Revision: 308819
archrelease: copy trunk to extra-i686, extra-x86_64 Added: gnome-settings-daemon/repos/extra-i686/PKGBUILD (from rev 308818, gnome-settings-daemon/trunk/PKGBUILD) gnome-settings-daemon/repos/extra-x86_64/PKGBUILD (from rev 308818, gnome-settings-daemon/trunk/PKGBUILD) Deleted: gnome-settings-daemon/repos/extra-i686/PKGBUILD gnome-settings-daemon/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 104 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 52 ------------------------ extra-x86_64/PKGBUILD | 52 ------------------------ 3 files changed, 104 insertions(+), 104 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2017-11-01 18:49:02 UTC (rev 308818) +++ extra-i686/PKGBUILD 2017-11-01 18:49:42 UTC (rev 308819) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> - -pkgname=gnome-settings-daemon -pkgver=3.26.1 -pkgrel=1 -pkgdesc="GNOME Settings Daemon" -url="https://git.gnome.org/browse/gnome-settings-daemon" -arch=(i686 x86_64) -license=(GPL) -depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse libnotify libsystemd - libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather geocode-glib geoclue2 nss - libgudev gtk3-print-backends libnm) -makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git gnome-common) -groups=(gnome) -_commit=6900cc05c4c3401a530dce580d405596474d47ef # tags/GNOME_SETTINGS_DAEMON_3_26_1^0 -source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit" - "git+https://git.gnome.org/browse/libgnome-volume-control") -sha256sums=('SKIP' - 'SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g' -} - -prepare() { - cd $pkgname - - git submodule init - git config --local submodule."panels/media-keys/gvc".url "$srcdir/libgnome-volume-control" - 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=656231 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} Copied: gnome-settings-daemon/repos/extra-i686/PKGBUILD (from rev 308818, gnome-settings-daemon/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-11-01 18:49:42 UTC (rev 308819) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> + +pkgname=gnome-settings-daemon +pkgver=3.26.1+9+ge973b2e8 +pkgrel=1 +pkgdesc="GNOME Settings Daemon" +url="https://git.gnome.org/browse/gnome-settings-daemon" +arch=(i686 x86_64) +license=(GPL) +depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse libnotify libsystemd + libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather geocode-glib geoclue2 nss + libgudev gtk3-print-backends libnm) +makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git gnome-common) +groups=(gnome) +_commit=e973b2e8870f7186954c3cfa7017ae8090a0ee02 # master +source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit" + "git+https://git.gnome.org/browse/libgnome-volume-control") +sha256sums=('SKIP' + 'SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgname + + git submodule init + git config --local submodule."panels/media-keys/gvc".url "$srcdir/libgnome-volume-control" + 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=656231 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2017-11-01 18:49:02 UTC (rev 308818) +++ extra-x86_64/PKGBUILD 2017-11-01 18:49:42 UTC (rev 308819) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> - -pkgname=gnome-settings-daemon -pkgver=3.26.1 -pkgrel=1 -pkgdesc="GNOME Settings Daemon" -url="https://git.gnome.org/browse/gnome-settings-daemon" -arch=(i686 x86_64) -license=(GPL) -depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse libnotify libsystemd - libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather geocode-glib geoclue2 nss - libgudev gtk3-print-backends libnm) -makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git gnome-common) -groups=(gnome) -_commit=6900cc05c4c3401a530dce580d405596474d47ef # tags/GNOME_SETTINGS_DAEMON_3_26_1^0 -source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit" - "git+https://git.gnome.org/browse/libgnome-volume-control") -sha256sums=('SKIP' - 'SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g' -} - -prepare() { - cd $pkgname - - git submodule init - git config --local submodule."panels/media-keys/gvc".url "$srcdir/libgnome-volume-control" - 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=656231 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} Copied: gnome-settings-daemon/repos/extra-x86_64/PKGBUILD (from rev 308818, gnome-settings-daemon/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2017-11-01 18:49:42 UTC (rev 308819) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> + +pkgname=gnome-settings-daemon +pkgver=3.26.1+9+ge973b2e8 +pkgrel=1 +pkgdesc="GNOME Settings Daemon" +url="https://git.gnome.org/browse/gnome-settings-daemon" +arch=(i686 x86_64) +license=(GPL) +depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse libnotify libsystemd + libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather geocode-glib geoclue2 nss + libgudev gtk3-print-backends libnm) +makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git gnome-common) +groups=(gnome) +_commit=e973b2e8870f7186954c3cfa7017ae8090a0ee02 # master +source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit" + "git+https://git.gnome.org/browse/libgnome-volume-control") +sha256sums=('SKIP' + 'SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgname + + git submodule init + git config --local submodule."panels/media-keys/gvc".url "$srcdir/libgnome-volume-control" + 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=656231 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +}