gnome-color-manager: update to 3.6.0.
This commit is contained in:
parent
98612c6424
commit
541aaff55e
2 changed files with 17 additions and 16 deletions
srcpkgs/gnome-color-manager
|
@ -1,26 +1,27 @@
|
||||||
|
liblcms2.so.2
|
||||||
|
libcolord.so.1
|
||||||
libgtk-3.so.0
|
libgtk-3.so.0
|
||||||
libgdk-3.so.0
|
libgdk-3.so.0
|
||||||
libgio-2.0.so.0
|
libgio-2.0.so.0
|
||||||
liblcms2.so.2
|
|
||||||
libcolord.so.1
|
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libm.so.6
|
libm.so.6
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libclutter-gtk-1.0.so.0
|
libclutter-gtk-1.0.so.0
|
||||||
libcairo.so.2
|
libmash-0.2.so.0
|
||||||
libgdk_pixbuf-2.0.so.0
|
libclutter-1.0.so.0
|
||||||
libpango-1.0.so.0
|
libpango-1.0.so.0
|
||||||
|
libcairo.so.2
|
||||||
|
libcogl.so.11
|
||||||
|
libgdk_pixbuf-2.0.so.0
|
||||||
libcanberra-gtk3.so.0
|
libcanberra-gtk3.so.0
|
||||||
libcanberra.so.0
|
libcanberra.so.0
|
||||||
|
libcolord-gtk.so.1
|
||||||
libexif.so.12
|
libexif.so.12
|
||||||
libtiff.so.5
|
libtiff.so.5
|
||||||
libvte2_90.so.9
|
libvte2_90.so.9
|
||||||
|
libgnome-desktop-3.so.4
|
||||||
libexiv2.so.11
|
libexiv2.so.11
|
||||||
libstdc++.so.6
|
libstdc++.so.6
|
||||||
libgcc_s.so.1
|
libgcc_s.so.1
|
||||||
libclutter-1.0.so.0
|
|
||||||
libcogl.so.9
|
|
||||||
libgnome-desktop-3.so.2
|
|
||||||
libmash-0.2.so.0
|
|
||||||
|
|
|
@ -1,19 +1,21 @@
|
||||||
# Template file for 'gnome-color-manager'
|
# Template file for 'gnome-color-manager'
|
||||||
pkgname=gnome-color-manager
|
pkgname=gnome-color-manager
|
||||||
version=3.4.2
|
version=3.6.0
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-scrollkeeper --disable-schemas-compile
|
configure_args="--disable-schemas-compile
|
||||||
--enable-clutter --enable-packagekit --enable-exiv"
|
--enable-clutter --enable-packagekit --enable-exiv"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
makedepends="pkg-config intltool gnome-doc-utils libcanberra-devel vte3-devel exiv2-devel clutter-gtk-devel mash-devel gnome-desktop-devel libXrandr-devel lcms2-devel colord-devel libexif-devel"
|
makedepends="pkg-config intltool itstool gnome-doc-utils libcanberra-devel
|
||||||
|
exiv2-devel clutter-gtk-devel>=1.3.2 mash-devel gnome-desktop-devel>=3.6.0
|
||||||
|
libXrandr-devel lcms2-devel libexif-devel vte3-devel colord-gtk-devel"
|
||||||
fulldepends="shared-color-profiles shared-color-targets"
|
fulldepends="shared-color-profiles shared-color-targets"
|
||||||
revision=1
|
|
||||||
short_desc="Color profile manager for the GNOME desktop"
|
short_desc="Color profile manager for the GNOME desktop"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://projects.gnome.org/gnome-color-manager/"
|
homepage="http://projects.gnome.org/gnome-color-manager/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=ad69ac0ac242be0ad5b7966e0c2978a9a1440e52ee816993e4a8eb2cf6f0c922
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||||
|
checksum=c4e9d63c53061c65c4d1bcdd14952dd01aed7332c2e36d34f4a243a9e5097ec9
|
||||||
long_desc="
|
long_desc="
|
||||||
GNOME Color Manager is a session framework that makes it easy to manage, install
|
GNOME Color Manager is a session framework that makes it easy to manage, install
|
||||||
and generate color profiles in the GNOME desktop.
|
and generate color profiles in the GNOME desktop.
|
||||||
|
@ -36,5 +38,3 @@ long_desc="
|
||||||
is only started when it is needed, and quits after a small period of idleness."
|
is only started when it is needed, and quits after a small period of idleness."
|
||||||
|
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue