[arch-commits] Commit in arc-gtk-theme/repos/community-any (3 files)
NicoHood
nicohood at archlinux.org
Sun Jan 14 14:29:29 UTC 2018
Date: Sunday, January 14, 2018 @ 14:29:28
Author: nicohood
Revision: 282067
archrelease: copy trunk to community-any
Added:
arc-gtk-theme/repos/community-any/PKGBUILD
(from rev 282066, arc-gtk-theme/trunk/PKGBUILD)
Deleted:
arc-gtk-theme/repos/community-any/PKGBUILD
arc-gtk-theme/repos/community-any/change-solid-theme-path.patch
-------------------------------+
PKGBUILD | 109 +++++++++++++++++++---------------------
change-solid-theme-path.patch | 28 ----------
2 files changed, 54 insertions(+), 83 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-14 14:29:12 UTC (rev 282066)
+++ PKGBUILD 2018-01-14 14:29:28 UTC (rev 282067)
@@ -1,55 +0,0 @@
-# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: zach <zach {at} zach-adams {dot} com>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de
-# Contributor: Philipp Wolfer <ph.wolfer at gmail.com>
-
-pkgbase=arc-gtk-theme
-_pkgname=arc-theme
-pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
-pkgver=20170302
-pkgrel=4
-arch=('any')
-url="https://github.com/horst3180/${_pkgname}"
-license=('GPL3')
-optdepends=('arc-icon-theme: recommended icon theme'
- 'gtk-engine-murrine: for gtk2 themes'
- 'gnome-themes-standard: for gtk2 themes')
-makedepends=('gtk3')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
- "${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc"
- 'change-solid-theme-path.patch')
-sha512sums=('99408a7c4db2bd2d81453e308ae5d9bc9bfda4f11e57191936f985de2937debff76c4d1f37a97ac8f5ad3751401ee8ad02457e4558b9c4aedc2bfeba1736ef03'
- 'SKIP'
- '5b1ca739206e386cb4bf1f2f0a9524a08f2590972126cc96ef7c2e56ca59e94136cf7f8dc8184cd1c688a488e5e96384d654e279778f93e8f34860f7281afff9')
-validpgpkeys=('A46FD8E741A2A075898462CDC57DFF0D28DAAE97')
-
-prepare() {
- cp -a ${_pkgname}-${pkgver}{,-solid}
- cd ${_pkgname}-${pkgver}-solid
- patch -p1 -i ../change-solid-theme-path.patch
-}
-
-build() {
- cd ${_pkgname}-${pkgver}
- ./autogen.sh --prefix=/usr
-
- cd ../${_pkgname}-${pkgver}-solid
- ./autogen.sh --prefix=/usr --disable-transparency
-}
-
-package_arc-gtk-theme() {
- pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell"
- replaces=('gtk-theme-arc')
-
- cd ${_pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
-package_arc-solid-gtk-theme() {
- pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without transparency)"
- replaces=('gtk-theme-arc-solid')
-
- cd ${_pkgname}-${pkgver}-solid
- make DESTDIR="${pkgdir}" install
-}
Copied: arc-gtk-theme/repos/community-any/PKGBUILD (from rev 282066, arc-gtk-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-01-14 14:29:28 UTC (rev 282067)
@@ -0,0 +1,54 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: zach <zach {at} zach-adams {dot} com>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de
+# Contributor: Philipp Wolfer <ph.wolfer at gmail.com>
+
+pkgbase=arc-gtk-theme
+_pkgname=arc-theme
+pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
+pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell"
+pkgver=20180114
+pkgrel=1
+arch=('any')
+# Upstream url: https://github.com/horst3180/arc-theme
+# Now using soft fork: https://github.com/horst3180/arc-theme/issues/840
+url="https://github.com/nicohood/arc-theme"
+license=('GPL3')
+optdepends=('arc-icon-theme: recommended icon theme'
+ 'gtk-engine-murrine: for gtk2 themes'
+ 'gnome-themes-standard: for gtk2 themes')
+makedepends=('gtk3' 'sassc')
+https://github.com/NicoHood/arc-theme/releases/download/20171105/arc-theme-20171105.tar.xz
+source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
+ "${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
+sha512sums=('d8cdf35d557430ecd4568c59cff26779f4996650acd8105da5d09cb5ea731d3ff120f20fc06363e860ba97f06a2fcee22fa9aa8810741a47f0e71cb93ef4948e'
+ 'SKIP')
+validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161') # NicoHood
+
+prepare() {
+ cp -a ${_pkgname}-${pkgver}{,-solid}
+}
+
+build() {
+ cd ${_pkgname}-${pkgver}
+ ./autogen.sh --prefix=/usr
+
+ cd ../${_pkgname}-${pkgver}-solid
+ ./autogen.sh --prefix=/usr --disable-transparency
+}
+
+package_arc-gtk-theme() {
+ replaces=('gtk-theme-arc')
+
+ cd ${_pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+package_arc-solid-gtk-theme() {
+ pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without transparency)"
+ replaces=('gtk-theme-arc-solid')
+
+ cd ${_pkgname}-${pkgver}-solid
+ make DESTDIR="${pkgdir}" install
+}
Deleted: change-solid-theme-path.patch
===================================================================
--- change-solid-theme-path.patch 2018-01-14 14:29:12 UTC (rev 282066)
+++ change-solid-theme-path.patch 2018-01-14 14:29:28 UTC (rev 282067)
@@ -1,28 +0,0 @@
-From 7b1d4f3fb9635c21abc4221c008cfa9849fe53ff Mon Sep 17 00:00:00 2001
-From: Patrick Griffis <tingping at tingping.se>
-Date: Wed, 10 May 2017 17:38:54 -0400
-Subject: [PATCH] Append solid suffix to non-transparent variant
-
-This allows distributions to easily pacakge both without conflicts.
-This will also help with Flatpak being able to match the host theme.
----
- common/Makefile.am | 6 ++++++
- 1 file changed, 6 insertions(+)
-
-diff --git a/common/Makefile.am b/common/Makefile.am
-index 0421c5de1..58f54d840 100644
---- a/common/Makefile.am
-+++ b/common/Makefile.am
-@@ -1,6 +1,12 @@
-+if !ENABLE_TRANSPARENCY
-+themedir = $(datadir)/themes/Arc-solid
-+themedarkerdir = $(datadir)/themes/Arc-Darker-solid
-+themedarkdir = $(datadir)/themes/Arc-Dark-solid
-+else
- themedir = $(datadir)/themes/Arc
- themedarkerdir = $(datadir)/themes/Arc-Darker
- themedarkdir = $(datadir)/themes/Arc-Dark
-+endif
-
- ithemedir = $(DESTDIR)$(themedir)
- ithemedarkerdir = $(DESTDIR)$(themedarkerdir)
More information about the arch-commits
mailing list