[Lunar-commits] <moonbase-gnome3> Merge branch 'master' of github.com:lunar-linux/moonbase-gnome3
Dennis Veatch
dennisveatch at bellsouth.net
Sun Oct 19 16:53:19 CEST 2014
commit c189debaaa0b6f4f3253724022e2fd66fbd3fc30
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sun, 19 Oct 2014 07:34:33 -0400
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/c189debaaa0b6f4f3253724022e2fd66fbd3fc30
Merge branch 'master' of github.com:lunar-linux/moonbase-gnome3
---
apps/caribou/DETAILS | +3/-3
apps/cheese/DETAILS | +3/-3
apps/eog/DEPENDS | +3/-1
apps/eog/DETAILS | +3/-3
apps/evince/DEPENDS | +3/-5
apps/evince/DETAILS | +3/-3
apps/gedit/DETAILS | +3/-3
apps/gnome-calculator/DETAILS | +3/-3
core/accountsservice/BUILD | +3/-0
core/accountsservice/DEPENDS | +5/-0
core/accountsservice/DETAILS | +13/-0
core/adwaita-icon-theme/BUILD | +9/-0
core/adwaita-icon-theme/DEPENDS | +3/-0
core/adwaita-icon-theme/DETAILS | +13/-0
core/evolution-data-server/BUILD | +3/-0
core/evolution-data-server/DEPENDS | +9/-0
core/evolution-data-server/DETAILS | +13/-0
core/gnome-bluetooth/DETAILS | +3/-3
core/gnome-color-manager/DETAILS | +3/-3
core/gnome-online-accounts/BUILD | +6/-0
core/gnome-online-accounts/DEPENDS | +11/-0
core/gnome-online-accounts/DETAILS | +13/-0
core/gnome-power-manager/DEPENDS | +5/-0
core/gnome-power-manager/DETAILS | +14/-0
core/gnome-screensaver/BUILD | +1/-1
libs/clutter-gst/DETAILS | +3/-3
libs/clutter-gtk/DETAILS | +3/-3
libs/glibmm/DETAILS | +3/-3
libs/gtkmm3/DETAILS | +4/-4
libs/libgdata3/BUILD | +3/-0
libs/libgdata3/DEPENDS | +9/-0
libs/libgdata3/DETAILS | +17/-0
libs/rest/DETAILS | +3/-3
libs/uhttpmock/DEPENDS | +1/-0
libs/uhttpmock/DETAILS | +13/-0
35 files changed, 210 insertions(+), 47 deletions(-)
--- a/apps/caribou/DETAILS
+++ b/apps/caribou/DETAILS
@@ -1,11 +1,11 @@
MODULE=caribou
- VERSION=0.4.13
+ VERSION=0.4.15
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:15af0b493bf33508ce21204e6a006260939ee8e6
+ SOURCE_VFY=sha256:fdb7c645f4b35d2e106bb7d48fba914950ef84020fc8ad470cfab6a44e925f10
WEB_SITE=http://live.gnome.org/Caribou
ENTERED=20130210
- UPDATED=20131122
+ UPDATED=20141019
SHORT="A text entry and UI navigation application for Gtk+-3"
cat <<EOF
--- a/apps/cheese/DETAILS
+++ b/apps/cheese/DETAILS
@@ -1,11 +1,11 @@
MODULE=cheese
- VERSION=3.12.2
+ VERSION=3.14.1
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:8447bd1b5657e54ab6cbe0e10df496d2f1835253
+ SOURCE_VFY=sha256:cb8d27c24daf9ceaff4ab209471d09f53e2a81946ed710133533080d2a91c20a
WEB_SITE=http://www.gnome.org/projects/cheese
ENTERED=20080817
- UPDATED=20140525
+ UPDATED=20141019
SHORT="webcam picture taker"
cat << EOF
--- a/apps/eog/DEPENDS
+++ b/apps/eog/DEPENDS
@@ -1,6 +1,5 @@
depends dconf
depends gtk+-3
-depends gtk-doc
depends gnome-icon-theme
depends libexif
depends lcms2
@@ -11,3 +10,6 @@ depends librsvg
depends intltool
depends libpeas
+optional_depends "gtk-doc" "--enable-gtk-doc" "--disable-gtk-doc" "for GTK documentation"
+
+
--- a/apps/eog/DETAILS
+++ b/apps/eog/DETAILS
@@ -1,12 +1,12 @@
MODULE=eog
- VERSION=3.12.2
+ VERSION=3.14.1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:3a6cce6d83cdfb19c0629592d85c4248315c16f9
+ SOURCE_VFY=sha256:d1d954a741d5c4258f74c6b021dafcb4c5cd5c29c033931a28fd6f1c104be088
WEB_SITE=http://www.gnome.org
ENTERED=20131020
- UPDATED=20140525
+ UPDATED=20141019
SHORT="An image viewing and cataloging program"
cat << EOF
--- a/apps/evince/DEPENDS
+++ b/apps/evince/DEPENDS
@@ -5,6 +5,9 @@ depends desktop-file-utils
depends gobject-introspection
depends libsecret
depends itstool
+depends gtk-doc
+depends adwaita-icon-theme
+
optional_depends "dconf" "" "" "to save user settings"
@@ -42,8 +45,3 @@ optional_depends "nautilus" \
"--enable-nautilus" \
"--disable-nautilus" \
"compile the nautilus plugin"
-
-optional_depends gnome-doc-utils \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "build documentation"
--- a/apps/evince/DETAILS
+++ b/apps/evince/DETAILS
@@ -1,11 +1,11 @@
MODULE=evince
- VERSION=3.12.2
+ VERSION=3.14.1
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:7332ed1a7f58a74eb9e09cdac25bb9e95ec03b3b
+ SOURCE_VFY=sha256:13ec728d6957aa18ba21a3a66504dd52b8607596337f30f0908b62b5fcc14507
WEB_SITE=http://projects.gnome.org/evince
ENTERED=20050918
- UPDATED=20140821
+ UPDATED=20141019
SHORT="A document viewer for multiple formats (PDF, Postscript)"
cat << EOF
--- a/apps/gedit/DETAILS
+++ b/apps/gedit/DETAILS
@@ -1,12 +1,12 @@
MODULE=gedit
- VERSION=3.12.2
+ VERSION=3.14.0
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:68b36910d5063d4817694e6c7d7e1cec512bd4ea
+ SOURCE_VFY=sha256:9c74f456cc3c0200a3409c3ece17fae17a22ee38213a53aa29ff8e346cba2f90
WEB_SITE=http://www.gnome.org
ENTERED=20131020
- UPDATED=20140603
+ UPDATED=20141019
SHORT="A text editor for GNOME"
cat << EOF
--- a/apps/gnome-calculator/DETAILS
+++ b/apps/gnome-calculator/DETAILS
@@ -1,12 +1,12 @@
MODULE=gnome-calculator
- VERSION=3.12.3
+ VERSION=3.14.0
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:33c977c6180402dcf9501dc45226001aa89ffe59
+ SOURCE_VFY=sha256:910e5b5728aa71af2302be3a5d394fc28bb16e1e085f272bfab6f0eb6fe528de
WEB_SITE=http://www.gnome.org
ENTERED=20131020
- UPDATED=20140625
+ UPDATED=20141019
SHORT="GNOME Scientific calculator"
cat << EOF
--- /dev/null
+++ b/core/accountsservice/BUILD
@@ -0,0 +1,3 @@
+OPTS+="--disable-static --enable-systemd" &&
+
+default_build
--- /dev/null
+++ b/core/accountsservice/DEPENDS
@@ -0,0 +1,5 @@
+depends intltool
+depends glib-2
+depends polkit
+depends systemd
+depends gobject-introspection
--- /dev/null
+++ b/core/accountsservice/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=accountsservice
+ VERSION=0.6.39
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=http://www.freedesktop.org/software/$MODULE/
+ SOURCE_VFY=sha256:f938a3d517ddd44c7605b49f11028198071906e0fde96f22c7e16d1eb275335d
+ WEB_SITE=http://www.freedesktop.org/software/accountsservice/
+ ENTERED=20141018
+ UPDATED=20141018
+ SHORT="D-Bus interface for user account query and manipulation"
+
+cat << EOF
+D-Bus interface for user account query and manipulation.
+EOF
\ No newline at end of file
--- /dev/null
+++ b/core/adwaita-icon-theme/BUILD
@@ -0,0 +1,9 @@
+default_build &&
+
+if [ ! -e /etc/gtk-3.0/settings.ini ]; then
+ cat > settings.ini <<EOF &&
+[Settings]
+gtk-fallback-icon-theme = gnome
+EOF
+ install -Dm0644 {,/etc/gtk-3.0/}settings.ini
+fi
--- /dev/null
+++ b/core/adwaita-icon-theme/DEPENDS
@@ -0,0 +1,3 @@
+depends intltool
+depends hicolor-icon-theme
+depends icon-naming-utils
--- /dev/null
+++ b/core/adwaita-icon-theme/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=adwaita-icon-theme
+ VERSION=3.14.0
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha256:afacb6025a18be007e33a9663b92cee9d2745279bb00107a68e09b2806f9541f
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20021202
+ UPDATED=20141019
+ SHORT="Adwaita icon theme"
+
+cat << EOF
+Adwaita icon theme.
+EOF
--- /dev/null
+++ b/core/evolution-data-server/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" --disable-uoa" &&
+
+default_build
--- /dev/null
+++ b/core/evolution-data-server/DEPENDS
@@ -0,0 +1,9 @@
+depends db
+depends nss
+depends libgweather
+depends libical
+depends libgdata3
+
+optional_depends "gnome-online-accounts" "--enable-goa" "--disable-goa" " for GNOME Online Accounts support"
+optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" " for object introspection"
+
--- /dev/null
+++ b/core/evolution-data-server/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=evolution-data-server
+ VERSION=3.12.1
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha256:8c794d7f3e5241cc8856ab1d9fccab29487c575d3a3b7d9b884064864b96caa3
+ WEB_SITE=http://www.gnome.org/gnome-3
+ ENTERED=20141019
+ UPDATED=20141019
+ SHORT="Centralized access to appointments and contacts"
+
+cat << EOF
+Centralized access to appointments and contacts.
+EOF
--- a/core/gnome-bluetooth/DETAILS
+++ b/core/gnome-bluetooth/DETAILS
@@ -1,11 +1,11 @@
MODULE=gnome-bluetooth
- VERSION=3.12.0
+ VERSION=3.14.0
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:5595c99852c8a3ab25bd9a88ede0adae89d7a30e
+ SOURCE_VFY=sha256:e2ef5e0036748eeb4756e8cb57e9909f10b771d290086dd1f377451d3fe18b09
WEB_SITE=http://live.gnome.org/GnomeBluetooth
ENTERED=20130316
- UPDATED=20140413
+ UPDATED=20141018
SHORT="Bluetooth app for GNOME"
cat << EOF
--- a/core/gnome-color-manager/DETAILS
+++ b/core/gnome-color-manager/DETAILS
@@ -1,11 +1,11 @@
MODULE=gnome-color-manager
- VERSION=3.12.3
+ VERSION=3.14.1
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:7bdcf7ab0f961e2277f926f0a0f6761c0d013100
+ SOURCE_VFY=sha256:806333af6f31e976ca9a1abca19a82cca8dde58bd0f6f81aeb200d0b9f610b19
WEB_SITE=http://www.gnome.org
ENTERED=20130415
- UPDATED=20140713
+ UPDATED=20141018
SHORT="Color profile manager for the GNOME desktop"
cat << EOF
--- /dev/null
+++ b/core/gnome-online-accounts/BUILD
@@ -0,0 +1,6 @@
+OPTS+=" --enable-exchange --enable-facebook --enable-flickr \
+ --enable-google --enable-imap-smtp --enable-kerberos \
+ --enable-owncloud --enable-telepathy --enable-windows-live \
+ --enable-media-server" &&
+
+default_build
--- /dev/null
+++ b/core/gnome-online-accounts/DEPENDS
@@ -0,0 +1,11 @@
+depends intltool
+depends gcr
+depends json-glib
+depends libnotify4
+depends libsecret
+depends rest
+depends webkitgtk3
+depends docbook-xsl
+depends krb5
+depends telepathy-glib
+depends gobject-introspection
--- /dev/null
+++ b/core/gnome-online-accounts/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=gnome-online-accounts
+ VERSION=3.14.0
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha256:549b940be98254b83ef7548e90a5237dd785ad18b0b0bd628d23a7347fc9e100
+ WEB_SITE=http://www.gnome.org/gnome-3
+ ENTERED=20141019
+ UPDATED=20141019
+ SHORT="GNOME service to access online accounts"
+
+cat << EOF
+GNOME service to access online accounts.
+EOF
--- /dev/null
+++ b/core/gnome-power-manager/DEPENDS
@@ -0,0 +1,5 @@
+depends intltool
+depends dconf
+depends gtk+-3
+depends hicolor-icon-theme
+depends upower
--- /dev/null
+++ b/core/gnome-power-manager/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=gnome-power-manager
+ VERSION=3.14.1
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha256:07790a9e8274fe950a6dd653a4e2f4a0f52cb9d89eb9d5320fa6e1b3b3aa9624
+ WEB_SITE=http://www.gnome.org/gnome-3
+ ENTERED=20141019
+ UPDATED=20141019
+ SHORT="GNOME system power information and statistics"
+
+cat << EOF
+GNOME Power Manager is a session daemon for the GNOME desktop environment that
+makes it easy to manage your laptop or desktop system.
+EOF
--- a/core/gnome-screensaver/BUILD
+++ b/core/gnome-screensaver/BUILD
@@ -1,4 +1,4 @@
-OPTS+="--with-x --with-mit-ext --with-systemde" &&
+OPTS+="--with-x --with-mit-ext --with-systemd" &&
cp -f $SCRIPT_DIRECTORY/pam.d/gnome-screensaver data/ &&
--- a/libs/clutter-gst/DETAILS
+++ b/libs/clutter-gst/DETAILS
@@ -1,11 +1,11 @@
MODULE=clutter-gst
- VERSION=2.0.10
+ VERSION=2.0.12
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:6b1e95bc866c094e7414f3ba41647fd1d941579c
+ SOURCE_VFY=sha256:c2f1453692b0c3ff6a500113bc1d2c95d2bde11caca0809610a6d1424bbbffb5
WEB_SITE=http://clutter-project.org
ENTERED=20030415
- UPDATED=20140413
+ UPDATED=20141018
SHORT="GStreamer bindings for clutter"
cat << EOF
--- a/libs/clutter-gtk/DETAILS
+++ b/libs/clutter-gtk/DETAILS
@@ -1,11 +1,11 @@
MODULE=clutter-gtk
- VERSION=1.5.2
+ VERSION=1.6.0
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:eaca5b5571f031c0804876ae727795b9ba4261ba
+ SOURCE_VFY=sha256:883550b574a036363239442edceb61cf3f6bedc8adc97d3404278556dc82234d
WEB_SITE=http://clutter-project.org
ENTERED=20030415
- UPDATED=20140413
+ UPDATED=20141018
SHORT="GTK clutter widget"
cat << EOF
--- a/libs/glibmm/DETAILS
+++ b/libs/glibmm/DETAILS
@@ -1,11 +1,11 @@
MODULE=glibmm
- VERSION=2.40.0
+ VERSION=2.42.0
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:52eba9254ebf1d53c01a8afee44f4b709c35816e
+ SOURCE_VFY=sha256:985083d97378d234da27a7243587cc0d186897a4b2d3c1286f794089be1a3397
WEB_SITE=http://www.gtkmm.org
ENTERED=20040409
- UPDATED=20140417
+ UPDATED=20141018
SHORT="C++ bindings for glib2"
cat << EOF
--- a/libs/gtkmm3/DETAILS
+++ b/libs/gtkmm3/DETAILS
@@ -1,12 +1,12 @@
MODULE=gtkmm3
- VERSION=3.12.0
+ VERSION=3.14.0
SOURCE=gtkmm-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gtkmm-$VERSION
- SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:1765232c113d71a16a0600b1158574c9e3d965c6
+ SOURCE_URL=$GNOME_URL/sources/gtkmm/${VERSION%.*}
+ SOURCE_VFY=sha256:d9f528a62c6ec226fa08287c45c7465b2dce5aae5068e9ac48d30a64a378e48b
WEB_SITE=http://gtkmm.org
ENTERED=20021225
- UPDATED=20140417
+ UPDATED=20141018
SHORT="C++ bindings for GTK+3"
cat << EOF
--- /dev/null
+++ b/libs/libgdata3/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" --disable-static --disable-goa" &&
+
+default_build
--- /dev/null
+++ b/libs/libgdata3/DEPENDS
@@ -0,0 +1,9 @@
+depends gcr
+depends libsoup
+depends liboauth
+depends uhttpmock
+
+optional_depends "vala" "--enable-vala" "--disable-vala" " for vala support"
+optional_depends "gnome-online-accounts" "--enable-goa" "--disable-goa" " for GNOME Online Accounts support"
+optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" " for object introspection"
+
--- /dev/null
+++ b/libs/libgdata3/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=libgdata3
+ PKGNAME=libgdata
+ VERSION=0.16.0
+ SOURCE=libgdata-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PKGNAME-$VERSION
+ SOURCE_URL=$GNOME_URL/sources/libgdata/${VERSION::4}/
+ SOURCE_VFY=sha256:66bc279ff8fbebb8eb2602d33e37e3140747ba1e4dc1f1b944c0f312f00ab479
+ WEB_SITE=http://live.gnome.org/libgdata
+ ENTERED=20141019
+ UPDATED=20141018
+ SHORT="Gnome's GData protocol library"
+
+cat << EOF
+Libgdata is a GLib-based library for accessing online service APIs using
+the GData protocol -- most notably, Google's services. It provides APIs
+to access the common Google services, and has full asynchronous support.
+EOF
--- a/libs/rest/DETAILS
+++ b/libs/rest/DETAILS
@@ -1,11 +1,11 @@
MODULE=rest
- VERSION=0.7.91
+ VERSION=0.7.92
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:63b2f2634c632a281f2684f240839ea9b714c7e3
+ SOURCE_VFY=sha256:07548c8785a3e743daf54a82b952ff5f32af94fee68997df4c83b00d52f9c0ec
WEB_SITE=http://git.gnome.org/browse/librest
ENTERED=20120728
- UPDATED=20140413
+ UPDATED=20141018
SHORT="A library to easily access many web services"
cat <<EOF
--- /dev/null
+++ b/libs/uhttpmock/DEPENDS
@@ -0,0 +1 @@
+depends libsoup
--- /dev/null
+++ b/libs/uhttpmock/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=uhttpmock
+ VERSION=0.2.0
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=http://tecnocode.co.uk/downloads/$MODULE/
+ SOURCE_VFY=sha256:6bc8df4cb2e0484a029ae159becc20b3df3dcc4c0ea493d25e9e2b4ab8a39e93
+ WEB_SITE=https://gitorious.org/uhttpmock/pages/Home/
+ ENTERED=20141019
+ UPDATED=20141019
+ SHORT="HTTP web service mocking project for libsoup"
+
+cat << EOF
+uhttpmock is a HTTP web service mocking project for projects which use libsoup.
+EOF
More information about the Lunar-commits
mailing list