diff options
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/xorg/xcb-util-xrm/.files | 10 | ||||
| -rw-r--r-- | repos/xorg/xcb-util-xrm/abuild | 4 | ||||
| -rw-r--r-- | repos/xorg/xcb-util-xrm/depends | 2 |
3 files changed, 16 insertions, 0 deletions
diff --git a/repos/xorg/xcb-util-xrm/.files b/repos/xorg/xcb-util-xrm/.files new file mode 100644 index 00000000..a46d15c5 --- /dev/null +++ b/repos/xorg/xcb-util-xrm/.files @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/xcb/ +-rw-r--r-- root/root usr/include/xcb/xcb_xrm.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libxcb-xrm.so -> libxcb-xrm.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libxcb-xrm.so.0 -> libxcb-xrm.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libxcb-xrm.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xcb-xrm.pc diff --git a/repos/xorg/xcb-util-xrm/abuild b/repos/xorg/xcb-util-xrm/abuild new file mode 100644 index 00000000..35681ac0 --- /dev/null +++ b/repos/xorg/xcb-util-xrm/abuild @@ -0,0 +1,4 @@ +name=xcb-util-xrm +version=1.3 +release=1 +source="https://github.com/Airblader/${name}/releases/download/v${version}/${name}-${version}.tar.gz" diff --git a/repos/xorg/xcb-util-xrm/depends b/repos/xorg/xcb-util-xrm/depends new file mode 100644 index 00000000..dac9d3c2 --- /dev/null +++ b/repos/xorg/xcb-util-xrm/depends @@ -0,0 +1,2 @@ +xcb-util +libx11 |