diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-12-06 23:58:38 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-06 23:58:38 +0100 |
| commit | cf96d8dec902397d2bfefb5007e586246d0bb0e1 (patch) | |
| tree | 34e1ef1f07cd7c241dda229ce4b7a61654410181 /testing/yaru-themes | |
| parent | caeaed4a04fe70ec13dffe8b9a91a9624fa7dca0 (diff) | |
| download | aports-cf96d8dec902397d2bfefb5007e586246d0bb0e1.tar.bz2 aports-cf96d8dec902397d2bfefb5007e586246d0bb0e1.tar.xz | |
community/yaru-themes: move from testing
Diffstat (limited to 'testing/yaru-themes')
| -rw-r--r-- | testing/yaru-themes/APKBUILD | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/testing/yaru-themes/APKBUILD b/testing/yaru-themes/APKBUILD deleted file mode 100644 index 9380ebe024..0000000000 --- a/testing/yaru-themes/APKBUILD +++ /dev/null @@ -1,83 +0,0 @@ -# Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Leo <thinkabit.ukim@gmail.com> -pkgname=yaru-themes -pkgver=19.10.1 -pkgrel=0 -pkgdesc="Ubuntu community theme" -options="!check" # No testsuite -url="https://discourse.ubuntu.com/c/desktop/theme-refresh" -arch="noarch" -license="GPL-3.0-or-later AND CC-BY-SA-4.0" -makedepends="sassc meson glib-dev" -subpackages=" - yaru-common - yaru-icons - yaru - yaru-dark - yaru-gnome-shell - " -source="$pkgname-$pkgver.tar.gz::https://github.com/ubuntu/yaru/archive/$pkgver.tar.gz" -builddir="$srcdir/yaru-$pkgver" - -build() { - meson \ - --prefix=/usr \ - -Dcommunitheme_compat=false \ - . output - ninja -C output -} - -package() { - DESTDIR="$pkgdir" ninja -C output install -} - -common() { - depends="" - pkgdesc="Common resources for yaru" - - mkdir -p "$subpkgdir"/usr/share - mv "$pkgdir"/usr/share/sounds "$subpkgdir"/usr/share -} - -icons() { - depends="" - pkgdesc="Yaru theme icons" - - mkdir -p "$subpkgdir"/usr/share - mv "$pkgdir"/usr/share/icons "$subpkgdir"/usr/share -} - -yaru() { - depends="yaru-common" - pkgdesc="Yaru, the Ubuntu community theme" - - mkdir -p "$subpkgdir"/usr/share/themes - mv "$pkgdir"/usr/share/wayland-sessions \ - "$pkgdir"/usr/share/xsessions \ - "$subpkgdir"/usr/share - mv "$pkgdir"/usr/share/themes/Yaru \ - "$subpkgdir"/usr/share/themes -} - -dark() { - depends="yaru-common" - pkgdesc="Yaru dark, the dark variant of the Ubuntu community theme" - - mkdir -p "$subpkgdir"/usr/share/themes - mv "$pkgdir"/usr/share/themes/Yaru-dark \ - "$subpkgdir"/usr/share/themes -} - -shell() { - depends="yaru-common yaru" - pkgdesc="Yaru theme for the GNOME Desktop Environment" - - # Automatically install if we have yaru-common (user has installed - # yaru or yaru-dark) - install_if="yaru-common=$pkgver-r$pkgrel gnome-shell" - - mkdir -p "$subpkgdir"/usr/share - mv "$pkgdir"/usr/share/gnome-shell "$subpkgdir"/usr/share -} - -sha512sums="c76a4950f3bb6097e126f0767075b6b618e6c2102822941662086241b6b6631816466971f88f010fd9f0d0d8e19c53b35432fe21f6811236478d46be9e31654c yaru-themes-19.10.1.tar.gz" |
