diff options
Diffstat (limited to 'repos/extra/gtk-layer-shell')
| -rw-r--r-- | repos/extra/gtk-layer-shell/.files | 7 | ||||
| -rw-r--r-- | repos/extra/gtk-layer-shell/abuild | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/repos/extra/gtk-layer-shell/.files b/repos/extra/gtk-layer-shell/.files index e9e8fd04..8a25b7a2 100644 --- a/repos/extra/gtk-layer-shell/.files +++ b/repos/extra/gtk-layer-shell/.files @@ -1,15 +1,10 @@ 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 +-rw-rw-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.10.1 -rwxr-xr-x root/root usr/lib/libgtk-layer-shell.so.0.10.1 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/abuild b/repos/extra/gtk-layer-shell/abuild index 3ac086d9..1bac42a3 100644 --- a/repos/extra/gtk-layer-shell/abuild +++ b/repos/extra/gtk-layer-shell/abuild @@ -2,4 +2,4 @@ name=gtk-layer-shell version=0.10.1 release=1 source="https://github.com/wmww/${name}/archive/v${version}/${name}-v${version}.tar.gz" -build_opt="-Dvapi=false" +build_opt="-Dvapi=false -Dintrospection=false" |