summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-02-01 10:24:36 +0000
committerTim Biermann <tbier@posteo.de>2021-02-01 10:24:36 +0000
commit89935583fa092d9aec561c9ae279ff3b0e127402 (patch)
tree190132dd38412e515ed4f6de137b9d441e215863
parent5cea65787cc316c19eb6781d54873f95d05b79a6 (diff)
downloadcontrib-89935583fa092d9aec561c9ae279ff3b0e127402.tar.gz
contrib-89935583fa092d9aec561c9ae279ff3b0e127402.tar.xz
spice: dropped unmaintained port
-rw-r--r--spice/.footprint20
-rw-r--r--spice/.signature5
-rw-r--r--spice/Pkgfile21
3 files changed, 0 insertions, 46 deletions
diff --git a/spice/.footprint b/spice/.footprint
deleted file mode 100644
index 7b42b21c5..000000000
--- a/spice/.footprint
+++ /dev/null
@@ -1,20 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/spice-server/
--rw-r--r-- root/root usr/include/spice-server/spice-audio.h
--rw-r--r-- root/root usr/include/spice-server/spice-char.h
--rw-r--r-- root/root usr/include/spice-server/spice-core.h
--rw-r--r-- root/root usr/include/spice-server/spice-input.h
--rw-r--r-- root/root usr/include/spice-server/spice-migration.h
--rw-r--r-- root/root usr/include/spice-server/spice-qxl.h
--rw-r--r-- root/root usr/include/spice-server/spice-replay.h
--rw-r--r-- root/root usr/include/spice-server/spice-server.h
--rw-r--r-- root/root usr/include/spice-server/spice-version.h
--rw-r--r-- root/root usr/include/spice-server/spice.h
-drwxr-xr-x root/root usr/lib/
--rwxr-xr-x root/root usr/lib/libspice-server.la
-lrwxrwxrwx root/root usr/lib/libspice-server.so -> libspice-server.so.1.14.0
-lrwxrwxrwx root/root usr/lib/libspice-server.so.1 -> libspice-server.so.1.14.0
--rwxr-xr-x root/root usr/lib/libspice-server.so.1.14.0
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/spice-server.pc
diff --git a/spice/.signature b/spice/.signature
deleted file mode 100644
index d20064c72..000000000
--- a/spice/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF30zzsrTLu+iCaqiv+OF1gu2drcjCHV56e8CKUJuOhIaH4OoLXRTO2catwIaMwgFy9f1v4RpHE55AQaZY81C6DQE=
-SHA256 (Pkgfile) = 499cdd8c1893258346deda691f7b9ae3b400dc0de2ed75c9533d4d1c7607fd48
-SHA256 (.footprint) = b03e9ef124724863b6d7deb428bfd34df73cd0b461fb179262f3b07eabe5b4c4
-SHA256 (spice-0.14.3.tar.bz2) = 551d4be4a07667cf0543f3c895beb6da8a93ef5a9829f2ae47817be5e616a114
diff --git a/spice/Pkgfile b/spice/Pkgfile
deleted file mode 100644
index 32839b01a..000000000
--- a/spice/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: toolset for interaction with virtualized desktop devices
-# URL: http://spice-space.org
-# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: glib celt51 alsa-lib xorg-libpixman libjpeg-turbo zlib python-pyparsing cyrus-sasl spice-protocol
-
-name=spice
-version=0.14.3
-release=1
-source=(https://www.spice-space.org/download/releases/spice-$version.tar.bz2)
-
-build() {
- cd $name-$version
-
- ./configure --prefix=/usr \
- --datarootdir=/usr/lib \
- --disable-opus \
- --disable-smartcard
-
- make
- make DESTDIR=$PKG install
-}

Generated by cgit