[arch-commits] Commit in materia-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Wed Oct 10 12:29:56 UTC 2018


    Date: Wednesday, October 10, 2018 @ 12:29:56
  Author: archange
Revision: 392097

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-10 12:29:45 UTC (rev 392096)
+++ PKGBUILD	2018-10-10 12:29:56 UTC (rev 392097)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: cth451 <cth451 at gmail.com>
-
-pkgname=materia-gtk-theme
-pkgver=20180928
-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=('aa1cdaa0f822da816802c75664ee2fa1391ffd08a17d74a894c97be2ef53d987')
-
-package() {
-    cd ${pkgname/gtk-/}-${pkgver}
-    install -d "${pkgdir}"/usr/share/themes
-    ./install.sh -d "${pkgdir}"/usr/share/themes
-}
-

Copied: materia-gtk-theme/repos/community-any/PKGBUILD (from rev 392096, materia-gtk-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-10 12:29:56 UTC (rev 392097)
@@ -0,0 +1,39 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: cth451 <cth451 at gmail.com>
+
+pkgname=materia-gtk-theme
+pkgver=20180928
+pkgrel=2
+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"
+        rebase-1.patch::"https://github.com/nana-4/materia-theme/commit/f4eea5b4ad5028a9593c72a50ad564244c38f2d5.patch"
+        rebase-2.patch::"https://github.com/nana-4/materia-theme/commit/b8a96df4ca358faed94957fca93d686dd85c6f68.patch"
+        nautilus.patch::"https://github.com/nana-4/materia-theme/commit/ea65ff3f36bca605581beadd430afc8cb9dde3b5.patch")
+sha256sums=('aa1cdaa0f822da816802c75664ee2fa1391ffd08a17d74a894c97be2ef53d987'
+            'dae7f38ad2eb8bdf2dd5254ab0d57035d347e148376bf58d894260398fc42163'
+            'e0469ef6e4257b605561183fe63d8a825cc6879f39dac8c87aa54f4cf2397b45'
+            '4caedfcbb1191ad0d04a06d99bd20abd872c7cca22305c63741330aac8a67074')
+
+prepare() {
+    cd ${pkgname/gtk-/}-${pkgver}
+    # Required for nautilus patch to apply
+    patch -p1 -i ../rebase-1.patch
+    patch -p1 -i ../rebase-2.patch
+    # Nautilus 3.30.1 headerbar
+    patch -p1 -i ../nautilus.patch
+    chmod 755 install.sh
+}
+
+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