Date: Wednesday, December 21, 2022 @ 17:01:44 Author: nicohood Revision: 1364914
archrelease: copy trunk to community-any Added: arc-gtk-theme/repos/community-any/PKGBUILD (from rev 1364913, arc-gtk-theme/trunk/PKGBUILD) arc-gtk-theme/repos/community-any/keys/ Deleted: arc-gtk-theme/repos/community-any/PKGBUILD arc-gtk-theme/repos/community-any/keys/ ----------+ PKGBUILD | 134 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 67 insertions(+), 67 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-12-21 17:01:27 UTC (rev 1364913) +++ PKGBUILD 2022-12-21 17:01:44 UTC (rev 1364914) @@ -1,67 +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.wol...@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 2,3,4 and Gnome-Shell" -pkgver=20220405 -pkgrel=2 -arch=('any') -# Upstream url: https://github.com/horst3180/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') -makedepends=('meson>=0.53.0' 'sassc' 'glib2' 'gdk-pixbuf2') - -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=('16655b822548820945c5fd3c0bb809d1e55db887c3b5c5309f4acd82c4dd7dd8255d246d86025231c73a303e647bb61c7f9cdc63a04f813cfb79fadf27dec204' - 'SKIP') -validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17') - -# Latest stable Arch package versions -_cinnamonver=5.2 -_gnomeshellver=42 - -prepare() { - cd ${_pkgname}-${pkgver} -} - -build() { - cd ${_pkgname}-${pkgver} - - meson --prefix=/usr build \ - -Dgnome_shell_gresource=true \ - -Dcinnamon_version="${_cinnamonver}" \ - -Dgnome_shell_version="${_gnomeshellver}" - meson compile -C build - - meson --prefix=/usr build-solid \ - -Dtransparency=false \ - -Dgnome_shell_gresource=true \ - -Dcinnamon_version="${_cinnamonver}" \ - -Dgnome_shell_version="${_gnomeshellver}" - meson compile -C build-solid -} - -package_arc-gtk-theme() { - replaces=('gtk-theme-arc') - - cd ${_pkgname}-${pkgver} - DESTDIR="$pkgdir" meson install -C build -} - -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} - DESTDIR="$pkgdir" meson install -C build-solid -} Copied: arc-gtk-theme/repos/community-any/PKGBUILD (from rev 1364913, arc-gtk-theme/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-12-21 17:01:44 UTC (rev 1364914) @@ -0,0 +1,67 @@ +# 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.wol...@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 2,3,4 and Gnome-Shell" +pkgver=20221218 +pkgrel=1 +arch=('any') +# Upstream url: https://github.com/horst3180/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') +makedepends=('meson>=0.53.0' 'sassc' 'glib2' 'gdk-pixbuf2') + +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=('5a84b717de022c673c6af260381542365550f629f43ae99c7ab8b22b4c09024403a1bc06279b40d3560e86d9810683c2e8337799a4cc67ef7aeb93223b5f56a1' + 'SKIP') +validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17') + +# Latest stable Arch package versions +_cinnamonver=5.6 +_gnomeshellver=43 + +prepare() { + cd ${_pkgname}-${pkgver} +} + +build() { + cd ${_pkgname}-${pkgver} + + meson --prefix=/usr build \ + -Dgnome_shell_gresource=true \ + -Dcinnamon_version="${_cinnamonver}" \ + -Dgnome_shell_version="${_gnomeshellver}" + meson compile -C build + + meson --prefix=/usr build-solid \ + -Dtransparency=false \ + -Dgnome_shell_gresource=true \ + -Dcinnamon_version="${_cinnamonver}" \ + -Dgnome_shell_version="${_gnomeshellver}" + meson compile -C build-solid +} + +package_arc-gtk-theme() { + replaces=('gtk-theme-arc') + + cd ${_pkgname}-${pkgver} + DESTDIR="$pkgdir" meson install -C build +} + +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} + DESTDIR="$pkgdir" meson install -C build-solid +}