parent
7198c282b6
commit
e8200efd41
|
@ -1,26 +1,22 @@
|
||||||
# Template file for 'pluma'
|
# Template file for 'pluma'
|
||||||
pkgname=pluma
|
pkgname=pluma
|
||||||
version=1.18.3
|
version=1.18.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
pycompile_dirs="usr/lib/pluma/plugins"
|
pycompile_dirs="usr/lib/pluma/plugins"
|
||||||
hostmakedepends="automake libtool pkg-config intltool itstool glib-devel
|
hostmakedepends="gobject-introspection mate-common"
|
||||||
gobject-introspection mate-common"
|
makedepends="enchant-devel gtksourceview-devel iso-codes libSM-devel
|
||||||
makedepends="gtk+3-devel enchant-devel libSM-devel mate-desktop-devel
|
libpeas-devel libsoup-devel mate-desktop-devel"
|
||||||
gtksourceview-devel libsoup-devel libpeas-devel iso-codes"
|
|
||||||
depends="desktop-file-utils iso-codes zenity"
|
depends="desktop-file-utils iso-codes zenity"
|
||||||
short_desc="Powerful text editor for MATE"
|
short_desc="Powerful text editor for MATE"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://mate-desktop.org"
|
homepage="https://mate-desktop.org"
|
||||||
distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=20f60758e37ce264fa3a13f0027bf411b84e98467f2e063783c19cefe496e2af
|
checksum=fdf0843f96daf4370f982e3e1a3bced81068a2bc96d0f58acad2e9442248d9d4
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
pluma-devel_package() {
|
pluma-devel_package() {
|
||||||
|
depends="${sourcepkg}-${version}_${revision} gtksourceview-devel libpeas-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in New Issue