[arch-commits] Commit in gnome-panel/repos (4 files)

Balló György bgyorgy at archlinux.org
Thu Oct 6 16:33:45 UTC 2016


    Date: Thursday, October 6, 2016 @ 16:33:45
  Author: bgyorgy
Revision: 191496

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gnome-panel/repos/community-i686/PKGBUILD
    (from rev 191495, gnome-panel/trunk/PKGBUILD)
  gnome-panel/repos/community-x86_64/PKGBUILD
    (from rev 191495, gnome-panel/trunk/PKGBUILD)
Deleted:
  gnome-panel/repos/community-i686/PKGBUILD
  gnome-panel/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   66 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 ----------------------
 community-x86_64/PKGBUILD |   33 ----------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-10-06 16:33:38 UTC (rev 191495)
+++ community-i686/PKGBUILD	2016-10-06 16:33:45 UTC (rev 191496)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-panel
-pkgver=3.20.0
-pkgrel=2
-pkgdesc="Panel of GNOME Flashback"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Projects/GnomePanel"
-license=('GPL')
-depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libwnck3')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('alacarte: Main menu editor'
-            'gnome-applets: Extra applets for the panel')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('feb5b83f6d9fbbe0885d30f779025f1ffa09ed6f49c8ea3d7d5967bd5a1ef6c2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-              --disable-schemas-compile
-
-  #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-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-panel/repos/community-i686/PKGBUILD (from rev 191495, gnome-panel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-06 16:33:45 UTC (rev 191496)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-panel
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Panel of GNOME Flashback"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/GnomePanel"
+license=('GPL')
+depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libgdm' 'libwnck3')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('alacarte: Main menu editor'
+            'gnome-applets: Extra applets for the panel')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b523cb27e197f138d4c4f01f55700348c68563b6a6eb03fd102c20b370175cd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-schemas-compile
+
+  #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-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-10-06 16:33:38 UTC (rev 191495)
+++ community-x86_64/PKGBUILD	2016-10-06 16:33:45 UTC (rev 191496)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-panel
-pkgver=3.20.0
-pkgrel=2
-pkgdesc="Panel of GNOME Flashback"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Projects/GnomePanel"
-license=('GPL')
-depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libwnck3')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('alacarte: Main menu editor'
-            'gnome-applets: Extra applets for the panel')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('feb5b83f6d9fbbe0885d30f779025f1ffa09ed6f49c8ea3d7d5967bd5a1ef6c2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-              --disable-schemas-compile
-
-  #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-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-panel/repos/community-x86_64/PKGBUILD (from rev 191495, gnome-panel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-06 16:33:45 UTC (rev 191496)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-panel
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Panel of GNOME Flashback"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/GnomePanel"
+license=('GPL')
+depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libgdm' 'libwnck3')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('alacarte: Main menu editor'
+            'gnome-applets: Extra applets for the panel')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b523cb27e197f138d4c4f01f55700348c68563b6a6eb03fd102c20b370175cd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-schemas-compile
+
+  #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-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list