geany: fixed rundeps for subpkgs and description.
This commit is contained in:
parent
715b77544e
commit
63e1551b16
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'geany-devel'.
|
||||
#
|
||||
depends="glibc-devel geany"
|
||||
noarch=yes
|
||||
depends="gtk+-devel"
|
||||
short_desc="${short_desc} - Development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'geany-plugins'.
|
||||
#
|
||||
depends="glibc-devel geany"
|
||||
short_desc="${short_desc} - Development files"
|
||||
depends="geany>=$version"
|
||||
short_desc="${short_desc} - builtin plugins"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the plugins for geany."
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vmove usr/lib/geany usr/lib
|
||||
}
|
||||
|
|
|
@ -1,21 +1,20 @@
|
|||
# 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"
|
||||
revision=2
|
||||
build_style=waf
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
makedepends="pkg-config intltool python gtk+-devel vte-devel"
|
||||
subpackages="${pkgname}-plugins ${pkgname}-devel"
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
short_desc="Fast and lightweight IDE"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.geany.org"
|
||||
distfiles="http://download.${pkgname}.org/${pkgname}-${version}.tar.bz2"
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue