Date: Sunday, August 7, 2016 @ 14:21:07 Author: bgyorgy Revision: 185875
archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: mate-panel-gtk3/repos/community-testing-i686/PKGBUILD (from rev 185874, mate-panel-gtk3/trunk/PKGBUILD) mate-panel-gtk3/repos/community-testing-x86_64/PKGBUILD (from rev 185874, mate-panel-gtk3/trunk/PKGBUILD) Deleted: mate-panel-gtk3/repos/community-testing-i686/PKGBUILD mate-panel-gtk3/repos/community-testing-x86_64/PKGBUILD -----------------------------------+ /PKGBUILD | 76 ++++++++++++++++++++++++++++++++++++ community-testing-i686/PKGBUILD | 38 ------------------ community-testing-x86_64/PKGBUILD | 38 ------------------ 3 files changed, 76 insertions(+), 76 deletions(-) Deleted: community-testing-i686/PKGBUILD =================================================================== --- community-testing-i686/PKGBUILD 2016-08-07 14:21:00 UTC (rev 185874) +++ community-testing-i686/PKGBUILD 2016-08-07 14:21:07 UTC (rev 185875) @@ -1,38 +0,0 @@ -# Contributor: Martin Wimpress <c...@flexion.org> - -_ver=1.14 -_pkgbase=mate-panel -pkgname=${_pkgbase}-gtk3 -pkgver=${_ver}.1 -pkgrel=1 -pkgdesc="The MATE Panel (GTK3 version)" -url="http://mate-desktop.org" -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 'mate-menus' 'mate-desktop-gtk3') -makedepends=('intltool' 'itstool' 'gobject-introspection') -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz") -groups=('mate-gtk3') -conflicts=("${_pkgbase}") -sha1sums=('c7dac4caafef90b6f639b8a6a43ca1e98c1802cc') - -build() { - cd "${srcdir}/${_pkgbase}-${pkgver}" - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib/${_pkgbase} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --with-gtk=3.0 \ - --enable-introspection - - #https://bugzilla.gnome.org/show_bug.cgi?id=656231 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd "${srcdir}/${_pkgbase}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: mate-panel-gtk3/repos/community-testing-i686/PKGBUILD (from rev 185874, mate-panel-gtk3/trunk/PKGBUILD) =================================================================== --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2016-08-07 14:21:07 UTC (rev 185875) @@ -0,0 +1,38 @@ +# Contributor: Martin Wimpress <c...@flexion.org> + +_ver=1.14 +_pkgbase=mate-panel +pkgname=${_pkgbase}-gtk3 +pkgver=${_ver}.1 +pkgrel=2 +pkgdesc="The MATE Panel (GTK3 version)" +url="http://mate-desktop.org" +arch=('i686' 'x86_64') +license=('GPL') +depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather-gtk3' 'libsm' 'mate-menus' 'mate-desktop-gtk3') +makedepends=('intltool' 'itstool' 'gobject-introspection') +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz") +groups=('mate-gtk3') +conflicts=("${_pkgbase}") +sha1sums=('c7dac4caafef90b6f639b8a6a43ca1e98c1802cc') + +build() { + cd "${srcdir}/${_pkgbase}-${pkgver}" + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/${_pkgbase} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-gtk=3.0 \ + --enable-introspection + + #https://bugzilla.gnome.org/show_bug.cgi?id=656231 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd "${srcdir}/${_pkgbase}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: community-testing-x86_64/PKGBUILD =================================================================== --- community-testing-x86_64/PKGBUILD 2016-08-07 14:21:00 UTC (rev 185874) +++ community-testing-x86_64/PKGBUILD 2016-08-07 14:21:07 UTC (rev 185875) @@ -1,38 +0,0 @@ -# Contributor: Martin Wimpress <c...@flexion.org> - -_ver=1.14 -_pkgbase=mate-panel -pkgname=${_pkgbase}-gtk3 -pkgver=${_ver}.1 -pkgrel=1 -pkgdesc="The MATE Panel (GTK3 version)" -url="http://mate-desktop.org" -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 'mate-menus' 'mate-desktop-gtk3') -makedepends=('intltool' 'itstool' 'gobject-introspection') -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz") -groups=('mate-gtk3') -conflicts=("${_pkgbase}") -sha1sums=('c7dac4caafef90b6f639b8a6a43ca1e98c1802cc') - -build() { - cd "${srcdir}/${_pkgbase}-${pkgver}" - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib/${_pkgbase} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --with-gtk=3.0 \ - --enable-introspection - - #https://bugzilla.gnome.org/show_bug.cgi?id=656231 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd "${srcdir}/${_pkgbase}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: mate-panel-gtk3/repos/community-testing-x86_64/PKGBUILD (from rev 185874, mate-panel-gtk3/trunk/PKGBUILD) =================================================================== --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2016-08-07 14:21:07 UTC (rev 185875) @@ -0,0 +1,38 @@ +# Contributor: Martin Wimpress <c...@flexion.org> + +_ver=1.14 +_pkgbase=mate-panel +pkgname=${_pkgbase}-gtk3 +pkgver=${_ver}.1 +pkgrel=2 +pkgdesc="The MATE Panel (GTK3 version)" +url="http://mate-desktop.org" +arch=('i686' 'x86_64') +license=('GPL') +depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather-gtk3' 'libsm' 'mate-menus' 'mate-desktop-gtk3') +makedepends=('intltool' 'itstool' 'gobject-introspection') +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz") +groups=('mate-gtk3') +conflicts=("${_pkgbase}") +sha1sums=('c7dac4caafef90b6f639b8a6a43ca1e98c1802cc') + +build() { + cd "${srcdir}/${_pkgbase}-${pkgver}" + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/${_pkgbase} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-gtk=3.0 \ + --enable-introspection + + #https://bugzilla.gnome.org/show_bug.cgi?id=656231 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd "${srcdir}/${_pkgbase}-${pkgver}" + make DESTDIR="${pkgdir}" install +}