aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-08 18:49:34 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-08 18:50:36 -0300
commitaf2b2551b9ce2e1d7500fe34e476f148dbd4bfaa (patch)
treef6d980569ef7d392e6803368f897bf93c176be92 /testing
parent62b31fad40a69555a48e519c6c9102e1734b30ce (diff)
downloadaports-af2b2551b9ce2e1d7500fe34e476f148dbd4bfaa.tar.bz2
aports-af2b2551b9ce2e1d7500fe34e476f148dbd4bfaa.tar.xz
testing/materia-theme: remove
Diffstat (limited to 'testing')
-rw-r--r--testing/materia-theme/APKBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/materia-theme/APKBUILD b/testing/materia-theme/APKBUILD
deleted file mode 100644
index c771668da7..0000000000
--- a/testing/materia-theme/APKBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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"