[arch-commits] Commit in materia-gtk-theme/repos (2 files)

Bruno Pagani archange at archlinux.org
Fri Apr 20 07:35:11 UTC 2018


    Date: Friday, April 20, 2018 @ 07:35:10
  Author: archange
Revision: 317142

archrelease: copy trunk to community-any

Added:
  materia-gtk-theme/repos/community-any/
  materia-gtk-theme/repos/community-any/PKGBUILD
    (from rev 317141, materia-gtk-theme/trunk/PKGBUILD)

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

Copied: materia-gtk-theme/repos/community-any/PKGBUILD (from rev 317141, materia-gtk-theme/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-04-20 07:35:10 UTC (rev 317142)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: cth451 <cth451 at gmail.com>
+
+pkgname=materia-gtk-theme
+pkgver=20180321
+pkgrel=1
+pkgdesc="A Material Design theme for GNOME/GTK+ based desktop environments"
+arch=('any')
+url="https://github.com/nana-4/materia-theme"
+license=('GPL')
+depends=('gtk3' 'gnome-themes-extra')
+optdepends=('gtk-engine-murrine: for gtk2 theme')
+provides=('materia-theme')
+conflicts=('materia-theme')
+replaces=('materia-theme')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nana-4/materia-theme/archive/v${pkgver}.tar.gz")
+sha256sums=('cffa01122dafa14c174ab48b9b7031b5e14483c352822fcbffaf372146353498')
+
+package() {
+    cd ${pkgname/gtk-/}-${pkgver}
+    install -d "${pkgdir}"/usr/share/themes
+    ./install.sh -d "${pkgdir}"/usr/share/themes
+}
+



More information about the arch-commits mailing list