Update Cinnamon (#455)
* cinnamon-translations: update to 3.8.2. * cinnamon: update to 3.8.6. * cinnamon-settings-daemon: update to 3.8.4.
This commit is contained in:
parent
72423cca9e
commit
956fb479af
3 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cinnamon-settings-daemon'
|
# Template file for 'cinnamon-settings-daemon'
|
||||||
pkgname=cinnamon-settings-daemon
|
pkgname=cinnamon-settings-daemon
|
||||||
version=3.8.3
|
version=3.8.4
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="The Cinnamon Settings Daemon"
|
short_desc="The Cinnamon Settings Daemon"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -14,8 +14,9 @@ depends="desktop-file-utils hicolor-icon-theme"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||||
homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
||||||
|
changelog="https://raw.githubusercontent.com/linuxmint/cinnamon-settings-daemon/${version}/debian/changelog"
|
||||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=4bfa74892e97e0a9b847f4711807c1e5fe3f1ab9d20b1bd0d9c8ee3821b98fa1
|
checksum=3c1f63d4d3acc6ee6d38d5d384d49333af1470458e8b53dace3483d1b27135e5
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'cinnamon-translations'
|
# Template file for 'cinnamon-translations'
|
||||||
pkgname=cinnamon-translations
|
pkgname=cinnamon-translations
|
||||||
version=3.8.1
|
version=3.8.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Translations for Cinnamon and Nemo"
|
short_desc="Translations for Cinnamon and Nemo"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
#changelog="https://raw.githubusercontent.com/linuxmint/cinnamon-translations/${version}/debian/changelog"
|
|
||||||
homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
||||||
|
changelog="https://raw.githubusercontent.com/linuxmint/cinnamon-translations/${version}/debian/changelog"
|
||||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=99fe1885659c68e9518186ad0152decd9e16065f5e3845ff01e455aa76db9b8c
|
checksum=f5d187578025d8d02832ba4f24c721a73ef0e24ff758d64272ee2a40c827127e
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir /usr/share/locale
|
vmkdir /usr/share/locale
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cinnamon'
|
# Template file for 'cinnamon'
|
||||||
pkgname=cinnamon
|
pkgname=cinnamon
|
||||||
version=3.8.4
|
version=3.8.6
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="Cinnamon-${version}"
|
wrksrc="Cinnamon-${version}"
|
||||||
short_desc="GNOME3 fork of Linux Mint with GNOME2 aspect"
|
short_desc="GNOME3 fork of Linux Mint with GNOME2 aspect"
|
||||||
|
@ -25,8 +25,9 @@ depends="
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||||
homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
||||||
|
changelog="https://raw.githubusercontent.com/linuxmint/Cinnamon/${version}/debian/changelog"
|
||||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=823737315fbbdbf9cdf27b1184abdbc15b9fda889c4126b081e0b94298f49917
|
checksum=b4d4a50713a9e373e987c25c9f9ffa8ba63b0673cfedf6aa93dd394359a094cc
|
||||||
nocross="gobject-introspection"
|
nocross="gobject-introspection"
|
||||||
|
|
||||||
pycompile_dirs="
|
pycompile_dirs="
|
||||||
|
|
Loading…
Reference in a new issue