[arch-commits] Commit in papirus-icon-theme/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 3 06:13:46 UTC 2017


    Date: Friday, November 3, 2017 @ 06:13:45
  Author: felixonmars
Revision: 265235

archrelease: copy trunk to community-any

Added:
  papirus-icon-theme/repos/community-any/
  papirus-icon-theme/repos/community-any/PKGBUILD
    (from rev 265234, papirus-icon-theme/trunk/PKGBUILD)

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Copied: papirus-icon-theme/repos/community-any/PKGBUILD (from rev 265234, papirus-icon-theme/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2017-11-03 06:13:45 UTC (rev 265235)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: kitsunyan <kitsunyan at inbox.ru>
+# Contributor: Grigorii Horos <horosgrisa at gmail.com>
+
+pkgname=papirus-icon-theme
+pkgver=20171102
+pkgrel=1
+pkgdesc="Papirus icon theme"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
+license=("LGPL3")
+depends=('gtk-update-icon-cache')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('8a8859e4237988317b9a528b3b0b2ddd1e877e00fe4dff949d9c307ec5307be8')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list