[arch-commits] Commit in lxde-icon-theme/repos/community-any (4 files)

Balló György bgyorgy at archlinux.org
Sat Feb 20 16:07:19 UTC 2016


    Date: Saturday, February 20, 2016 @ 17:07:18
  Author: bgyorgy
Revision: 162833

archrelease: copy trunk to community-any

Added:
  lxde-icon-theme/repos/community-any/PKGBUILD
    (from rev 162832, lxde-icon-theme/trunk/PKGBUILD)
  lxde-icon-theme/repos/community-any/lxde-icon-theme.install
    (from rev 162832, lxde-icon-theme/trunk/lxde-icon-theme.install)
Deleted:
  lxde-icon-theme/repos/community-any/PKGBUILD
  lxde-icon-theme/repos/community-any/lxde-icon-theme.install

-------------------------+
 PKGBUILD                |   56 +++++++++++++++++++++++-----------------------
 lxde-icon-theme.install |   22 +++++++++---------
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-20 16:06:20 UTC (rev 162832)
+++ PKGBUILD	2016-02-20 16:07:18 UTC (rev 162833)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=lxde-icon-theme
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="LXDE default icon theme based on nuoveXT2"
-arch=('any')
-url="http://lxde.org"
-license=('GPL')
-groups=('lxde')
-depends=('gtk-update-icon-cache')
-install=lxde-icon-theme.install
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('7467133275edbbcc79349379235d4411')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: lxde-icon-theme/repos/community-any/PKGBUILD (from rev 162832, lxde-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-02-20 16:07:18 UTC (rev 162833)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=lxde-icon-theme
+pkgver=0.5.1
+pkgrel=2
+pkgdesc="LXDE default icon theme based on nuoveXT2"
+arch=('any')
+url="http://lxde.org"
+license=('GPL')
+groups=('lxde' 'lxde-gtk3')
+depends=('gtk-update-icon-cache')
+install=lxde-icon-theme.install
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('7467133275edbbcc79349379235d4411')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: lxde-icon-theme.install
===================================================================
--- lxde-icon-theme.install	2016-02-20 16:06:20 UTC (rev 162832)
+++ lxde-icon-theme.install	2016-02-20 16:07:18 UTC (rev 162833)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/nuoveXT2
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: lxde-icon-theme/repos/community-any/lxde-icon-theme.install (from rev 162832, lxde-icon-theme/trunk/lxde-icon-theme.install)
===================================================================
--- lxde-icon-theme.install	                        (rev 0)
+++ lxde-icon-theme.install	2016-02-20 16:07:18 UTC (rev 162833)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/nuoveXT2
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list