[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2020-10-15 Thread NicoHood via arch-commits
Date: Thursday, October 15, 2020 @ 21:10:09
  Author: nicohood
Revision: 724293

upgpkg: arc-gtk-theme 20201013-2

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-15 21:08:27 UTC (rev 724292)
+++ PKGBUILD2020-10-15 21:10:09 UTC (rev 724293)
@@ -9,7 +9,7 @@
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
 pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
 pkgver=20201013
-pkgrel=1
+pkgrel=2
 arch=('any')
 # Upstream url: https://github.com/horst3180/arc-theme
 # Now using soft fork: https://github.com/jnsh/arc-theme/issues/18
@@ -32,10 +32,10 @@
 
 build() {
 cd ${_pkgname}-${pkgver}
-./autogen.sh --prefix=/usr --with-gnome-shell=3.36 --with-cinnamon=4.6 
--with-gtk3=3.24
+./autogen.sh --prefix=/usr --with-gnome-shell=3.38 --with-cinnamon=4.6 
--with-gtk3=3.24
 
 cd ../${_pkgname}-${pkgver}-solid
-./autogen.sh --prefix=/usr --disable-transparency --with-gnome-shell=3.36 
--with-cinnamon=4.6 --with-gtk3=3.24
+./autogen.sh --prefix=/usr --disable-transparency --with-gnome-shell=3.38 
--with-cinnamon=4.6 --with-gtk3=3.24
 }
 
 package_arc-gtk-theme() {


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2020-10-14 Thread NicoHood via arch-commits
Date: Wednesday, October 14, 2020 @ 21:15:23
  Author: nicohood
Revision: 723997

upgpkg: arc-gtk-theme 20201013-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:12:26 UTC (rev 723996)
+++ PKGBUILD2020-10-14 21:15:23 UTC (rev 723997)
@@ -8,8 +8,8 @@
 _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=20200819
-pkgrel=2
+pkgver=20201013
+pkgrel=1
 arch=('any')
 # Upstream url: https://github.com/horst3180/arc-theme
 # Now using soft fork: https://github.com/jnsh/arc-theme/issues/18
@@ -22,14 +22,11 @@
 
 
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=('bedff15a195c21934a813ca600b88ced81c3db66b7c25ab75b7193998a89338a7888711abb213877210a62d2460300bc32d40402bdd1f6c4d8fa903999eb1b0e'
+sha512sums=('c1c70c80935af2b1f3c7c9bf79ee72d5fba907fd03caadecf96d6fd796bf70d325bbb16dbe93f95d9a63eff748c7d90bcb0bf837e446e5c2770cfdccb131f45c'
 'SKIP')
 validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
 
 prepare() {
-# Fix 
https://github.com/jnsh/arc-theme/commit/2c726e439b1f157f9a2f54955e51a8c9900ff41a?branch=2c726e439b1f157f9a2f54955e51a8c9900ff41a=unified
-echo '@define-color text_view_bg #{"" + $base_color};' >> 
${_pkgname}-${pkgver}/common/gtk-3.0/3.24/sass/_colors-public.scss
-
 cp -a ${_pkgname}-${pkgver}{,-solid}
 }
 


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2020-09-29 Thread NicoHood via arch-commits
Date: Tuesday, September 29, 2020 @ 20:42:27
  Author: nicohood
Revision: 713851

upgpkg: arc-gtk-theme 20200819-2

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-29 20:38:25 UTC (rev 713850)
+++ PKGBUILD2020-09-29 20:42:27 UTC (rev 713851)
@@ -9,7 +9,7 @@
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
 pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
 pkgver=20200819
-pkgrel=1
+pkgrel=2
 arch=('any')
 # Upstream url: https://github.com/horst3180/arc-theme
 # Now using soft fork: https://github.com/jnsh/arc-theme/issues/18
@@ -27,6 +27,9 @@
 validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
 
 prepare() {
+# Fix 
https://github.com/jnsh/arc-theme/commit/2c726e439b1f157f9a2f54955e51a8c9900ff41a?branch=2c726e439b1f157f9a2f54955e51a8c9900ff41a=unified
+echo '@define-color text_view_bg #{"" + $base_color};' >> 
${_pkgname}-${pkgver}/common/gtk-3.0/3.24/sass/_colors-public.scss
+
 cp -a ${_pkgname}-${pkgver}{,-solid}
 }
 


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2020-09-05 Thread NicoHood via arch-commits
Date: Saturday, September 5, 2020 @ 21:21:19
  Author: nicohood
Revision: 699193

upgpkg: arc-gtk-theme 20200819-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 21:18:33 UTC (rev 699192)
+++ PKGBUILD2020-09-05 21:21:19 UTC (rev 699193)
@@ -8,7 +8,7 @@
 _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=20200513
+pkgver=20200819
 pkgrel=1
 arch=('any')
 # Upstream url: https://github.com/horst3180/arc-theme
@@ -22,7 +22,7 @@
 
 
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=('ac814babf995facce72497efad7d7afb6d2eed0ad02640aeb694874681c961b136fcc4fba8350fdee715d44c26db2a336b3430c054a299285ced782ed67bbcfe'
+sha512sums=('bedff15a195c21934a813ca600b88ced81c3db66b7c25ab75b7193998a89338a7888711abb213877210a62d2460300bc32d40402bdd1f6c4d8fa903999eb1b0e'
 'SKIP')
 validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
 


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2020-06-02 Thread NicoHood via arch-commits
Date: Tuesday, June 2, 2020 @ 10:26:50
  Author: nicohood
Revision: 637977

upgpkg: arc-gtk-theme 20200513-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-02 10:01:09 UTC (rev 637976)
+++ PKGBUILD2020-06-02 10:26:50 UTC (rev 637977)
@@ -8,26 +8,23 @@
 _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=20190917
+pkgver=20200513
 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/arc-design/arc-theme;
+# Now using soft fork: https://github.com/jnsh/arc-theme/issues/18
+url="https://github.com/jnsh/arc-theme;
 license=('GPL3')
 optdepends=('arc-icon-theme: recommended icon theme'
 'gtk-engine-murrine: for gtk2 themes'
-'gnome-themes-standard: for gtk2 themes'
-#'resvg: building the package faster'
-)
-makedepends=('gtk3' 'sassc' 'optipng' 'inkscape' 'parallel')
+'gnome-themes-standard: for gtk2 themes')
+makedepends=('sassc' 'optipng' 'inkscape')
 
 
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=('da3e98e696160542fc77678193ff4fdeecc1cab7b4c1ec57e1bd850486a80547e1d688c9784f5ef422f097449f1105c071a3ff917c25a6a315fe970bedf10c6f'
+sha512sums=('ac814babf995facce72497efad7d7afb6d2eed0ad02640aeb694874681c961b136fcc4fba8350fdee715d44c26db2a336b3430c054a299285ced782ed67bbcfe'
 'SKIP')
-validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161'  # NicoHood
-  '1E1FB0017C998A8AE2C498A6C2EAA8A26ADC59EE') # Fossfreedom
+validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
 
 prepare() {
 cp -a ${_pkgname}-${pkgver}{,-solid}
@@ -35,10 +32,10 @@
 
 build() {
 cd ${_pkgname}-${pkgver}
-./autogen.sh --prefix=/usr --with-gnome-shell=3.30
+./autogen.sh --prefix=/usr --with-gnome-shell=3.36 --with-cinnamon=4.6 
--with-gtk3=3.24
 
 cd ../${_pkgname}-${pkgver}-solid
-./autogen.sh --prefix=/usr --disable-transparency --with-gnome-shell=3.30
+./autogen.sh --prefix=/usr --disable-transparency --with-gnome-shell=3.36 
--with-cinnamon=4.6 --with-gtk3=3.24
 }
 
 package_arc-gtk-theme() {


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2019-09-23 Thread NicoHood via arch-commits
Date: Monday, September 23, 2019 @ 11:35:32
  Author: nicohood
Revision: 511575

upgpkg: arc-gtk-theme 20190917-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 11:21:21 UTC (rev 511574)
+++ PKGBUILD2019-09-23 11:35:32 UTC (rev 511575)
@@ -8,7 +8,7 @@
 _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=20190910
+pkgver=20190917
 pkgrel=1
 arch=('any')
 # Upstream url: https://github.com/horst3180/arc-theme
@@ -24,7 +24,7 @@
 
 
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=('702410044157c0686f7e60da125a321fc46672fa6aa5eaebfd8a37b2e35e4a3c1af88286f4c10c4f40be935b624df0fa4b70504d99d949b7e503beb90be6ce09'
+sha512sums=('da3e98e696160542fc77678193ff4fdeecc1cab7b4c1ec57e1bd850486a80547e1d688c9784f5ef422f097449f1105c071a3ff917c25a6a315fe970bedf10c6f'
 'SKIP')
 validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161'  # NicoHood
   '1E1FB0017C998A8AE2C498A6C2EAA8A26ADC59EE') # Fossfreedom


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2019-09-19 Thread NicoHood via arch-commits
Date: Thursday, September 19, 2019 @ 11:14:59
  Author: nicohood
Revision: 511168

upgpkg: arc-gtk-theme 20190910-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-19 11:05:34 UTC (rev 511167)
+++ PKGBUILD2019-09-19 11:14:59 UTC (rev 511168)
@@ -8,12 +8,12 @@
 _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=20190330
+pkgver=20190910
 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;
+url="https://github.com/arc-design/arc-theme;
 license=('GPL3')
 optdepends=('arc-icon-theme: recommended icon theme'
 'gtk-engine-murrine: for gtk2 themes'
@@ -24,9 +24,10 @@
 
 
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=('ac4f1bde028e027314004999502dcc914abf6070ffd4345021df486084de2c943e6c110776b3b6af55143962a40b368c060a11754ffaf30300b87cb923bc55b9'
+sha512sums=('702410044157c0686f7e60da125a321fc46672fa6aa5eaebfd8a37b2e35e4a3c1af88286f4c10c4f40be935b624df0fa4b70504d99d949b7e503beb90be6ce09'
 'SKIP')
-validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161') # NicoHood
+validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161'  # NicoHood
+  '1E1FB0017C998A8AE2C498A6C2EAA8A26ADC59EE') # Fossfreedom
 
 prepare() {
 cp -a ${_pkgname}-${pkgver}{,-solid}


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2019-03-30 Thread NicoHood via arch-commits
Date: Saturday, March 30, 2019 @ 08:32:54
  Author: nicohood
Revision: 446248

upgpkg: arc-gtk-theme 20190330-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-30 08:17:50 UTC (rev 446247)
+++ PKGBUILD2019-03-30 08:32:54 UTC (rev 446248)
@@ -8,7 +8,7 @@
 _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=20190213
+pkgver=20190330
 pkgrel=1
 arch=('any')
 # Upstream url: https://github.com/horst3180/arc-theme
@@ -24,7 +24,7 @@
 
 
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=('f940651f8a82c89854d150f8b559bed2ab320436603ae8fdab6403f46ef97a2811b4cb51b8493584a5dcaa974ede8ff27a4a304b33fef925709265194bfb4705'
+sha512sums=('ac4f1bde028e027314004999502dcc914abf6070ffd4345021df486084de2c943e6c110776b3b6af55143962a40b368c060a11754ffaf30300b87cb923bc55b9'
 'SKIP')
 validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161') # NicoHood
 


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2019-02-17 Thread NicoHood via arch-commits
Date: Sunday, February 17, 2019 @ 20:33:40
  Author: nicohood
Revision: 434205

upgpkg: arc-gtk-theme 20190213-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 19:41:32 UTC (rev 434204)
+++ PKGBUILD2019-02-17 20:33:40 UTC (rev 434205)
@@ -8,7 +8,7 @@
 _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=20181022
+pkgver=20190213
 pkgrel=1
 arch=('any')
 # Upstream url: https://github.com/horst3180/arc-theme
@@ -17,12 +17,14 @@
 license=('GPL3')
 optdepends=('arc-icon-theme: recommended icon theme'
 'gtk-engine-murrine: for gtk2 themes'
-'gnome-themes-standard: for gtk2 themes')
+'gnome-themes-standard: for gtk2 themes'
+#'resvg: building the package faster'
+)
 makedepends=('gtk3' 'sassc' 'optipng' 'inkscape' 'parallel')
 
 
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=('0562a91740a08d799fb12749c8c3a1baccbfa0ed68b2fd4ced1965a929df395e83bf1ee336c5ed61e90701ac87e8d4f143622e0458f6eda26eeff43d7a811f1e'
+sha512sums=('f940651f8a82c89854d150f8b559bed2ab320436603ae8fdab6403f46ef97a2811b4cb51b8493584a5dcaa974ede8ff27a4a304b33fef925709265194bfb4705'
 'SKIP')
 validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161') # NicoHood
 


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2018-10-22 Thread NicoHood via arch-commits
Date: Monday, October 22, 2018 @ 15:21:33
  Author: nicohood
Revision: 398405

upgpkg: arc-gtk-theme 20181022-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 14:44:35 UTC (rev 398404)
+++ PKGBUILD2018-10-22 15:21:33 UTC (rev 398405)
@@ -8,21 +8,21 @@
 _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=20180715
+pkgver=20181022
 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;
+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' 'optipng' 'inkscape')
+makedepends=('gtk3' 'sassc' 'optipng' 'inkscape' 'parallel')
 
 
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=('854338c10305af45373f52b1fd7ec2e332731b07afa143138269ca768cc67b7eed7138583dee57663e1822554730555259690658b01a3f2dc4281c8a39c6b142'
+sha512sums=('0562a91740a08d799fb12749c8c3a1baccbfa0ed68b2fd4ced1965a929df395e83bf1ee336c5ed61e90701ac87e8d4f143622e0458f6eda26eeff43d7a811f1e'
 'SKIP')
 validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161') # NicoHood
 
@@ -32,10 +32,10 @@
 
 build() {
 cd ${_pkgname}-${pkgver}
-./autogen.sh --prefix=/usr
+./autogen.sh --prefix=/usr --with-gnome-shell=3.30
 
 cd ../${_pkgname}-${pkgver}-solid
-./autogen.sh --prefix=/usr --disable-transparency
+./autogen.sh --prefix=/usr --disable-transparency --with-gnome-shell=3.30
 }
 
 package_arc-gtk-theme() {


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2018-07-15 Thread NicoHood via arch-commits
Date: Sunday, July 15, 2018 @ 17:20:11
  Author: nicohood
Revision: 359562

upgpkg: arc-gtk-theme 20180715-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-15 17:06:33 UTC (rev 359561)
+++ PKGBUILD2018-07-15 17:20:11 UTC (rev 359562)
@@ -8,7 +8,7 @@
 _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
+pkgver=20180715
 pkgrel=1
 arch=('any')
 # Upstream url: https://github.com/horst3180/arc-theme
@@ -18,11 +18,11 @@
 optdepends=('arc-icon-theme: recommended icon theme'
 'gtk-engine-murrine: for gtk2 themes'
 'gnome-themes-standard: for gtk2 themes')
-makedepends=('gtk3' 'sassc')
+makedepends=('gtk3' 'sassc' 'optipng' 'inkscape')
 
 
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'
+sha512sums=('854338c10305af45373f52b1fd7ec2e332731b07afa143138269ca768cc67b7eed7138583dee57663e1822554730555259690658b01a3f2dc4281c8a39c6b142'
 'SKIP')
 validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161') # NicoHood
 


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2018-01-14 Thread NicoHood via arch-commits
Date: Sunday, January 14, 2018 @ 14:31:41
  Author: nicohood
Revision: 282069

Remove invalid line in PKGBUILD

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 14:30:22 UTC (rev 282068)
+++ PKGBUILD2018-01-14 14:31:41 UTC (rev 282069)
@@ -19,7 +19,7 @@
 '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'


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD change-solid-theme-path.patch)

2018-01-14 Thread NicoHood via arch-commits
Date: Sunday, January 14, 2018 @ 14:29:12
  Author: nicohood
Revision: 282066

upgpkg: arc-gtk-theme 20180114-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD
Deleted:
  arc-gtk-theme/trunk/change-solid-theme-path.patch

---+
 PKGBUILD  |   27 +--
 change-solid-theme-path.patch |   28 
 2 files changed, 13 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 12:51:43 UTC (rev 282065)
+++ PKGBUILD2018-01-14 14:29:12 UTC (rev 282066)
@@ -7,27 +7,27 @@
 pkgbase=arc-gtk-theme
 _pkgname=arc-theme
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
-pkgver=20170302
-pkgrel=4
+pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
+pkgver=20180114
+pkgrel=1
 arch=('any')
-url="https://github.com/horst3180/${_pkgname};
+# 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')
-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')
+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}
-cd ${_pkgname}-${pkgver}-solid
-patch -p1 -i ../change-solid-theme-path.patch
 }
 
 build() {
@@ -39,7 +39,6 @@
 }
 
 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}

Deleted: change-solid-theme-path.patch
===
--- change-solid-theme-path.patch   2018-01-14 12:51:43 UTC (rev 282065)
+++ change-solid-theme-path.patch   2018-01-14 14:29:12 UTC (rev 282066)
@@ -1,28 +0,0 @@
-From 7b1d4f3fb9635c21abc4221c008cfa9849fe53ff Mon Sep 17 00:00:00 2001
-From: Patrick Griffis 
-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)


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD change-solid-theme-path.patch)

2017-07-05 Thread Bruno Pagani
Date: Wednesday, July 5, 2017 @ 09:52:10
  Author: archange
Revision: 242389

Use upstream patch to move -solid theme in a different namespace

Now both packages can be installed at the same time

Added:
  arc-gtk-theme/trunk/change-solid-theme-path.patch
Modified:
  arc-gtk-theme/trunk/PKGBUILD

---+
 PKGBUILD  |   47 ++--
 change-solid-theme-path.patch |   28 +++
 2 files changed, 55 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-05 09:42:44 UTC (rev 242388)
+++ PKGBUILD2017-07-05 09:52:10 UTC (rev 242389)
@@ -8,41 +8,48 @@
 _pkgname=arc-theme
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
 pkgver=20170302
-pkgrel=3
+pkgrel=4
 arch=('any')
 url="https://github.com/horst3180/${_pkgname};
 license=('GPL3')
-makedepends=('gtk3')
 optdepends=('arc-icon-theme: recommended icon theme'
 'gtk-engine-murrine: for gtk2 themes'
 'gnome-themes-standard: for gtk2 themes')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/horst3180/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc;)
+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')
-sha512sums=('99408a7c4db2bd2d81453e308ae5d9bc9bfda4f11e57191936f985de2937debff76c4d1f37a97ac8f5ad3751401ee8ad02457e4558b9c4aedc2bfeba1736ef03'
-'SKIP')
 
+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}
+./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')
+pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
+replaces=('gtk-theme-arc')
 
-cd "${_pkgname}-$pkgver"
-./configure --prefix=/usr
-make DESTDIR="${pkgdir}" install
+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)"
-conflicts=('arc-gtk-theme' 'gtk-theme-arc')
-provides=('arc-gtk-theme')
-replaces=('gtk-theme-arc-solid')
+pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without 
transparency)"
+replaces=('gtk-theme-arc-solid')
 
-cd "${_pkgname}-$pkgver"
-./configure --prefix=/usr --disable-transparency
-make DESTDIR="${pkgdir}" install
+cd ${_pkgname}-${pkgver}-solid
+make DESTDIR="${pkgdir}" install
 }

Added: change-solid-theme-path.patch
===
--- change-solid-theme-path.patch   (rev 0)
+++ change-solid-theme-path.patch   2017-07-05 09:52:10 UTC (rev 242389)
@@ -0,0 +1,28 @@
+From 7b1d4f3fb9635c21abc4221c008cfa9849fe53ff Mon Sep 17 00:00:00 2001
+From: Patrick Griffis 
+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)


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2017-07-03 Thread Balló György
Date: Monday, July 3, 2017 @ 09:28:02
  Author: bgyorgy
Revision: 242137

upgpkg: arc-gtk-theme 20170302-3

Make gtk2 theme dependencies optional

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-03 09:27:39 UTC (rev 242136)
+++ PKGBUILD2017-07-03 09:28:02 UTC (rev 242137)
@@ -8,12 +8,14 @@
 _pkgname=arc-theme
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
 pkgver=20170302
-pkgrel=2
+pkgrel=3
 arch=('any')
 url="https://github.com/horst3180/${_pkgname};
 license=('GPL3')
-depends=('gtk3' 'gtk-engine-murrine' 'gnome-themes-standard')
-optdepends=('arc-icon-theme')
+makedepends=('gtk3')
+optdepends=('arc-icon-theme: recommended icon theme'
+'gtk-engine-murrine: for gtk2 themes'
+'gnome-themes-standard: for gtk2 themes')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/horst3180/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc;)
 validpgpkeys=('A46FD8E741A2A075898462CDC57DFF0D28DAAE97')


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2017-05-28 Thread NicoHood
Date: Sunday, May 28, 2017 @ 15:08:48
  Author: nicohood
Revision: 230617

Added dependency gnome-themes-standard

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-28 15:07:39 UTC (rev 230616)
+++ PKGBUILD2017-05-28 15:08:48 UTC (rev 230617)
@@ -8,11 +8,11 @@
 _pkgname=arc-theme
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
 pkgver=20170302
-pkgrel=1
+pkgrel=2
 arch=('any')
 url="https://github.com/horst3180/${_pkgname};
 license=('GPL3')
-depends=('gtk3' 'gtk-engine-murrine')
+depends=('gtk3' 'gtk-engine-murrine' 'gnome-themes-standard')
 optdepends=('arc-icon-theme')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/horst3180/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc;)


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2017-03-02 Thread NicoHood
Date: Thursday, March 2, 2017 @ 20:08:56
  Author: nicohood
Revision: 214581

upgpkg: arc-gtk-theme 20170302-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 19:51:55 UTC (rev 214580)
+++ PKGBUILD2017-03-02 20:08:56 UTC (rev 214581)
@@ -7,7 +7,7 @@
 pkgbase=arc-gtk-theme
 _pkgname=arc-theme
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
-pkgver=20161119
+pkgver=20170302
 pkgrel=1
 arch=('any')
 url="https://github.com/horst3180/${_pkgname};
@@ -15,9 +15,9 @@
 depends=('gtk3' 'gtk-engine-murrine')
 optdepends=('arc-icon-theme')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz;
-"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/horst3180/${_pkgname}/releases/download/20161119/${_pkgname}-${pkgver}.tar.gz.asc;)
+
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/horst3180/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc;)
 validpgpkeys=('A46FD8E741A2A075898462CDC57DFF0D28DAAE97')
-sha512sums=('996d8583c4de654dc5979703c85ad3a0eeebef435a264df1b2c8044b9e62f4f74561294a16c5ebf9a213ec5ff7c23f94a360a76502321836bbb83b7396765da0'
+sha512sums=('99408a7c4db2bd2d81453e308ae5d9bc9bfda4f11e57191936f985de2937debff76c4d1f37a97ac8f5ad3751401ee8ad02457e4558b9c4aedc2bfeba1736ef03'
 'SKIP')
 
 build() {


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2016-11-20 Thread NicoHood
Date: Sunday, November 20, 2016 @ 09:41:12
  Author: nicohood
Revision: 196354

upgpkg: arc-gtk-theme 20161119-1
GPG key added

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-20 01:37:32 UTC (rev 196353)
+++ PKGBUILD2016-11-20 09:41:12 UTC (rev 196354)
@@ -7,15 +7,18 @@
 pkgbase=arc-gtk-theme
 _pkgname=arc-theme
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
-pkgver=20161005
-pkgrel=3
+pkgver=20161119
+pkgrel=1
 arch=('any')
 url="https://github.com/horst3180/${_pkgname};
 license=('GPL3')
 depends=('gtk3' 'gtk-engine-murrine')
 optdepends=('arc-icon-theme')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('cbdb73424f85532d756f2b7ed781fbc49598be44e01715490c0f95a60d7e1ab1c4f58a02f1a60bc9aec7f9625a9b7190ed680888af9c6fdf8a192b935c2ebe33')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz;
+"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/horst3180/${_pkgname}/releases/download/20161119/${_pkgname}-${pkgver}.tar.gz.asc;)
+validpgpkeys=('A46FD8E741A2A075898462CDC57DFF0D28DAAE97')
+sha512sums=('996d8583c4de654dc5979703c85ad3a0eeebef435a264df1b2c8044b9e62f4f74561294a16c5ebf9a213ec5ff7c23f94a360a76502321836bbb83b7396765da0'
+'SKIP')
 
 build() {
 cd "${_pkgname}-$pkgver"


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2016-11-01 Thread NicoHood
Date: Tuesday, November 1, 2016 @ 17:33:25
  Author: nicohood
Revision: 194223

upgpkg: arc-gtk-theme 20161005-3

Modified:
  arc-gtk-theme/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 16:08:20 UTC (rev 194222)
+++ PKGBUILD2016-11-01 17:33:25 UTC (rev 194223)
@@ -8,11 +8,12 @@
 _pkgname=arc-theme
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
 pkgver=20161005
-pkgrel=2
+pkgrel=3
 arch=('any')
 url="https://github.com/horst3180/${_pkgname};
 license=('GPL3')
 depends=('gtk3' 'gtk-engine-murrine')
+optdepends=('arc-icon-theme')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz;)
 
sha512sums=('cbdb73424f85532d756f2b7ed781fbc49598be44e01715490c0f95a60d7e1ab1c4f58a02f1a60bc9aec7f9625a9b7190ed680888af9c6fdf8a192b935c2ebe33')
 
@@ -26,7 +27,7 @@
 replaces=('gtk-theme-arc')
 
 cd "${_pkgname}-$pkgver"
-   ./configure --prefix=/usr
+./configure --prefix=/usr
 make DESTDIR="${pkgdir}" install
 }