[arch-commits] Commit in gnome-pie/repos (8 files)

Balló György bgyorgy at archlinux.org
Sun Nov 1 09:10:40 UTC 2015


    Date: Sunday, November 1, 2015 @ 10:10:40
  Author: bgyorgy
Revision: 145400

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

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

------------------------------------+
 /PKGBUILD                          |   60 +++++++++++++++++++++++++++++++++++
 /gnome-pie.install                 |   22 ++++++++++++
 community-i686/PKGBUILD            |   29 ----------------
 community-i686/gnome-pie.install   |   11 ------
 community-x86_64/PKGBUILD          |   29 ----------------
 community-x86_64/gnome-pie.install |   11 ------
 6 files changed, 82 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-01 09:10:32 UTC (rev 145399)
+++ community-i686/PKGBUILD	2015-11-01 09:10:40 UTC (rev 145400)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-pie
-_pkgname=Gnome-Pie
-pkgver=0.6.5
-pkgrel=1
-pkgdesc="Circular application launcher for GNOME"
-arch=('i686' 'x86_64')
-url="http://gnome-pie.simonschneegans.de/"
-license=('GPL')
-depends=('bamf' 'libgee' 'gnome-menus')
-makedepends=('cmake' 'vala')
-install=$pkgname.install
-source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz)
-md5sums=('5799443c816640d8608e512eb523e3a2')
-
-build() {
-  cd $_pkgname-$pkgver
-  [[ -d build ]] || mkdir build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-pie/repos/community-i686/PKGBUILD (from rev 145399, gnome-pie/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-01 09:10:40 UTC (rev 145400)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-pie
+_pkgname=Gnome-Pie
+pkgver=0.6.8
+pkgrel=1
+pkgdesc="Circular application launcher for GNOME"
+arch=('i686' 'x86_64')
+url="http://gnome-pie.simonschneegans.de/"
+license=('GPL')
+depends=('bamf' 'libarchive' 'libgee' 'gnome-menus')
+makedepends=('cmake' 'vala')
+install=$pkgname.install
+source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz)
+md5sums=('d031616c872d9926c958a917b348f69c')
+
+build() {
+  cd $_pkgname-$pkgver
+  ./resources/locale/compile-po.sh
+  [[ -d build ]] || mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gnome-pie.install
===================================================================
--- community-i686/gnome-pie.install	2015-11-01 09:10:32 UTC (rev 145399)
+++ community-i686/gnome-pie.install	2015-11-01 09:10:40 UTC (rev 145400)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gnome-pie/repos/community-i686/gnome-pie.install (from rev 145399, gnome-pie/trunk/gnome-pie.install)
===================================================================
--- community-i686/gnome-pie.install	                        (rev 0)
+++ community-i686/gnome-pie.install	2015-11-01 09:10:40 UTC (rev 145400)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-01 09:10:32 UTC (rev 145399)
+++ community-x86_64/PKGBUILD	2015-11-01 09:10:40 UTC (rev 145400)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-pie
-_pkgname=Gnome-Pie
-pkgver=0.6.5
-pkgrel=1
-pkgdesc="Circular application launcher for GNOME"
-arch=('i686' 'x86_64')
-url="http://gnome-pie.simonschneegans.de/"
-license=('GPL')
-depends=('bamf' 'libgee' 'gnome-menus')
-makedepends=('cmake' 'vala')
-install=$pkgname.install
-source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz)
-md5sums=('5799443c816640d8608e512eb523e3a2')
-
-build() {
-  cd $_pkgname-$pkgver
-  [[ -d build ]] || mkdir build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-pie/repos/community-x86_64/PKGBUILD (from rev 145399, gnome-pie/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-01 09:10:40 UTC (rev 145400)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-pie
+_pkgname=Gnome-Pie
+pkgver=0.6.8
+pkgrel=1
+pkgdesc="Circular application launcher for GNOME"
+arch=('i686' 'x86_64')
+url="http://gnome-pie.simonschneegans.de/"
+license=('GPL')
+depends=('bamf' 'libarchive' 'libgee' 'gnome-menus')
+makedepends=('cmake' 'vala')
+install=$pkgname.install
+source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz)
+md5sums=('d031616c872d9926c958a917b348f69c')
+
+build() {
+  cd $_pkgname-$pkgver
+  ./resources/locale/compile-po.sh
+  [[ -d build ]] || mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/gnome-pie.install
===================================================================
--- community-x86_64/gnome-pie.install	2015-11-01 09:10:32 UTC (rev 145399)
+++ community-x86_64/gnome-pie.install	2015-11-01 09:10:40 UTC (rev 145400)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gnome-pie/repos/community-x86_64/gnome-pie.install (from rev 145399, gnome-pie/trunk/gnome-pie.install)
===================================================================
--- community-x86_64/gnome-pie.install	                        (rev 0)
+++ community-x86_64/gnome-pie.install	2015-11-01 09:10:40 UTC (rev 145400)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list