aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/mate-tweak/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/mate-tweak/APKBUILD b/testing/mate-tweak/APKBUILD
deleted file mode 100644
index 0aeeb87f98..0000000000
--- a/testing/mate-tweak/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Roberto Oliveira <robertoguimaraes8@gmail.com>
-# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
-pkgname=mate-tweak
-pkgver=18.04.16
-pkgrel=0
-pkgdesc="Tweak tool for the MATE Desktop"
-url="https://github.com/ubuntu-mate/mate-tweak"
-arch="all"
-license="GPL-2.0"
-depends="python3 py-setproctitle"
-makedepends="python3-dev py-distutils-extra intltool"
-subpackages="$pkgname-doc $pkgname-lang"
-source="$pkgname-$pkgver.tar.gz::https://github.com/ubuntu-mate/$pkgname/archive/$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- cd "$builddir"
- python3 setup.py build
-}
-
-check() {
- cd "$builddir"
- python3 setup.py check
-}
-
-package() {
- cd "$builddir"
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="33d10536e3c6f7b75d728fcc3513080f47183828c87403bd3445ac523f602f62ee40724b25ae0f399eea931f1dbb8c89625112d36861f4befd4a8caa7ab4f273 mate-tweak-18.04.16.tar.gz"