[arch-commits] Commit in four-in-a-row/trunk (PKGBUILD four-in-a-row.install)

Jan de Groot jgc at nymeria.archlinux.org
Mon Apr 14 18:44:51 UTC 2014


    Date: Monday, April 14, 2014 @ 20:44:50
  Author: jgc
Revision: 210375

upgpkg: four-in-a-row 3.12.1-1
Remove update-desktop-database calls

Modified:
  four-in-a-row/trunk/PKGBUILD
  four-in-a-row/trunk/four-in-a-row.install

-----------------------+
 PKGBUILD              |    8 ++++----
 four-in-a-row.install |    1 -
 2 files changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-14 18:42:09 UTC (rev 210374)
+++ PKGBUILD	2014-04-14 18:44:50 UTC (rev 210375)
@@ -3,12 +3,12 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=four-in-a-row
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc="Make lines of the same color to win"
 arch=('i686' 'x86_64')
 license=('GPL3')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
 makedepends=('intltool' 'itstool' 'gobject-introspection')
 conflicts=('gnome-games')
 replaces=('gnome-games')
@@ -16,8 +16,8 @@
 install=four-in-a-row.install
 url="https://live.gnome.org/Four-in-a-row"
 groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bca7f688e04dea65797fdb8ed5bfa110e8e8a00906ab8d7b7d9e3886777b58a7')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b7a999a689a0a208b6daad807ffcb56a65a70f11e311c43c44ca719700291dfe')
 
 build() {
   cd $pkgname-$pkgver

Modified: four-in-a-row.install
===================================================================
--- four-in-a-row.install	2014-04-14 18:42:09 UTC (rev 210374)
+++ four-in-a-row.install	2014-04-14 18:44:50 UTC (rev 210375)
@@ -1,6 +1,5 @@
 post_install() {
   glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
   gtk-update-icon-cache -f -q usr/share/icons/hicolor
 }
 




More information about the arch-commits mailing list