mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user