Take maintainership for some unmaintained packages.
This commit is contained in:
parent
c5164a1ea1
commit
e7e740a1e7
4 changed files with 9 additions and 10 deletions
|
@ -8,7 +8,7 @@ configure_args=" --disable-static"
|
|||
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
||||
gettext-devel intltool which"
|
||||
makedepends="gdk-pixbuf-devel gtk+3-devel libXrandr-devel xkeyboard-config libxkbfile-devel "
|
||||
maintainer="Roelof Wobben <rwobben@hotmail.com>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://cinnamon.linuxmint.com/"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=cinnamon-translations
|
|||
version=2.0.3
|
||||
revision=1
|
||||
short_desc="Translations for Cinnamon and Nemo"
|
||||
maintainer="Roelof Wobben <rwobben@hotmail.com>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://cinnamon.linuxmint.com/"
|
||||
|
||||
|
@ -12,14 +12,13 @@ do_fetch() {
|
|||
}
|
||||
|
||||
do_install () {
|
||||
vmkdir /usr/share/cinnamon/locale
|
||||
cp -a mo-export/* ${DESTDIR}/usr/share/cinnamon/locale
|
||||
vmkdir /usr/share/cinnamon/locale
|
||||
cp -a mo-export/* ${DESTDIR}/usr/share/cinnamon/locale
|
||||
}
|
||||
|
||||
cinnamon-translations_package() {
|
||||
noarch=yes
|
||||
pkg_install () {
|
||||
vmove all
|
||||
noarch=yes
|
||||
pkg_install () {
|
||||
vmove all
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ build_style=gnu-configure
|
|||
configure_args=" --disable-static"
|
||||
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection"
|
||||
makedepends="js-devel dbus-glib-devel readline-devel"
|
||||
maintainer="Roelof Wobben <rwobben@hotmail.com>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://cinnamon.linuxmint.com/"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
|||
gettext-devel intltool which gnome-doc-utils"
|
||||
makedepends="clutter-devel startup-notification-devel libcanberra-devel
|
||||
cinnamon-desktop-devel libXinerama-devel libSM-devel dconf zenity"
|
||||
maintainer="Roelof Wobben <rwobben@hotmail.com>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://cinnamon.linuxmint.com/"
|
||||
|
||||
|
|
Loading…
Reference in a new issue