diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-19 13:34:50 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-19 13:45:34 +0100 |
commit | d63c80a020d3f64edf11efcc95889dcfd052278a (patch) | |
tree | 4c52833b68243364de4e88d50cc0f4f75dec2349 /main/gtk-xfce-engine | |
parent | 7bcdd8e223cc015441dcf8f2177818bf5d82badc (diff) | |
download | aports-d63c80a020d3f64edf11efcc95889dcfd052278a.tar.bz2 aports-d63c80a020d3f64edf11efcc95889dcfd052278a.tar.xz |
main/gtk-xfce-engine: remove
- No consumers
- Deprecated
- No upstream
Diffstat (limited to 'main/gtk-xfce-engine')
-rw-r--r-- | main/gtk-xfce-engine/APKBUILD | 56 | ||||
-rw-r--r-- | main/gtk-xfce-engine/fix-utf8-codec-can-not-decode-byte.patch | 18 |
2 files changed, 0 insertions, 74 deletions
diff --git a/main/gtk-xfce-engine/APKBUILD b/main/gtk-xfce-engine/APKBUILD deleted file mode 100644 index 4c04db546d..0000000000 --- a/main/gtk-xfce-engine/APKBUILD +++ /dev/null @@ -1,56 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=gtk-xfce-engine -pkgver=3.2.0 -pkgrel=2 -pkgdesc="Xfce theme engine" -url="https://xfce.org/" -arch="all" -license="GPL-2.0" -makedepends="gtk+2.0-dev gtk+3.0-dev" -source="https://archive.xfce.org/src/xfce/gtk-xfce-engine/${pkgver%.*}/gtk-xfce-engine-$pkgver.tar.bz2 -fix-utf8-codec-can-not-decode-byte.patch" -subpackages="gtk2-xfce-engine:_gtk2 gtk3-xfce-engine:_gtk3" - -builddir="$srcdir/$pkgname-$pkgver" - -build() { - cd "$builddir" - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib \ - --localstatedir=/var \ - --disable-static \ - --enable-gtk3 \ - --enable-gtk2 - make -} - -check() { - cd "$builddir" - make check -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install -} - -_split() { - local _ver=${1%.*} - pkgdesc="$pkgdesc - ${_ver/-/ }" - install_if="$pkgname=$pkgver-r$pkgrel ${1/-/+}" - cd "$pkgdir" - for dir in usr/lib/$1 usr/share/themes/*/$1; do - mkdir -p "$subpkgdir"/${dir%/*} - mv $dir "$subpkgdir"/${dir%/*} - done -} - -_gtk2() { _split gtk-2.0; } -_gtk3() { _split gtk-3.0; } - -sha512sums="c965e597c1b4aa04f3b474f3c4cea249aa6e753be697d5d3d7a19184adca650fc084f39acbd357f53eaf4180d96d5d3499866367e221ae445de4864fc9487012 gtk-xfce-engine-3.2.0.tar.bz2 -2ab7d90f82bc9ec911ac18d6a6c676813038076b9f140e00c24e235f54c31d107d9ef2ef28f5e9f4b3f8de0e56ccab5b73ba691d98441ddb55c3bb3748813897 fix-utf8-codec-can-not-decode-byte.patch" diff --git a/main/gtk-xfce-engine/fix-utf8-codec-can-not-decode-byte.patch b/main/gtk-xfce-engine/fix-utf8-codec-can-not-decode-byte.patch deleted file mode 100644 index 0aeeefb5b8..0000000000 --- a/main/gtk-xfce-engine/fix-utf8-codec-can-not-decode-byte.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/gtk-3.0/xfce_style_types.h -+++ b/gtk-3.0/xfce_style_types.h -@@ -19,13 +19,13 @@ - * - * Portions based Thinice port by - * Tim Gerla <timg@rrv.net>, -- * Tomas Ögren <stric@ing.umu.se, -+ * Tomas Ogren <stric@ing.umu.se, - * Richard Hult <rhult@codefactory.se> - * Portions based on Smooth theme by - * Andrew Johnson <ajgenius@ajgenius.us> - * Portions based on IceGradient theme by - * Tim Gerla <timg@means.net> -- * Tomas Ă–gren <stric@ing.umu.se> -+ * Tomas Ogren <stric@ing.umu.se> - * JM Perez <jose.perez@upcnet.es> - * Portions based on Wonderland theme by - * Garrett LeSage |