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

Balló György bgyorgy at archlinux.org
Tue Jul 12 22:26:27 UTC 2016


    Date: Tuesday, July 12, 2016 @ 22:26:27
  Author: bgyorgy
Revision: 182793

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

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

--------------------------------------+
 /PKGBUILD                            |   66 +++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD              |   34 -----------------
 community-i686/gnome-panel.install   |   12 ------
 community-x86_64/PKGBUILD            |   34 -----------------
 community-x86_64/gnome-panel.install |   12 ------
 5 files changed, 66 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-07-12 22:26:21 UTC (rev 182792)
+++ community-i686/PKGBUILD	2016-07-12 22:26:27 UTC (rev 182793)
@@ -1,34 +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=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' 'libwnck3')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('alacarte: Main menu editor'
-            'gnome-applets: Extra applets for the panel')
-install=$pkgname.install
-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 182792, gnome-panel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-07-12 22:26:27 UTC (rev 182793)
@@ -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.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
+}

Deleted: community-i686/gnome-panel.install
===================================================================
--- community-i686/gnome-panel.install	2016-07-12 22:26:21 UTC (rev 182792)
+++ community-i686/gnome-panel.install	2016-07-12 22:26:27 UTC (rev 182793)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-07-12 22:26:21 UTC (rev 182792)
+++ community-x86_64/PKGBUILD	2016-07-12 22:26:27 UTC (rev 182793)
@@ -1,34 +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=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' 'libwnck3')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('alacarte: Main menu editor'
-            'gnome-applets: Extra applets for the panel')
-install=$pkgname.install
-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 182792, gnome-panel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-07-12 22:26:27 UTC (rev 182793)
@@ -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.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
+}

Deleted: community-x86_64/gnome-panel.install
===================================================================
--- community-x86_64/gnome-panel.install	2016-07-12 22:26:21 UTC (rev 182792)
+++ community-x86_64/gnome-panel.install	2016-07-12 22:26:27 UTC (rev 182793)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list