[Frugalware-git] dex77stuff: llvm-3.6.0-2-x86_64

2015-03-05 Thread DeX77
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=126378bdd6014d1abc3568f9d49ab27ec5c027ee

commit 126378bdd6014d1abc3568f9d49ab27ec5c027ee
Author: DeX77 de...@frugalware.org
Date:   Thu Mar 5 22:22:07 2015 +0100

llvm-3.6.0-2-x86_64

* fix clang include path and link arch

diff --git a/source/devel/llvm/FrugalBuild b/source/devel/llvm/FrugalBuild
index 104f532..8d41054 100644
--- a/source/devel/llvm/FrugalBuild
+++ b/source/devel/llvm/FrugalBuild
@@ -3,10 +3,11 @@

pkgname=llvm
pkgver=3.6.0
-pkgrel=1
+pkgrel=2
+gcc_ver=4.9.2
url=http://www.llvm.org;
pkgdesc=Low Level Virtual Machine (Compiler , Tools and Libs)
-depends=(libstdc++=4.9.2 gcc=4.9.2)
+depends=(libstdc++=${gcc_ver} gcc=${gcc_ver})
makedepends=('groff' 'libffi' 'python-sphinx' 'python-markupsafe' \
'ocaml-ctypes' 'ocaml-findlib')
groups=('devel')
@@ -51,6 +52,8 @@ build() {
--enable-shared \
--enable-libffi \
--enable-targets=all \
+   
--with-c-include-dirs=/usr/local/include:/usr/include/c++/${gcc_ver}:/usr/include/c++/${gcc_ver}/backward:/usr/include/c++/${gcc_ver}/${CARCH}-frugalware-linux:/usr/include
 \
+   --with-cxx-include-arch=${CARCH}-frugalware-linux \
--$_optimized_switch-optimized

Fexec make -C docs -f Makefile.sphinx man
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fw32: * remove service from makefile

2015-03-05 Thread Marius Cirsta
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=df2f5f5a92c08ef9e98f817e0b8e6d8f436dcb86

commit df2f5f5a92c08ef9e98f817e0b8e6d8f436dcb86
Author: Marius Cirsta mfor...@gmail.com
Date:   Thu Mar 5 23:10:12 2015 +0200

* remove service from makefile

diff --git a/Makefile b/Makefile
index f58a403..538f9f5 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,6 @@ install: all
cp fw32 $(DESTDIR)/usr/sbin
cp fw32-makepkg $(DESTDIR)/usr/sbin
cp pacman-g2.conf $(DESTDIR)/etc/fw32
-   cp fw32.service $(DESTDIR)/lib/systemd/system
chown root:root $(DESTDIR)/usr/sbin/fw32
chmod +s $(DESTDIR)/usr/sbin/fw32
ln -sf /usr/sbin/fw32 $(DESTDIR)/usr/sbin/fw32-create
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: nss-3.17.4-1-x86_64

2015-03-05 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=421286011ef947b3067ea75f4eefad9afa6f8f47

commit 421286011ef947b3067ea75f4eefad9afa6f8f47
Author: kikadf kikadf...@gmail.com
Date:   Thu Mar 5 10:21:28 2015 +0100

nss-3.17.4-1-x86_64

* Version bump

diff --git a/source/base/nss/FrugalBuild b/source/base/nss/FrugalBuild
index f38d94d..4f1afda 100644
--- a/source/base/nss/FrugalBuild
+++ b/source/base/nss/FrugalBuild
@@ -1,8 +1,9 @@
# Compiling Time: 0.01 SBU
-# Maintainer: Christian Hamar alias krix kr...@linuxforum.hu
+# Maintainer: kikadf kikadf...@gmail.com
+# Contributor: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=nss
-pkgver=3.17.2
+pkgver=3.17.4
pkgrel=1
pkgdesc=NSS library from mozilla.org
url=http://www.mozilla.org/projects/security/pki/nss/;
@@ -14,7 +15,7 @@ depends=('glibc=2.12.1' 'nspr=4.10.5' 'sqlite3')
up2date=lynx -dump '$pkgurl?C=M;D=A'|grep NSS|sed -n 
's/.*NSS_\(.*\)_RTM.*/\1/;s/_/./g;$ p'
source=($pkgurl/NSS_${pkgver//./_}_RTM/src/$pkgname-$pkgver.tar.gz \
nss-config.in nss.pc.in)
-sha1sums=('c518e0726e89210219e3c583bfa08e40fb39385a' \
+sha1sums=('76beddfea9f1503920e40d7066aa704bbaeef558' \
'0227f94c745519b67b1b530e6cc116e8069a6b43' \
'ae2d58b2aa31ce0426541e8c76aeda7a8d34c8cf')
_F_cd_path=$pkgname-$pkgver/$pkgname
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fw32: * mount some extra dirs, needed by some programs such as Skype

2015-03-05 Thread Marius Cirsta
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=70884b0716412b7dfafbced2dbb1ac0f09f93449

commit 70884b0716412b7dfafbced2dbb1ac0f09f93449
Author: Marius Cirsta mcir...@frugalware.org
Date:   Thu Mar 5 11:55:40 2015 +0200

* mount some extra dirs, needed by some programs such as Skype

diff --git a/fw32.c b/fw32.c
index 6c1dad5..28b2e45 100644
--- a/fw32.c
+++ b/fw32.c
@@ -46,6 +46,8 @@ static FW32_DIR FW32_DIRS_ALL[] =
{ /sys, false },
{ /dev, false },
{ /etc, false },
+  { /dev/pts, false },
+  { /dev/shm, false },
{ /usr/share/kde,true },
{ /usr/share/icons,  true },
{ /usr/share/fonts,  true },
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fw32: * mount whole /run instead

2015-03-05 Thread Marius Cirsta
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=cc680810ac38ea50ed8262953b4a3b645c27ec61

commit cc680810ac38ea50ed8262953b4a3b645c27ec61
Author: Marius Cirsta mcir...@frugalware.org
Date:   Thu Mar 5 12:19:31 2015 +0200

* mount whole /run instead

diff --git a/fw32.c b/fw32.c
index cd2205a..b98d48c 100644
--- a/fw32.c
+++ b/fw32.c
@@ -48,7 +48,7 @@ static FW32_DIR FW32_DIRS_ALL[] =
{ /etc, false },
{ /dev/pts, false },
{ /dev/shm, false },
-  { /run/user,false },
+  { /run, false },
{ /usr/share/kde,true },
{ /usr/share/icons,  true },
{ /usr/share/fonts,  true },
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fw32: * mount /run/user, needed by pulseaudio

2015-03-05 Thread Marius Cirsta
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=2ea9a749f52440f7e2bb1e08d440c1fcc3245ad4

commit 2ea9a749f52440f7e2bb1e08d440c1fcc3245ad4
Author: Marius Cirsta mcir...@frugalware.org
Date:   Thu Mar 5 12:12:57 2015 +0200

* mount /run/user, needed by pulseaudio

diff --git a/fw32.c b/fw32.c
index 28b2e45..cd2205a 100644
--- a/fw32.c
+++ b/fw32.c
@@ -48,6 +48,7 @@ static FW32_DIR FW32_DIRS_ALL[] =
{ /etc, false },
{ /dev/pts, false },
{ /dev/shm, false },
+  { /run/user,false },
{ /usr/share/kde,true },
{ /usr/share/icons,  true },
{ /usr/share/fonts,  true },
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-i18n-36.0-1-x86_64

2015-03-05 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=364a0b564512cac16de51bed1d963f8e1c922cb9

commit 364a0b564512cac16de51bed1d963f8e1c922cb9
Author: kikadf kikadf...@gmail.com
Date:   Thu Mar 5 13:21:33 2015 +0100

firefox-i18n-36.0-1-x86_64

* Version bump

diff --git a/source/locale-extra/firefox-i18n/FrugalBuild 
b/source/locale-extra/firefox-i18n/FrugalBuild
index 7a852f0..9d3911b 100644
--- a/source/locale-extra/firefox-i18n/FrugalBuild
+++ b/source/locale-extra/firefox-i18n/FrugalBuild
@@ -4,96 +4,97 @@

_F_mozilla_i18n_name=firefox
_F_mozilla_i18n_xulname=browser
-pkgver=35.0.1
+pkgver=36.0
pkgrel=1
Finclude mozilla-i18n

-mozilla_i18n_lang_add 'ach' '07474f2258721596254a32593749a5d585478108'
-mozilla_i18n_lang_add 'af' '4c21ff5bdd7260e343c6f4490c07b852017f9b30'
-mozilla_i18n_lang_add 'an' '2024ef59fac9eebb9bd95a46896d2a51d9350ab3'
-mozilla_i18n_lang_add 'ar' 'f406a7b7e888a9c45974728157c881850682831d'
-mozilla_i18n_lang_add 'as' '6173e97fad11493906bf793b146d7655c48d2c31'
-mozilla_i18n_lang_add 'ast' 'acff99520d852e45f56d108dca49cd2e74dbf0e0'
-mozilla_i18n_lang_add 'az' 'c4410fd811c38206ff11a2952d864b2350bddecd'
-mozilla_i18n_lang_add 'be' '11273f74fadfb7f16d9ebe12d37750b3aca3941f'
-mozilla_i18n_lang_add 'bg' 'f6e50200f180bd177a6ce821c4a50f57c8f9425f'
-mozilla_i18n_lang_add 'bn-BD' '182ff4f3a056fe3c32eab6e82c8f61c42390a7fe'
-mozilla_i18n_lang_add 'bn-IN' '8d6a2916c94d101363ec8b61bd6f67f063032cc6'
-mozilla_i18n_lang_add 'br' '6931c4751d20cd2a174dbb0c52c95894d81bad70'
-mozilla_i18n_lang_add 'bs' '991703805a50f03d2df7ad1b62e43e36c106f100'
-mozilla_i18n_lang_add 'ca' '8d12413e9daa22f5579d12c3029833a1c21efbc6'
-mozilla_i18n_lang_add 'cs' 'e6dace432a51f8db620a50393142874a3c182b32'
-mozilla_i18n_lang_add 'cy' 'ff18b71b86a3f03abcbeeac75c3e49ee0e3f19d6'
-mozilla_i18n_lang_add 'da' 'ccd549bda33f68e3826207cffa4874523ad5cc2a'
-mozilla_i18n_lang_add 'de' '6e948a23678fc8f69655766565894ba2987ea1f7'
-mozilla_i18n_lang_add 'dsb' '372261c11b13e7404547b59e7175766b69e04a26'
-mozilla_i18n_lang_add 'el' '63c220de29ac568e2b73ad57ea08426514a78947'
-mozilla_i18n_lang_add 'en-GB' '3cb8994def960ecc482da2c1d5f980501d1c4e83'
-mozilla_i18n_lang_add 'en-US' '87527cca9213a0f05f1c276c6b46557c8ac7a248'
-mozilla_i18n_lang_add 'en-ZA' '1cae76add94a2fbb4671aa3cc97f88cbcaa90ed6'
-mozilla_i18n_lang_add 'eo' '75de99fa1eccd56b1a080f8aa60c6fb7c22b6958'
-mozilla_i18n_lang_add 'es-AR' '353ba03e7888dd6b4885961336a2e3f624e05350'
-mozilla_i18n_lang_add 'es-CL' '8b39e41830f2629c8d99e47f21c863d80ddac030'
-mozilla_i18n_lang_add 'es-ES' 'dcbd0b5e0b80a91f77474a9dddb7075d954a5c48'
-mozilla_i18n_lang_add 'es-MX' 'a7d72b19d112a04ab413fb756489233ff7786a83'
-mozilla_i18n_lang_add 'et' '026fba86ce496e0a1e14df488d093426e50bbb2e'
-mozilla_i18n_lang_add 'eu' 'b75fa0e9cd42c423ec692bd5c70dd337483a74f2'
-mozilla_i18n_lang_add 'fa' '738bd4f7d6eb459c62047128189ac0170440009c'
-mozilla_i18n_lang_add 'ff' '8bcb95d75e228c1e8ced79f751ca000f860aea97'
-mozilla_i18n_lang_add 'fi' 'a71f6e9ea905548881b9bb42172daff9cd26b770'
-mozilla_i18n_lang_add 'fr' '6cfa559e2ee0bb045c21c6f1fbc15ecef0971fd7'
-mozilla_i18n_lang_add 'fy-NL' '6ff1c6b713c7ce3c94b8f379885877301f210399'
-mozilla_i18n_lang_add 'ga-IE' '5ff2c6a036034be5c2baeb534503aeb35cba5c38'
-mozilla_i18n_lang_add 'gd' 'a4dd93f24353ada80d5986d0849af05b6fd07caa'
-mozilla_i18n_lang_add 'gl' 'bef8ba59e5640d3c5b9643a583e9695ee16cfa95'
-mozilla_i18n_lang_add 'gu-IN' 'e86bc7f2ac017b0f10e4aaf26d0b8069aa6e49f7'
-mozilla_i18n_lang_add 'he' 'acef6004288972735990c0830f46aa21784816f7'
-mozilla_i18n_lang_add 'hi-IN' 'f303edf9ce7197cb7ca4cda1ea8c07eb1e03448c'
-mozilla_i18n_lang_add 'hr' '545aa6ded1105883864affd445c5ceb56b116cd7'
-mozilla_i18n_lang_add 'hsb' '619b27f5745f481862d60a346fa7507be19d905e'
-mozilla_i18n_lang_add 'hu' '43466c421223e6b198edb87b2e34351cb581ee48'
-mozilla_i18n_lang_add 'hy-AM' 'affb56756ad294c42fcd1dbd404d727eabf581fd'
-mozilla_i18n_lang_add 'id' '63871041e5098dcad60a68cf5ba633fd506545bb'
-mozilla_i18n_lang_add 'is' 'ebf18cf9e3a64245c7d94eec59b43bdfd2d6c0ab'
-mozilla_i18n_lang_add 'it' 'b598acea12254c5a188d4a9f277ebeb33c32af08'
-mozilla_i18n_lang_add 'ja' '987fb75b009728a526c46141015d69dba8c69267'
-mozilla_i18n_lang_add 'kk' '18493fe73f4ad68b2ecd13cc82bcc58ccbb8abd0'
-mozilla_i18n_lang_add 'km' '0df54465a6b5e2e7e13f866b497bccb7fd51ff56'
-mozilla_i18n_lang_add 'kn' 'ca8ba9b076edd3d9252491ba64359c61699620e1'
-mozilla_i18n_lang_add 'ko' 'ac91c59d0a180eb1b9a4e95fc5a43ea150360b96'
-mozilla_i18n_lang_add 'lij' 'db7253f6ba5e9b25660d5bb33613dc5178ee0aa8'
-mozilla_i18n_lang_add 'lt' '789147bb353968734cfd0530368a30349d403d2f'
-mozilla_i18n_lang_add 'lv' '98bfd5e02ccada78b2c84188fb3af498fbfb549e'
-mozilla_i18n_lang_add 'mai' 'c66ddfe03aa5e6ed48373d6c70239a95420c2c9c'
-mozilla_i18n_lang_add 'mk' '492f0937f4e1ee828cccb509324594be3c6b09d0'
-mozilla_i18n_lang_add 'ml' '2bf5edeaa76ffebd33eb34c4f7b339dfee53bc80'
-mozilla_i18n_lang_add 'mr' '05dfed3c2b29e0d3bb090472e1f32dee221c468f'

[Frugalware-git] frugalware-current: firefox-36.0-1-x86_64

2015-03-05 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1fe44a0aaf0dbfee093fafeaf3378b0f75918d17

commit 1fe44a0aaf0dbfee093fafeaf3378b0f75918d17
Author: kikadf kikadf...@gmail.com
Date:   Thu Mar 5 13:20:40 2015 +0100

firefox-36.0-1-x86_64

* Version bump

diff --git a/source/xapps/firefox/FrugalBuild b/source/xapps/firefox/FrugalBuild
index 4f7b9c7..900bc42 100644
--- a/source/xapps/firefox/FrugalBuild
+++ b/source/xapps/firefox/FrugalBuild
@@ -1,4 +1,4 @@
-# Compiling time: 46.35 SBU
+# Compiling time: 20.48 SBU
# Maintainer: kikadf kikadf...@gmail.com
# Contributor: Janny ja...@frugalware.org
# Contributor: Miklos Vajna vmik...@frugalware.org
@@ -6,12 +6,12 @@
options+=('asneeded')

pkgname=firefox
-pkgver=35.0.1
+pkgver=36.0
pathver=${pkgver} # version used in path names
-pkgrel=2
+pkgrel=1
pkgdesc=Mozilla Firefox web browser
url=http://www.mozilla.org/products/firefox/;
-depends=('libevent' 'hunspell' 'libidl' 'desktop-file-utils' 'nss=3.16' 
'glibc=2.6' 'dbus-glib' 'curl=7.19.0' 'nspr=4.9.2' \
+depends=('libevent' 'hunspell' 'libidl' 'desktop-file-utils' 'nss=3.17.4' 
'glibc=2.6' 'dbus-glib' 'curl=7.19.0' 'nspr=4.9.2' \
'lcms' 'libxau=1.0.4' 'libxdmcp' 'libxft=2.1.13-2' 'libxt' 'libstdc++' 
'libxdamage' 'libice' 'bzip2' 'alsa-lib' \
'libnotify' 'wireless_tools' 'cairo' 'sqlite3=3.8.7.4' 'startup-notification' 
'libvpx' 'libpulse=6.0' 'gstreamer' \
'gst-plugins-base' 'gst-plugins-ugly-x264' 'gst-plugins-ugly-mad' 
'gst-plugins-bad-faad2' 'gst-plugins-good-pulseaudio' \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: thunderbird-i18n-31.5.0-1-x86_64

2015-03-05 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3e925a901d710fcca99afd98d4fad0b6228091a0

commit 3e925a901d710fcca99afd98d4fad0b6228091a0
Author: kikadf kikadf...@gmail.com
Date:   Thu Mar 5 13:22:40 2015 +0100

thunderbird-i18n-31.5.0-1-x86_64

* Version bump

diff --git a/source/locale-extra/thunderbird-i18n/FrugalBuild 
b/source/locale-extra/thunderbird-i18n/FrugalBuild
index 8c3cd77..f7a8e9a 100644
--- a/source/locale-extra/thunderbird-i18n/FrugalBuild
+++ b/source/locale-extra/thunderbird-i18n/FrugalBuild
@@ -3,65 +3,65 @@
# Contributor: Michel Hermier herm...@frugalware.org

_F_mozilla_i18n_name=thunderbird
-pkgver=31.4.0
+pkgver=31.5.0
pkgrel=1
_F_mozilla_i18n_xpidirname=$_F_mozilla_i18n_name/releases/$pkgver/linux-i686/xpi
Finclude mozilla-i18n
archs=('i686' 'x86_64')

-mozilla_i18n_lang_add 'ar' '5d595d5292e79fadd0c883520cbf8b98c1622fa9'
-mozilla_i18n_lang_add 'ast' '891ad0b14f876090852ccc351b133373d7feb154'
-mozilla_i18n_lang_add 'be' '2ea8d9c7d51773534d5fe4640305d76cf85be83a'
-mozilla_i18n_lang_add 'bg' 'd76c98380af032cfd6821f247ac7712598976600'
-mozilla_i18n_lang_add 'bn-BD' 'c60793b99f56cdb442ab475aa09936f59a84b8b9'
-mozilla_i18n_lang_add 'br' '49a9827d4a6e5104823c8550c176a1c6b8cbe068'
-mozilla_i18n_lang_add 'ca' '2cf04531162f548fe2b5fd58bc9031ce65d9de99'
-mozilla_i18n_lang_add 'cs' '31bbcdb8cba378187ad26e07a85c2e4d72e14d18'
-mozilla_i18n_lang_add 'da' '6dbf12bfd74bb4d52f9f722b6bcd852f39ec45a9'
-mozilla_i18n_lang_add 'de' '5dd6b26e43026342f0bf26046af44eceb95c83c5'
-mozilla_i18n_lang_add 'el' '6ace586ec0b85d86d413a756587c2b5c4a0873e3'
-mozilla_i18n_lang_add 'en-GB' 'd63d18d4b1967e38251ba0d723ceb6c80772547d'
-mozilla_i18n_lang_add 'en-US' 'd132fd611c6029250a75b96adcd52f218b9838ff'
-mozilla_i18n_lang_add 'es-AR' 'cfd366c19a90e2c2f729b9545b877599fb8def94'
-mozilla_i18n_lang_add 'es-ES' '0c2780100d23369eae8cbd9f7ab46f0b0677ae31'
-mozilla_i18n_lang_add 'et' '7950181feaf0f9cc68d290f52601fd4a9dd6b35d'
-mozilla_i18n_lang_add 'eu' 'c6166ec70aa449920561277effa1a6943f8de0b6'
-mozilla_i18n_lang_add 'fi' '122d773ebe8057a52d7ea0bf5b300d2dfc7d9136'
-mozilla_i18n_lang_add 'fr' '57ea0243736838b978ce59adcbbd867dc6682330'
-mozilla_i18n_lang_add 'fy-NL' 'a8e983f928094bbd505197e85066491f4933b38e'
-mozilla_i18n_lang_add 'ga-IE' '35683f27be38fc57d08a0f662826c519a467e4e4'
-mozilla_i18n_lang_add 'gd' 'f638c73d1b21492672aa4155e6167a702223c86b'
-mozilla_i18n_lang_add 'gl' '8e43dfed2c685a3aa1660170bd688b24ec0373a9'
-mozilla_i18n_lang_add 'he' '7877ee793916ef904400285771ca46ec9d6e26cc'
-mozilla_i18n_lang_add 'hr' '34be0e12c7f9ea6011b1ff7e5b218d0c31d4567a'
-mozilla_i18n_lang_add 'hu' 'e4133dc26ac434d61b2e93852a935f8541996855'
-mozilla_i18n_lang_add 'hy-AM' 'c1c438c6617fa892e506efcce7dd60e3c04b7aae'
-mozilla_i18n_lang_add 'id' '1895cc9a4b2de05d9f03114bb6ef18fbff7db084'
-mozilla_i18n_lang_add 'is' 'c3aaac85914ea533fafc7d24098c73dad1926b86'
-mozilla_i18n_lang_add 'it' '08433c89e8cdba928125fc16b8a71efaa9444558'
-mozilla_i18n_lang_add 'ja' 'f9aacb5b74e39a7e757ddfdf62f66bc56a0504f4'
-mozilla_i18n_lang_add 'ko' 'eedf3e9eb6f4faf0aff6bdd63fe56c1a02d1f38b'
-mozilla_i18n_lang_add 'lt' '89accda9ba08b81fb0ca7757967f43b7367caf66'
-mozilla_i18n_lang_add 'nb-NO' '1245ee3bf70b04abb95763828320707d0013e2eb'
-mozilla_i18n_lang_add 'nl' '723aef7fd897090df1b30c1cb9fbb1149ba7d86a'
-mozilla_i18n_lang_add 'nn-NO' 'b4db55b87b8ebc3b5e1e3b7c91a8145e10c1795e'
-mozilla_i18n_lang_add 'pa-IN' 'f4207d08812dba0877ea90620e2aab5b35e3e520'
-mozilla_i18n_lang_add 'pl' 'c6fb363af211d6ba9078e28ebfe03606c93deeba'
-mozilla_i18n_lang_add 'pt-BR' 'daee9a93305aafb392131ce0c54161e562ecba11'
-mozilla_i18n_lang_add 'pt-PT' '7c0bfc31e30fa7501fc6dee08990af2fb53fe41c'
-mozilla_i18n_lang_add 'rm' '27628982580cb76ff83a7854a7a68a900aa159b5'
-mozilla_i18n_lang_add 'ro' '7b5b191b8557bee98390bfc888064fa596838763'
-mozilla_i18n_lang_add 'ru' '930691eaf663c798550db3af31b9f1dc5214aa52'
-mozilla_i18n_lang_add 'si' '5adc46fe2d1ef116efa66fdc6c80d2f345f43bd3'
-mozilla_i18n_lang_add 'sk' '927cf51dbb15e0d45ccaf6ca263e478d28ac5702'
-mozilla_i18n_lang_add 'sl' '7bf3f277de20b17244cc26ae1543a4ca1909c07c'
-mozilla_i18n_lang_add 'sq' 'e49a8e514688ed4bf148d8a5fd07f9b30a3a23ba'
-mozilla_i18n_lang_add 'sr' 'eeb92e55d578e871134fd84098b9749c531f55bd'
-mozilla_i18n_lang_add 'sv-SE' '380c6895108dbeac8155aeb39a5fe1b7bef26438'
-mozilla_i18n_lang_add 'ta-LK' '3a802f2ec8cedece2c5c75be98c919fc7964d16c'
-mozilla_i18n_lang_add 'tr' '42925368ba1a8ff6fe5674691e48b285693b750f'
-mozilla_i18n_lang_add 'uk' 'f08f2ffd8f6239357460623f8fe30138159053d8'
-mozilla_i18n_lang_add 'vi' 'acb8e64e4ab9d9c4b5146ccdd6761b54457a3f71'
-mozilla_i18n_lang_add 'zh-CN' '92afa6e8c12925865d952f57409d3418f27fb31b'
-mozilla_i18n_lang_add 'zh-TW' '37e437421921690a1ab6fc8bb4f3c6a7a923ec73'
+mozilla_i18n_lang_add 'ar' '836892529a2a5c706fc522a731a534ab40efa686'
+mozilla_i18n_lang_add 'ast' '98a10ca9902adc84581048d49f1e873c68ed0d0e'
+mozilla_i18n_lang_add 'be' 

[Frugalware-git] frugalware-current: thunderbird-31.5.0-1-x86_64

2015-03-05 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dd6038eba7aadb7c977da87f2690c166761e1b74

commit dd6038eba7aadb7c977da87f2690c166761e1b74
Author: kikadf kikadf...@gmail.com
Date:   Thu Mar 5 13:22:13 2015 +0100

thunderbird-31.5.0-1-x86_64

* Version bump

diff --git a/source/xapps/thunderbird/FrugalBuild 
b/source/xapps/thunderbird/FrugalBuild
index 8447880..1abe1c9 100644
--- a/source/xapps/thunderbird/FrugalBuild
+++ b/source/xapps/thunderbird/FrugalBuild
@@ -6,11 +6,11 @@
#options+=('asneeded')

pkgname=thunderbird
-pkgver=31.4.0
-pkgrel=2
+pkgver=31.5.0
+pkgrel=1
pkgdesc=Mozilla Thunderbird mail and newsgroup client
url=http://www.mozilla.org/products/thunderbird/;
-depends=('alsa-lib' 'curl' 'cairo=1.8.10-2' 'dbus-glib' 'gtk+2=2.20.0-2' 
'libpng=1.4.1' 'nss=3.12.7' \
+depends=('alsa-lib' 'curl' 'cairo=1.8.10-2' 'dbus-glib' 'gtk+2=2.20.0-2' 
'libpng=1.4.1' 'nss=3.17.4' \
'nspr=4.8.7' 'pango=1.28.0-2' 'wireless_tools' 'libstdc++' 'libxt=1.0.5' 
'libidl' 'sqlite3=3.6.23.1' \
'libnotify' 'hunspell' 'libpulse=6.0')
makedepends=('zip' 'yasm')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: seamonkey-i18n-2.32.1-1-x86_64

2015-03-05 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1b443313e1103e0c9635822c77560e92d9d7c318

commit 1b443313e1103e0c9635822c77560e92d9d7c318
Author: kikadf kikadf...@gmail.com
Date:   Thu Mar 5 13:27:17 2015 +0100

seamonkey-i18n-2.32.1-1-x86_64

* Version bump

diff --git a/source/locale-extra/seamonkey-i18n/FrugalBuild 
b/source/locale-extra/seamonkey-i18n/FrugalBuild
index d0fb783..868d206 100644
--- a/source/locale-extra/seamonkey-i18n/FrugalBuild
+++ b/source/locale-extra/seamonkey-i18n/FrugalBuild
@@ -4,7 +4,7 @@

_F_mozilla_i18n_name=seamonkey
_F_xpi_product=$_F_mozilla_i18n_name
-pkgver=2.32
+pkgver=2.32.1
pkgrel=1

Finclude mozilla-i18n
@@ -13,31 +13,31 @@ 
_F_mozilla_i18n_xpidirname=$_F_mozilla_i18n_dirname$_F_mozilla_i18n_name/releas
_F_mozilla_i18n_archive_name=$_F_mozilla_i18n_name-$pkgver.
_F_mozilla_i18n_ext=.langpack.xpi

-mozilla_i18n_lang_add 'be' 'fafdeec5ca9568fba4f019590217290065e6fc5f'
-mozilla_i18n_lang_add 'ca' 'd2712b017e788bfe453399ed98ef7f60d9a1d0e6'
-mozilla_i18n_lang_add 'cs' '97d72bdfc5bbe75a2798848ea061af371c67d695'
-mozilla_i18n_lang_add 'de' '0a86b48aa760168796d45ca0a4e94fc4b17b0f63'
-mozilla_i18n_lang_add 'en-GB' '8400562aca5f6957fbb2192c33e800f0806c8274'
-mozilla_i18n_lang_add 'en-US' '5fd68db288395203bbfa1cc718ea5df835913742'
-mozilla_i18n_lang_add 'es-AR' 'f0e877d56de4ea35f77e8a1eb586ab04ddf2c970'
-mozilla_i18n_lang_add 'es-ES' '57e10f9bb4c1a43bae88a112ba6e0586cd5dab6e'
-mozilla_i18n_lang_add 'fi' 'cdcb84346fe64c5b68dff0ca46837b1be8338402'
-mozilla_i18n_lang_add 'fr' '3ec04fd50d81a0dbd34b17c709702980968dcacd'
-mozilla_i18n_lang_add 'gl' 'ab5537fb0c777dbea694f6a1f3ba2a5537752bfa'
-mozilla_i18n_lang_add 'hu' 'c3bb1398414246dbae8dddc74a39366962b03a17'
-mozilla_i18n_lang_add 'it' 'fe4038691f1151ebfd43cd66fd7d06aa4a40e988'
-mozilla_i18n_lang_add 'ja-JP-mac' '0c55aede7c68078ec51d71bd31501510101252d4'
-mozilla_i18n_lang_add 'ja' '1808a8451a7dfe51267a784a085a00a062eb37d9'
-mozilla_i18n_lang_add 'lt' 'bd915d10d8395b6433551a2a2f0da15d2e42a74f'
-mozilla_i18n_lang_add 'nb-NO' 'ef13436d1efb1dcd8b3e63fd8d284343a3ca4656'
-mozilla_i18n_lang_add 'nl' 'a23250661edb1dab1716e2b0f07990b65c6fdedb'
-mozilla_i18n_lang_add 'pl' 'd4500c25f5eea8686b40f78cbb61872e968662e9'
-mozilla_i18n_lang_add 'pt-PT' '867f0dccf4316733145e3a9cd6a0580e18b85c90'
-mozilla_i18n_lang_add 'ru' 'a83cd4f25a0dc455c74c294c35b3a5bfc9b64fc8'
-mozilla_i18n_lang_add 'sk' '7162a1fcb7c3db93e817be9ca257bdc4fd0c3e32'
-mozilla_i18n_lang_add 'sv-SE' '6ab340edd15f99934e6498b69f614623d7c727b4'
-mozilla_i18n_lang_add 'tr' 'ce1be3fc5e08ab023c83dbf53c5b164e180be2fd'
-mozilla_i18n_lang_add 'uk' '44cfb753d062b860f4c358c99d32d91920e83ff7'
-mozilla_i18n_lang_add 'zh-CN' '16f1e272586cb8c0780bc01682ce57c88d368476'
-mozilla_i18n_lang_add 'zh-TW' '494211979bcb3ce47921f6fbcb520e9c2904536f'
+mozilla_i18n_lang_add 'be' 'd201b6cb03febb65c3ad5d7d1172dd85e38948b9'
+mozilla_i18n_lang_add 'ca' '4e5348dc536b3642922407fa5344129f912d2523'
+mozilla_i18n_lang_add 'cs' '3362ae3b1767cd6fbe3ff63de70adad7d70e080d'
+mozilla_i18n_lang_add 'de' '4e3eb4cbcaea85dcc2f2480123b6fb3581948dcf'
+mozilla_i18n_lang_add 'en-GB' 'a52ab201a5bebbfb6e3de7e01ce2dada65a5725f'
+mozilla_i18n_lang_add 'en-US' 'fa054a04b5e09aeb6adfa21e8ea7f156572342a9'
+mozilla_i18n_lang_add 'es-AR' '7760403866af1bbc74e86bb36fa7c802cdb8bcf7'
+mozilla_i18n_lang_add 'es-ES' '604c9a1d472b2adefcce9764f7ace62115440a14'
+mozilla_i18n_lang_add 'fi' '4a6d9c52b11747d97b9a97374a4c91526a87f615'
+mozilla_i18n_lang_add 'fr' 'c33e27dae990581b74adcfee1a8d45399c62f966'
+mozilla_i18n_lang_add 'gl' '77b5f9cc1b4af301231e6f3c2ebf8b4ef4abcb45'
+mozilla_i18n_lang_add 'hu' '34bcd80deaf682ceba2b4801d4f3b8e99e083f98'
+mozilla_i18n_lang_add 'it' '1abc4846ba4a766810fccd596f6ff8dd5bf23901'
+mozilla_i18n_lang_add 'ja-JP-mac' '400bbd2489527e6e156fe7044e017e35fe1525f9'
+mozilla_i18n_lang_add 'ja' '8cc83571ea7377f0ca285d1b6b923f496a45aba9'
+mozilla_i18n_lang_add 'lt' '6e4684d4213a811b9c8092a7e23596d529de37db'
+mozilla_i18n_lang_add 'nb-NO' 'ee9e33a1fb70f7f7feb76df9af7eaae921545b4d'
+mozilla_i18n_lang_add 'nl' '1181635bb6c4a124b866e0e2d1fdcfa9df047823'
+mozilla_i18n_lang_add 'pl' '88b3e0218a6bcfd4916baa9dcacfe15b0355974a'
+mozilla_i18n_lang_add 'pt-PT' '6f8495a99bec07a5995c218dd46a6d80b9376ee7'
+mozilla_i18n_lang_add 'ru' 'c81ac9bc6770817bd9edf48c5e3baa5621514411'
+mozilla_i18n_lang_add 'sk' '0f4d8206a7f782db8f88b7172fab2cdcf0209bbf'
+mozilla_i18n_lang_add 'sv-SE' '777b20198380081c28b14e5f3f958a3f5c6a99d1'
+mozilla_i18n_lang_add 'tr' 'fae1df258e2398dcc8a3573830e2143e266cdc2c'
+mozilla_i18n_lang_add 'uk' 'd11e4b24dd49c256704f0cbb6768171c6c4cc1d7'
+mozilla_i18n_lang_add 'zh-CN' '731706c67a98c54c41f85233b2af2a72dfe06165'
+mozilla_i18n_lang_add 'zh-TW' 'ec979da3e203fdc206fab8e15a7790d972b5a384'
mozilla_i18n_lang_fini
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: seamonkey-2.32.1-1-x86_64

2015-03-05 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5eee3f18ca1e21d1a477ff55bdd4730b6c02c405

commit 5eee3f18ca1e21d1a477ff55bdd4730b6c02c405
Author: kikadf kikadf...@gmail.com
Date:   Thu Mar 5 13:26:47 2015 +0100

seamonkey-2.32.1-1-x86_64

* Version bump

diff --git a/source/xapps-extra/seamonkey/FrugalBuild 
b/source/xapps-extra/seamonkey/FrugalBuild
index ea049b7..2e2d29d 100644
--- a/source/xapps-extra/seamonkey/FrugalBuild
+++ b/source/xapps-extra/seamonkey/FrugalBuild
@@ -5,8 +5,8 @@
options+=('asneeded')

pkgname=seamonkey
-pkgver=2.32
-pkgrel=2
+pkgver=2.32.1
+pkgrel=1
pkgdesc=Seamonkey all-in-one internet application suite
url=http://www.seamonkey-project.org/;
depends=('libstdc++' 'gtk+2' 'libxau' 'libxdmcp' 'libxdamage' 'libxml2' \
@@ -22,7 +22,7 @@ archs=('i686' 'x86_64')
up2date=lynx -dump $url |grep SeaMonkey -m4 |sed -ne 's/.*Monkey \(.*\)/\1/;$ 
p'
source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
 \
mozconfig $pkgname.desktop sharedlibs.patch)
-sha1sums=('2b660f4b9f925fbf6d055447592544c89b4f3837' \
+sha1sums=('48cb9bd57bf30ead350d4c1123099896a3bb552b' \
'00c975382a8184809952760797b86f2a658856a0' \
'b0e0bdd676758e19cac4a0429257a92183328f0e' \
'213ea3d711a6cd80b926db4bd6bafccbe18804c7')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fw32: * remove service, no longer needed

2015-03-05 Thread Marius Cirsta
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=b11dfe9ff0df436d247de7ba393a086ce429fda2

commit b11dfe9ff0df436d247de7ba393a086ce429fda2
Author: Marius Cirsta mcir...@frugalware.org
Date:   Thu Mar 5 15:08:41 2015 +0200

* remove service, no longer needed

diff --git a/README b/README
index 30f37f3..f905193 100644
--- a/README
+++ b/README
@@ -7,7 +7,6 @@ Commands to use (with sudo or root shell):


fw32-create
-systemctl enable fw32.service (required for boot-time fw32 root mounting)


=== Upgrading chroot
@@ -87,7 +86,6 @@ Command to use (with sudo or root shell):


fw32-delete
-systemctl disable fw32.service (only needed if you enabled this at setup time)
rm -f /var/cache/pacman-g2/pkg/*i686.fpm (only needed if you want to delete the 
fpm cache)
pacman-g2 -R fw32

diff --git a/fw32.service b/fw32.service
deleted file mode 100644
index 91151a1..000
--- a/fw32.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Mount fw32 root directories at startup.
-After=syslog.target
-
-[Service]
-ExecStart=/usr/sbin/fw32-mount-all
-ExecStop=/usr/sbin/fw32-umount-all
-Type=oneshot
-StandardOutput=syslog
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: yelp-tools-3.13.3-1-x86_64 - 3.12.1 - 3.13.3

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=9781de01348925514836104901c0e0395ade2c9e

commit 9781de01348925514836104901c0e0395ade2c9e
Author: Baste ba...@frugalware.org
Date:   Tue Sep 2 16:05:10 2014 +0200

yelp-tools-3.13.3-1-x86_64
- 3.12.1 - 3.13.3

diff --git a/source/gnome-extra/yelp-tools/FrugalBuild 
b/source/gnome-extra/yelp-tools/FrugalBuild
index b3f51d7..d04343a 100644
--- a/source/gnome-extra/yelp-tools/FrugalBuild
+++ b/source/gnome-extra/yelp-tools/FrugalBuild
@@ -4,13 +4,13 @@
options+=('asneeded')

pkgname=yelp-tools
-pkgver=3.12.1
+pkgver=3.13.3
pkgrel=1
pkgdesc=Create, manage, and publish documentation for Yelp
depends=('libxslt' 'itstool' 'yelp-xsl=3.12.0')
groups=('gnome-extra')
archs=('i686' 'x86_64')
_F_gnome_ext=.tar.xz
-_F_gnome_devel=n
+_F_gnome_devel=y
Finclude gnome
-sha1sums=('1af0236e2a79e9f46e74d064df07fd65b220ead0')
+sha1sums=('38d7cc9aa3e1973b404cc386cbf6917ad4f438b4')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: librest-0.7.92-1-x86_64 - 0.7.91 - 0.7.92

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=603eade5d10360e68697455616a9364852bc49ed

commit 603eade5d10360e68697455616a9364852bc49ed
Author: Baste ba...@frugalware.org
Date:   Thu Sep 4 08:34:33 2014 +0200

librest-0.7.92-1-x86_64
- 0.7.91 - 0.7.92

diff --git a/source/gnome/librest/FrugalBuild b/source/gnome/librest/FrugalBuild
index 5539641..22dabd3 100644
--- a/source/gnome/librest/FrugalBuild
+++ b/source/gnome/librest/FrugalBuild
@@ -6,8 +6,8 @@ options+=('asneeded')

pkgname=librest
_F_gnome_name=rest
-pkgver=0.7.91
-pkgrel=2
+pkgver=0.7.92
+pkgrel=1
pkgdesc=This library was designed to make it easier to access web services
depends=('libsoup-gnome=2.46.0' 'libxml2')
makedepends=('gobject-introspection')
@@ -17,6 +17,6 @@ _F_gnome_devel=y
_F_gnome_doc=y
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('63b2f2634c632a281f2684f240839ea9b714c7e3')
+sha1sums=('e8cb955148745e75313766a6b5fb7a0da6bf42e8')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gdk-pixbuf2-2.31.1-1-x86_64 - 2.30.8 - 2.31.1

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=42319427888492c28a66a27bcdfaa7c30aaf5a32

commit 42319427888492c28a66a27bcdfaa7c30aaf5a32
Author: Baste ba...@frugalware.org
Date:   Wed Sep 3 13:46:30 2014 +0200

gdk-pixbuf2-2.31.1-1-x86_64
- 2.30.8 - 2.31.1

diff --git a/source/xlib/gdk-pixbuf2/FrugalBuild 
b/source/xlib/gdk-pixbuf2/FrugalBuild
index 197bd7d..5280cef 100644
--- a/source/xlib/gdk-pixbuf2/FrugalBuild
+++ b/source/xlib/gdk-pixbuf2/FrugalBuild
@@ -8,20 +8,20 @@ options+=('asneeded')

pkgname=gdk-pixbuf2
_F_gnome_name=gdk-pixbuf
-pkgver=2.30.8
+pkgver=2.31.1
pkgrel=1
pkgdesc=An image loading library
-depends=('jasper' 'libjpeg' 'libpng' 'libtiff' 'libxcomposite' 'glib2=2.40.0')
+depends=('jasper' 'libjpeg' 'libpng' 'libtiff' 'libxcomposite' 'glib2=2.41.4')
groups=('xlib')
makedepends=('gobject-introspection=1.40.0')
archs=('i686' 'x86_64' 'arm')
-_F_gnome_devel=n
+_F_gnome_devel=y
_F_gnome_ext=.tar.xz
Finclude gnome
options+=('scriptlet')
#source=($source  065_gir_set_packages.patch)
_F_cd_path=$_F_gnome_name-$pkgver
-sha1sums=('6277b4e5b5e334b3669f15ae0376e184be9e8cd8')
+sha1sums=('c715e21cacb939d2015c26124640b0aad6ad1986')
if Fuse $USE_DOC; then
makedepends=(${makedepends[@]} 'gtk-doc=1.20')
Fconfopts+= --enable-gtk-doc
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: pango-1.36.7-1-x86_64 - 1.36.6 - 1.36.7

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=11ec6b75bb9d4d18de9bf36740ed391f520cb9fc

commit 11ec6b75bb9d4d18de9bf36740ed391f520cb9fc
Author: Baste ba...@frugalware.org
Date:   Thu Sep 4 08:30:04 2014 +0200

pango-1.36.7-1-x86_64
- 1.36.6 - 1.36.7

diff --git a/source/xlib/pango/FrugalBuild b/source/xlib/pango/FrugalBuild
index 426bc2d..0c5395f 100644
--- a/source/xlib/pango/FrugalBuild
+++ b/source/xlib/pango/FrugalBuild
@@ -7,7 +7,7 @@ options+=('asneeded')
USE_DOC=${USE_DOC:-y}

pkgname=pango
-pkgver=1.36.6
+pkgver=1.36.7
pkgrel=1
pkgdesc=A library for layout and rendering of text
url=http://www.gtk.org/;
@@ -22,7 +22,7 @@ _F_gnome_ext=.tar.xz
_F_gnome_devel=n
Finclude gnome
Fconfopts+= --enable-gtk-doc --enable-debug=minimum 
--with-included-modules=basic-fc
-sha1sums=('91aea0a9364532ba2fb1bde8c84f4d5c2ef5f1ca')
+sha1sums=('8cdb1b45bbbec373256695e019f07cd6716980b8')
if Fuse $USE_DOC; then
makedepends=(${makedepends[@]} 'gtk-doc=1.11')
Fconfopts+= --enable-gtk-doc
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: wayland-1.5.91-1-x86_64 - 1.5.0 - 1.5.91 ( need by gtk+3)

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=c36d489e50a05f8fd77ece0f8777405cc4ba4a85

commit c36d489e50a05f8fd77ece0f8777405cc4ba4a85
Author: Baste ba...@frugalware.org
Date:   Wed Sep 3 14:22:44 2014 +0200

wayland-1.5.91-1-x86_64
- 1.5.0 - 1.5.91 ( need by gtk+3)

diff --git a/source/x11/wayland/FrugalBuild b/source/x11/wayland/FrugalBuild
index 5f5da81..2cab9cb 100644
--- a/source/x11/wayland/FrugalBuild
+++ b/source/x11/wayland/FrugalBuild
@@ -6,7 +6,7 @@ options+=('asneeded')
: ${USE_DEVEL=n}

pkgname=wayland
-pkgver=1.5.0
+pkgver=1.5.91
pkgrel=1
pkgdesc=Wayland Display Compositor
url=http://wayland.freedesktop.org/;
@@ -24,7 +24,7 @@ if Fuse DEVEL; then
Finclude scm
else
source=(${url}releases/${pkgname}-${pkgver}.tar.xz)
-   sha1sums=('bace08b4a531ea4b80b4cf4e953320bc48ed7efe')
+   sha1sums=('0b0513706eee5a43d33f5e4bc9cafa5d78037db5')
fi

build() {
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: librsvg-2.40.3-1-x86_64 - 2.40.2 - 2.40.3

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=a47d1d2b0b5af71022becd7261fba1a78d187bd9

commit a47d1d2b0b5af71022becd7261fba1a78d187bd9
Author: Baste ba...@frugalware.org
Date:   Wed Sep 3 16:24:08 2014 +0200

librsvg-2.40.3-1-x86_64
- 2.40.2 - 2.40.3

diff --git a/source/xlib/librsvg/FrugalBuild b/source/xlib/librsvg/FrugalBuild
index 25559ba..446163d 100644
--- a/source/xlib/librsvg/FrugalBuild
+++ b/source/xlib/librsvg/FrugalBuild
@@ -8,7 +8,7 @@ USE_DOC=${USE_DOC:-y}
options+=('asneeded')

pkgname=librsvg
-pkgver=2.40.2
+pkgver=2.40.3
pkgrel=1
pkgdesc=A high performance SVG rendering library for GNOME
depends=('gdk-pixbuf2' 'libxml2=2.7.8' 'libcroco=0.6.1-4' 'libgsf=1.14.28' \
@@ -19,7 +19,7 @@ archs=('i686' 'x86_64')
_F_gnome_ext=.tar.xz
_F_gnome_devel=n
Finclude gnome
-sha1sums=('6a6b4d8071934550aaf19251a1fdb3fa865beff5')
+sha1sums=('5a675caf18e0056a9047388adfbb2cbc4e04e066')
Fconfopts+= --disable-static --enable-gtk-theme
replaces=('libsvg-cairo')
provides=('libsvg-cairo')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: glib2-2.41.3-1-x86_64 - 2.40.0 - 2.41.3

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=5b9f7d2533a2ecc6d98f4fe86a724c84075e0f5a

commit 5b9f7d2533a2ecc6d98f4fe86a724c84075e0f5a
Author: Baste ba...@frugalware.org
Date:   Mon Sep 1 16:34:15 2014 +0200

glib2-2.41.3-1-x86_64
- 2.40.0 - 2.41.3

diff --git a/source/base/glib2/FrugalBuild b/source/base/glib2/FrugalBuild
index 0484705..9e21abe 100644
--- a/source/base/glib2/FrugalBuild
+++ b/source/base/glib2/FrugalBuild
@@ -7,7 +7,7 @@ USE_DOC=${USE_DOC:-y}
#options+=('asneeded')

pkgname=glib2
-pkgver=2.40.0
+pkgver=2.41.3
pkgrel=1
pkgdesc=Common C routines used by GTK+ and other libraries
url=http://www.gtk.org/;
@@ -19,7 +19,7 @@ archs=('i686' 'x86_64' 'arm')
options+=('scriptlet')
_F_gnome_name=glib
_F_gnome_ext=.tar.xz
-_F_gnome_devel=n
+_F_gnome_devel=y
Finclude gnome
_F_cd_path=glib-$pkgver
#Fconfopts+= --disable-static --with-pcre=system
@@ -28,7 +28,7 @@ Fconfopts+= --with-pcre=system
source=($source \
glib2.sh \
glib2.csh)
-sha1sums=('44e1442ed4d1bf3fa89138965deb35afc1335a65' \
+sha1sums=('201f94ad412be29c27f38558d5bc399e2366dbee' \
'bfe05590a6498259f1045a591fd886a8572f271a' \
'6db09da816d69aab7a5cbf3460ee082bef200891')
if Fuse $USE_DOC; then
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: glib-networking-2.41.4-1-x86_64 - 2.40.1 - 2.41.4

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=bc1d34bf79692d1f52fb43b9d4571b7afbbd1837

commit bc1d34bf79692d1f52fb43b9d4571b7afbbd1837
Author: Baste ba...@frugalware.org
Date:   Wed Sep 3 16:34:05 2014 +0200

glib-networking-2.41.4-1-x86_64
- 2.40.1 - 2.41.4

diff --git a/source/lib/glib-networking/FrugalBuild 
b/source/lib/glib-networking/FrugalBuild
index 6711625..7be0250 100644
--- a/source/lib/glib-networking/FrugalBuild
+++ b/source/lib/glib-networking/FrugalBuild
@@ -5,7 +5,7 @@
options+=('asneeded')

pkgname=glib-networking
-pkgver=2.40.1
+pkgver=2.41.4
pkgrel=1
pkgdesc=Network extensions for GLib
depends=('glib2=2.40.0' 'gnutls=3.2.12.1' 'ca-certificates')
@@ -13,8 +13,8 @@ makedepends=('intltool' 'gsettings-desktop-schemas=3.12.0')
groups=('lib')
archs=('i686' 'x86_64' 'arm')
options+=('scriptlet')
-_F_gnome_devel=n
+_F_gnome_devel=y
_F_gnome_ext=.tar.xz
Finclude gnome
-sha1sums=('1cc6dcb20b3f5ae3d621a0e4816cfbb6592975db')
+sha1sums=('b7bf2fec4180934e72e6edca1d57439dc30fcca8')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: Merge ../current

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=0ad85296d366d0670a5e45da10ee7c4fa835e58d

commit 0ad85296d366d0670a5e45da10ee7c4fa835e58d
Merge: 4f1bc6a dfa84a9
Author: Baste ba...@frugalware.org
Date:   Wed Sep 17 08:01:36 2014 +0200

Merge ../current
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: clutter-1.19.8-1-x86_64 - 1.18.4 - 1.19.8

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=8c3e3165ce19717c4e3c66fe5e496e140b75e3fd

commit 8c3e3165ce19717c4e3c66fe5e496e140b75e3fd
Author: Baste ba...@frugalware.org
Date:   Wed Sep 3 15:15:09 2014 +0200

clutter-1.19.8-1-x86_64
- 1.18.4 - 1.19.8

diff --git a/source/xlib/clutter/FrugalBuild b/source/xlib/clutter/FrugalBuild
index 608a2da..93fbe9f 100644
--- a/source/xlib/clutter/FrugalBuild
+++ b/source/xlib/clutter/FrugalBuild
@@ -8,14 +8,14 @@ USE_DOC=${USE_DOC:-y}
options+=('asneeded')

pkgname=clutter
-pkgver=1.18.4
+pkgver=1.19.8
pkgrel=1
pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces.
depends=('libxdamage' 'libxcomposite' 'libgl' 'freetype2' 'libxau=1.0.4' 
'libxdmcp' \
-   'gdk-pixbuf2=2.30.7' 'libxml2=2.7.8' 'atk=2.12.0' 'pango=1.36.0' 
'cairo' 'json-glib' \
+   'gdk-pixbuf2=2.31.1' 'libxml2=2.7.8' 'atk=2.13.90' 'pango=1.36.6' 
'cairo' 'json-glib' \
'cogl=1.18.2' 'libxkbcommon' 'wayland')
makedepends=('gobject-introspection')
-_F_gnome_devel=n
+_F_gnome_devel=y
_F_gnome_ext=.tar.xz
Finclude gnome
archs=('i686' 'x86_64')
@@ -24,7 +24,7 @@ replaces=('clutter-cairo')
provides=('clutter-cairo')
unset MAKEFLAGS
Fconfopts=$Fconfopts --enable-xinput --enable-wayland-backend
-sha1sums=('c2ea4bd4c47168b84d704baa811309033d19f225')
+sha1sums=('e826a56aed388eccdf13aeb42c4a729d28ec88e9')

if Fuse $USE_DOC; then
makedepends=(${makedepends[@]} 'gtk-doc=1.20')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-desktop-3.13.91-1-x86_64 - 3.12.2 - 3.13.91

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=c0f6e6c33cfa75beb1354ddc2dfa1a9bd1d6c535

commit c0f6e6c33cfa75beb1354ddc2dfa1a9bd1d6c535
Author: Baste ba...@frugalware.org
Date:   Wed Sep 3 15:33:23 2014 +0200

gnome-desktop-3.13.91-1-x86_64
- 3.12.2 - 3.13.91

diff --git a/source/gnome/gnome-desktop/FrugalBuild 
b/source/gnome/gnome-desktop/FrugalBuild
index 6d01613..bcdeacb 100644
--- a/source/gnome/gnome-desktop/FrugalBuild
+++ b/source/gnome/gnome-desktop/FrugalBuild
@@ -5,19 +5,19 @@
options+=('asneeded')

pkgname=gnome-desktop
-pkgver=3.12.2
+pkgver=3.13.91
pkgrel=1
pkgdesc=The GNOME Desktop
url=http://www.gnome.org/;
-depends=('gtk+3=3.12.0' 'gsettings-desktop-schemas=3.12.0' 'libxkbfile' 
'xkeyboard-config' 'iso-codes')
+depends=('gtk+3=3.13.8' 'gsettings-desktop-schemas=3.13.92' 'libxkbfile' 
'xkeyboard-config' 'iso-codes')
makedepends=('intltool' 'gobject-introspection=1.40.0' 'itstool')
groups=('gnome' 'gnome-minimal')
archs=('i686' 'x86_64')
_F_gnome_doc=y
-_F_gnome_devel=n
+_F_gnome_devel=y
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
Fconfopts+= --with-gnome-distributor=Frugalware
-sha1sums=('bf21a59e3c11ab9deb3f39f9344c7f55727cb4b1')
+sha1sums=('e7c461180caee77734267fb25cfb13ed3369ed25')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: libsoup-2.47.4-1-x86_64 - 2.46.0 - 2.47.4

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=681cb33114203755ad01bd6ccc70a7655b81fa0f

commit 681cb33114203755ad01bd6ccc70a7655b81fa0f
Author: Baste ba...@frugalware.org
Date:   Wed Sep 3 16:37:30 2014 +0200

libsoup-2.47.4-1-x86_64
- 2.46.0 - 2.47.4

diff --git a/source/lib/libsoup/FrugalBuild b/source/lib/libsoup/FrugalBuild
index eb07616..efdf26d 100644
--- a/source/lib/libsoup/FrugalBuild
+++ b/source/lib/libsoup/FrugalBuild
@@ -5,7 +5,7 @@
options+=('asneeded')

pkgname=libsoup
-pkgver=2.46.0
+pkgver=2.47.4
pkgrel=1
pkgdesc=An HTTP library implementation in C
url=http://www.gnome.org/;
@@ -13,10 +13,10 @@ depends=('glib2=2.40.0' 'gnutls=3.2.12.1' 
'libxml2=2.7.8' 'libgcrypt=1.6.1'
makedepends=('gobject-introspection=1.40.0' 'intltool')
groups=('lib')
archs=('i686' 'x86_64')
-_F_gnome_devel=n
+_F_gnome_devel=y
_F_gnome_ext=.tar.xz
Finclude gnome
-sha1sums=('197fccedd9a06bae8723e9b562c3cd6b684daff8')
+sha1sums=('0799cf0abddbbab9c8800dbcf6d4bcd4e6317bc8')

subpkgs=(libsoup-gnome)
subdescs=('libsoup with gnome support')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: webkit-gtk3-2.4.5-1-x86_64 - 2.4.3 - 2.4.5

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=a90b0a86d69d6e638f760d84af0a573b7407fd8d

commit a90b0a86d69d6e638f760d84af0a573b7407fd8d
Author: Baste ba...@frugalware.org
Date:   Wed Sep 3 16:55:27 2014 +0200

webkit-gtk3-2.4.5-1-x86_64
- 2.4.3 - 2.4.5

diff --git a/source/xlib/webkit-gtk3/FrugalBuild 
b/source/xlib/webkit-gtk3/FrugalBuild
index 71e6fd1..ca09f72 100644
--- a/source/xlib/webkit-gtk3/FrugalBuild
+++ b/source/xlib/webkit-gtk3/FrugalBuild
@@ -6,8 +6,8 @@ options+=('asneeded')

pkgname=webkit-gtk3
_F_archive_name=webkitgtk
-pkgver=2.4.3
-pkgrel=2
+pkgver=2.4.5
+pkgrel=1
pkgdesc=Open source web browser engine gtk+3
url=http://www.webkitgtk.org;
depends=(sqlite3 gtk+3 icu4c=4.8 libsoup libpng gperf libxml2 \
@@ -37,7 +37,7 @@ Fconfopts+= --with-gstreamer=1.0 \
--with-gtk=3.0

#_F_make_opts=V=1
-sha1sums=('4eeced5e4334e8243b6bbedeb5c1af1a735b0704')
+sha1sums=('a0084746de2cf18246d7b5216086db8133c9df4b')

build() {
Fcd
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: glib2-2.41.5-1-x86_64 - 2.41.4 - 2.41.5

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=5fa62ac500e396de72ea9e08c84669d7f376659e

commit 5fa62ac500e396de72ea9e08c84669d7f376659e
Author: Baste ba...@frugalware.org
Date:   Wed Sep 17 08:19:37 2014 +0200

glib2-2.41.5-1-x86_64
- 2.41.4 - 2.41.5

diff --git a/source/base/glib2/FrugalBuild b/source/base/glib2/FrugalBuild
index 56fb5bf..ae87b6e 100644
--- a/source/base/glib2/FrugalBuild
+++ b/source/base/glib2/FrugalBuild
@@ -7,7 +7,7 @@ USE_DOC=${USE_DOC:-y}
#options+=('asneeded')

pkgname=glib2
-pkgver=2.41.4
+pkgver=2.41.5
pkgrel=1
pkgdesc=Common C routines used by GTK+ and other libraries
url=http://www.gtk.org/;
@@ -28,7 +28,7 @@ Fconfopts+= --with-pcre=system
source=($source \
glib2.sh \
glib2.csh)
-sha1sums=('0673795948c10158f8c4a68b311a2ae75d2a337f' \
+sha1sums=('31de819181dd8abc25d89484ff6a4e60f032e8fc' \
'bfe05590a6498259f1045a591fd886a8572f271a' \
'6db09da816d69aab7a5cbf3460ee082bef200891')
if Fuse $USE_DOC; then
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gstreamer1-1.4.1-1-x86_64 - 1.2.4 - 1.4.1

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=66b7a4f692f894a8eab03008dd74633dc50ad9f2

commit 66b7a4f692f894a8eab03008dd74633dc50ad9f2
Author: Baste ba...@frugalware.org
Date:   Wed Sep 3 16:43:53 2014 +0200

gstreamer1-1.4.1-1-x86_64
- 1.2.4 - 1.4.1

diff --git a/source/xmultimedia/gstreamer1/FrugalBuild 
b/source/xmultimedia/gstreamer1/FrugalBuild
index c5d7c28..999570c 100644
--- a/source/xmultimedia/gstreamer1/FrugalBuild
+++ b/source/xmultimedia/gstreamer1/FrugalBuild
@@ -7,7 +7,7 @@ options+=('asneeded')

pkgname=gstreamer1
_F_archive_name=gstreamer
-pkgver=1.2.4
+pkgver=1.4.1
pkgrel=1
pkgdesc=Open Source Multimedia Framework
url=http://gstreamer.freedesktop.org/;
@@ -24,7 +24,7 @@ Finclude gnome
source=(http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-$pkgver.tar.xz 
gstreamer1.sh)
replaces=('gst1-plugins-bad-alsa')

-sha1sums=('c131cdc385c504636a0a00d4d7bdcea7cf4f' \
+sha1sums=('738b693ada79efe46cc379f666778d4b45ec7b41' \
'9c4dbeb5436b8a4d135f8a89a939295d2d0cfa81')

subpkgs=($pkgname-docs)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gst1-plugins-base-1.4.1-1-x86_64 - 1.2.4 - 1.4.1

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=7a974d208798cdb70b4e8f279e487332ca21a88e

commit 7a974d208798cdb70b4e8f279e487332ca21a88e
Author: Baste ba...@frugalware.org
Date:   Wed Sep 3 16:51:44 2014 +0200

gst1-plugins-base-1.4.1-1-x86_64
- 1.2.4 - 1.4.1

diff --git a/source/xmultimedia/gst1-plugins-base/FrugalBuild 
b/source/xmultimedia/gst1-plugins-base/FrugalBuild
index ea0998a..66d1f54 100644
--- a/source/xmultimedia/gst1-plugins-base/FrugalBuild
+++ b/source/xmultimedia/gst1-plugins-base/FrugalBuild
@@ -7,11 +7,11 @@ options+=('asneeded')

pkgname=gst1-plugins-base
_F_archive_name=gst-plugins-base
-pkgver=1.2.4
+pkgver=1.4.1
pkgrel=1
pkgdesc=Plugins for GStreamer 1.0
url=http://gstreamer.freedesktop.org/;
-depends=('libxv' 'libsm' 'gstreamer1=1.2.4' 'orc')
+depends=('libxv' 'libsm' 'gstreamer1=1.4.1' 'orc')
rodepends=('libmms' 'hermes' 'ortp')
makedepends=('gtk-doc' 'pyxml' 'cdparanoia' 'pango=1.28.0-2' 'liboil=0.3.14' \
'alsa-lib' 'libtheora' 'fontconfig' 'dbus-glib=0.74-2' 'avahi-glib=0.6.14-2' \
@@ -24,7 +24,7 @@ _F_gnome_name=gst-plugins-base
_F_gnome_devel=n
Finclude gnome
source=(http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$pkgver.tar.xz)
-sha1sums=('036ce9eb723470cd8cc522057a59ad9468b3d489')
+sha1sums=('0818947329495d15ba64373fd891b7ae6ed887d7')

subpkgs=($pkgname-cdparanoia $pkgname-pango $pkgname-alsa \
$pkgname-theora $pkgname-oil $pkgname-libvisual $pkgname-ogg 
$pkgname-vorbis \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: at-spi2-core-2.13.90-1-x86_64 -2.12.0 - 2.13.90

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=d82774d53a9ca0e9495f5ff1a7cafa1e107a889d

commit d82774d53a9ca0e9495f5ff1a7cafa1e107a889d
Author: Baste ba...@frugalware.org
Date:   Tue Sep 2 16:10:42 2014 +0200

at-spi2-core-2.13.90-1-x86_64
-2.12.0 - 2.13.90

diff --git a/source/gnome/at-spi2-core/FrugalBuild 
b/source/gnome/at-spi2-core/FrugalBuild
index b1a121c..4dc5dbd 100644
--- a/source/gnome/at-spi2-core/FrugalBuild
+++ b/source/gnome/at-spi2-core/FrugalBuild
@@ -5,7 +5,7 @@
options+=('asneeded')

pkgname=at-spi2-core
-pkgver=2.12.0
+pkgver=2.13.90
pkgrel=1
pkgdesc=Gnome Accessibility Toolkit
depends=('dbus-glib' 'libxevie')
@@ -14,8 +14,8 @@ groups=('gnome')
archs=('i686' 'x86_64')
_F_gnome_doc=y
_F_gnome_ext=.tar.xz
-_F_gnome_devel=n
+_F_gnome_devel=y
Finclude gnome gnome-scriptlet
-sha1sums=('86f282a9cc63370a7e2ee652fa577a7a29195497')
+sha1sums=('fa4be5ed31b29b3b8b737138912a3d57102ee746')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: cogl-1.18.2-2-x86_64 - Rebuild

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=8dd868ce4c985076a7f3fc3f8a81e9a21d4bc79e

commit 8dd868ce4c985076a7f3fc3f8a81e9a21d4bc79e
Author: Baste ba...@frugalware.org
Date:   Wed Sep 3 14:46:44 2014 +0200

cogl-1.18.2-2-x86_64
- Rebuild

diff --git a/source/xlib/cogl/FrugalBuild b/source/xlib/cogl/FrugalBuild
index 082da8d..b1f1e48 100644
--- a/source/xlib/cogl/FrugalBuild
+++ b/source/xlib/cogl/FrugalBuild
@@ -8,7 +8,7 @@ options+=('asneeded')

pkgname=cogl
pkgver=1.18.2
-pkgrel=1
+pkgrel=2
pkgdesc=Cogl is a modern 3D graphics API.
depends=('pango=1.36.0' 'libxcomposite' 'gdk-pixbuf2=2.30.7' 'libxext' 
'libxdamage' 'libxfixes' 'libxrandr'\
'wayland' 'libwayland-egl' 'libxkbcommon' 'gst1-plugins-base')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: librsvg-2.40.4-1-x86_64 - 2.40.3 - 2.40.4

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=fbcb092b315f184a08348ac56f7b8d02234b8dd3

commit fbcb092b315f184a08348ac56f7b8d02234b8dd3
Author: Baste ba...@frugalware.org
Date:   Wed Sep 17 14:53:48 2014 +0200

librsvg-2.40.4-1-x86_64
- 2.40.3 - 2.40.4

diff --git a/source/xlib/librsvg/FrugalBuild b/source/xlib/librsvg/FrugalBuild
index 446163d..9ca3d40 100644
--- a/source/xlib/librsvg/FrugalBuild
+++ b/source/xlib/librsvg/FrugalBuild
@@ -8,7 +8,7 @@ USE_DOC=${USE_DOC:-y}
options+=('asneeded')

pkgname=librsvg
-pkgver=2.40.3
+pkgver=2.40.4
pkgrel=1
pkgdesc=A high performance SVG rendering library for GNOME
depends=('gdk-pixbuf2' 'libxml2=2.7.8' 'libcroco=0.6.1-4' 'libgsf=1.14.28' \
@@ -19,7 +19,7 @@ archs=('i686' 'x86_64')
_F_gnome_ext=.tar.xz
_F_gnome_devel=n
Finclude gnome
-sha1sums=('5a675caf18e0056a9047388adfbb2cbc4e04e066')
+sha1sums=('840f1d56c1dc9dfe291049dfc9e46da0d1915bf3')
Fconfopts+= --disable-static --enable-gtk-theme
replaces=('libsvg-cairo')
provides=('libsvg-cairo')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: pygobject3-3.13.92-1-x86_64 - 3.12.2 - 3.13.92

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=8fda336c319d942a8e0bb1af5d99ad50dc061bb0

commit 8fda336c319d942a8e0bb1af5d99ad50dc061bb0
Author: Baste ba...@frugalware.org
Date:   Fri Sep 19 08:43:50 2014 +0200

pygobject3-3.13.92-1-x86_64
- 3.12.2 - 3.13.92

diff --git a/source/xlib/pygobject3/FrugalBuild 
b/source/xlib/pygobject3/FrugalBuild
index ea70044..5fe92c6 100644
--- a/source/xlib/pygobject3/FrugalBuild
+++ b/source/xlib/pygobject3/FrugalBuild
@@ -6,18 +6,18 @@ options+=('asneeded')

pkgname=pygobject3
_F_gnome_name=pygobject
-pkgver=3.12.2
+pkgver=3.13.92
pkgrel=1
pkgdesc=Python bindings for GObject
depends=('python=2.7' 'glib2=2.40.0' 'gobject-introspection=1.40.0')
rodepends=($pkgname-devel)
groups=('xlib')
archs=('i686' 'x86_64')
-_F_gnome_devel=n
+_F_gnome_devel=y
_F_gnome_ext=.tar.xz
Finclude gnome python
#source=($source detect_libffi.patch)
-sha1sums=('baa04755667fc5159ec99b7f250757bd0bce949c')
+sha1sums=('8d88cf2352740befefb6bc73a6530c8e7b549ac1')

subpkgs=(pygobject3-cairo)
subdescs=('pygobject3 with cairo support')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: mutter-3.13.92-1-x86_64 - 3.12.2 - 3.13.92

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=c5ab8cd776a5ceeeb68c68b190d2210f9002b0c9

commit c5ab8cd776a5ceeeb68c68b190d2210f9002b0c9
Author: Baste ba...@frugalware.org
Date:   Fri Sep 19 07:57:57 2014 +0200

mutter-3.13.92-1-x86_64
- 3.12.2 - 3.13.92

diff --git a/source/gnome/mutter/FrugalBuild b/source/gnome/mutter/FrugalBuild
index 9d44379..f3810f7 100644
--- a/source/gnome/mutter/FrugalBuild
+++ b/source/gnome/mutter/FrugalBuild
@@ -5,7 +5,7 @@
options+=('asneeded')

pkgname=mutter
-pkgver=3.12.2
+pkgver=3.13.92
pkgrel=1
pkgdesc=A window manager for GNOME (new metacity for gnome3)
url=http://www.gnome.org/;
@@ -17,11 +17,11 @@ groups=('gnome' 'gnome-minimal')
archs=('i686' 'x86_64')
_F_gnome_glib=y
_F_gnome_git=n
-_F_gnome_devel=n
+_F_gnome_devel=y
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
Fconfopts+= --with-clutter --disable-static  --with-gtk=3.0
-sha1sums=('58d811c41b8cd0178a5a30d0bdf207f1fd980359')
+sha1sums=('65bb05014b35926a1bd84dba3bc17e05206ea1c6')

if [ $_F_gnome_git != n ]; then
unset sha1sums
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: glib-networking-2.42.0-1-x86_64 - 2.41.92 - 2.42.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=1f03ca108a2e2874197ae860affeb5a4fa6f2263

commit 1f03ca108a2e2874197ae860affeb5a4fa6f2263
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 13:37:25 2014 +0200

glib-networking-2.42.0-1-x86_64
- 2.41.92 - 2.42.0

diff --git a/source/lib/glib-networking/FrugalBuild 
b/source/lib/glib-networking/FrugalBuild
index 14b3da4..7700fcd 100644
--- a/source/lib/glib-networking/FrugalBuild
+++ b/source/lib/glib-networking/FrugalBuild
@@ -5,16 +5,16 @@
options+=('asneeded')

pkgname=glib-networking
-pkgver=2.41.92
+pkgver=2.42.0
pkgrel=1
pkgdesc=Network extensions for GLib
-depends=('glib2=2.40.0' 'gnutls=3.2.12.1' 'ca-certificates')
-makedepends=('intltool' 'gsettings-desktop-schemas=3.12.0')
+depends=('glib2=2.42.0' 'gnutls=3.2.12.1' 'ca-certificates')
+makedepends=('intltool' 'gsettings-desktop-schemas=3.14.0')
groups=('lib')
archs=('i686' 'x86_64' 'arm')
options+=('scriptlet')
-_F_gnome_devel=y
+_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome
-sha1sums=('1aa8be38c921c9cfda262adeda6a8e7b5d20de9b')
+sha1sums=('dc882d9c4a1dcb8e7bab9e01ab9e7a6e23efea44')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: grilo-0.2.11-1-x86_64 - 0.2.10 - 0.2.11

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=ce366aad92309ac0789f7756c368fdbc020693c9

commit ce366aad92309ac0789f7756c368fdbc020693c9
Author: Baste ba...@frugalware.org
Date:   Fri Sep 19 09:29:18 2014 +0200

grilo-0.2.11-1-x86_64
- 0.2.10 - 0.2.11

diff --git a/source/gnome/grilo/FrugalBuild b/source/gnome/grilo/FrugalBuild
index 330283f..6e85103 100644
--- a/source/gnome/grilo/FrugalBuild
+++ b/source/gnome/grilo/FrugalBuild
@@ -5,8 +5,8 @@
options+=('asneeded')

pkgname=grilo
-pkgver=0.2.10
-pkgrel=2
+pkgver=0.2.11
+pkgrel=1
pkgdesc=Grilo is a framework that provides access to various sources of 
multimedia content, using a pluggable system.
depends=('glib2' 'libsoup=2.46.0' 'gtk+3=3.12.0' 'totem-pl-parser')
makedepends=('intltool' 'gnome-doc-utils=0.10.3' 'gobject-introspection' 
'vala')
@@ -15,7 +15,7 @@ archs=('i686' 'x86_64')
_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome
-sha1sums=('35216c339b6ad101d8235f7516b017bd510730c5')
+sha1sums=('d8d4211f5e4aadd7ff39a4c48adff67db0ebcd61')
Fconfopts+= --enable-vala --enable-grl-net

build() {
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gst1-plugins-good-1.4.1-1-x86_64 - 1.2.4 - 1.4.1

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=b2e5e15f0cecb590bf6a1be42357b82b9cb29a04

commit b2e5e15f0cecb590bf6a1be42357b82b9cb29a04
Author: Baste ba...@frugalware.org
Date:   Fri Sep 19 09:41:32 2014 +0200

gst1-plugins-good-1.4.1-1-x86_64
- 1.2.4 - 1.4.1

diff --git a/source/xmultimedia/gst1-plugins-good/FrugalBuild 
b/source/xmultimedia/gst1-plugins-good/FrugalBuild
index 0d25c70..ea477a8 100644
--- a/source/xmultimedia/gst1-plugins-good/FrugalBuild
+++ b/source/xmultimedia/gst1-plugins-good/FrugalBuild
@@ -7,7 +7,7 @@ options+=('asneeded')

pkgname=gst1-plugins-good
_F_archive_name=gst-plugins-good
-pkgver=1.2.4
+pkgver=1.4.1
pkgrel=1
pkgdesc=Plugins for GStreamer (Good)
url=http://gstreamer.freedesktop.org/;
@@ -103,6 +103,6 @@ build() {
Fsplit $pkgname-docs usr/share/gtk-doc
Fsplit $pkgname-vpx usr/lib/gstreamer-1.0/libgstvpx.*
}
-sha1sums=('4af2e2e091e306d69f36b5bbf722a557acb8d66e')
+sha1sums=('55880af6e7150e8b74dca848da6fb6e4582afb9e')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-settings-daemon-3.14.0-1-x86_64 - 3.13.92 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=bfbb5df70d5b3921b693c41349bea941820d9970

commit bfbb5df70d5b3921b693c41349bea941820d9970
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 14:35:36 2014 +0200

gnome-settings-daemon-3.14.0-1-x86_64
- 3.13.92 - 3.14.0

diff --git a/source/gnome/gnome-settings-daemon/FrugalBuild 
b/source/gnome/gnome-settings-daemon/FrugalBuild
index 9a03045..bb815c6 100644
--- a/source/gnome/gnome-settings-daemon/FrugalBuild
+++ b/source/gnome/gnome-settings-daemon/FrugalBuild
@@ -3,13 +3,13 @@
# Contributor: bouleetbil bouleet...@frogdev.info

pkgname=gnome-settings-daemon
-pkgver=3.13.92
+pkgver=3.14.0
pkgrel=1
pkgdesc=Utility library for accessing gnome-settings-daemon over DBUS
-depends=('libxml2=2.7.8' 'gnome-desktop=3.13.92' 'libxxf86misc' 
'gst1-plugins-base=1.2.3' 'pulseaudio=5.0' \
-   'libgnomekbd=3.6.0' 'libnotify' 'libcanberra-gtk' 
'libcanberra-pulseaudio' 'gsettings-desktop-schemas=3.12.0' \
+depends=('libxml2=2.7.8' 'gnome-desktop=3.14.0' 'libxxf86misc' 
'gst1-plugins-base=1.4.2' 'pulseaudio=5.0' \
+   'libgnomekbd=3.6.0' 'libnotify' 'libcanberra-gtk' 
'libcanberra-pulseaudio' 'gsettings-desktop-schemas=3.14.0' \
'alsa-lib' 'libcups' 'upower' 'nss' 'colord' 'libxtst' 'ibus' 'systemd=188'  
'libwacom' 'xf86-input-wacom' \
-   'librsvg' 'geocode-glib=3.12.0' 'libgweather=3.13.92' 'geoclue2')
+   'librsvg' 'geocode-glib=3.12.0' 'libgweather=3.14.0' 'geoclue2')
makedepends=('intltool' 'gnome-doc-utils=0.14.0' 'cups' 'krb5')
rodepends=('xkbcomp')
groups=('gnome' 'gnome-minimal')
@@ -17,10 +17,10 @@ archs=('i686' 'x86_64')
_F_gnome_glib=y
_F_gnome_iconcache=y
_F_gnome_doc=y
-_F_gnome_devel=y
+_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('d39587d18c12ed878ff672a56324507ed6a4fd8d')
+sha1sums=('9e03b7ee653ddd73a731fe0f4b1ce75aa04e8e25')

if [ $_F_gnome_git != n ]; then
unset sha1sums
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gst1-plugins-ugly-1.4.2-1-x86_64 - 1.4.1 - 1.4.2

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=63cb120158acad8a63c331769ce596d248478789

commit 63cb120158acad8a63c331769ce596d248478789
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 13:47:52 2014 +0200

gst1-plugins-ugly-1.4.2-1-x86_64
- 1.4.1 - 1.4.2

diff --git a/source/xmultimedia/gst1-plugins-ugly/FrugalBuild 
b/source/xmultimedia/gst1-plugins-ugly/FrugalBuild
index a0463db..5354791 100644
--- a/source/xmultimedia/gst1-plugins-ugly/FrugalBuild
+++ b/source/xmultimedia/gst1-plugins-ugly/FrugalBuild
@@ -7,11 +7,11 @@ options+=('asneeded')

pkgname=gst1-plugins-ugly
_F_archive_name=gst-plugins-ugly
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc=Plugins for GStreamer (Ugly)
url=http://gstreamer.freedesktop.org;
-depends=('gst1-plugins-base=1.0.7' 'gstreamer1=1.0.7' 'orc')
+depends=('gst1-plugins-base=1.4.2' 'gstreamer1=1.4.2' 'orc')
makedepends=('gtk-doc' 'pyxml' 'a52dec' 'liboil=0.3.14' 'lame' 'libmad' \
'libdvdread=4.1.3' 'libid3tag' 'mpeg2dec=0.4.1' 'libcdio=0.83' 'x264' 
'libxcb' 'libxau' 'libxdmcp')
groups=('xmultimedia')
@@ -62,6 +62,6 @@ build()
Fsplit $pkgname-cdio usr/lib/gstreamer-1.0/libgstcdio.*
Fsplit $pkgname-x264 usr/lib/gstreamer-1.0/libgstx264.*
}
-sha1sums=('991bbc66b9b8b056b21545fa5972b1d4967492f4')
+sha1sums=('10aa543df9ea6298e8a8dad458932bc31e254d13')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: libsoup-2.48.0-1-x86_64 - 2.47.92 - 2.48.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=5dd4f352301184c87a8eaa09301a2b58677d78df

commit 5dd4f352301184c87a8eaa09301a2b58677d78df
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 13:41:02 2014 +0200

libsoup-2.48.0-1-x86_64
- 2.47.92 - 2.48.0

diff --git a/source/lib/libsoup/FrugalBuild b/source/lib/libsoup/FrugalBuild
index dd44e87..1d49497 100644
--- a/source/lib/libsoup/FrugalBuild
+++ b/source/lib/libsoup/FrugalBuild
@@ -5,22 +5,22 @@
options+=('asneeded')

pkgname=libsoup
-pkgver=2.47.92
+pkgver=2.48.0
pkgrel=1
pkgdesc=An HTTP library implementation in C
url=http://www.gnome.org/;
-depends=('glib2=2.40.0' 'gnutls=3.2.12.1' 'libxml2=2.7.8' 
'libgcrypt=1.6.1' 'sqlite3')
+depends=('glib2=2.42.0' 'gnutls=3.2.12.1' 'libxml2=2.7.8' 
'libgcrypt=1.6.1' 'sqlite3')
makedepends=('gobject-introspection=1.40.0' 'intltool')
groups=('lib')
archs=('i686' 'x86_64')
-_F_gnome_devel=y
+_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome
-sha1sums=('e8e7ff921e6276fdb80257f3a87c82e145d2e42e')
+sha1sums=('2cb87c88a88c8c8b3948e0cfcb25eeb89db56f08')

subpkgs=(libsoup-gnome)
subdescs=('libsoup with gnome support')
-subdepends=(glib-networking=2.41.92)
+subdepends=(glib-networking=2.42.0)
subrodepends=(libsoup)
subgroups=('gnome gnome-minimal')
subarchs=('i686 x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: vala-0.26.0-1-x86_64 - 0.25.4 - 0.26.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=30c2c69265f7fc94d7025d53f83879a909c9f221

commit 30c2c69265f7fc94d7025d53f83879a909c9f221
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 08:47:26 2014 +0200

vala-0.26.0-1-x86_64
- 0.25.4 - 0.26.0

diff --git a/source/devel-extra/vala/FrugalBuild 
b/source/devel-extra/vala/FrugalBuild
index 1595c4a..c54734e 100644
--- a/source/devel-extra/vala/FrugalBuild
+++ b/source/devel-extra/vala/FrugalBuild
@@ -8,17 +8,17 @@ options+=('asneeded')
USE_DOC=${USE_DOC:-y}

pkgname=vala
-pkgver=0.25.4
+pkgver=0.26.0
pkgrel=1
pkgdesc=Vala is a prgramming language that aims to bring modern programming 
language features to GNOME developers
-depends=('glib2=2.41.5')
+depends=('glib2=2.42.0')
makedepends=('libxslt' 'gobject-introspection')
groups=('devel-extra')
archs=('i686' 'x86_64' 'arm')
_F_gnome_ext=.tar.xz
-_F_gnome_devel=y
+_F_gnome_devel=n
Finclude gnome
-sha1sums=('cfad2d01770546b59637a96bbb3b876d005d49af')
+sha1sums=('ca8f84c7c271d6f47cad6526c176c5757655f63f')
Fconfopts+= --enable-vapigen
replaces=('vtg' 'valide')
provides=('vtg' 'valide')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-control-center-3.14.0-1-x86_64 - 3.13.92 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=d2fd5c4456f402ff601c7db3c45d663cabbe7057

commit d2fd5c4456f402ff601c7db3c45d663cabbe7057
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 15:33:13 2014 +0200

gnome-control-center-3.14.0-1-x86_64
- 3.13.92 - 3.14.0

diff --git a/source/gnome/gnome-control-center/FrugalBuild 
b/source/gnome/gnome-control-center/FrugalBuild
index 1981feb..efcada9 100644
--- a/source/gnome/gnome-control-center/FrugalBuild
+++ b/source/gnome/gnome-control-center/FrugalBuild
@@ -7,10 +7,10 @@ USE_CHEESE=${USE_CHEESE:-y}
options+=('asneeded')

pkgname=gnome-control-center
-pkgver=3.13.92
+pkgver=3.14.0
pkgrel=1
pkgdesc=GNOME Control Center
-depends=('gnome-desktop=3.12.0' 'gnome-menus=3.8.0' 
'gnome-online-accounts=3.12.0' 'libgtop' 'gnome-settings-daemon=3.12.0' 
'systemd=188' \
+depends=('gnome-desktop=3.14.0' 'gnome-menus=3.8.0' 
'gnome-online-accounts=3.12.0' 'libgtop' 'gnome-settings-daemon=3.14.0' 
'systemd=188' \
'mesademos' 'libpwquality' 'gst1-plugins-bad' 'ibus' 'cups-pk-helper' 
'colord-gtk' 'accountsservice' \
'nm-connection-editor' 'libsmbclient' 'talloc' 'grilo' 'gnome-bluetooth' 
'libpulse=5.0')
makedepends=('intltool' 'gnome-doc-utils' 'cups' 'krb5' 'icu4c=4.8' 
'docbook-xsl' 'gobject-introspection')
@@ -23,7 +23,7 @@ _F_gnome_desktop=y
_F_gnome_mime=y
_F_gnome_iconcache=y
_F_gnome_doc=y
-_F_gnome_devel=y
+_F_gnome_devel=n
_F_gnome_ext=.tar.xz
options+=('scriptlet')
Finclude gnome gnome-scriptlet
@@ -34,7 +34,7 @@ if Fuse $USE_CHEESE; then
export CFLAGS=$CFLAGS -I/usr/include/cheese -I/usr/include/gstreamer-1.0 
-I/usr/include/libxml2
depends=(${depends[@]} cheese-devel=3.6.0)
fi
-sha1sums=('47b5a54d50963a6f379d31d7044d1b86fe465228')
+sha1sums=('a0a386f6021e2e307b9d7096f8801ab2f7163cd5')
replaces=('accountsdialog' 'gnome-system-tools')

#build() {
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: libgdata-0.16.0-2-x86_64 - Rebuild

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=d267d3802bab51208f51d816cb25efb536046cb0

commit d267d3802bab51208f51d816cb25efb536046cb0
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 14:03:31 2014 +0200

libgdata-0.16.0-2-x86_64
- Rebuild

diff --git a/source/gnome/libgdata/FrugalBuild 
b/source/gnome/libgdata/FrugalBuild
index e841f6d..3a34c3e 100644
--- a/source/gnome/libgdata/FrugalBuild
+++ b/source/gnome/libgdata/FrugalBuild
@@ -6,7 +6,7 @@ options+=('asneeded')

pkgname=libgdata
pkgver=0.16.0
-pkgrel=1
+pkgrel=2
pkgdesc=libgdata is a GLib-based library for accessing online service APIs 
using the GData protocol
depends=('libxml2=2.7.8' 'libsoup-gnome=2.46.0' 'liboauth' 
'gnome-online-accounts=3.12.0' 'gcr' 'uhttpmock')
makedepends=('intltool' 'gobject-introspection=1.39.0')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gst1-plugins-base-1.4.2-1-x86_64 - 1.4.1 - 1.4.2

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=7c52e89f840fb22f462ac38d5fc4302f2c4f0aa2

commit 7c52e89f840fb22f462ac38d5fc4302f2c4f0aa2
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 13:44:58 2014 +0200

gst1-plugins-base-1.4.2-1-x86_64
- 1.4.1 - 1.4.2

diff --git a/source/xmultimedia/gst1-plugins-base/FrugalBuild 
b/source/xmultimedia/gst1-plugins-base/FrugalBuild
index 66d1f54..94810f9 100644
--- a/source/xmultimedia/gst1-plugins-base/FrugalBuild
+++ b/source/xmultimedia/gst1-plugins-base/FrugalBuild
@@ -7,11 +7,11 @@ options+=('asneeded')

pkgname=gst1-plugins-base
_F_archive_name=gst-plugins-base
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc=Plugins for GStreamer 1.0
url=http://gstreamer.freedesktop.org/;
-depends=('libxv' 'libsm' 'gstreamer1=1.4.1' 'orc')
+depends=('libxv' 'libsm' 'gstreamer1=1.4.2' 'orc')
rodepends=('libmms' 'hermes' 'ortp')
makedepends=('gtk-doc' 'pyxml' 'cdparanoia' 'pango=1.28.0-2' 'liboil=0.3.14' \
'alsa-lib' 'libtheora' 'fontconfig' 'dbus-glib=0.74-2' 'avahi-glib=0.6.14-2' \
@@ -24,7 +24,7 @@ _F_gnome_name=gst-plugins-base
_F_gnome_devel=n
Finclude gnome
source=(http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$pkgver.tar.xz)
-sha1sums=('0818947329495d15ba64373fd891b7ae6ed887d7')
+sha1sums=('47ddbc3c95f9dd982b7cffa3b4fb6902d45388b3')

subpkgs=($pkgname-cdparanoia $pkgname-pango $pkgname-alsa \
$pkgname-theora $pkgname-oil $pkgname-libvisual $pkgname-ogg 
$pkgname-vorbis \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: libmediaart-0.6.0-1-x86_64 - 0.4.0 - 0.6.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=daf68aa2c84843856f8f8d5f83e7372708856293

commit daf68aa2c84843856f8f8d5f83e7372708856293
Author: Baste ba...@frugalware.org
Date:   Fri Sep 19 11:27:46 2014 +0200

libmediaart-0.6.0-1-x86_64
- 0.4.0 - 0.6.0

diff --git a/source/xlib/libmediaart/FrugalBuild 
b/source/xlib/libmediaart/FrugalBuild
index 272f7bb..8f3f1f2 100644
--- a/source/xlib/libmediaart/FrugalBuild
+++ b/source/xlib/libmediaart/FrugalBuild
@@ -4,8 +4,8 @@
options+=('asneeded')

pkgname=libmediaart
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
pkgdesc=Library for handling media art
depends=('gdk-pixbuf2')
groups=('xlib')
@@ -13,6 +13,6 @@ archs=('i686' 'x86_64')
_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('ce999b7796afe3bb47ce47ab3fd1cc44a48647d7')
+sha1sums=('ce235f2ea95ba1cfb7c6f29a39c1db559bb59a4f')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: yelp-tools-3.14.0-1-x86_64 - 3.13.3 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=163fb116420d2dea09f6d08b89131cf576392cf8

commit 163fb116420d2dea09f6d08b89131cf576392cf8
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 11:45:54 2014 +0200

yelp-tools-3.14.0-1-x86_64
- 3.13.3 - 3.14.0

diff --git a/source/gnome-extra/yelp-tools/FrugalBuild 
b/source/gnome-extra/yelp-tools/FrugalBuild
index d04343a..26efd94 100644
--- a/source/gnome-extra/yelp-tools/FrugalBuild
+++ b/source/gnome-extra/yelp-tools/FrugalBuild
@@ -1,16 +1,16 @@
-# Compiling time: 0.01 SBU
+# Compiling time: 0.02 SBU
# Maintainer: Baste ba...@frugalware.org

options+=('asneeded')

pkgname=yelp-tools
-pkgver=3.13.3
+pkgver=3.14.0
pkgrel=1
pkgdesc=Create, manage, and publish documentation for Yelp
-depends=('libxslt' 'itstool' 'yelp-xsl=3.12.0')
+depends=('libxslt' 'itstool' 'yelp-xsl=3.14.0')
groups=('gnome-extra')
archs=('i686' 'x86_64')
_F_gnome_ext=.tar.xz
-_F_gnome_devel=y
+_F_gnome_devel=n
Finclude gnome
-sha1sums=('38d7cc9aa3e1973b404cc386cbf6917ad4f438b4')
+sha1sums=('5bdf094237a4d33b5811f5899823fe02372b249f')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gst1-plugins-bad-1.4.1-1-x86_64 - 1.2.4 - 1.4.1

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=cc78faf5a0da85bf0b2d5a8ef25a8e6ab0de6084

commit cc78faf5a0da85bf0b2d5a8ef25a8e6ab0de6084
Author: Baste ba...@frugalware.org
Date:   Fri Sep 19 09:51:00 2014 +0200

gst1-plugins-bad-1.4.1-1-x86_64
- 1.2.4 - 1.4.1

diff --git a/source/xmultimedia/gst1-plugins-bad/FrugalBuild 
b/source/xmultimedia/gst1-plugins-bad/FrugalBuild
index 2a1c2fe..f6d2a13 100644
--- a/source/xmultimedia/gst1-plugins-bad/FrugalBuild
+++ b/source/xmultimedia/gst1-plugins-bad/FrugalBuild
@@ -6,7 +6,7 @@ options+=('asneeded')

pkgname=gst1-plugins-bad
_F_archive_name=gst-plugins-bad
-pkgver=1.2.4
+pkgver=1.4.1
pkgrel=1
pkgdesc=Plugins for GStreamer (Bad)
url=http://gstreamer.freedesktop.org;
@@ -18,7 +18,7 @@ archs=('i686' 'x86_64')
replaces=($pkgname-swfdec $pkgname-nas $pkgname-opengl 
$pkgname-metadata)
source=($url/src/$_F_archive_name/$_F_archive_name-$pkgver.tar.xz)
up2date=lynx -dump $url/src/$_F_archive_name/|grep '.tar.xz$'|sort -n -r|head 
-n 1|sed 's/.*-\(.*\).t.*/\1/'
-sha1sums=('f9ae23e1e5c64377a23b95b31ecbbaea8520e998')
+sha1sums=('4e1fa40ee78443458d9a70f6d2f042872c461322')


subpkgs=($pkgname-bzip2 $pkgname-dts $pkgname-faac $pkgname-faad2 
$pkgname-mms \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: zenity-3.14.0-1-x86_64 - 3.13.92 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=c168fa9b7ef93bd0f225147407359ac2b695e4df

commit c168fa9b7ef93bd0f225147407359ac2b695e4df
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 14:40:16 2014 +0200

zenity-3.14.0-1-x86_64
- 3.13.92 - 3.14.0

diff --git a/source/gnome/zenity/FrugalBuild b/source/gnome/zenity/FrugalBuild
index 7b8f249..bd73fe5 100644
--- a/source/gnome/zenity/FrugalBuild
+++ b/source/gnome/zenity/FrugalBuild
@@ -5,18 +5,18 @@
options+=('asneeded')

pkgname=zenity
-pkgver=3.13.92
+pkgver=3.14.0
pkgrel=1
pkgdesc=A rewrite of gdialog
url=http://www.gnome.org/;
-depends=('libxml2=2.7.8' 'gtk+3=3.12.0' 'libnotify=0.7')
+depends=('libxml2=2.7.8' 'gtk+3=3.14.0' 'libnotify=0.7')
makedepends=('intltool' 'itstool')
groups=('gnome' 'gnome-minimal')
archs=('i686' 'x86_64')
_F_gnome_doc=y
_F_gnome_ext=.tar.xz
-_F_gnome_devel=y
+_F_gnome_devel=n
Finclude gnome gnome-scriptlet
-sha1sums=('a0eec4a517432690a5a05497c49361204717cc4c')
+sha1sums=('a38b98a99c44b05c1a8573fa8e0cc53a191868fb')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gtk+3-3.14.0-1-x86_64 - 3.13.9 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=0cad20c2621d56cb998ce9107a5cb947785c0d37

commit 0cad20c2621d56cb998ce9107a5cb947785c0d37
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 12:14:02 2014 +0200

gtk+3-3.14.0-1-x86_64
- 3.13.9 - 3.14.0

diff --git a/source/xlib/gtk+3/FrugalBuild b/source/xlib/gtk+3/FrugalBuild
index d791d79..fbf7e00 100644
--- a/source/xlib/gtk+3/FrugalBuild
+++ b/source/xlib/gtk+3/FrugalBuild
@@ -1,4 +1,4 @@
-# Compiling time: 6.72 SBU
+# Compiling time: 6.25 SBU
# Maintainer: Baste ba...@frugalware.org
# Contributor: bouleetbil bouleet...@frogdev.info

@@ -6,25 +6,25 @@ options+=('asneeded')

pkgname=gtk+3
_F_gnome_name=gtk+
-pkgver=3.13.9
+pkgver=3.14.0
pkgrel=1
pkgdesc=The GTK+ Toolkit (3.x series)
-depends=('atk=2.12.0' 'cairo' 'gtk+2-tools' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' \
- 'libxcomposite' 'libxdamage' 'pango' 'shared-mime-info' 'colord' 
'at-spi2-atk=2.12.0' 'wayland=1.5.91' 'libxkbcommon')
+depends=('atk=2.14.0' 'cairo' 'gtk+2-tools' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' \
+ 'libxcomposite' 'libxdamage' 'pango' 'shared-mime-info' 'colord' 
'at-spi2-atk=2.14.0' 'wayland=1.6.0' 'libxkbcommon')
makedepends=('gobject-introspection' 'gtk-doc' 'cups')
#rodepends=('gnome-icon-theme' 'gtk+3-tools' 'gnome-themes-standard')
-rodepends=('gtk+3-tools' 'gnome-themes-standard')
+rodepends=('gtk+3-tools' 'gnome-themes-standard' 'adwaita-icon-theme')
groups=('xlib')
archs=('i686' 'x86_64')
_F_gnome_glib=y
_F_gnome_ext=.tar.xz
-_F_gnome_devel=y
+_F_gnome_devel=n
_F_gnome_immodules=y
Finclude gnome gnome-scriptlet
url=http://www.gtk.org/;
_F_cd_path=gtk+-$pkgver
source=($source settings.ini)
-sha1sums=('924c9149aba7cd7203157ba3200bb2347e6a49e5' \
+sha1sums=('c78fb622b211e2cc697cd60ecd33d8f44e702da6' \
'92c3120655ba14f163846a22d5c94fa50b0eb437')
backup=(/usr/share/gtk-3.0/settings.ini)

@@ -35,7 +35,7 @@ fi

subpkgs=(${subpkgs[@]} $pkgname-tools)
subdescs=(${subdescs[@]} GTK+3 commandline tools.)
-subdepends=(${subdepends[@]} glib2=2.41.5 libxrandr)
+subdepends=(${subdepends[@]} glib2=2.42.0 libxrandr)
subrodepends=(${subrodepends[@]} $pkgname=$pkgver)
subgroups=(${subgroups[@]} 'xapps')
subarchs=(${subarchs[@]} 'i686 x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gst-libav-1.4.2-1-x86_64 - 1.4.1 - 1.4.2

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=ac88132a273787593f15fe327d0dcb15a67222b1

commit ac88132a273787593f15fe327d0dcb15a67222b1
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 13:50:48 2014 +0200

gst-libav-1.4.2-1-x86_64
- 1.4.1 - 1.4.2

diff --git a/source/xmultimedia/gst-libav/FrugalBuild 
b/source/xmultimedia/gst-libav/FrugalBuild
index a636142..94f8377 100644
--- a/source/xmultimedia/gst-libav/FrugalBuild
+++ b/source/xmultimedia/gst-libav/FrugalBuild
@@ -4,17 +4,17 @@
options+=('asneeded')

pkgname=gst-libav
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc=GStreamer plugin for the libav* library (former FFmpeg)
url=http://gstreamer.freedesktop.org;
-depends=('gstreamer1=1.0.7' 'gst1-plugins-base' 'orc')
+depends=('gstreamer1=1.4.2' 'gst1-plugins-base' 'orc')
makedepends=('yasm')
groups=('xmultimedia')
archs=('i686' 'x86_64')
up2date=lynx -dump $url/src/$pkgname/|grep '.tar.xz$'|sort -n -r|head -n 1|sed 
's/.*-\(.*\).t.*/\1/'
source=($url/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha1sums=('4afa9d8722394831719ce5e43919d8e3776f4b2c')
+sha1sums=('c44e2f432dfe7c38aad4589ec0fd2bcf00178fe4')
replaces=('gst-ffmpeg')
provides=('gst-ffmpeg')
build() {
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-keyring-3.13.91-1-x86_64 - 3.12.2 - 3.13.91

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=feaaa4f12d12061e838011dc69400c0fc61b9a40

commit feaaa4f12d12061e838011dc69400c0fc61b9a40
Author: Baste ba...@frugalware.org
Date:   Fri Sep 19 09:02:59 2014 +0200

gnome-keyring-3.13.91-1-x86_64
- 3.12.2 - 3.13.91

diff --git a/source/gnome/gnome-keyring/FrugalBuild 
b/source/gnome/gnome-keyring/FrugalBuild
index 07637f2..55f19d0 100644
--- a/source/gnome/gnome-keyring/FrugalBuild
+++ b/source/gnome/gnome-keyring/FrugalBuild
@@ -5,7 +5,7 @@
options+=('asneeded')

pkgname=gnome-keyring
-pkgver=3.12.2
+pkgver=3.13.91
pkgrel=1
pkgdesc=Password and keyring managing daemon for GNOME
url=http://www.gnome.org/;
@@ -18,12 +18,12 @@ _F_gnome_iconcache=y
_F_gnome_mime=y
_F_gnome_glib=y
_F_gnome_doc=n
-_F_gnome_devel=n
+_F_gnome_devel=y
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
Fconfopts+= --with-pam-dir=/lib/security \
--enable-pam --with-root-certs=/etc/ssl/certs
-sha1sums=('0bdcbeadfef9fee15cf70b6070ab347b0584816a')
+sha1sums=('2491107ac255dc1d31a6d405130546de41e35713')

build() {
Fcd
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: wayland-1.6.0-1-x86_64 - 1.5.91 - 1.6.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=da2a25d0357725849ef1f48885f9c5079dedd741

commit da2a25d0357725849ef1f48885f9c5079dedd741
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 11:56:07 2014 +0200

wayland-1.6.0-1-x86_64
- 1.5.91 - 1.6.0

diff --git a/source/x11/wayland/FrugalBuild b/source/x11/wayland/FrugalBuild
index 2cab9cb..35d962d 100644
--- a/source/x11/wayland/FrugalBuild
+++ b/source/x11/wayland/FrugalBuild
@@ -6,7 +6,7 @@ options+=('asneeded')
: ${USE_DEVEL=n}

pkgname=wayland
-pkgver=1.5.91
+pkgver=1.6.0
pkgrel=1
pkgdesc=Wayland Display Compositor
url=http://wayland.freedesktop.org/;
@@ -24,7 +24,7 @@ if Fuse DEVEL; then
Finclude scm
else
source=(${url}releases/${pkgname}-${pkgver}.tar.xz)
-   sha1sums=('0b0513706eee5a43d33f5e4bc9cafa5d78037db5')
+   sha1sums=('6183108a3bffb204c05b7f37b763b6278760572d')
fi

build() {
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: eog-3.14.0-1-x86_64 - 3.12.2 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=ef4cebe445d381e0b9c79ea67f9e333051c11324

commit ef4cebe445d381e0b9c79ea67f9e333051c11324
Author: Baste ba...@frugalware.org
Date:   Thu Sep 25 13:43:23 2014 +0200

eog-3.14.0-1-x86_64
- 3.12.2 - 3.14.0

diff --git a/source/gnome/eog/FrugalBuild b/source/gnome/eog/FrugalBuild
index c90db6b..731d3bc 100644
--- a/source/gnome/eog/FrugalBuild
+++ b/source/gnome/eog/FrugalBuild
@@ -6,10 +6,10 @@
options+=('asneeded')

pkgname=eog
-pkgver=3.12.2
+pkgver=3.14.0
pkgrel=1
pkgdesc=An image viewing and cataloging program for GNOME
-depends=('gnome-desktop=3.12.0' 'libpeas-gtk' 'libexif' 'exempi' 'librsvg')
+depends=('gnome-desktop=3.14.0' 'libpeas-gtk' 'libexif' 'exempi' 'librsvg')
makedepends=('intltool' 'itstool')
groups=('gnome')
archs=('i686' 'x86_64')
@@ -20,6 +20,6 @@ _F_gnome_doc=y
_F_gnome_ext=.tar.xz
_F_gnome_devel=n
Finclude gnome gnome-scriptlet
-sha1sums=('3a6cce6d83cdfb19c0629592d85c4248315c16f9')
+sha1sums=('963bac65d05c94abb766ebf33fdaad2a7898cedf')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gtk-vnc-0.5.3-7-x86_64 - Rebuild with gtk+3

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=3e8c54c7930e2787afad60577fd08ea153a57bbe

commit 3e8c54c7930e2787afad60577fd08ea153a57bbe
Author: Baste ba...@frugalware.org
Date:   Thu Sep 25 14:04:06 2014 +0200

gtk-vnc-0.5.3-7-x86_64
- Rebuild with gtk+3

diff --git a/source/xlib-extra/gtk-vnc/FrugalBuild 
b/source/xlib-extra/gtk-vnc/FrugalBuild
index 9e8c364..d35e9fa 100644
--- a/source/xlib-extra/gtk-vnc/FrugalBuild
+++ b/source/xlib-extra/gtk-vnc/FrugalBuild
@@ -6,7 +6,7 @@ options+=('asneeded')

pkgname=gtk-vnc
pkgver=0.5.3
-pkgrel=6
+pkgrel=7
pkgdesc=VNC viewer wigdet for GTK
depends=('gtk+2=2.20.0-2' 'libxau' 'libxdmcp' 'freetype2' 'gnutls=3.2.12.1' 
'libgcrypt=1.6.1' 'libxdamage' \
'libxext' 'libxml2=2.7.8' 'pygtk' 'cyrus-sasl' 'libffi' 'pulseaudio=5.0')
@@ -24,7 +24,7 @@ unset MAKEFLAGS
subpkgs=('gtk3-vnc')
subdescs=('Vnc viewer widget for gtk+3')
subrodepends=('gvnc-devel')
-subdepends=('gtk+3=3.0.3 libuuid gnutls=3.2.12.1 libgcrypt=1.6.1 
cyrus-sasl')
+subdepends=('gtk+3=3.14.0 libuuid gnutls=3.2.12.1 libgcrypt=1.6.1 
cyrus-sasl')
subarchs=('i686 x86_64')
subgroups=('xlib')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: folks-0.10.0-1-x86_64 - 0.9.6 - 0.10.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=59cdb6cff8d887dac0c0398763a4dc2afbaabbc8

commit 59cdb6cff8d887dac0c0398763a4dc2afbaabbc8
Author: Baste ba...@frugalware.org
Date:   Thu Sep 25 13:24:21 2014 +0200

folks-0.10.0-1-x86_64
- 0.9.6 - 0.10.0

diff --git a/source/gnome/folks/FrugalBuild b/source/gnome/folks/FrugalBuild
index 06fbc35..df48eee 100644
--- a/source/gnome/folks/FrugalBuild
+++ b/source/gnome/folks/FrugalBuild
@@ -5,21 +5,21 @@
options+=('asneeded')

pkgname=folks
-pkgver=0.9.6
-pkgrel=4
+pkgver=0.10.0
+pkgrel=1
pkgdesc=libfolks is a library that aggregates people from multiple sources
#depends=('evolution-data-server=3.5.3' 'libgee8' 'zeitgeist' 'telepathy-glib')
-depends=('evolution-data-server=3.12.0' 'libgee8' 'telepathy-glib')
+depends=('evolution-data-server=3.13.6' 'libgee8' 'telepathy-glib')
makedepends=('vala' 'gobject-introspection' 'intltool' 'krb5')
groups=('gnome')
archs=('i686' 'x86_64')
options+=('scriptlet')
options+=('force')
-_F_gnome_devel=y
+_F_gnome_devel=n
_F_gnome_ext=.tar.xz
_F_gnome_glib=y
Finclude gnome gnome-scriptlet
-sha1sums=('bc61c308160939e5fcc249a55d7f44ec7db098b0')
+sha1sums=('b17c98d26d6a849071ece1a50cbca98475025086')
Fconfopts+= --enable-vala --disable-fatal-warnings

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: geocode-glib-3.14.0-1-x86_64 - 3.13.3 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=572d3280008a8e56ce39c6ca498cb3787ca8f793

commit 572d3280008a8e56ce39c6ca498cb3787ca8f793
Author: Baste ba...@frugalware.org
Date:   Wed Sep 24 08:34:48 2014 +0200

geocode-glib-3.14.0-1-x86_64
- 3.13.3 - 3.14.0

diff --git a/source/xlib/geocode-glib/FrugalBuild 
b/source/xlib/geocode-glib/FrugalBuild
index 61d949c..38dea27 100644
--- a/source/xlib/geocode-glib/FrugalBuild
+++ b/source/xlib/geocode-glib/FrugalBuild
@@ -4,14 +4,14 @@
options+=('asneeded')

pkgname=geocode-glib
-pkgver=3.13.3
+pkgver=3.14.0
pkgrel=1
pkgdesc=A D-Bus service that provides location information
depends=('libsoup-gnome=2.45.92' 'json-glib=0.99.2')
makedepends=('intltool' 'gobject-introspection')
groups=('xlib')
archs=('i686' 'x86_64')
-_F_gnome_devel=y
+_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome
-sha1sums=('424cc800f63057d073ba413f7646b102bfcbb8f5')
+sha1sums=('56851e1100dd52a6fe487e92a195e156587a4396')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-logs-3.14.0-1-x86_64 - 3.12.2 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=23870f462f03e5489ee6dbd6b33524445a73ba64

commit 23870f462f03e5489ee6dbd6b33524445a73ba64
Author: Baste ba...@frugalware.org
Date:   Thu Sep 25 13:06:45 2014 +0200

gnome-logs-3.14.0-1-x86_64
- 3.12.2 - 3.14.0

diff --git a/source/gnome/gnome-logs/FrugalBuild 
b/source/gnome/gnome-logs/FrugalBuild
index 22ca7f1..8e88b8c 100644
--- a/source/gnome/gnome-logs/FrugalBuild
+++ b/source/gnome/gnome-logs/FrugalBuild
@@ -4,10 +4,10 @@
options+=('asneeded')

pkgname=gnome-logs
-pkgver=3.12.2
+pkgver=3.14.0
pkgrel=1
pkgdesc=View your system logs
-depends=('gtk+3')
+depends=('gtk+3=3.14.0')
makedepends=('intltool' 'itstool')
groups=('gnome')
archs=('i686' 'x86_64')
@@ -17,7 +17,7 @@ _F_gnome_iconcache=y
_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('04fae37d127786fe74321bfa9c5b6e5084b160a0')
+sha1sums=('ce354cfa0cb0dce56b7b38f6d4a10fee74ac65c9')

provides=('gnome-system-log')
replaces=($provides[@])
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: file-roller-3.14.0-1-x86_64 - 3.12.2 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=fe85c9522c41ba797798e63c8b48d1a44071176f

commit fe85c9522c41ba797798e63c8b48d1a44071176f
Author: Baste ba...@frugalware.org
Date:   Thu Sep 25 12:28:23 2014 +0200

file-roller-3.14.0-1-x86_64
- 3.12.2 - 3.14.0

diff --git a/source/gnome/file-roller/FrugalBuild 
b/source/gnome/file-roller/FrugalBuild
index 7a9fcc6..d927bf4 100644
--- a/source/gnome/file-roller/FrugalBuild
+++ b/source/gnome/file-roller/FrugalBuild
@@ -6,10 +6,10 @@
options+=('asneeded')

pkgname=file-roller
-pkgver=3.12.2
+pkgver=3.14.0
pkgrel=1
pkgdesc=Archive manager utility for GNOME
-depends=('gtk+3' 'nautilus=3.12.0')
+depends=('gtk+3' 'nautilus=3.14.0')
makedepends=('intltool' 'itstool')
rodepends=('zip' 'unzip')
groups=('gnome')
@@ -21,7 +21,7 @@ _F_gnome_doc=y
_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('b4572c494bb6e0b358b83d5ad093b0ac7a2463a0')
+sha1sums=('d23d9b0df0662087ba06cbdf26986ff2c70a0376')
Fconfopts+= --disable-packagekit

___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: dconf-0.22.0-1-x86_64 - 0.21.0 - 0.22.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=966ef12985d4b7b9985b8f744c7cbf8b444e134a

commit 966ef12985d4b7b9985b8f744c7cbf8b444e134a
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 15:37:47 2014 +0200

dconf-0.22.0-1-x86_64
- 0.21.0 - 0.22.0

diff --git a/source/gnome/dconf/FrugalBuild b/source/gnome/dconf/FrugalBuild
index 2ee693c..3f3efdb 100644
--- a/source/gnome/dconf/FrugalBuild
+++ b/source/gnome/dconf/FrugalBuild
@@ -5,7 +5,7 @@
options+=('asneeded')

pkgname=dconf
-pkgver=0.21.0
+pkgver=0.22.0
pkgrel=1
pkgdesc=A configuration system
depends=('glib2' 'dbus-glib' 'libxml2=2.7.8')
@@ -17,9 +17,9 @@ _F_gnome_doc=y
_F_gnome_ext=.tar.xz
_F_gnome_iconcache=y
_F_gnome_gio=y
-_F_gnome_devel=y
+_F_gnome_devel=n
Finclude gnome gnome-scriptlet
-sha1sums=('5ba674a7df9116ab82a6704574a2635e7afac198')
+sha1sums=('d1a03938451b19a53f0d2fd09b6c737542fdd4c4')

subpkgs=(${subpkgs[@]} 'dconf-editor')
subdescs=(${subdescs[@]} 'Configuration editor for dconf')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-shell-extensions-3.14.0-1-x86_64 - 3.12.2 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=ab32e7af6366105863f92a95162f2404701cac05

commit ab32e7af6366105863f92a95162f2404701cac05
Author: Baste ba...@frugalware.org
Date:   Wed Sep 24 09:02:06 2014 +0200

gnome-shell-extensions-3.14.0-1-x86_64
- 3.12.2 - 3.14.0

diff --git a/source/gnome-extra/gnome-shell-extensions/FrugalBuild 
b/source/gnome-extra/gnome-shell-extensions/FrugalBuild
index 101cd03..7d660c6 100644
--- a/source/gnome-extra/gnome-shell-extensions/FrugalBuild
+++ b/source/gnome-extra/gnome-shell-extensions/FrugalBuild
@@ -7,10 +7,10 @@
options+=('asneeded')

pkgname=gnome-shell-extensions
-pkgver=3.12.2
+pkgver=3.14.0
pkgrel=1
pkgdesc=Modify and extend GNOME Shell functionality and behavior
-depends=('gnome-shell=3.12.0')
+depends=('gnome-shell=3.14.0')
makedepends=('intltool' 'libgtop')
rodepends=('gnome-shell-extensions-drive-menu' 
'gnome-shell-extensions-drive-menu' \
'gnome-shell-extensions-windows-navigator' 
'gnome-shell-extensions-windows-navigator' 
'gnome-shell-extensions-auto-move-windows' \
@@ -21,7 +21,7 @@ _F_gnome_glib=y
_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('b34e359103825eb855cbd10bcfa2b339465c675c')
+sha1sums=('090b1610bdea6d4b88a2be44a274a562735ca612')
Fconfopts+= --enable-extensions=all

replaces=('gnome-shell-extensions-dock' 'gnome-shell-extensions-gajim')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-shell-3.14.0-1-x86_64 - 3.13.92 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=27088629607274da647d28b48533b9aab5495eb9

commit 27088629607274da647d28b48533b9aab5495eb9
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 15:11:40 2014 +0200

gnome-shell-3.14.0-1-x86_64
- 3.13.92 - 3.14.0

diff --git a/source/gnome/gnome-shell/FrugalBuild 
b/source/gnome/gnome-shell/FrugalBuild
index 785dc94..efe0a0e 100644
--- a/source/gnome/gnome-shell/FrugalBuild
+++ b/source/gnome/gnome-shell/FrugalBuild
@@ -8,14 +8,14 @@ USE_FRUGALTHEME=${USE_FRUGALTHEME:-n}
options+=('asneeded')

pkgname=gnome-shell
-pkgver=3.13.92
+pkgver=3.14.0
pkgrel=1
pkgdesc=Window management and application launching for GNOME
url=http://www.gnome.org/;
-depends=('mutter=3.12.0' 'gnome-desktop=3.12.0' 'gjs=1.40.0' \
+depends=('mutter=3.14.0' 'gnome-desktop=3.14.0' 'gjs=1.40.0' \
'gnome-menus=3.5.3' 'telepathy-glib' \
'libsoup' 'nm-connection-editor' 'libsecret' 'gcr' \
-   'pulseaudio=5.0' 'caribou' 'evolution-data-server=3.12.0' \
+   'pulseaudio=5.0' 'caribou' 'evolution-data-server=3.13.6' \
'systemd=188')
makedepends=('intltool' 'gobject-introspection' 'krb5' 'docbook-xsl')
replaces=('byzanz')
@@ -49,7 +49,7 @@ _F_gnome_glib=y
_F_gnome_desktop=y
_F_gnome_git=n
_F_gnome_doc=y
-_F_gnome_devel=y
+_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet

@@ -57,7 +57,7 @@ Finclude gnome gnome-scriptlet
#source=($source enable_shutdown.diff revert_utf8hack.diff fw_theme.diff)

#source=($source fwtweak.patch)
-sha1sums=('4a4c8d6aaa56369cde85df879fc91ac6a59f63fb')
+sha1sums=('d7dcff2763b8347745b7f6e02da1e5a3a527916d')

if [ $_F_gnome_git != n ]; then
unset sha1sums
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: baobab-3.14.0-1-x86_64 - 3.12.1 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=72d743dc51c15a9287b686d05e9abacf1d207257

commit 72d743dc51c15a9287b686d05e9abacf1d207257
Author: Baste ba...@frugalware.org
Date:   Thu Sep 25 13:09:05 2014 +0200

baobab-3.14.0-1-x86_64
- 3.12.1 - 3.14.0

diff --git a/source/gnome/baobab/FrugalBuild b/source/gnome/baobab/FrugalBuild
index 8d51ff8..790d43e 100644
--- a/source/gnome/baobab/FrugalBuild
+++ b/source/gnome/baobab/FrugalBuild
@@ -4,11 +4,11 @@
options+=('asneeded')

pkgname=baobab
-pkgver=3.12.1
+pkgver=3.14.0
pkgrel=1
pkgdesc=A graphical directory tree analyzer.
url=http://www.gnome.org/;
-depends=('gtk+3' 'libgtop')
+depends=('gtk+3=3.14.0' 'libgtop')
makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
groups=('gnome')
archs=('i686' 'x86_64')
@@ -19,4 +19,4 @@ _F_gnome_doc=y
_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('898a5e2cf4823507c7e4d87516a0faa4a099d118')
+sha1sums=('7b06f3d293a665f2db8212abe44363bd63d97d75')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: mutter-3.14.0-2-x86_64 - add _F_make_opts=V=1 for i686

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=adc0982ac384046a156cac2e04068d0ad50765c1

commit adc0982ac384046a156cac2e04068d0ad50765c1
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 17:04:41 2014 +0200

mutter-3.14.0-2-x86_64
- add _F_make_opts=V=1 for i686

diff --git a/source/gnome/mutter/FrugalBuild b/source/gnome/mutter/FrugalBuild
index 518d7eb..3b354ed 100644
--- a/source/gnome/mutter/FrugalBuild
+++ b/source/gnome/mutter/FrugalBuild
@@ -6,7 +6,7 @@ options+=('asneeded')

pkgname=mutter
pkgver=3.14.0
-pkgrel=1
+pkgrel=2
pkgdesc=A window manager for GNOME (new metacity for gnome3)
url=http://www.gnome.org/;
depends=('libxml2=2.7.8' 'clutter=1.20.0' 'startup-notification' \
@@ -21,6 +21,7 @@ _F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
Fconfopts+= --with-clutter --disable-static  --with-gtk=3.0
+_F_make_opts=V=1
sha1sums=('acf1968eee1b969725c1b430f2b909a26f8b3c5a')

if [ $_F_gnome_git != n ]; then
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-contacts-3.14.0-1-x86_64 - 3.12.0 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=0704c1af6b53e844cd52d71e71e9d51e06f60c29

commit 0704c1af6b53e844cd52d71e71e9d51e06f60c29
Author: Baste ba...@frugalware.org
Date:   Thu Sep 25 13:28:01 2014 +0200

gnome-contacts-3.14.0-1-x86_64
- 3.12.0 - 3.14.0

diff --git a/source/gnome/gnome-contacts/FrugalBuild 
b/source/gnome/gnome-contacts/FrugalBuild
index 980b5ef..fd0ac68 100644
--- a/source/gnome/gnome-contacts/FrugalBuild
+++ b/source/gnome/gnome-contacts/FrugalBuild
@@ -5,10 +5,10 @@
options+=('asneeded')

pkgname=gnome-contacts
-pkgver=3.12.0
+pkgver=3.14.0
pkgrel=1
pkgdesc=Contacts manager for gnome
-depends=('folks=0.9.5' 'gtk+3' 'libnotify' 'gnome-desktop' 'libkrb5' 
'icu4c=4.8' 'cheese')
+depends=('folks=0.10.0' 'gtk+3=3.14.0' 'libnotify' 'gnome-desktop' 'libkrb5' 
'icu4c=4.8' 'cheese')
makedepends=('vala' 'intltool' 'krb5' 'gobject-introspection')
groups=('gnome')
archs=('i686' 'x86_64')
@@ -17,7 +17,7 @@ _F_gnome_glib=y
_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('b31c2b6d2540a96ab70df27e6e3a0dfb69f5b2a8')
+sha1sums=('001b968f6e854253f9d0407863e0b506b9c84f5e')
replaces=('rubrica' 'contacts-eds')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: vino-3.14.0-1-x86_64 - 3.12.0 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=bae024d9eeb4d6a5ba0f52c41c000cf3aa83594e

commit bae024d9eeb4d6a5ba0f52c41c000cf3aa83594e
Author: Baste ba...@frugalware.org
Date:   Thu Sep 25 13:51:06 2014 +0200

vino-3.14.0-1-x86_64
- 3.12.0 - 3.14.0

diff --git a/source/gnome/vino/FrugalBuild b/source/gnome/vino/FrugalBuild
index 2cf1f86..4f0e6f1 100644
--- a/source/gnome/vino/FrugalBuild
+++ b/source/gnome/vino/FrugalBuild
@@ -5,10 +5,10 @@
options+=('asneeded')

pkgname=vino
-pkgver=3.12.0
+pkgver=3.14.0
pkgrel=1
pkgdesc=An integrated VNC server for GNOME
-depends=('libxtst' 'libxdamage' 'libnotify' 'gtk+3' 'libsoup-gnome=2.44.2-2')
+depends=('libxtst' 'libxdamage' 'libnotify' 'gtk+3=3.14.0' 
'libsoup-gnome=2.44.2-2')
#depends=('gnutls=2.12.12' 'libgcrypt' 'telepathy-glib' \
#   'avahi-glib'
#   'libsecret' 'networkmanager' 'libgnome-keyring')
@@ -22,6 +22,6 @@ _F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
Fconfopts+= --disable-http-server
-sha1sums=('ef2af9ef964ccefe8d2ccd2d60e3c15f7347bdd3')
+sha1sums=('c26168b0a6dfa6f646dcc131a09aaca2789623f1')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: pygobject3-3.14.0-1-x86_64 - 3.13.92 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=fe595c3ebb34011552f901cb38c0194827c39228

commit fe595c3ebb34011552f901cb38c0194827c39228
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 14:58:08 2014 +0200

pygobject3-3.14.0-1-x86_64
- 3.13.92 - 3.14.0

diff --git a/source/xlib/pygobject3/FrugalBuild 
b/source/xlib/pygobject3/FrugalBuild
index 5fe92c6..fcb8e16 100644
--- a/source/xlib/pygobject3/FrugalBuild
+++ b/source/xlib/pygobject3/FrugalBuild
@@ -6,10 +6,10 @@ options+=('asneeded')

pkgname=pygobject3
_F_gnome_name=pygobject
-pkgver=3.13.92
+pkgver=3.14.0
pkgrel=1
pkgdesc=Python bindings for GObject
-depends=('python=2.7' 'glib2=2.40.0' 'gobject-introspection=1.40.0')
+depends=('python=2.7' 'glib2=2.42.0' 'gobject-introspection=1.40.0')
rodepends=($pkgname-devel)
groups=('xlib')
archs=('i686' 'x86_64')
@@ -17,7 +17,7 @@ _F_gnome_devel=y
_F_gnome_ext=.tar.xz
Finclude gnome python
#source=($source detect_libffi.patch)
-sha1sums=('8d88cf2352740befefb6bc73a6530c8e7b549ac1')
+sha1sums=('638302e7b97a7a8f7bc1f9014f2765cf22dd197e')

subpkgs=(pygobject3-cairo)
subdescs=('pygobject3 with cairo support')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gtkhtml-4.8.4-1-x86_64 - 4.8.2 - 4.8.4

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=6a0334e02602ee520bc08e1c7e171271f33356b1

commit 6a0334e02602ee520bc08e1c7e171271f33356b1
Author: Baste ba...@frugalware.org
Date:   Wed Sep 24 09:43:42 2014 +0200

gtkhtml-4.8.4-1-x86_64
- 4.8.2 - 4.8.4

diff --git a/source/gnome/gtkhtml/FrugalBuild b/source/gnome/gtkhtml/FrugalBuild
index 1df06e0..c504e9c 100644
--- a/source/gnome/gtkhtml/FrugalBuild
+++ b/source/gnome/gtkhtml/FrugalBuild
@@ -5,7 +5,7 @@
options+=('asneeded')

pkgname=gtkhtml
-pkgver=4.8.2
+pkgver=4.8.4
pkgrel=1
pkgdesc=A lightweight HTML rendering/printing/editing engine
depends=('libxml2=2.7.8' 'gtk+3=3.12.0' \
@@ -19,7 +19,7 @@ _F_gnome_ext=.tar.xz
_F_gnome_devel=n
Finclude gnome
# gnome-scriptlet
-sha1sums=('093ba94865966647d31a167b2e7294fb13fb574c')
+sha1sums=('417dfd3bb34e587c598da68560cd3794fc9a2c89')
replaces=('gtkhtml312')
provides=('gtkhtml312')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-dictionary-3.14.0-1-x86_64 - 3.12.x - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=0ab570c741e6460980b1d001e1f4a4feb3d8dc84

commit 0ab570c741e6460980b1d001e1f4a4feb3d8dc84
Author: Baste ba...@frugalware.org
Date:   Thu Sep 25 13:13:50 2014 +0200

gnome-dictionary-3.14.0-1-x86_64
- 3.12.x - 3.14.0

diff --git a/source/gnome/gnome-dictionary/FrugalBuild 
b/source/gnome/gnome-dictionary/FrugalBuild
index aa39f10..2d62ea6 100644
--- a/source/gnome/gnome-dictionary/FrugalBuild
+++ b/source/gnome/gnome-dictionary/FrugalBuild
@@ -4,10 +4,10 @@
options+=('asneeded')

pkgname=gnome-dictionary
-pkgver=3.10.0
+pkgver=3.14.0
pkgrel=1
pkgdesc=Look up words in dictionary sources
-depends=('gtk+3')
+depends=('gtk+3=3.14.0')
makedepends=('intltool' 'itstool')
groups=('gnome')
archs=('i686' 'x86_64')
@@ -16,6 +16,6 @@ _F_gnome_glib=y
_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('6660a64802f4557dde98aee1563ec18543504d7b')
+sha1sums=('204592e4f23e3b4a14ac5cfa3adf3d1511cd3da8')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gtksourceview3-3.14.0-1-x86_64 - 3.12.2 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=27b74137c84d3adeff4a559b198d1a2cc3089441

commit 27b74137c84d3adeff4a559b198d1a2cc3089441
Author: Baste ba...@frugalware.org
Date:   Wed Sep 24 08:57:43 2014 +0200

gtksourceview3-3.14.0-1-x86_64
- 3.12.2 - 3.14.0

diff --git a/source/gnome/gtksourceview3/FrugalBuild 
b/source/gnome/gtksourceview3/FrugalBuild
index 8672e67..2350105 100644
--- a/source/gnome/gtksourceview3/FrugalBuild
+++ b/source/gnome/gtksourceview3/FrugalBuild
@@ -6,10 +6,10 @@ options+=('asneeded')

pkgname=gtksourceview3
_F_gnome_name=gtksourceview
-pkgver=3.12.2
+pkgver=3.14.0
pkgrel=1
pkgdesc=A text widget adding syntax highlighting and more to GNOME
-depends=('libxml2=2.7.8' 'gtk+3')
+depends=('libxml2=2.7.8' 'gtk+3=3.14.0')
makedepends=('intltool' 'gtk-doc' 'libglade-gtk3' 'gobject-introspection')
groups=('gnome')
archs=('i686' 'x86_64')
@@ -19,7 +19,7 @@ _F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
source=(${source[@]} frugalbuild.lang)
_F_cd_path=$_F_gnome_name-$pkgver
-sha1sums=('157ee7291988f89eebdbf6c4bb05e9901572f1ad' \
+sha1sums=('67e0147e04fe4e3877d4ce8ffa7fc4ec314947da' \
'324adf29c9b02db1f496295f5a391d3a73adb513')

build() {
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-tweak-tool-3.14.0-1-x86_64 - 3.12.0 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=46ffa6954deb1708fd752a642e1ec02e374d6644

commit 46ffa6954deb1708fd752a642e1ec02e374d6644
Author: Baste ba...@frugalware.org
Date:   Thu Sep 25 09:20:59 2014 +0200

gnome-tweak-tool-3.14.0-1-x86_64
- 3.12.0 - 3.14.0

diff --git a/source/gnome/gnome-tweak-tool/FrugalBuild 
b/source/gnome/gnome-tweak-tool/FrugalBuild
index 1c03aec..511922b 100644
--- a/source/gnome/gnome-tweak-tool/FrugalBuild
+++ b/source/gnome/gnome-tweak-tool/FrugalBuild
@@ -5,7 +5,7 @@
options+=('asneeded')

pkgname=gnome-tweak-tool
-pkgver=3.12.0
+pkgver=3.14.0
pkgrel=1
pkgdesc=A tool to customize advanced GNOME 3 options.
depends=('pygobject3' 'gsettings-desktop-schemas' 'gconf' 'gtk+3')
@@ -17,7 +17,7 @@ _F_gnome_iconcache=y
_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('1cad568658463dd94119365380c9248efb0e33ba')
+sha1sums=('fe488da24e6783be5fca7d784a5c357164bc1976')
replaces=('gnomeartng')

rodepends=('gnome-shell-extensions-theme')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: tracker-1.2.1-1-x86_64 - 1.2.0 - 1.2.1

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=4705612207a52bc0f238d46fba1f02a9e4d3096c

commit 4705612207a52bc0f238d46fba1f02a9e4d3096c
Author: Baste ba...@frugalware.org
Date:   Wed Sep 24 08:42:59 2014 +0200

tracker-1.2.1-1-x86_64
- 1.2.0 - 1.2.1

diff --git a/source/gnome/tracker/FrugalBuild b/source/gnome/tracker/FrugalBuild
index 62ae7ca..4dd942c 100644
--- a/source/gnome/tracker/FrugalBuild
+++ b/source/gnome/tracker/FrugalBuild
@@ -8,8 +8,8 @@ options+=('asneeded')
USE_NAUTILUS=${USE_NAUTILUS:-y}

pkgname=tracker
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
pkgdesc=Tracker is a first class object database, extensible tag/metadata 
database, search tool and indexer.
depends=('dbus-glib=0.76' 'sqlite3' 'poppler-glib=0.20.3' 'libvorbis' 
'libpng' \
'libexif' 'libgsf' 'gstreamer1' 'gnome-desktop=3.14.0' 'exempi' 
'upower=0.9.6' \
@@ -28,7 +28,7 @@ _F_gnome_ext=.tar.xz
_F_gnome_devel=n
Finclude gnome-scriptlet gnome
#source=(${source} no_autostart_in_KDE.patch)
-sha1sums=('ea71e218e3a3030cf5da9a26047ce36484c74cf6')
+sha1sums=('fcd0de4a05cc4554ecdaa1f060496f54d036a07c')
unset MAKEFLAGS

if Fuse $USE_NAUTILUS; then
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-keyring-3.14.0-1-x86_64 - 3.13.91 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=608239e3a5b243cecef3b084a7c1d8caa314d7ad

commit 608239e3a5b243cecef3b084a7c1d8caa314d7ad
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 15:05:40 2014 +0200

gnome-keyring-3.14.0-1-x86_64
- 3.13.91 - 3.14.0

diff --git a/source/gnome/gnome-keyring/FrugalBuild 
b/source/gnome/gnome-keyring/FrugalBuild
index 55f19d0..959a921 100644
--- a/source/gnome/gnome-keyring/FrugalBuild
+++ b/source/gnome/gnome-keyring/FrugalBuild
@@ -5,7 +5,7 @@
options+=('asneeded')

pkgname=gnome-keyring
-pkgver=3.13.91
+pkgver=3.14.0
pkgrel=1
pkgdesc=Password and keyring managing daemon for GNOME
url=http://www.gnome.org/;
@@ -18,12 +18,12 @@ _F_gnome_iconcache=y
_F_gnome_mime=y
_F_gnome_glib=y
_F_gnome_doc=n
-_F_gnome_devel=y
+_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
Fconfopts+= --with-pam-dir=/lib/security \
--enable-pam --with-root-certs=/etc/ssl/certs
-sha1sums=('2491107ac255dc1d31a6d405130546de41e35713')
+sha1sums=('2e5d359a159567f74dd246c4e5f9d5cdfb15e5c8')

build() {
Fcd
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: evolution-3.13.6-1-x86_64 - 3.12.3 - 3.13.6

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=ac8f960575db77ae262005fc94f0b87853b2c848

commit ac8f960575db77ae262005fc94f0b87853b2c848
Author: Baste ba...@frugalware.org
Date:   Wed Sep 24 17:06:51 2014 +0200

evolution-3.13.6-1-x86_64
- 3.12.3 - 3.13.6

diff --git a/source/gnome/evolution/FrugalBuild 
b/source/gnome/evolution/FrugalBuild
index 2b3c68b..f612886 100644
--- a/source/gnome/evolution/FrugalBuild
+++ b/source/gnome/evolution/FrugalBuild
@@ -5,20 +5,20 @@
options+=('asneeded')

pkgname=evolution
-pkgver=3.12.3
-evo_major=3.12
-pkgrel=2
+pkgver=3.13.6
+evo_major=3.13
+pkgrel=1
pkgdesc=Integrated mail, calendar and address book suite for GNOME
depends=('unique' 'gst1-plugins-base' 'gnome-desktop=3.12.00' 
'libcanberra-gtk' 'xcb-util=0.3.8' 'clutter-gtk' 'gtkspell3')
rodepends=($pkgname-base)
makedepends=('intltool' 'gnome-doc-utils=0.14.0' 'openldap' \
-   'psmisc' 'gnome-common' 'krb5' 'gtk-doc' 'openssl=1.0.0' 'itstool' 
'yelp-tools')
+   'psmisc' 'gnome-common' 'krb5' 'gtk-doc' 'openssl=1.0.0' 'itstool' 
'yelp-tools' 'libcryptui')
groups=('gnome')
archs=('i686' 'x86_64')
_F_gnome_desktop=y
_F_gnome_iconcache=y
_F_gnome_glib=y
-_F_gnome_devel=n
+_F_gnome_devel=y
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
url=http://www.gnome.org/projects/evolution/;
@@ -51,10 +51,10 @@ subarchs=(${subarchs[@]} 'i686 x86_64')

subpkgs=(${subpkgs[@]} $pkgname-base)
subdescs=(${subdescs[@]} base library for Evolution)
-subdepends=(${subdepends[@]} clutter-gtk=1.0.2-3 
evolution-data-server=3.12.0 \
-   gtkhtml=4.8.0 rarian libkrb5 \
-   evolution-data-server-ldap=3.12.0 nss=3.12 nspr=4.7.1 \
-   libnotify db=4.7.25 gnome-pilot networkmanager)
+subdepends=(${subdepends[@]} clutter-gtk=1.0.2-3 
evolution-data-server=3.13.6 \
+   webkit-gtk3 rarian libkrb5 \
+   evolution-data-server-ldap=3.12.6 nss=3.12 nspr=4.7.1 \
+   libnotify db=4.7.25 gnome-pilot networkmanager libcryptui)
subrodepends=(${subrodepends[@]} )
subgroups=(${subgroups[@]} 'gnome')
subarchs=(${subarchs[@]} 'i686 x86_64')
@@ -108,7 +108,8 @@ build() {
--enable-pst-import \
--disable-image-inline \
--enable-weather \
-   --disable-text-highlight
+   --disable-text-highlight \
+   --disable-autoar

Fsed '.*KILL_PROCESS_CMD.*' '#define KILL_PROCESS_CMD killall' config.h
make || Fdie
@@ -116,8 +117,8 @@ build() {
Fmakeinstall GCONF_DISABLE_SCHEMA_INSTALL=1
#TODO : Should split all plugins
#PST
-   Fsplit $pkgname-pst 
usr/lib/$pkgname/$evo_major/plugins/org-gnome-pst-import.eplug
-   Fsplit $pkgname-pst 
usr/lib/$pkgname/$evo_major/plugins/liborg-gnome-pst-import.*
+   Fsplit $pkgname-pst usr/lib/$pkgname/plugins/org-gnome-pst-import.eplug
+   Fsplit $pkgname-pst usr/lib/$pkgname//plugins/liborg-gnome-pst-import.*

#conduit
#Fsplit $pkgname-conduit usr/lib/evolution/$evo_major/*conduit*
@@ -128,33 +129,33 @@ build() {
#Fsplit $pkgname-audio 
usr/lib/evolution/$evo_major/plugins/liborg-gnome-audio-inline.*

#bogofilter
-   Fsplit $pkgname-bogofilter 
usr/lib/$pkgname/$evo_major/modules/module-bogofilter.*
+   Fsplit $pkgname-bogofilter usr/lib/$pkgname/modules/module-bogofilter.*

#spamassassin
-   Fsplit $pkgname-spamassassin 
usr/lib/$pkgname/$evo_major/modules/module-spamassassin.*
+   Fsplit $pkgname-spamassassin 
usr/lib/$pkgname/modules/module-spamassassin.*

#base for frontend evolution as anjal
-   Fsplit $pkgname-base usr/include/evolution-$evo_major
+   Fsplit $pkgname-base usr/include/evolution
Fsplit $pkgname-base usr/lib/pkgconfig/*.pc
-   Fsplit $pkgname-base 
usr/lib/evolution/$evo_major/libevolution-mail-composer.*
-   Fsplit $pkgname-base usr/lib/evolution/$evo_major/libeabutil.*
-   Fsplit $pkgname-base usr/lib/evolution/$evo_major/libecontacteditor.*
-   Fsplit $pkgname-base 
usr/lib/evolution/$evo_major/libecontactlisteditor.*
-   Fsplit $pkgname-base 
usr/lib/evolution/$evo_major/libevolution-mail-formatter.*
+   Fsplit $pkgname-base usr/lib/evolution/libevolution-mail-composer.*
+   Fsplit $pkgname-base usr/lib/evolution/libeabutil.*
+   Fsplit $pkgname-base usr/lib/evolution/libecontacteditor.*
+   Fsplit $pkgname-base usr/lib/evolution/libecontactlisteditor.*
+   Fsplit $pkgname-base usr/lib/evolution/libevolution-mail-formatter.*
#Fsplit $pkgname-base usr/lib/evolution/$evo_major/libemiscwidgets.*
-   Fsplit $pkgname-base usr/lib/evolution/$evo_major/libevolution-shell.*
-   Fsplit $pkgname-base usr/lib/evolution/$evo_major/libessmime.*
+   Fsplit $pkgname-base usr/lib/evolution/libevolution-shell.*
+   Fsplit $pkgname-base usr/lib/evolution/libessmime.*
#Fsplit $pkgname-base usr/lib/evolution/$evo_major/libetable.*
#Fsplit $pkgname-base usr/lib/evolution/$evo_major/libetext.*
#Fsplit $pkgname-base usr/lib/evolution/$evo_major/libetimezonedialog.*
-   Fsplit $pkgname-base 

[Frugalware-git] dex77stuff: vte3-0.38.0-1-x86_64 - 0.36.2 - 0.38.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=801e0b6dad100b06eeb9ee3387f55e656828f9c9

commit 801e0b6dad100b06eeb9ee3387f55e656828f9c9
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 16:33:59 2014 +0200

vte3-0.38.0-1-x86_64
- 0.36.2 - 0.38.0

diff --git a/source/xapps/vte3/FrugalBuild b/source/xapps/vte3/FrugalBuild
index 6ed7257..bc1f4d0 100644
--- a/source/xapps/vte3/FrugalBuild
+++ b/source/xapps/vte3/FrugalBuild
@@ -6,10 +6,10 @@ options+=('asneeded')

pkgname=vte3
_F_gnome_name=vte
-pkgver=0.36.2
+pkgver=0.38.0
pkgrel=1
pkgdesc=Virtual Terminal Emulator (gtk+3)
-depends=('gtk+3')
+depends=('gtk+3=3.14.0')
rodepends=('vte-data')
makedepends=('gtk-doc=1.20' 'perl-xml-parser' 'intltool' 'vala' 
'gobject-introspection')
groups=('xapps')
@@ -17,7 +17,7 @@ archs=('i686' 'x86_64')
_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome
-sha1sums=('9bc4db5d01df62fd7b0b8d4ebec850b4c9e8be14')
+sha1sums=('936215d2904959e7a18f08832d7454fdad09fde8')
Fconfopts+= --enable-gtk-doc --enable-introspection

build() {
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: nautilus-3.14.0-1-x86_64 - 3.12.2 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=49930e9fb898c67f0824dcecefd800ccf381d636

commit 49930e9fb898c67f0824dcecefd800ccf381d636
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 16:16:03 2014 +0200

nautilus-3.14.0-1-x86_64
- 3.12.2 - 3.14.0

diff --git a/source/gnome/nautilus/FrugalBuild 
b/source/gnome/nautilus/FrugalBuild
index e0297fb..4e9dd01 100644
--- a/source/gnome/nautilus/FrugalBuild
+++ b/source/gnome/nautilus/FrugalBuild
@@ -5,14 +5,14 @@
options+=('asneeded')

pkgname=nautilus
-pkgver=3.12.2
+pkgver=3.14.0
pkgrel=1
pkgdesc=A file manager for GNOME
url=http://www.gnome.org/;
depends=('libxml2=2.7.8' 'librsvg=2.26.2-2' 'libexif' 'eject' \
'desktop-file-utils' 'gsettings-desktop-schemas' \
-   'exempi' 'unique=3.0' 'gnome-desktop=3.12.0' 'libnotify' \
-   'gvfs-gphoto2=1.20.0' 'gvfs-smb=1.20.0' 'gvfs=1.20.0' \
+   'exempi' 'unique=3.0' 'gnome-desktop=3.14.0' 'libnotify' \
+   'gvfs-gphoto2=1.20.0' 'gvfs-smb=1.20.0' 'gvfs=1.22.0' \
'libexif' 'libtracker' 'libnotify' 'icu4c=4.8')
rodepends=('sushi' 'xdg-user-dirs-gtk')
makedepends=('intltool' 'gobject-introspection')
@@ -27,7 +27,7 @@ _F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
Fconfopts+= --disable-packagekit --disable-nst-extension
-sha1sums=('5997e728cefdf70667054898ad3b927a9c8e997f')
+sha1sums=('fe31cfc89f40f680d21ff04a98d4b8dc14c39002')
replaces=('eel' 'nautilus-wallpaper' 'nautilus-sendto' 'file-browser-applet' 
'nautilus-image-converter')
conflicts=('nautilus-sendto')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-terminal-3.14.0-1-x86_64 - 3.12.x - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=4bff77829f1e759bc822dc44881ed7a3cb1ab55d

commit 4bff77829f1e759bc822dc44881ed7a3cb1ab55d
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 16:44:40 2014 +0200

gnome-terminal-3.14.0-1-x86_64
- 3.12.x - 3.14.0

diff --git a/source/gnome/gnome-terminal/FrugalBuild 
b/source/gnome/gnome-terminal/FrugalBuild
index e15a743..9714102 100644
--- a/source/gnome/gnome-terminal/FrugalBuild
+++ b/source/gnome/gnome-terminal/FrugalBuild
@@ -5,13 +5,13 @@
options+=('asneeded')

pkgname=gnome-terminal
-pkgver=3.12.2
+pkgver=3.14.0
pkgrel=1
pkgdesc=GNOME terminal emulator
url=http://www.gnome.org/;
depends=('vte3' 'dconf' 'gsettings-desktop-schemas' 'gconf' \
'desktop-file-utils' 'nautilus' 'appdata-tools')
-makedepends=('intltool' 'itstool')
+makedepends=('intltool' 'itstool' 'vala')
groups=('gnome' 'gnome-minimal')
archs=('i686' 'x86_64')
_F_gnome_doc=y
@@ -19,7 +19,7 @@ _F_gnome_glib=y
_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('3ed754244c34fa8177a1c96d9d77f8e1823b77a2')
+sha1sums=('cabf808f8c88006103a02a58de3f04a644e7')
Fconfopts+= --with-gtk=3.0 --disable-search-provider

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: clutter-gtk-1.6.0-1-x86_64 - 1.5.4 - 1.6.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=318c50be7e3b1f2a50ac3bc820f1b179bb1a50cd

commit 318c50be7e3b1f2a50ac3bc820f1b179bb1a50cd
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 15:15:33 2014 +0200

clutter-gtk-1.6.0-1-x86_64
- 1.5.4 - 1.6.0

diff --git a/source/xlib/clutter-gtk/FrugalBuild 
b/source/xlib/clutter-gtk/FrugalBuild
index ae78fdd..e10c415 100644
--- a/source/xlib/clutter-gtk/FrugalBuild
+++ b/source/xlib/clutter-gtk/FrugalBuild
@@ -8,18 +8,18 @@ USE_DOC=${USE_DOC:-y}
options+=('asneeded')

pkgname=clutter-gtk
-pkgver=1.5.4
+pkgver=1.6.0
pkgrel=1
pkgdesc=Gtk+ libraries for Clutter.
url=http://www.clutter-project.org;
-depends=('libxml2=2.7.8' 'clutter=1.17.4' 'atk=2.11.90' 'pango=1.30.1' \
+depends=('libxml2=2.7.8' 'clutter=1.20.0' 'atk=2.14.0' 'pango=1.30.1' \
'zlib' 'libxi' 'libxinerama' 'libxrandr=1.3.0' \
-   'libxcursor' 'libxxf86vm' 'libdrm' 'gtk+3=3.11.7')
+   'libxcursor' 'libxxf86vm' 'libdrm' 'gtk+3=3.14.0')
_F_gnome_ext=.tar.xz
Finclude clutter gnome
makedepends=('gobject-introspection')
groups=('xlib')
-sha1sums=('9b678d37b602349cff323923f1a8d5e825acb4d6')
+sha1sums=('5ecd768f61ad8e63b993596fd0beaace40d789dc')
if Fuse $USE_DOC; then
makedepends=(${makedepends[@]} 'gtk-doc=1.20')
Fconfopts+= --enable-gtk-doc
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gedit-3.14.0-1-x86_64 - 3.12.2 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=9c6256aad65f13a72704b9a7ea0edd8dcd6a0255

commit 9c6256aad65f13a72704b9a7ea0edd8dcd6a0255
Author: Baste ba...@frugalware.org
Date:   Wed Sep 24 09:31:48 2014 +0200

gedit-3.14.0-1-x86_64
- 3.12.2 - 3.14.0

diff --git a/source/gnome/gedit/FrugalBuild b/source/gnome/gedit/FrugalBuild
index 66d882d..5361b83 100644
--- a/source/gnome/gedit/FrugalBuild
+++ b/source/gnome/gedit/FrugalBuild
@@ -5,11 +5,11 @@
options+=('asneeded')

pkgname=gedit
-pkgver=3.12.2
+pkgver=3.14.0
pkgrel=1
pkgdesc=A text editor for GNOME
url=http://www.gnome.org/;
-depends=('gtk+3' 'enchant' 'iso-codes' 'libxml2' 'gtksourceview3' 
'libpeas-gtk' 'gsettings-desktop-schemas' \
+depends=('gtk+3=3.14.0' 'enchant' 'iso-codes' 'libxml2' 'gtksourceview3' 
'libpeas-gtk' 'gsettings-desktop-schemas' \
'pygobject3-cairo' 'dconf' 'python-3.0' 'python3-pygobject3')
makedepends=('intltool' 'itstool' 'gobject-introspection')
groups=('gnome')
@@ -20,7 +20,7 @@ _F_gnome_doc=y
_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('68b36910d5063d4817694e6c7d7e1cec512bd4ea')
+sha1sums=('1a4935b888222f4d1c2b8db10f3b111d15f03d08')
replaces=($pkgname-python)

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gcr-3.14.0-1-x86_64 - 3.13.91 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=c2994fe4258cb14de8f1f89747c2ca2fc631bea6

commit c2994fe4258cb14de8f1f89747c2ca2fc631bea6
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 13:56:13 2014 +0200

gcr-3.14.0-1-x86_64
- 3.13.91 - 3.14.0

diff --git a/source/gnome/gcr/FrugalBuild b/source/gnome/gcr/FrugalBuild
index a49645b..c8b29cc 100644
--- a/source/gnome/gcr/FrugalBuild
+++ b/source/gnome/gcr/FrugalBuild
@@ -5,7 +5,7 @@
options+=('asneeded')

pkgname=gcr
-pkgver=3.13.91
+pkgver=3.14.0
pkgrel=1
pkgdesc=A library for bits of crypto UI
depends=('dbus-glib' 'gtk+3=3.12.0' 'p11-kit')
@@ -15,9 +15,9 @@ archs=('i686' 'x86_64')
_F_gnome_iconcache=y
_F_gnome_glib=y
_F_gnome_doc=y
-_F_gnome_devel=y
+_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome-scriptlet gnome
-sha1sums=('f6cb6795d357b6c37632f3735366cf7051aab1c0')
+sha1sums=('f7c33b8e2cb59269968afcf9aaf4f182db1c548e')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: tracker-1.2.2-1-x86_64 - 1.2.1 - 1.2.2

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=baa81b0877c772f58e99336e8df4053c75960c07

commit baa81b0877c772f58e99336e8df4053c75960c07
Author: Baste ba...@frugalware.org
Date:   Thu Sep 25 08:30:10 2014 +0200

tracker-1.2.2-1-x86_64
- 1.2.1 - 1.2.2

diff --git a/source/gnome/tracker/FrugalBuild b/source/gnome/tracker/FrugalBuild
index 4dd942c..501b3cf 100644
--- a/source/gnome/tracker/FrugalBuild
+++ b/source/gnome/tracker/FrugalBuild
@@ -8,7 +8,7 @@ options+=('asneeded')
USE_NAUTILUS=${USE_NAUTILUS:-y}

pkgname=tracker
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc=Tracker is a first class object database, extensible tag/metadata 
database, search tool and indexer.
depends=('dbus-glib=0.76' 'sqlite3' 'poppler-glib=0.20.3' 'libvorbis' 
'libpng' \
@@ -28,7 +28,7 @@ _F_gnome_ext=.tar.xz
_F_gnome_devel=n
Finclude gnome-scriptlet gnome
#source=(${source} no_autostart_in_KDE.patch)
-sha1sums=('fcd0de4a05cc4554ecdaa1f060496f54d036a07c')
+sha1sums=('a533526105d8467c4a115a6d951f01fe95f738f1')
unset MAKEFLAGS

if Fuse $USE_NAUTILUS; then
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: cantarell-fonts-0.0.16-1-x86_64 - 0.0.15 - 0.0.16

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=213074f4af4800ae99019f64f3f30aaf11db90bf

commit 213074f4af4800ae99019f64f3f30aaf11db90bf
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 13:28:48 2014 +0200

cantarell-fonts-0.0.16-1-x86_64
- 0.0.15 - 0.0.16

diff --git a/source/x11/cantarell-fonts/FrugalBuild 
b/source/x11/cantarell-fonts/FrugalBuild
index f22910f..2e9d268 100644
--- a/source/x11/cantarell-fonts/FrugalBuild
+++ b/source/x11/cantarell-fonts/FrugalBuild
@@ -5,7 +5,7 @@
options+=('asneeded')

pkgname=cantarell-fonts
-pkgver=0.0.15
+pkgver=0.0.16
pkgrel=1
pkgdesc=Contemporary humanist sans-serif font
groups=('x11' 'xorg-core' 'xorg-fonts')
@@ -15,7 +15,7 @@ _F_fonts_subdir=cantarell
_F_gnome_ext=.tar.xz
Finclude gnome fonts
makedepends=(${makedepends[@]} 'font-util')
-sha1sums=('bff3325e5f2fedcfab833f8f8e4c80966a0beb7a')
+sha1sums=('0ab7f3796e7649ae5029998f8d9087507b12bbe8')

build() {
cd $pkgname-$pkgver || Fdie
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: libgweather-3.14.0-1-x86_64 - 3.13.92 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=9bf6189708c7bdd776db02a7147b5fc8cd6f2192

commit 9bf6189708c7bdd776db02a7147b5fc8cd6f2192
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 14:08:04 2014 +0200

libgweather-3.14.0-1-x86_64
- 3.13.92 - 3.14.0

diff --git a/source/gnome/libgweather/FrugalBuild 
b/source/gnome/libgweather/FrugalBuild
index 7966752..779b890 100644
--- a/source/gnome/libgweather/FrugalBuild
+++ b/source/gnome/libgweather/FrugalBuild
@@ -5,20 +5,20 @@
options+=('asneeded')

pkgname=libgweather
-pkgver=3.13.92
+pkgver=3.14.0
pkgrel=1
pkgdesc=libgweather is a library to access weather information from online 
services for numerous locations.
url=http://www.gnome.org/;
-depends=('libxml2=2.7.8' 'gtk+3=3.12.0' 'libsoup=2.46.0' 'geocode-glib')
+depends=('libxml2=2.7.8' 'gtk+3=3.14.0' 'libsoup=2.48.0' 'geocode-glib')
makedepends=('perl-xml-parser' 'intltool' 'gobject-introspection=1.40.0')
groups=('gnome' 'gnome-minimal')
archs=('i686' 'x86_64')
_F_gnome_glib=y
_F_gnome_doc=y
-_F_gnome_devel=y
+_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('1e0f8fddfec9f106a702475636eeebcd5dcaefba')
+sha1sums=('a754f1ce518111214dc212e88f7e18b26280535e')
unset MAKEFLAGS

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-bluetooth-3.14.0-1-x86_64 - 3.13.92 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=3dc4c956be55de44ca3cdc8a828681ca35090b68

commit 3dc4c956be55de44ca3cdc8a828681ca35090b68
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 14:55:03 2014 +0200

gnome-bluetooth-3.14.0-1-x86_64
- 3.13.92 - 3.14.0

diff --git a/source/gnome/gnome-bluetooth/FrugalBuild 
b/source/gnome/gnome-bluetooth/FrugalBuild
index bb96678..721b262 100644
--- a/source/gnome/gnome-bluetooth/FrugalBuild
+++ b/source/gnome/gnome-bluetooth/FrugalBuild
@@ -5,7 +5,7 @@
options+=('asneeded')

pkgname=gnome-bluetooth
-pkgver=3.13.90
+pkgver=3.14.0
pkgrel=1
pkgdesc=The GNOME Bluetooth Subsystem.
url=http://www.usefulinc.com/software/gnome-bluetooth/;
@@ -17,10 +17,10 @@ _F_gnome_glib=y
_F_gnome_iconcache=y
_F_gnome_doc=y
_F_gnome_ext=.tar.xz
-_F_gnome_devel=y
+_F_gnome_devel=n
Finclude gnome gnome-scriptlet
source=($source gnome-bluetooth-rfkill.rules)
-sha1sums=('64852c4b6f9d703f9b1906a73c3836d441d2' \
+sha1sums=('2a978c4b35bbbe3e4f5a932b0198c57610d782ef' \
'58153a7aeb75a986a611a1a2c8e6da9c28207fb1')
replaces=('bluez-gnome' 'gnome-phone-manager' 'gnome-bluetooth-nautilus-sendto')
provides=('bluez-gnome' 'gnome-bluetooth-nautilus-sendto')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-session-3.13.3-1-x86_64 - 3.12.x - 3.13.3

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=ef39f97fdf1fdb9fdd428e279e717862cb24f531

commit ef39f97fdf1fdb9fdd428e279e717862cb24f531
Author: Baste ba...@frugalware.org
Date:   Fri Sep 19 10:52:13 2014 +0200

gnome-session-3.13.3-1-x86_64
- 3.12.x - 3.13.3

diff --git a/source/gnome/gnome-session/FrugalBuild 
b/source/gnome/gnome-session/FrugalBuild
index 2703dd6..a3a5e93 100644
--- a/source/gnome/gnome-session/FrugalBuild
+++ b/source/gnome/gnome-session/FrugalBuild
@@ -7,7 +7,7 @@ USE_DEBUG=${USE_DEBUG:-y}
options+=('asneeded')

pkgname=gnome-session
-pkgver=3.12.1
+pkgver=3.13.3
pkgrel=1
pkgdesc=GNOME session manager
depends=('gnome-desktop=3.12.0' 'upower' 'json-glib' 'gconf' 'systemd' \
@@ -20,13 +20,13 @@ _F_gnome_glib=y
_F_gnome_doc=y
_F_gnome_iconcache=y
_F_gnome_desktop=y
-_F_gnome_devel=n
+_F_gnome_devel=y
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
Fconfopts+= --with-gtk=3.0 --enable-systemd
#source=($source check_XGetWindowProperty.diff)
#source=( $source llvmpipe.patch)
-sha1sums=('9c131ffd95ccc557d9a46f7fbdc5942a51a54438')
+sha1sums=('f7fa06a6c51087c55d627ec7de26421e67d076a3')

build() {
Fcd
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: pango-1.36.8-1-x86_64 - 1.36.7 - 1.36.8

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=192bed7d569115627ba28d025ed4a5cb2292da96

commit 192bed7d569115627ba28d025ed4a5cb2292da96
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 08:59:48 2014 +0200

pango-1.36.8-1-x86_64
- 1.36.7 - 1.36.8

diff --git a/source/xlib/pango/FrugalBuild b/source/xlib/pango/FrugalBuild
index 0c5395f..0831e17 100644
--- a/source/xlib/pango/FrugalBuild
+++ b/source/xlib/pango/FrugalBuild
@@ -1,4 +1,4 @@
-# Compiling time: 0.98 SBU
+# Compiling time: 0.89 SBU
# Maintainer: Baste ba...@frugalware.org
# Contributor: bouleetbil bouleet...@frogdev.info

@@ -7,11 +7,11 @@ options+=('asneeded')
USE_DOC=${USE_DOC:-y}

pkgname=pango
-pkgver=1.36.7
+pkgver=1.36.8
pkgrel=1
pkgdesc=A library for layout and rendering of text
url=http://www.gtk.org/;
-depends=('libxml2=2.7.8' 'cairo=1.8.10-2' 'glib2=2.41.3' 'libxft=2.1.13-2' 
'libxmu' 'libxi' 'libxrender' 'harfbuzz=0.9.35' 'libxft')
+depends=('libxml2=2.7.8' 'cairo=1.8.10-2' 'glib2=2.42.0' 'libxft=2.1.13-2' 
'libxmu' 'libxi' 'libxrender' 'harfbuzz=0.9.35' 'libxft')
makedepends=('perl' 'gobject-introspection=0.9.6' 'dri2proto')
groups=('xlib')
archs=('i686' 'x86_64')
@@ -22,7 +22,7 @@ _F_gnome_ext=.tar.xz
_F_gnome_devel=n
Finclude gnome
Fconfopts+= --enable-gtk-doc --enable-debug=minimum 
--with-included-modules=basic-fc
-sha1sums=('8cdb1b45bbbec373256695e019f07cd6716980b8')
+sha1sums=('c6ba02ee8f9d8b22b7cfd74c4b6ae170bebc8d2b')
if Fuse $USE_DOC; then
makedepends=(${makedepends[@]} 'gtk-doc=1.11')
Fconfopts+= --enable-gtk-doc
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-session-3.14.0-1-x86_64 - 3.13.92 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=4860c73b2545dd2903f71a06b582e787adedeaca

commit 4860c73b2545dd2903f71a06b582e787adedeaca
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 15:45:13 2014 +0200

gnome-session-3.14.0-1-x86_64
- 3.13.92 - 3.14.0

diff --git a/source/gnome/gnome-session/FrugalBuild 
b/source/gnome/gnome-session/FrugalBuild
index a3a5e93..c0dbb05 100644
--- a/source/gnome/gnome-session/FrugalBuild
+++ b/source/gnome/gnome-session/FrugalBuild
@@ -7,10 +7,10 @@ USE_DEBUG=${USE_DEBUG:-y}
options+=('asneeded')

pkgname=gnome-session
-pkgver=3.13.3
+pkgver=3.14.0
pkgrel=1
pkgdesc=GNOME session manager
-depends=('gnome-desktop=3.12.0' 'upower' 'json-glib' 'gconf' 'systemd' \
+depends=('gnome-desktop=3.14.0' 'upower' 'json-glib' 'gconf' 'systemd' \
'dbus-glib' 'gsettings-desktop-schemas' 'dconf' 'dbus-x11')
makedepends=('intltool' 'xmlto')
rodepends=('gnome-shell')
@@ -20,13 +20,13 @@ _F_gnome_glib=y
_F_gnome_doc=y
_F_gnome_iconcache=y
_F_gnome_desktop=y
-_F_gnome_devel=y
+_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
Fconfopts+= --with-gtk=3.0 --enable-systemd
#source=($source check_XGetWindowProperty.diff)
#source=( $source llvmpipe.patch)
-sha1sums=('f7fa06a6c51087c55d627ec7de26421e67d076a3')
+sha1sums=('0df66062c4ff7286bcf951517a7a8728133f6469')

build() {
Fcd
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: cogl-1.18.2-4-x86_64 - Rebuild

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=8d0307f406f865f040fe32b10304289f4e7cb8f7

commit 8d0307f406f865f040fe32b10304289f4e7cb8f7
Author: Baste ba...@frugalware.org
Date:   Tue Sep 23 12:27:23 2014 +0200

cogl-1.18.2-4-x86_64
- Rebuild

diff --git a/source/xlib/cogl/FrugalBuild b/source/xlib/cogl/FrugalBuild
index 6a00acc..e36a7bf 100644
--- a/source/xlib/cogl/FrugalBuild
+++ b/source/xlib/cogl/FrugalBuild
@@ -8,7 +8,7 @@ options+=('asneeded')

pkgname=cogl
pkgver=1.18.2
-pkgrel=3
+pkgrel=4
pkgdesc=Cogl is a modern 3D graphics API.
depends=('pango=1.36.0' 'libxcomposite' 'gdk-pixbuf2=2.30.7' 'libxext' 
'libxdamage' 'libxfixes' 'libxrandr'\
'wayland' 'libwayland-egl' 'libxkbcommon' 'gst1-plugins-base')
@@ -19,7 +19,7 @@ Finclude clutter gnome
groups=('xlib')
archs=('i686' 'x86_64')
sha1sums=('40be1ceb45701d27d1e506efbbbdea8a06daf354')
-Fconfopts+= --enable-wayland-egl-platform --enable-cogl-gst 
--enable-wayland-egl-server
+Fconfopts+= --enable-wayland-egl-platform --enable-cogl-gst 
--enable-wayland-egl-server --enable-kms-egl-platform

if Fuse $USE_DOC; then
makedepends=(${makedepends[@]} 'gtk-doc=1.20')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gtkhtml-4.8.4-2-x86_64 - Move to gnome-extra

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=be6e5ace4f60caa2c7279372bcacce515a201b62

commit be6e5ace4f60caa2c7279372bcacce515a201b62
Author: Baste ba...@frugalware.org
Date:   Thu Sep 25 16:34:15 2014 +0200

gtkhtml-4.8.4-2-x86_64
- Move to gnome-extra

diff --git a/source/gnome/gtkhtml/FrugalBuild 
b/source/gnome-extra/gtkhtml/FrugalBuild
similarity index 95%
rename from source/gnome/gtkhtml/FrugalBuild
rename to source/gnome-extra/gtkhtml/FrugalBuild
index c504e9c..8022a2c 100644
--- a/source/gnome/gtkhtml/FrugalBuild
+++ b/source/gnome-extra/gtkhtml/FrugalBuild
@@ -6,13 +6,13 @@ options+=('asneeded')

pkgname=gtkhtml
pkgver=4.8.4
-pkgrel=1
+pkgrel=2
pkgdesc=A lightweight HTML rendering/printing/editing engine
depends=('libxml2=2.7.8' 'gtk+3=3.12.0' \
'libsoup=2.46.0' 'gnome-icon-theme=3.12.0' \
'enchant' 'iso-codes' 'gsettings-desktop-schemas=3.12.0')
makedepends=('intltool')
-groups=('gnome')
+groups=('gnome-extra')
archs=('i686' 'x86_64')
_F_gnome_doc=n
_F_gnome_ext=.tar.xz
diff --git a/source/gnome/epiphany/FrugalBuild 
b/source/gnome/epiphany/FrugalBuild
index 9afe51d..78e19a9 100644
--- a/source/gnome/epiphany/FrugalBuild
+++ b/source/gnome/epiphany/FrugalBuild
@@ -5,11 +5,11 @@
options+=('asneeded')

pkgname=epiphany
-pkgver=3.12.1
+pkgver=3.14.0
pkgrel=1
pkgdesc=GNOME webbrowser based on the WebKit rendering engine
url=http://www.gnome.org/projects/epiphany/;
-depends=('gcr=3.12.0' 'webkit-gtk3=2.4.0' 'gnome-desktop=3.12.0' 
'startup-notification' \
+depends=('gcr=3.14.0' 'webkit-gtk3=2.4.0' 'gnome-desktop=3.14.0' 
'startup-notification' \
'libsoup-gnome=2.46.0' 'libnotify' 'nss' 'avahi-glib' 'libwnck')
makedepends=('intltool' 'gnome-doc-utils' 'iso-codes' 'gobject-introspection')
_F_gnome_glib=y
@@ -26,7 +26,7 @@ Fconfopts+= --enable-introspection  --disable-tests \
--with-distributor-name=Frugalware
#Remove for the moment (Baste)
#source=($source homepage.diff)
-sha1sums=('8a31db79a0001967a27379c3e6199a495289943b')
+sha1sums=('1ed3329164cfab4b18794e687e85a9f930fc855e')

replaces=('galeon')

diff --git a/source/gnome/gnome-screenshot/FrugalBuild 
b/source/gnome/gnome-screenshot/FrugalBuild
index 65d501b..69e3e34 100644
--- a/source/gnome/gnome-screenshot/FrugalBuild
+++ b/source/gnome/gnome-screenshot/FrugalBuild
@@ -4,7 +4,7 @@
options+=('asneeded')

pkgname=gnome-screenshot
-pkgver=3.12.0
+pkgver=3.14.0
pkgrel=1
pkgdesc=Take pictures of your screen
depends=('libxext' 'gtk+3' 'libcanberra-gtk')
@@ -16,6 +16,6 @@ _F_gnome_glib=y
_F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('d960b8dc4f120e031e6bac2e81f34a3118baf565')
+sha1sums=('0ab91c20755caa06fa591bd67f63e94845df5835')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gimp-2.8.14-2-x86_64

2015-03-05 Thread Anthony Jorion
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=a6e4bad3be7fb096f7c132d878a3a99f0725f725

commit a6e4bad3be7fb096f7c132d878a3a99f0725f725
Author: Anthony Jorion pin...@frugalware.org
Date:   Tue Oct 14 18:59:07 2014 +0200

gimp-2.8.14-2-x86_64

- Remove splash for now (quite outdated)
PacMiam will make a new Splash \o/

diff --git a/source/xapps/gimp/FrugalBuild b/source/xapps/gimp/FrugalBuild
index c7f7f7c..944bb59 100644
--- a/source/xapps/gimp/FrugalBuild
+++ b/source/xapps/gimp/FrugalBuild
@@ -6,7 +6,7 @@ options+=('asneeded')

pkgname=gimp
pkgver=2.8.14
-pkgrel=1
+pkgrel=2
pkgdesc=The GNU Image Manipulation Program
url=http://www.gimp.org/;
depends=('libxml2=2.7.8' 'librsvg=2.26.0-2' 'libmng' 'libexif=0.6.12-3' 
'alsa-lib' 'libgtkhtml=2.11.1-4' \
@@ -15,10 +15,8 @@ groups=('xapps')
archs=('i686' 'x86_64')
makedepends=('gimp-print' 'perl-xml-parser')
up2date=lynx -dump $url/downloads/ | grep .tar.bz2 | head -n 1 | sed -n 
's/.*-\(.*\)\.t.*/\1/;$ p'
-source=(http://de-mirror.gimper.net/pub/gimp/v2.8/$pkgname-$pkgver.tar.bz2 \
-   http://ftp.frugalware.org/pub/other/artwork/gimp/gimp-splash.png)
-sha1sums=('380a8e2887e1a161056444921807e338c3d31653' \
-  'f9dd8c292abdf4132fef231feac9360e069ca8dc')
+source=(http://de-mirror.gimper.net/pub/gimp/v2.8/$pkgname-$pkgver.tar.bz2)
+sha1sums=('380a8e2887e1a161056444921807e338c3d31653')
options=('scriptlet')
_F_gnome_desktop=y
_F_gnome_iconcache=y
@@ -39,10 +37,6 @@ build()
Frm /usr/share/man/man1/gimp-console.1
Fln gimp-console-2.6.1.gz /usr/share/man/man1/gimp-console.1

-   # add Frugalware splashscreen
-   Frm /usr/share/gimp/2.0/images/gimp-splash.png
-   Finstall 644 gimp-splash.png usr/share/gimp/2.0/images/gimp-splash.png
-
Fbuild_gnome_scriptlet
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: rhythmbox-3.1-1-x86_64 - 3.0.3 - 3.1

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=8e33f6d2eab4bfc71864c0788bbfc20052decef3

commit 8e33f6d2eab4bfc71864c0788bbfc20052decef3
Author: Baste ba...@frugalware.org
Date:   Mon Sep 29 08:52:32 2014 +0200

rhythmbox-3.1-1-x86_64
- 3.0.3 - 3.1

diff --git a/source/gnome/rhythmbox/FrugalBuild 
b/source/gnome/rhythmbox/FrugalBuild
index 02bab58..729f0fc 100644
--- a/source/gnome/rhythmbox/FrugalBuild
+++ b/source/gnome/rhythmbox/FrugalBuild
@@ -5,7 +5,7 @@
options+=('asneeded')

pkgname=rhythmbox
-pkgver=3.0.3
+pkgver=3.1
pkgrel=1
pkgdesc=A music management application for GNOME
url=http://www.rhythmbox.org/;
@@ -22,7 +22,7 @@ _F_gnome_glib=y
#_F_gnome_scrollkeeper=y
_F_gnome_desktop=y
_F_gnome_iconcache=y
-_F_gnome_devel=n
+_F_gnome_devel=y
_F_gnome_doc=y
_F_gnome_ext=.tar.xz
Finclude gnome-scriptlet gnome
@@ -32,7 +32,7 @@ unset MAKEFLAGS
Fconfopts+= --enable-daap --enable-python --without-hal \
--with-brasero --enable-vala

-sha1sums=('a150314f92b16325fab145f096b5070bcfbc36a4')
+sha1sums=('8afdc1bcdc06df980fedb54c09fde1ed010cc59a')
if [ $_F_gnome_git != n ]; then
unset sha1sums
fi
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: Merge ../current

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=fe105d94acde67486296eeda6dd667f9ca5e70a0

commit fe105d94acde67486296eeda6dd667f9ca5e70a0
Merge: 94c300d 5f54ccb
Author: Baste ba...@frugalware.org
Date:   Mon Nov 3 10:49:47 2014 +0100

Merge ../current
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: roxterm-2.9.4-1-x86_64

2015-03-05 Thread Anthony Jorion
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=6b98ec0c75d50e78baa7f0859a0b478fbd2b5eed

commit 6b98ec0c75d50e78baa7f0859a0b478fbd2b5eed
Author: Anthony Jorion pin...@frugalware.org
Date:   Mon Oct 13 22:11:20 2014 +0200

roxterm-2.9.4-1-x86_64

- 2.9.3 - 2.9.4
+ Add asneeded option
+ Fix depends

diff --git a/source/gnome-extra/roxterm/FrugalBuild 
b/source/gnome-extra/roxterm/FrugalBuild
index f113110..fe21f02 100644
--- a/source/gnome-extra/roxterm/FrugalBuild
+++ b/source/gnome-extra/roxterm/FrugalBuild
@@ -2,15 +2,17 @@
# Maintainer: PacMiam pacm...@gmx.fr
# Contributor: Christian Hamar alias krix kr...@linuxforum.hu

+options+=('asneeded')
+
pkgname=roxterm
-pkgver=2.9.3
+pkgver=2.9.4
pkgrel=1
pkgdesc=a terminal emulator intended to provide similar features to 
gnome-terminal, based on the same VTE library, but with a smaller footprint and 
quicker start-up time.

groups=('gnome-extra')
archs=('i686' 'x86_64')

-depends=('libglade-gtk3' 'vte3' 'dbus-glib' 'gtk+3' 'librsvg')
+depends=('libglade-gtk3' 'vte' 'dbus-glib' 'gtk+3' 'librsvg')
makedepends=('perl-xml-parser' 'python' 'python-lockfile' 'po4a' \
'docbook-xsl' 'xmlto' 'librsvg' 'imagemagick' 'itstool')

@@ -21,7 +23,7 @@ _F_gnome_iconcache=y
_F_sourceforge_ext=.tar.bz2
Finclude gnome-scriptlet sourceforge

-sha1sums=('53bc33e69d199151d2d5bb63bc5d38d5b0b4b089')
+sha1sums=('4857c0ca58bdf6cb5a93470f6b5875995dbe3553')

build() {
Fcd
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: evolution-data-server-3.13.7-1-x86_64 - 3.13.6 - 3.13.7

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=1d3a99a516f4e5acc6b7cdf564bd15de5077d954

commit 1d3a99a516f4e5acc6b7cdf564bd15de5077d954
Author: Baste ba...@frugalware.org
Date:   Mon Nov 3 14:29:39 2014 +0100

evolution-data-server-3.13.7-1-x86_64
- 3.13.6 - 3.13.7

diff --git a/source/gnome/evolution-data-server/FrugalBuild 
b/source/gnome/evolution-data-server/FrugalBuild
index 816855c..444fba9 100644
--- a/source/gnome/evolution-data-server/FrugalBuild
+++ b/source/gnome/evolution-data-server/FrugalBuild
@@ -5,7 +5,7 @@
options+=('asneeded')

pkgname=evolution-data-server
-pkgver=3.13.6
+pkgver=3.13.7
pkgrel=1
pkgdesc=Evolution Data Server provides a central location for addressbook and 
calendar in the GNOME Desktop
depends=('nss=3.12.9' 'libsoup-gnome=2.48.0' 'libgweather=3.14.0' \
@@ -19,7 +19,7 @@ _F_gnome_glib=y
_F_gnome_devel=y
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('a79bb4232590b556fa74875ebc969f53ac5c664e')
+sha1sums=('5227d84d743668abbb92ab1858e2f0b3d977c140')

if [ $_F_gnome_git != n ]; then
unset sha1sums
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: librsvg-2.40.5-2-x86_64 - Rebuild

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=fb7120b923d698caf8fd5132bed85b5c5f9e3279

commit fb7120b923d698caf8fd5132bed85b5c5f9e3279
Author: Baste ba...@frugalware.org
Date:   Mon Nov 3 11:56:25 2014 +0100

librsvg-2.40.5-2-x86_64
- Rebuild

diff --git a/source/xlib/librsvg/FrugalBuild b/source/xlib/librsvg/FrugalBuild
index a912460..02bd9f0 100644
--- a/source/xlib/librsvg/FrugalBuild
+++ b/source/xlib/librsvg/FrugalBuild
@@ -9,7 +9,7 @@ options+=('asneeded')

pkgname=librsvg
pkgver=2.40.5
-pkgrel=1
+pkgrel=2
pkgdesc=A high performance SVG rendering library for GNOME
depends=('gdk-pixbuf2' 'libxml2=2.7.8' 'libcroco=0.6.1-4' 'libgsf=1.14.28' \
'pango=1.32.6' 'cairo')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: libmediaart-0.7.0-2-x86_64 - Add gobject-introspection

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=5e1a5ed364f3a0d8e2b84e1dc955ee1b4e413d49

commit 5e1a5ed364f3a0d8e2b84e1dc955ee1b4e413d49
Author: Baste ba...@frugalware.org
Date:   Fri Sep 26 10:30:35 2014 +0200

libmediaart-0.7.0-2-x86_64
- Add gobject-introspection

diff --git a/source/xlib/libmediaart/FrugalBuild 
b/source/xlib/libmediaart/FrugalBuild
index bfa7ff4..7389564 100644
--- a/source/xlib/libmediaart/FrugalBuild
+++ b/source/xlib/libmediaart/FrugalBuild
@@ -5,9 +5,10 @@ options+=('asneeded')

pkgname=libmediaart
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc=Library for handling media art
depends=('gdk-pixbuf2')
+makedepends=('vala' 'gobject-introspection')
groups=('xlib')
archs=('i686' 'x86_64')
_F_gnome_devel=y
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: vinagre-3.14.0-1-x86_64 - 3.12.2 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=301a3e2f248e78ce16c3b5408b35cabc2df36a20

commit 301a3e2f248e78ce16c3b5408b35cabc2df36a20
Author: Baste ba...@frugalware.org
Date:   Thu Sep 25 14:30:57 2014 +0200

vinagre-3.14.0-1-x86_64
- 3.12.2 - 3.14.0

diff --git a/source/gnome/vinagre/FrugalBuild b/source/gnome/vinagre/FrugalBuild
index adca970..cf7e3f4 100644
--- a/source/gnome/vinagre/FrugalBuild
+++ b/source/gnome/vinagre/FrugalBuild
@@ -8,7 +8,7 @@ USE_SPICE=${USE_SPICE:-n}
# add protocol support Spice

pkgname=vinagre
-pkgver=3.12.2
+pkgver=3.14.0
pkgrel=1
pkgdesc=VNC Client for the GNOME Desktop
depends=('vte3' 'libsecret' 'gtk3-vnc')
@@ -23,9 +23,9 @@ _F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
groups=('gnome')
archs=('i686' 'x86_64')
-sha1sums=('a011a35ddc316b991e90b3caa451af749c4cf2f3')
+sha1sums=('18b709aa24927052134ca30490ea64af7c48b787')
unset MAKEFLAGS
-Fconfopts+= --enable-rdp --enable-ssh
+Fconfopts+= --enable-ssh
replaces=('tsclient')
if Fuse $USE_SPICE; then
depends=(${depends[@]} spice-gtk)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: empathy-3.12.6-1-x86_64 - 3.12.3 - 3.12.6

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=faa453b637154ff16327c62f4009d51feebe0264

commit faa453b637154ff16327c62f4009d51feebe0264
Author: Baste ba...@frugalware.org
Date:   Thu Sep 25 15:34:47 2014 +0200

empathy-3.12.6-1-x86_64
- 3.12.3 - 3.12.6

diff --git a/source/gnome/empathy/FrugalBuild b/source/gnome/empathy/FrugalBuild
index 6b523f6..6779029 100644
--- a/source/gnome/empathy/FrugalBuild
+++ b/source/gnome/empathy/FrugalBuild
@@ -10,8 +10,8 @@ USE_SENDTO=${USE_SENDTO:-n}
#Sendto have be merged to nautilus should wait

pkgname=empathy
-pkgver=3.12.3
-pkgrel=2
+pkgver=3.12.6
+pkgrel=1
pkgdesc=Empathy consists of a rich set of reusable instant messaging widgets
depends=('gtk+3' 'folks' 'libsecret' 'telepathy-logger' 'libcanberra-gtk' 
'libnotify' 'pulseaudio=5.0' \
'clutter-gst' 'clutter-gtk' 'telepathy-farstream' 'enchant' 
'gnome-online-accounts' 'cheese' \
@@ -36,7 +36,7 @@ if Fuse $USE_MAP; then
Fconfopts=${Fconfopts[@]} --enable-map=yes
fi

-sha1sums=('a5abe67e10ddca95a2b31f439dcb5bd8cf3e8969')
+sha1sums=('6da787961cb1be9fed287e6c4f2ff9d07dab9a69')
replaces=('galaxium' 'gossip')

if Fuse $USE_SENDTO; then
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: gnome-weather-3.14.0-2-x86_64 - Move to gnome

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=00ead2243dd4fda504da592d5b045c766c900a05

commit 00ead2243dd4fda504da592d5b045c766c900a05
Author: Baste ba...@frugalware.org
Date:   Fri Sep 26 08:54:19 2014 +0200

gnome-weather-3.14.0-2-x86_64
- Move to gnome

diff --git a/source/gnome-extra/gnome-weather/FrugalBuild 
b/source/gnome/gnome-weather/FrugalBuild
similarity index 94%
rename from source/gnome-extra/gnome-weather/FrugalBuild
rename to source/gnome/gnome-weather/FrugalBuild
index 3d04f10..1d03f99 100644
--- a/source/gnome-extra/gnome-weather/FrugalBuild
+++ b/source/gnome/gnome-weather/FrugalBuild
@@ -5,11 +5,11 @@ options+=('asneeded')

pkgname=gnome-weather
pkgver=3.14.0
-pkgrel=1
+pkgrel=2
pkgdesc=A weather application for GNOME
depends=('gtk+3' 'gjs' 'libgweather')
makedepends=('intltool' 'itstool' 'gobject-introspection')
-groups=('gnome-extra')
+groups=('gnome')
archs=('i686' 'x86_64')
_F_gnome_glib=y
_F_gnome_desktop=y
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: five-or-more-3.14.0-1-x86_64 - 3.12.2 - 3.14.0

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=6dc8cab022b507a79fb8e0537dd36bb495c72673

commit 6dc8cab022b507a79fb8e0537dd36bb495c72673
Author: Baste ba...@frugalware.org
Date:   Mon Sep 29 15:41:46 2014 +0200

five-or-more-3.14.0-1-x86_64
- 3.12.2 - 3.14.0

diff --git a/source/gnome-extra/five-or-more/FrugalBuild 
b/source/gnome-extra/five-or-more/FrugalBuild
index de7c580..58083be 100644
--- a/source/gnome-extra/five-or-more/FrugalBuild
+++ b/source/gnome-extra/five-or-more/FrugalBuild
@@ -4,7 +4,7 @@
options+=('asneeded')

pkgname=five-or-more
-pkgver=3.12.2
+pkgver=3.14.0
pkgrel=1
pkgdesc=Remove colored balls from the board by forming lines
depends=('gtk+3' 'librsvg')
@@ -19,8 +19,8 @@ _F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet

# Temporary hack, gnome messed up their ftp
-_gnome_ver=3.12
+_gnome_ver=3.14
up2date=Flasttar ftp://ftp.gnome.org/pub/GNOME/sources/$pkgname/$_gnome_ver/;
source=ftp://ftp.gnome.org/pub/GNOME/sources/$pkgname/$_gnome_ver/$pkgname-$pkgver.tar.xz;
Fconfopts+= --with-scores-group=users --with-scores-user=root
-sha1sums=('3646282453d2726a3d2a67283eca4c35826626b3')
+sha1sums=('1e7dafaa0debb9aaee88651af6324469b2bee962')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] dex77stuff: Merge ../current

2015-03-05 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=b3dfaf76255b8aeb7a278aa08f5987dd89dd8b1b

commit b3dfaf76255b8aeb7a278aa08f5987dd89dd8b1b
Merge: 6d0b16c 84825dd
Author: Baste ba...@frugalware.org
Date:   Mon Sep 29 08:39:31 2014 +0200

Merge ../current
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


  1   2   3   4   5   6   7   8   9   10   >