New package: geany-1.22.

This commit is contained in:
davehome 2012-07-02 02:02:57 -06:00
parent d01ae274eb
commit d313954a09
7 changed files with 86 additions and 0 deletions

1
srcpkgs/geany-devel Symbolic link
View File

@ -0,0 +1 @@
geany

1
srcpkgs/geany-plugins Symbolic link
View File

@ -0,0 +1 @@
geany

View File

@ -0,0 +1,13 @@
# Template file for 'geany-devel'.
#
depends="glibc-devel geany"
short_desc="${short_desc} - Development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install()
{
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
}

View File

@ -0,0 +1,17 @@
libgtk-x11-2.0.so.0
libgdk-x11-2.0.so.0
libatk-1.0.so.0
libgio-2.0.so.0
libpangoft2-1.0.so.0
libpangocairo-1.0.so.0
libgdk_pixbuf-2.0.so.0
libcairo.so.2
libpango-1.0.so.0
libfreetype.so.6
libfontconfig.so.1
libgobject-2.0.so.0
libglib-2.0.so.0
libgmodule-2.0.so.0
librt.so.1
libpthread.so.0
libc.so.6

View File

@ -0,0 +1,12 @@
# Template file for 'geany-plugins'.
#
depends="glibc-devel geany"
short_desc="${short_desc} - Development files"
long_desc="${long_desc}
This package contains the plugins for geany."
do_install()
{
vmove usr/lib/geany usr/lib
}

View File

@ -0,0 +1,21 @@
libgtk-x11-2.0.so.0
libgdk-x11-2.0.so.0
libatk-1.0.so.0
libgio-2.0.so.0
libpangoft2-1.0.so.0
libpangocairo-1.0.so.0
libgdk_pixbuf-2.0.so.0
libcairo.so.2
libpango-1.0.so.0
libfreetype.so.6
libfontconfig.so.1
libgobject-2.0.so.0
libglib-2.0.so.0
libgmodule-2.0.so.0
librt.so.1
libpthread.so.0
libc.so.6
libgthread-2.0.so.0
libstdc++.so.6
libm.so.6
libgcc_s.so.1

21
srcpkgs/geany/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'geany'
pkgname=geany
version=1.22
revision=1
homepage="http://www.geany.org"
distfiles="http://download.${pkgname}.org/${pkgname}-${version}.tar.bz2"
build_style=waf
depends="hicolor-icon-theme desktop-file-utils"
makedepends="pkg-config intltool python gtk+-devel vte-devel"
short_desc="Fast and lightweight IDE"
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-2"
checksum=901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e
long_desc="
Geany is a text editor using the GTK2 toolkit with basic features of an
integrated development environment. It was developed to provide a small and
fast IDE, which has only a few dependencies from other packages. It supports
many filetypes and has some nice features."
subpackages="${pkgname}-plugins ${pkgname}-devel"
gtk_iconcache_dirs="/usr/share/icons/hicolor"