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

Maxime Gauduin alucryd at archlinux.org
Wed Apr 27 19:40:45 UTC 2016


    Date: Wednesday, April 27, 2016 @ 21:40:44
  Author: alucryd
Revision: 172163

archrelease: copy trunk to community-any

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

-------------------------------+
 PKGBUILD                      |   67 +++++++++++++++++++---------------------
 elementary-icon-theme.install |   13 -------
 2 files changed, 33 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 19:40:37 UTC (rev 172162)
+++ PKGBUILD	2016-04-27 19:40:44 UTC (rev 172163)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Diego Principe <cdprincipe at gmail.com>
-# Contributor: paterbrown <paterbrown at silberhelme.de>
-# Contributor: Josip <josipponjavic at gmail.com>
-
-pkgname=elementary-icon-theme
-pkgver=3.2.2
-pkgrel=1
-pkgdesc='An icon theme designed to be smooth, sexy, clear, and efficient'
-arch=('any')
-url='https://launchpad.net/elementaryicons'
-license=('GPL3')
-depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
-options=('!emptydirs' '!strip')
-install='elementary-icon-theme.install'
-source=("https://launchpad.net/elementaryicons/${pkgver%%.*}.x/${pkgver}/+download/elementary-icon-theme-${pkgver}.tar.xz")
-sha256sums=('ed3a566fe925ef1881622fcb5df6a1a112115fc5c22068aa5231f76f4db4ebf2')
-
-prepare() {
-  cd elementary-icon-theme-${pkgver}
-
-  rm AUTHORS CONTRIBUTORS COPYING
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/usr/share/icons
-  cp -dr --no-preserve='ownership' elementary-icon-theme-${pkgver} "${pkgdir}"/usr/share/icons/elementary
-
-  find "${pkgdir}" -type d -exec chmod 755 {} +
-  find "${pkgdir}" -type f -exec chmod 644 {} +
-}
-
-# vim: ts=2 sw=2 et:

Copied: elementary-icon-theme/repos/community-any/PKGBUILD (from rev 172162, elementary-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-27 19:40:44 UTC (rev 172163)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Diego Principe <cdprincipe at gmail.com>
+# Contributor: paterbrown <paterbrown at silberhelme.de>
+# Contributor: Josip <josipponjavic at gmail.com>
+
+pkgname=elementary-icon-theme
+pkgver=3.2.2
+pkgrel=2
+pkgdesc='An icon theme designed to be smooth, sexy, clear, and efficient'
+arch=('any')
+url='https://launchpad.net/elementaryicons'
+license=('GPL3')
+depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
+options=('!emptydirs' '!strip')
+source=("https://launchpad.net/elementaryicons/${pkgver%%.*}.x/${pkgver}/+download/elementary-icon-theme-${pkgver}.tar.xz")
+sha256sums=('ed3a566fe925ef1881622fcb5df6a1a112115fc5c22068aa5231f76f4db4ebf2')
+
+prepare() {
+  cd elementary-icon-theme-${pkgver}
+
+  rm AUTHORS CONTRIBUTORS COPYING
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/share/icons
+  cp -dr --no-preserve='ownership' elementary-icon-theme-${pkgver} "${pkgdir}"/usr/share/icons/elementary
+
+  find "${pkgdir}" -type d -exec chmod 755 {} +
+  find "${pkgdir}" -type f -exec chmod 644 {} +
+}
+
+# vim: ts=2 sw=2 et:

Deleted: elementary-icon-theme.install
===================================================================
--- elementary-icon-theme.install	2016-04-27 19:40:37 UTC (rev 172162)
+++ elementary-icon-theme.install	2016-04-27 19:40:44 UTC (rev 172163)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/elementary
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list