summaryrefslogtreecommitdiff
path: root/dbus-glib-32
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-08-05 00:30:02 +1000
committerDanny Rawlins <monster.romster@gmail.com>2019-08-05 00:30:02 +1000
commite58ccb81c4a6b06d6bbde0da31287e07f2253d20 (patch)
treebc92056fbc6ffb0b111ebee29154cc74e38a6a09 /dbus-glib-32
parentf733a818732f109925116608b138c640fa00329a (diff)
downloadcompat-32-e58ccb81c4a6b06d6bbde0da31287e07f2253d20.tar.gz
compat-32-e58ccb81c4a6b06d6bbde0da31287e07f2253d20.tar.xz
dbus-glib-32: initial import
Diffstat (limited to 'dbus-glib-32')
-rw-r--r--dbus-glib-32/.32bit0
-rw-r--r--dbus-glib-32/.footprint9
-rw-r--r--dbus-glib-32/.signature5
-rw-r--r--dbus-glib-32/Pkgfile23
4 files changed, 37 insertions, 0 deletions
diff --git a/dbus-glib-32/.32bit b/dbus-glib-32/.32bit
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/dbus-glib-32/.32bit
diff --git a/dbus-glib-32/.footprint b/dbus-glib-32/.footprint
new file mode 100644
index 00000000..452e6ed1
--- /dev/null
+++ b/dbus-glib-32/.footprint
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib32/
+-rw-r--r-- root/root usr/lib32/libdbus-glib-1.a
+-rwxr-xr-x root/root usr/lib32/libdbus-glib-1.la
+lrwxrwxrwx root/root usr/lib32/libdbus-glib-1.so -> libdbus-glib-1.so.2.3.4
+lrwxrwxrwx root/root usr/lib32/libdbus-glib-1.so.2 -> libdbus-glib-1.so.2.3.4
+-rwxr-xr-x root/root usr/lib32/libdbus-glib-1.so.2.3.4
+drwxr-xr-x root/root usr/lib32/pkgconfig/
+-rw-r--r-- root/root usr/lib32/pkgconfig/dbus-glib-1.pc
diff --git a/dbus-glib-32/.signature b/dbus-glib-32/.signature
new file mode 100644
index 00000000..3ad7c482
--- /dev/null
+++ b/dbus-glib-32/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/compat-32.pub
+RWSwxGo/zH7eXUIl+yrdxjIh93UFm5Bh8ImT/bJpzUCerrSAxghqIv7Sw6ouAC2LbzZraWmqYLUIOz6U2EplM9iZcSGsBcRjjA4=
+SHA256 (Pkgfile) = 74c1b6a68406f4a94d471c21f27afc6a154898970617b2535fbd1593b1d26fd1
+SHA256 (.footprint) = 8fcf000acf616fed22d55c11abc8c11b7f5d9dbfa4cfbebc912f04edb52d5524
+SHA256 (dbus-glib-0.110.tar.gz) = 7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825
diff --git a/dbus-glib-32/Pkgfile b/dbus-glib-32/Pkgfile
new file mode 100644
index 00000000..105605cc
--- /dev/null
+++ b/dbus-glib-32/Pkgfile
@@ -0,0 +1,23 @@
+# Description: D-Bus GLib bindings
+# URL: http://freedesktop.org/wiki/Software/DBusBindings
+# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
+# Depends on: dbus-32 dbus-glib glib-32
+
+name=dbus-glib-32
+version=0.110
+release=1
+source=(https://dbus.freedesktop.org/releases/${name%-*}/${name%-*}-$version.tar.gz)
+
+build() {
+ cd ${name%-*}-$version
+
+ ./configure \
+ --prefix=/usr \
+ --libdir=/usr/lib32 \
+ --enable-bash-completion=no
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -r $PKG/usr/{bin,share,include}
+}

Generated by cgit