gnome-color-manager: update to 3.3.91.
This commit is contained in:
parent
a802d0d62a
commit
c87f8f7cc5
2 changed files with 11 additions and 10 deletions
|
@ -10,9 +10,7 @@ libpthread.so.0
|
|||
libc.so.6
|
||||
libclutter-gtk-1.0.so.0
|
||||
libmash-0.1.so.0
|
||||
libclutter-glx-1.0.so.0
|
||||
libcairo.so.2
|
||||
libcogl.so.5
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libpango-1.0.so.0
|
||||
libcanberra-gtk3.so.0
|
||||
|
@ -23,3 +21,6 @@ libvte2_90.so.9
|
|||
libexiv2.so.11
|
||||
libstdc++.so.6
|
||||
libgcc_s.so.1
|
||||
libclutter-1.0.so.0
|
||||
libcogl.so.9
|
||||
libgnome-desktop-3.so.2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-color-manager'
|
||||
pkgname=gnome-color-manager
|
||||
version=3.2.3
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
version=3.3.91
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-scrollkeeper --disable-schemas-compile --enable-exiv
|
||||
--enable-clutter --enable-packagekit"
|
||||
|
@ -9,7 +9,7 @@ short_desc="Color profile manager for the GNOME desktop"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://projects.gnome.org/gnome-color-manager/"
|
||||
license="GPL-2"
|
||||
checksum=5fc3073f97df5ddd98e2e85d75e9f4763129e62a565568c7b3c48aa6cf8cdb36
|
||||
checksum=e7d5eba332a3eb6f1ebccca881e0298809527ca9ac45f1b24bb60afb550b1d7a
|
||||
long_desc="
|
||||
GNOME Color Manager is a session framework that makes it easy to manage, install
|
||||
and generate color profiles in the GNOME desktop.
|
||||
|
@ -33,11 +33,6 @@ long_desc="
|
|||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
Add_dependency full desktop-file-utils
|
||||
Add_dependency full hicolor-icon-theme
|
||||
Add_dependency full shared-color-profiles
|
||||
Add_dependency full shared-color-targets
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gnome-doc-utils
|
||||
|
@ -51,3 +46,8 @@ Add_dependency build libXrandr-devel
|
|||
Add_dependency build lcms2-devel
|
||||
Add_dependency build colord-devel
|
||||
Add_dependency build libexif-devel
|
||||
|
||||
Add_dependency run desktop-file-utils
|
||||
Add_dependency run hicolor-icon-theme
|
||||
Add_dependency full shared-color-profiles
|
||||
Add_dependency full shared-color-targets
|
||||
|
|
Loading…
Reference in a new issue