diff options
Diffstat (limited to 'repos/extra/gtk-layer-shell')
| -rw-r--r-- | repos/extra/gtk-layer-shell/.files | 15 | ||||
| -rw-r--r-- | repos/extra/gtk-layer-shell/depends | 2 | ||||
| -rw-r--r-- | repos/extra/gtk-layer-shell/info | 5 |
3 files changed, 22 insertions, 0 deletions
diff --git a/repos/extra/gtk-layer-shell/.files b/repos/extra/gtk-layer-shell/.files new file mode 100644 index 00000000..adcabcea --- /dev/null +++ b/repos/extra/gtk-layer-shell/.files @@ -0,0 +1,15 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/gtk-layer-shell/ +-rw-r--r-- root/root usr/include/gtk-layer-shell/gtk-layer-shell.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/GtkLayerShell-0.1.typelib +lrwxrwxrwx root/root usr/lib/libgtk-layer-shell.so -> libgtk-layer-shell.so.0 +lrwxrwxrwx root/root usr/lib/libgtk-layer-shell.so.0 -> libgtk-layer-shell.so.0.8.2 +-rwxr-xr-x root/root usr/lib/libgtk-layer-shell.so.0.8.2 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/gtk-layer-shell-0.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/GtkLayerShell-0.1.gir diff --git a/repos/extra/gtk-layer-shell/depends b/repos/extra/gtk-layer-shell/depends new file mode 100644 index 00000000..10556c6d --- /dev/null +++ b/repos/extra/gtk-layer-shell/depends @@ -0,0 +1,2 @@ +gtk3 +gobject-introspection diff --git a/repos/extra/gtk-layer-shell/info b/repos/extra/gtk-layer-shell/info new file mode 100644 index 00000000..81aee42b --- /dev/null +++ b/repos/extra/gtk-layer-shell/info @@ -0,0 +1,5 @@ +name=gtk-layer-shell +version=0.8.2 +release=1 +source="https://github.com/wmww/${name}/archive/v${version}/${name}-v${version}.tar.gz" +build_opt="-Dvapi=false" |