[arch-commits] Commit in gnome-icon-theme-extras/repos/extra-any (4 files)
Jan Steffens
heftig at archlinux.org
Wed Apr 15 22:03:08 UTC 2015
Date: Thursday, April 16, 2015 @ 00:03:07
Author: heftig
Revision: 237211
archrelease: copy trunk to extra-any
Added:
gnome-icon-theme-extras/repos/extra-any/PKGBUILD
(from rev 237210, gnome-icon-theme-extras/trunk/PKGBUILD)
gnome-icon-theme-extras/repos/extra-any/gnome-icon-theme-extras.install
(from rev 237210, gnome-icon-theme-extras/trunk/gnome-icon-theme-extras.install)
Deleted:
gnome-icon-theme-extras/repos/extra-any/PKGBUILD
gnome-icon-theme-extras/repos/extra-any/gnome-icon-theme-extras.install
---------------------------------+
PKGBUILD | 55 ++++++++++++++++++--------------------
gnome-icon-theme-extras.install | 22 +++++++--------
2 files changed, 38 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-15 22:02:27 UTC (rev 237210)
+++ PKGBUILD 2015-04-15 22:03:07 UTC (rev 237211)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-icon-theme-extras
-pkgver=3.12.0
-pkgrel=1
-pkgdesc="GNOME icon theme, extra icons"
-arch=(any)
-depends=('gnome-icon-theme')
-makedepends=('intltool')
-url="http://www.gnome.org"
-license=('GPL')
-install=gnome-icon-theme-extras.install
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4eec6cea8a7b09c4ed6ebab1a3b42539b9c61a53bec4b8872e774611cc619608')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: gnome-icon-theme-extras/repos/extra-any/PKGBUILD (from rev 237210, gnome-icon-theme-extras/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-04-15 22:03:07 UTC (rev 237211)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-icon-theme-extras
+pkgver=3.12.0
+pkgrel=2
+pkgdesc="GNOME icon theme, extra icons"
+arch=(any)
+depends=('gnome-icon-theme')
+makedepends=('intltool' 'icon-naming-utils')
+url="http://www.gnome.org"
+license=('GPL')
+install=gnome-icon-theme-extras.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4eec6cea8a7b09c4ed6ebab1a3b42539b9c61a53bec4b8872e774611cc619608')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: gnome-icon-theme-extras.install
===================================================================
--- gnome-icon-theme-extras.install 2015-04-15 22:02:27 UTC (rev 237210)
+++ gnome-icon-theme-extras.install 2015-04-15 22:03:07 UTC (rev 237211)
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: gnome-icon-theme-extras/repos/extra-any/gnome-icon-theme-extras.install (from rev 237210, gnome-icon-theme-extras/trunk/gnome-icon-theme-extras.install)
===================================================================
--- gnome-icon-theme-extras.install (rev 0)
+++ gnome-icon-theme-extras.install 2015-04-15 22:03:07 UTC (rev 237211)
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list