diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /testing/nx-libs | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2 aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz |
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/nx-libs')
-rw-r--r-- | testing/nx-libs/APKBUILD | 53 | ||||
-rw-r--r-- | testing/nx-libs/Makefile.patch | 11 | ||||
-rw-r--r-- | testing/nx-libs/fix-musl-headers-x86.patch | 11 | ||||
-rw-r--r-- | testing/nx-libs/xf86bigfont.patch | 11 |
4 files changed, 0 insertions, 86 deletions
diff --git a/testing/nx-libs/APKBUILD b/testing/nx-libs/APKBUILD deleted file mode 100644 index 68df0da9c2..0000000000 --- a/testing/nx-libs/APKBUILD +++ /dev/null @@ -1,53 +0,0 @@ -# Contributor: Jean-Charles de Longueville <jch@hellea.eu> -# Maintainer: -pkgname=nx-libs -pkgver=3.5.0.31 -pkgrel=0 -pkgdesc="NoMachine libraries (redistributed by x2go)" -url="http://x2go.org" -arch="all" -license="GPLv2+" -depends="font-cursor-misc font-misc-misc" -depends_dev="" -makedepends="$depends_dev libx11-dev zlib-dev libjpeg-turbo-dev libpng-dev libfontenc-dev linux-headers libxml2-dev bash automake autoconf" -install="" -subpackages="$pkgname-dev $pkgname-doc" -source="http://code.x2go.org/releases/source/$pkgname/$pkgname-$pkgver-full.tar.gz - xf86bigfont.patch - fix-musl-headers-x86.patch - " - -_builddir="$srcdir"/$pkgname-$pkgver -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 - - #Every Makefile has /usr/local as PREFIX, so replace that - sed -i -e 's,/usr/local,/usr,' nx-X11/config/cf/site.def -} - -build() { - cd "$_builddir" - make -j1 PREFIX=/usr USRLIBDIR=/usr/lib SHLIBDIR=/usr/lib CONFIGURE="./configure --prefix=/usr --libdir=/usr/lib --includedir=/usr/include" || return 1 -} - -package() { - cd "$_builddir" - #find ./ -name Makefile | xargs sed -e 's#/usr/local#/usr#g' -i - make PREFIX=/usr DESTDIR="$pkgdir" USRLIBDIR=/usr/lib SHLIBDIR=/usr/lib install CONFIGURE="./configure --prefix=/usr --libdir=/usr/lib --includedir=/usr/include" || return 1 -} - -md5sums="d163193f2c344aad263da0fc4fe4b853 nx-libs-3.5.0.31-full.tar.gz -6030f6b55bcd54be7a5f9c5e796d3759 xf86bigfont.patch -5f26a25ccc1d50693c0b4efe287a95f2 fix-musl-headers-x86.patch" -sha256sums="2130db3bf5c0b081604aef5546fd2c2a5f4db26ce2297a8da3cb3bcf11286128 nx-libs-3.5.0.31-full.tar.gz -51dc9bad9cc410654bf6c657abdd1bfb2ec5e6e6349ffb701b39cc11e46d2c2e xf86bigfont.patch -a09d175c62e1ae6017e161ccb7ed56b38da26ad2fa95b74357c9e4e78034b56f fix-musl-headers-x86.patch" -sha512sums="88870ec0453ab8e1fe3274ed86ac577256b14ea2ec448491f975be6d673ef8e60fb342601f05da819e202adc2bf668327e1f6c49b1ba79eb52faa87ed9e8985e nx-libs-3.5.0.31-full.tar.gz -ee090f4e7f5933cbea6398ac461539cbdc8b7fd62f32934c78298c1e217d2a60e7f796bffdb88d36816bbfa9becd810846f5b988b5191e5a5b9da5def5d730fa xf86bigfont.patch -d4a881b66f0258d6d9fb947a526868944e58217d534316dfa3f0837035415467a1e8841bf6c5b821ccedcc0c9e07b425f05243ddbd22aaec7ea2165c87d9211e fix-musl-headers-x86.patch" diff --git a/testing/nx-libs/Makefile.patch b/testing/nx-libs/Makefile.patch deleted file mode 100644 index 35037d4f81..0000000000 --- a/testing/nx-libs/Makefile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- nx-libs-3.5.0.28/Makefile -+++ ../Makefile -@@ -14,7 +14,7 @@ - BINDIR=$(PREFIX)/bin - NXLIBDIR=$(PREFIX)/lib/nx - X2GOLIBDIR=$(PREFIX)/lib/x2go --CONFIGURE ?= ./configure -+CONFIGURE ?= ./configure --prefix=usr - - SHELL:=/bin/bash - diff --git a/testing/nx-libs/fix-musl-headers-x86.patch b/testing/nx-libs/fix-musl-headers-x86.patch deleted file mode 100644 index 3f51b8e4b1..0000000000 --- a/testing/nx-libs/fix-musl-headers-x86.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./nx-X11/extras/Mesa/src/mesa/main/glheader.h.orig -+++ ./nx-X11/extras/Mesa/src/mesa/main/glheader.h -@@ -62,7 +62,7 @@ - #include <stdlib.h> - #include <stdio.h> - #include <string.h> --#if defined(__linux__) && defined(__i386__) -+#if defined(__GLIBC__) && defined(__i386__) - #include <fpu_control.h> - #endif - #endif diff --git a/testing/nx-libs/xf86bigfont.patch b/testing/nx-libs/xf86bigfont.patch deleted file mode 100644 index 94578dd778..0000000000 --- a/testing/nx-libs/xf86bigfont.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- nx-libs-3.5.0.28/nx-X11/programs/Xserver/Xext/xf86bigfont.c -+++ ../xf86bigfont.c -@@ -46,7 +46,7 @@ - /* Linux libc4 and libc5 only (because glibc doesn't include kernel headers): - Linux 2.0.x and 2.2.x define SHMLBA as PAGE_SIZE, but forget to define - PAGE_SIZE. It is defined in <asm/page.h>. */ --#include <asm/page.h> -+#include <limits.h> - #endif - #ifdef SVR4 - #include <sys/sysmacros.h> |