Merge pull request #6978 from lumarogit/geany

geany: update spkgbuild
This commit is contained in:
Luis
2023-10-25 17:32:17 +02:00
committed by GitHub
2 changed files with 6 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
geany-2.0-1
geany-2.0-2
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/geany
@@ -15,9 +15,6 @@ drwxr-xr-x root/root usr/include/geany/
-rw-r--r-- root/root usr/include/geany/geanyfunctions.h
-rw-r--r-- root/root usr/include/geany/geanyplugin.h
-rw-r--r-- root/root usr/include/geany/gtkcompat.h
drwxr-xr-x root/root usr/include/geany/gtkdoc/
-rw-r--r-- root/root usr/include/geany/gtkdoc/geany-gtkdoc.h
-rw-r--r-- root/root usr/include/geany/gtkdoc/geany-sciwrappers-gtkdoc.h
-rw-r--r-- root/root usr/include/geany/highlighting.h
-rw-r--r-- root/root usr/include/geany/keybindings.h
-rw-r--r-- root/root usr/include/geany/main.h

View File

@@ -4,7 +4,7 @@
name=geany
version=2.0
release=1
release=2
source="http://download.geany.org/$name-$version.tar.bz2"
build() {
@@ -12,8 +12,10 @@ build() {
./configure \
--prefix=/usr \
--enable-plugins \
--enable-gtk3
--disable-api-docs \
--disable-html-docs \
--disable-pdf-docs \
--disable-nls
make
make DESTDIR=$PKG install
}