summaryrefslogtreecommitdiff
path: root/manualPorts
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts')
-rw-r--r--manualPorts/gexiv2/.footprint27
-rw-r--r--manualPorts/gexiv2/.md5sum1
-rw-r--r--manualPorts/gexiv2/.signature5
-rw-r--r--manualPorts/gexiv2/Pkgfile30
4 files changed, 0 insertions, 63 deletions
diff --git a/manualPorts/gexiv2/.footprint b/manualPorts/gexiv2/.footprint
deleted file mode 100644
index 8e4f1da..0000000
--- a/manualPorts/gexiv2/.footprint
+++ /dev/null
@@ -1,27 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/gexiv2/
--rw-r--r-- root/root usr/include/gexiv2/gexiv2-enums.h
--rw-r--r-- root/root usr/include/gexiv2/gexiv2-log.h
--rw-r--r-- root/root usr/include/gexiv2/gexiv2-managed-stream.h
--rw-r--r-- root/root usr/include/gexiv2/gexiv2-metadata.h
--rw-r--r-- root/root usr/include/gexiv2/gexiv2-preview-image.h
--rw-r--r-- root/root usr/include/gexiv2/gexiv2-preview-properties.h
--rw-r--r-- root/root usr/include/gexiv2/gexiv2-startup.h
--rw-r--r-- root/root usr/include/gexiv2/gexiv2-version.h
--rw-r--r-- root/root usr/include/gexiv2/gexiv2.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/girepository-1.0/
--rw-r--r-- root/root usr/lib/girepository-1.0/GExiv2-0.10.typelib
-lrwxrwxrwx root/root usr/lib/libgexiv2.so -> libgexiv2.so.2
-lrwxrwxrwx root/root usr/lib/libgexiv2.so.2 -> libgexiv2.so.2.0.0
--rwxr-xr-x root/root usr/lib/libgexiv2.so.2.0.0
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/gexiv2.pc
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/gir-1.0/
--rw-r--r-- root/root usr/share/gir-1.0/GExiv2-0.10.gir
-drwxr-xr-x root/root usr/share/vala/
-drwxr-xr-x root/root usr/share/vala/vapi/
--rw-r--r-- root/root usr/share/vala/vapi/gexiv2.deps
--rw-r--r-- root/root usr/share/vala/vapi/gexiv2.vapi
diff --git a/manualPorts/gexiv2/.md5sum b/manualPorts/gexiv2/.md5sum
deleted file mode 100644
index 35ff670..0000000
--- a/manualPorts/gexiv2/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-44a3cfeab1afd83a71e852835d24e656 gexiv2-0.12.1.tar.xz
diff --git a/manualPorts/gexiv2/.signature b/manualPorts/gexiv2/.signature
deleted file mode 100644
index 9e68348..0000000
--- a/manualPorts/gexiv2/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/deepthought.pub
-RWQxCptPusLGGtqPhydXJ/QYJrqy8l07AnQkMzNRxBhWiKhuMoOuaS+lUSNkDDtK0nfnPZf59pffvkIxlfC8IX8OSTYFVxHJyAg=
-SHA256 (Pkgfile) = c1e59808d59287ea36606b730c6cf8dc813ec19907947b1499fa4f026ef4187b
-SHA256 (.footprint) = 221aeadff5fa9f1868aecdcc6dcbc9f9ff5095a471a2915e3423b8f9285caad1
-SHA256 (gexiv2-0.12.1.tar.xz) = 8aeafd59653ea88f6b78cb03780ee9fd61a2f993070c5f0d0976bed93ac2bd77
diff --git a/manualPorts/gexiv2/Pkgfile b/manualPorts/gexiv2/Pkgfile
deleted file mode 100644
index f1b02b5..0000000
--- a/manualPorts/gexiv2/Pkgfile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Description: GObject wrapper around the Exiv2 photo metadata library
-# URL: https://wiki.gnome.org/Projects/gexiv2
-# Maintainer: Erich Eckner, crux at eckner dot net
-# Contributor: Thomas Penteker, tek at serverop dot de
-# Packager: #teatime (irc.kyber.io), teatime at kyber dot io
-# Depends on: exiv2 glib meson vala
-
-name=gexiv2
-version=0.12.1
-release=1
-source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
-
-build() {
-
- mkdir -p build
- meson setup \
- --prefix /usr \
- --libexecdir lib \
- --sbindir bin \
- --buildtype plain \
- --auto-features enabled \
- --wrap-mode nodownload \
- -D b_lto=true \
- -D b_pie=true \
- $name-$version build -Denable-gtk-doc=true
- ninja -C build
- meson test -C build
- DESTDIR="$PKG" ninja -C build install
-
-}