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

Maxime Gauduin alucryd at archlinux.org
Fri Aug 28 12:23:50 UTC 2015


    Date: Friday, August 28, 2015 @ 14:23:49
  Author: alucryd
Revision: 138870

archrelease: copy trunk to community-any

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

-------------------------------+
 PKGBUILD                      |   69 +++++++++++++++++++---------------------
 elementary-icon-theme.install |   26 +++++++--------
 2 files changed, 47 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-28 12:23:36 UTC (rev 138869)
+++ PKGBUILD	2015-08-28 12:23:49 UTC (rev 138870)
@@ -1,35 +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.1
-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')
-install='elementary-icon-theme.install'
-source=("https://launchpad.net/elementaryicons/${pkgver%%.*}.x/${pkgver}/+download/elementary-icon-theme-${pkgver}.tgz")
-sha256sums=('3877a80c1428da9e6a3c97327ad17510271f729a2d7c162f13aafca225a1672f')
-
-prepare() {
-  cd elementary-icon-theme-${pkgver}
-
-  rm AUTHORS CONTRIBUTORS COPYING
-  sed '/Name/a Inherits=gnome,hicolor' -i index.theme
-}
-
-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 138869, elementary-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-08-28 12:23:49 UTC (rev 138870)
@@ -0,0 +1,34 @@
+# $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:

Deleted: elementary-icon-theme.install
===================================================================
--- elementary-icon-theme.install	2015-08-28 12:23:36 UTC (rev 138869)
+++ elementary-icon-theme.install	2015-08-28 12:23:49 UTC (rev 138870)
@@ -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:

Copied: elementary-icon-theme/repos/community-any/elementary-icon-theme.install (from rev 138869, elementary-icon-theme/trunk/elementary-icon-theme.install)
===================================================================
--- elementary-icon-theme.install	                        (rev 0)
+++ elementary-icon-theme.install	2015-08-28 12:23:49 UTC (rev 138870)
@@ -0,0 +1,13 @@
+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