diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-11-07 02:58:20 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 01:56:57 -0300 |
| commit | 8bef4e90074a5728fe86b4a655f07ddb4d2d5610 (patch) | |
| tree | 93a2e2f9e90e465c540a07408636b3402832ffce /testing | |
| parent | d13f2bc46b402ea3e3f4a1c3d7eb2c67823a4c36 (diff) | |
| download | aports-8bef4e90074a5728fe86b4a655f07ddb4d2d5610.tar.bz2 aports-8bef4e90074a5728fe86b4a655f07ddb4d2d5610.tar.xz | |
testing/materia-theme: new aport
https://github.com/nana-4/materia-theme
Material Design theme for GNOME/GTK based desktops
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/materia-theme/APKBUILD | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/materia-theme/APKBUILD b/testing/materia-theme/APKBUILD new file mode 100644 index 0000000000..c771668da7 --- /dev/null +++ b/testing/materia-theme/APKBUILD @@ -0,0 +1,20 @@ +# Contributor: Leo <thinkabit.ukim@gmail.com> +# Maintainer: Leo <thinkabit.ukim@gmail.com> +pkgname=materia-theme +pkgver=20191017 +pkgrel=0 +pkgdesc="Material Design theme for GNOME/GTK based desktops" +options="!check" # No code to test, theme +url="https://github.com/nana-4/materia-theme" +arch="noarch" +license="GPL-2.0-or-later" +depends="gnome-themes-extra gtk-murrine-engine gtk+3.0" +makedepends="bc bash" +source="$pkgname-$pkgver.tar.gz::https://github.com/nana-4/materia-theme/archive/v$pkgver.tar.gz" + +package() { + install -d "$pkgdir"/usr/share/themes + ./install.sh --dest "$pkgdir"/usr/share/themes +} + +sha512sums="d113d0eccc85d2dacef0106c734f2e9d881849092a7fff6c1fe1d9a9a720f926fcb8151850d25f7aefffa60aa6264bf5fc97f0209be98fcceeb30142a419b1d8 materia-theme-20191017.tar.gz" |
