diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-01 17:26:53 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-01 17:26:53 +0100 |
commit | 3ce3c4fd596debefbad77328a9b62a39eccf753c (patch) | |
tree | 8ea8842d946335dbd124e71336a11b928481c544 /unmaintained/gtk-qt-engine | |
parent | 62b8ba5f8fe6d62d56b2d078b4f12f72830ee4af (diff) | |
download | aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.bz2 aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.xz |
unmaintained/*: purge aports not touched since v3.5.0
We agreed with ncopa on #alpine-devel (2017-12-01 16:20 UTC) to
periodically purge aports in unmaintained that haven't been touched
in last 1 year (2 releases).
Diffstat (limited to 'unmaintained/gtk-qt-engine')
-rw-r--r-- | unmaintained/gtk-qt-engine/APKBUILD | 42 | ||||
-rw-r--r-- | unmaintained/gtk-qt-engine/stdlib.patch | 10 |
2 files changed, 0 insertions, 52 deletions
diff --git a/unmaintained/gtk-qt-engine/APKBUILD b/unmaintained/gtk-qt-engine/APKBUILD deleted file mode 100644 index b118cc6a65..0000000000 --- a/unmaintained/gtk-qt-engine/APKBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# Contributor: William Pitcock <nenolod@dereferenced.org> -# Maintainer: -pkgname=gtk-qt-engine -pkgver=1.1 -pkgrel=0 -pkgdesc="GTK QT engine" -url="http://gtk-qt-engine.googlecode.com/" -arch="x86 x86_64" -license="GPL" -depends= -depends_dev="kde-workspace-dev gtk+-dev" -makedepends="$depends_dev cmake automoc4" -install="" -subpackages="$pkgname-lang" -source="http://gtk-qt-engine.googlecode.com/files/gtk-qt-engine-$pkgver.tar.bz2 - stdlib.patch" -install_if="kdebase-workspace" - -_builddir="$srcdir"/gtk-qt-engine -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=ON . || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 -} - -md5sums="de8048baef7dfe6c97cd97c463d66152 gtk-qt-engine-1.1.tar.bz2 -1658c0431dd13bef9c3f72183815c6f3 stdlib.patch" diff --git a/unmaintained/gtk-qt-engine/stdlib.patch b/unmaintained/gtk-qt-engine/stdlib.patch deleted file mode 100644 index 44fd2c49e5..0000000000 --- a/unmaintained/gtk-qt-engine/stdlib.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- gtk-qt-engine.orig/src/qt_theme_draw.c -+++ gtk-qt-engine/src/qt_theme_draw.c -@@ -19,6 +19,7 @@ - ***************************************************************************/ - - #include <math.h> -+#include <stdlib.h> - #include <string.h> - #include <gtk/gtkprogressbar.h> - #include <gdk/gdk.h> |