Skip to content

Commit

Permalink
Merge pull request #6978 from lumarogit/geany
Browse files Browse the repository at this point in the history
geany: update spkgbuild
  • Loading branch information
lumarogit authored Oct 25, 2023
2 parents 5d08453 + 066e0a5 commit c361cb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 1 addition & 4 deletions main/geany/.pkgfiles
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
8 changes: 5 additions & 3 deletions main/geany/spkgbuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@

name=geany
version=2.0
release=1
release=2
source="http://download.geany.org/$name-$version.tar.bz2"

build() {
cd $name-$version

./configure \
--prefix=/usr \
--enable-plugins \
--enable-gtk3
--disable-api-docs \
--disable-html-docs \
--disable-pdf-docs \
--disable-nls
make
make DESTDIR=$PKG install
}

0 comments on commit c361cb9

Please sign in to comment.