CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-libxdamage: rwmoved port
authorVictor Martinez <pitillo@ono.com>
Sat, 2 Nov 2019 04:05:39 +0000 (05:05 +0100)
committerVictor Martinez <pitillo@ono.com>
Sat, 2 Nov 2019 04:05:39 +0000 (05:05 +0100)
xorg-libxdamage/.footprint [deleted file]
xorg-libxdamage/.signature [deleted file]
xorg-libxdamage/Pkgfile [deleted file]

diff --git a/xorg-libxdamage/.footprint b/xorg-libxdamage/.footprint
deleted file mode 100644 (file)
index 5a9281e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/include/
-drwxr-xr-x     root/root       usr/include/X11/
-drwxr-xr-x     root/root       usr/include/X11/extensions/
--rw-r--r--     root/root       usr/include/X11/extensions/Xdamage.h
-drwxr-xr-x     root/root       usr/lib/
--rw-r--r--     root/root       usr/lib/libXdamage.a
--rwxr-xr-x     root/root       usr/lib/libXdamage.la
-lrwxrwxrwx     root/root       usr/lib/libXdamage.so -> libXdamage.so.1.1.0
-lrwxrwxrwx     root/root       usr/lib/libXdamage.so.1 -> libXdamage.so.1.1.0
--rwxr-xr-x     root/root       usr/lib/libXdamage.so.1.1.0
-drwxr-xr-x     root/root       usr/lib/pkgconfig/
--rw-r--r--     root/root       usr/lib/pkgconfig/xdamage.pc
diff --git a/xorg-libxdamage/.signature b/xorg-libxdamage/.signature
deleted file mode 100644 (file)
index 70e55ec..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/xorg-arm64.pub
-RWQK42WfXMUBTNv7MhwXLDdAcJoaB/JkvHDY4HrGw+Lr04U9rJaBQ8FZNzpWf6y8aUt9KUD+IZMNx+/eq6eiNV33oleWdtAlug0=
-SHA256 (Pkgfile) = 5c06568189ec326fadd11aaae78346f6fb538849d2bcc5afda6b0b9372c213ae
-SHA256 (.footprint) = 8e9487b569cd6013f41c94e113068da2762e5186fe40dd9e687714443296006a
-SHA256 (libXdamage-1.1.5.tar.bz2) = b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45
diff --git a/xorg-libxdamage/Pkgfile b/xorg-libxdamage/Pkgfile
deleted file mode 100644 (file)
index 525bb7c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: X Damage extension client library
-# URL: http://xorg.freedesktop.org
-# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on: xorg-damageproto xorg-libxfixes
-
-name=xorg-libxdamage
-version=1.1.5
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/lib/libXdamage-$version.tar.bz2)
-
-build() {
-  cd libXdamage-$version
-
-  ./configure --prefix=/usr \
-              --build=aarch64-unknown-linux-gnueabi
-
-  make
-  make DESTDIR=$PKG install
-}