diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-20 23:21:23 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-20 23:21:23 +0000 |
| commit | 935ae52c4e1d9ca3630882f144117ffc2300804a (patch) | |
| tree | d214397eb06fdef87f3976bc267763b4a6052ddf /gtk-layer-shell | |
| parent | da9b5ae270f2594c813072695b807f5ee7b5acd3 (diff) | |
| download | alicelinux-935ae52c4e1d9ca3630882f144117ffc2300804a.tar.gz alicelinux-935ae52c4e1d9ca3630882f144117ffc2300804a.zip | |
Woodpecker CI 93e629250d2f2073dcea128000323264d2c7571f [SKIP CI]
Diffstat (limited to 'gtk-layer-shell')
| -rw-r--r-- | gtk-layer-shell/.files | 7 | ||||
| -rw-r--r-- | gtk-layer-shell/abuild | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/gtk-layer-shell/.files b/gtk-layer-shell/.files index e9e8fd04..8a25b7a2 100644 --- a/gtk-layer-shell/.files +++ b/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/gtk-layer-shell/abuild b/gtk-layer-shell/abuild index 3ac086d9..1bac42a3 100644 --- a/gtk-layer-shell/abuild +++ b/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" |