From vmiklos at frugalware.org Mon Aug 1 00:19:12 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 1 Aug 2011 00:19:12 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: 1.5rc2 is out Message-ID: <20110731221912.0AD69BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=6ee825fc0b305072659db0420d444683241d400f commit 6ee825fc0b305072659db0420d444683241d400f Author: Miklos Vajna Date: Mon Aug 1 00:18:15 2011 +0200 1.5rc2 is out diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 56bef2d..811a570 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -30,6 +30,40 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 211 + Frugalware 1.5rc2 (Mores) released + Mon, 01 Aug 2011 00:15:14 +0200 + Miklos Vajna + 0 + announce the immediate availability of Frugalware 1.5rc2, the second candidate of the upcoming 1.5 stable release.

+

Here are some of the improvements, fixes and updates since 1.5rc1:
+

    +
  • Package updates: +
      +
    • Linux Kernel 2.6.39.3
    • +
    • XOrg server 1.10.3
    • +
    • LXDE updated + (lxsession-lite-0.4.6,lxpanel-0.5.7,lxlauncher-0.2.2,lxterminal-0.1.10...)
    • +
    • 1.0.1 release of the core EFL libraries
    • +
    • Mozilla Firefox 5.0.1
    • +
    • 245 packages updated
    • +
    • 20 new packages
    • +
    +
  • +
  • New features: +
      +
    • Our Vim package gained Python nsupport.
    • +
    +
  • +
+ Please refer to the Frugalware Testing ChangeLog for more information.
+ Download for i686: See our mirror list. Don't forget to check the integrity of the install images before burning!
+ NOTE: Click here to read more about what media you need for the installation.
+ ]]> +
+
+ 210 Frugalware 1.5rc1 (Mores) released Fri, 15 Jul 2011 00:45:42 +0200 diff --git a/frugalware/xml/roadmap.xml b/frugalware/xml/roadmap.xml index ce4e2a0..e6e7cbd 100644 --- a/frugalware/xml/roadmap.xml +++ b/frugalware/xml/roadmap.xml @@ -30,7 +30,7 @@ rc2 Aug 1, 2011 - 0 + 1 rc1 From boobaa at frugalware.org Mon Aug 1 07:24:49 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 1 Aug 2011 07:24:49 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: kphotoalbum-4.1.1-6-x86_64 Message-ID: <20110801052449.BD36CBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=def31fffa5eee890f08e741a094f89618eca6fc1 commit def31fffa5eee890f08e741a094f89618eca6fc1 Author: CS??CSY L??szl?? Date: Sun Jul 31 16:11:26 2011 +0200 kphotoalbum-4.1.1-6-x86_64 rebuilt with libkipi>=4.6.5-1 diff --git a/source/kde-extra/kphotoalbum/FrugalBuild b/source/kde-extra/kphotoalbum/FrugalBuild index 26046b5..1f779ee 100644 --- a/source/kde-extra/kphotoalbum/FrugalBuild +++ b/source/kde-extra/kphotoalbum/FrugalBuild @@ -3,12 +3,12 @@ pkgname=kphotoalbum pkgver=4.1.1 -pkgrel=5 +pkgrel=6 pkgdesc="KDE Image Database (KPhotoAlbum) is a tool for indexing, searching, and viewing images." archs=('i686' 'x86_64') groups=('kde-extra') Finclude kde -depends=("${depends[@]}" "kdelibs>=$_F_kde_ver" "qt4>=4.7.0" "libxi" "libstdc++" "libxmu" "libkipi" "exiv2>=0.21" "libkdcraw") +depends=("${depends[@]}" "kdelibs>=$_F_kde_ver" "qt4>=4.7.0" "libxi" "libstdc++" "libxmu" "libkipi>=4.6.5-1" "exiv2>=0.21" "libkdcraw") makedepends=("${makedepends[@]}" 'kdelibs-compiletime' 'ksgmltools2' 'docbook-xml') url="http://kphotoalbum.org" Fconfopts="$Fconfopts --disable-debug --without-debug" From hermier at frugalware.org Mon Aug 1 08:19:07 2011 From: hermier at frugalware.org (Michel Hermier) Date: Mon, 1 Aug 2011 08:19:07 +0200 (CEST) Subject: [Frugalware-git] pacman-g2: sync.c: Move sysupgrace code to trans_sysupgrade.c (will be a trans on it's own in the future). Message-ID: <20110801061907.C9A29BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=9e4651faaf136126908dd07720e6fc3a73368e69 commit 9e4651faaf136126908dd07720e6fc3a73368e69 Author: Michel Hermier Date: Mon Aug 1 08:18:36 2011 +0200 sync.c: Move sysupgrace code to trans_sysupgrade.c (will be a trans on it's own in the future). diff --git a/lib/libpacman/Makefile.am b/lib/libpacman/Makefile.am index 60d6948..43deba8 100644 --- a/lib/libpacman/Makefile.am +++ b/lib/libpacman/Makefile.am @@ -24,6 +24,7 @@ TARGETS = md5driver.c \ versioncmp.c \ backup.c \ trans.c \ + trans_sysupgrade.c \ add.c \ remove.c \ sync.c \ diff --git a/lib/libpacman/handle.h b/lib/libpacman/handle.h index ec94d30..f5d7276 100644 --- a/lib/libpacman/handle.h +++ b/lib/libpacman/handle.h @@ -22,6 +22,8 @@ #define _PACMAN_HANDLE_H #include +#include +#include #include "pacman.h" diff --git a/lib/libpacman/sync.c b/lib/libpacman/sync.c index 0757651..98496ce 100644 --- a/lib/libpacman/sync.c +++ b/lib/libpacman/sync.c @@ -89,7 +89,7 @@ void _pacman_sync_free(void *data) /* Test for existence of a package in a pmlist_t* of pmsyncpkg_t* * If found, return a pointer to the respective pmsyncpkg_t* */ -static pmsyncpkg_t *find_pkginsync(char *needle, pmlist_t *haystack) +pmsyncpkg_t *find_pkginsync(char *needle, pmlist_t *haystack) { pmlist_t *i; pmsyncpkg_t *ps; @@ -113,148 +113,6 @@ static int istoonew(pmpkg_t *pkg) return((pkg->date + handle->upgradedelay) > t); } -int _pacman_sync_sysupgrade(pmtrans_t *trans, pmdb_t *db_local, pmlist_t *dbs_sync) -{ - pmlist_t *i, *j, *k; - - /* this is a sysupgrade, so that install reasons are not touched */ - handle->sysupgrade = 1; - - /* check for "recommended" package replacements */ - _pacman_log(PM_LOG_FLOW1, _("checking for package replacements")); - for(i = dbs_sync; i; i = i->next) { - for(j = _pacman_db_get_pkgcache(i->data); j; j = j->next) { - pmpkg_t *spkg = j->data; - for(k = _pacman_pkg_getinfo(spkg, PM_PKG_REPLACES); k; k = k->next) { - pmlist_t *m; - for(m = _pacman_db_get_pkgcache(db_local); m; m = m->next) { - pmpkg_t *lpkg = m->data; - if(!strcmp(k->data, lpkg->name)) { - _pacman_log(PM_LOG_DEBUG, _("checking replacement '%s' for package '%s'"), k->data, spkg->name); - if(_pacman_list_is_strin(lpkg->name, handle->ignorepkg)) { - _pacman_log(PM_LOG_WARNING, _("%s-%s: ignoring package upgrade (to be replaced by %s-%s)"), - lpkg->name, lpkg->version, spkg->name, spkg->version); - } else { - /* get confirmation for the replacement */ - int doreplace = 0; - QUESTION(trans, PM_TRANS_CONV_REPLACE_PKG, lpkg, spkg, ((pmdb_t *)i->data)->treename, &doreplace); - - if(doreplace) { - /* if confirmed, add this to the 'final' list, designating 'lpkg' as - * the package to replace. - */ - pmsyncpkg_t *ps; - pmpkg_t *dummy = _pacman_pkg_new(lpkg->name, NULL); - if(dummy == NULL) { - pm_errno = PM_ERR_MEMORY; - goto error; - } - dummy->requiredby = _pacman_list_strdup(lpkg->requiredby); - /* check if spkg->name is already in the packages list. */ - ps = find_pkginsync(spkg->name, trans->packages); - if(ps) { - /* found it -- just append to the replaces list */ - ps->data = _pacman_list_add(ps->data, dummy); - } else { - /* none found -- enter pkg into the final sync list */ - ps = _pacman_sync_new(PM_SYNC_TYPE_REPLACE, spkg, NULL); - if(ps == NULL) { - FREEPKG(dummy); - pm_errno = PM_ERR_MEMORY; - goto error; - } - ps->data = _pacman_list_add(NULL, dummy); - trans->packages = _pacman_list_add(trans->packages, ps); - } - _pacman_log(PM_LOG_FLOW2, _("%s-%s elected for upgrade (to be replaced by %s-%s)"), - lpkg->name, lpkg->version, spkg->name, spkg->version); - } - } - break; - } - } - } - } - } - - /* match installed packages with the sync dbs and compare versions */ - _pacman_log(PM_LOG_FLOW1, _("checking for package upgrades")); - for(i = _pacman_db_get_pkgcache(db_local); i; i = i->next) { - int cmp; - int replace=0; - pmpkg_t *local = i->data; - pmpkg_t *spkg = NULL; - pmsyncpkg_t *ps; - - for(j = dbs_sync; !spkg && j; j = j->next) { - spkg = _pacman_db_get_pkgfromcache(j->data, local->name); - } - if(spkg == NULL) { - _pacman_log(PM_LOG_DEBUG, _("'%s' not found in sync db -- skipping"), local->name); - continue; - } - - /* we don't care about a to-be-replaced package's newer version */ - for(j = trans->packages; j && !replace; j=j->next) { - ps = j->data; - if(ps->type == PM_SYNC_TYPE_REPLACE) { - if(_pacman_pkg_isin(spkg->name, ps->data)) { - replace=1; - } - } - } - if(replace) { - _pacman_log(PM_LOG_DEBUG, _("'%s' is already elected for removal -- skipping"), - local->name); - continue; - } - - /* compare versions and see if we need to upgrade */ - cmp = _pacman_versioncmp(local->version, spkg->version); - if(cmp > 0 && !_pacman_pkg_getinfo(spkg, PM_PKG_FORCE)) { - /* local version is newer */ - _pacman_log(PM_LOG_WARNING, _("%s-%s: local version is newer"), - local->name, local->version); - } else if(cmp == 0) { - /* versions are identical */ - } else if(_pacman_list_is_strin(i->data, handle->ignorepkg)) { - /* package should be ignored (IgnorePkg) */ - _pacman_log(PM_LOG_WARNING, _("%s-%s: ignoring package upgrade (%s)"), - local->name, local->version, spkg->version); - } else if(istoonew(spkg)) { - /* package too new (UpgradeDelay) */ - _pacman_log(PM_LOG_FLOW1, _("%s-%s: delaying upgrade of package (%s)\n"), - local->name, local->version, spkg->version); - } else if(_pacman_pkg_getinfo(spkg, PM_PKG_STICK)) { - _pacman_log(PM_LOG_WARNING, _("%s-%s: please upgrade manually (%s => %s)"), - local->name, local->version, local->version, spkg->version); - } else { - _pacman_log(PM_LOG_FLOW2, _("%s-%s elected for upgrade (%s => %s)"), - local->name, local->version, local->version, spkg->version); - /* check if spkg->name is already in the packages list. */ - if(!find_pkginsync(spkg->name, trans->packages)) { - pmpkg_t *dummy = _pacman_pkg_new(local->name, local->version); - if(dummy == NULL) { - goto error; - } - ps = _pacman_sync_new(PM_SYNC_TYPE_UPGRADE, spkg, dummy); - if(ps == NULL) { - FREEPKG(dummy); - goto error; - } - trans->packages = _pacman_list_add(trans->packages, ps); - } else { - /* spkg->name is already in the packages list -- just ignore it */ - } - } - } - - return(0); - -error: - return(-1); -} - int _pacman_sync_addtarget(pmtrans_t *trans, const char *name) { char targline[PKG_FULLNAME_LEN]; diff --git a/lib/libpacman/sync.h b/lib/libpacman/sync.h index cd28992..55c6ae0 100644 --- a/lib/libpacman/sync.h +++ b/lib/libpacman/sync.h @@ -37,8 +37,7 @@ typedef struct __pmsyncpkg_t { pmsyncpkg_t *_pacman_sync_new(int type, pmpkg_t *spkg, void *data); void _pacman_sync_free(void *data); - -int _pacman_sync_sysupgrade(pmtrans_t *trans, pmdb_t *db_local, pmlist_t *dbs_sync); +pmsyncpkg_t *find_pkginsync(char *needle, pmlist_t *haystack); const pmtrans_ops_t _pacman_sync_pmtrans_opts; diff --git a/lib/libpacman/trans.c b/lib/libpacman/trans.c index 357444e..6d43a80 100644 --- a/lib/libpacman/trans.c +++ b/lib/libpacman/trans.c @@ -40,6 +40,8 @@ #include "cache.h" #include "pacman.h" +#include "trans_sysupgrade.h" + static int check_oldcache(void) { pmdb_t *db = handle->db_local; diff --git a/lib/libpacman/trans_sysupgrade.c b/lib/libpacman/trans_sysupgrade.c new file mode 100644 index 0000000..1cc7e2f --- /dev/null +++ b/lib/libpacman/trans_sysupgrade.c @@ -0,0 +1,214 @@ +/* + * trans_sysupgrade.c + * + * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2005 by Aurelien Foret + * Copyright (c) 2005 by Christian Hamar + * Copyright (c) 2005-2008 by Miklos Vajna + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#include "config.h" + +#include +#include +#include +#include +#include +#ifdef CYGWIN +#include /* PATH_MAX */ +#endif +#include +#include +/* pacman-g2 */ +#include "log.h" +#include "error.h" +#include "list.h" +#include "package.h" +#include "db.h" +#include "cache.h" +#include "deps.h" +#include "conflict.h" +#include "provide.h" +#include "trans.h" +#include "util.h" +#include "sync.h" +#include "versioncmp.h" +#include "handle.h" +#include "util.h" +#include "pacman.h" +#include "md5.h" +#include "sha1.h" +#include "handle.h" +#include "server.h" + +#include "trans_sysupgrade.h" + +#include "sync.h" + +static int istoonew(pmpkg_t *pkg) +{ + time_t t; + if (!handle->upgradedelay) + return 0; + time(&t); + return((pkg->date + handle->upgradedelay) > t); +} + +int _pacman_sync_sysupgrade(pmtrans_t *trans, pmdb_t *db_local, pmlist_t *dbs_sync) +{ + pmlist_t *i, *j, *k; + + /* this is a sysupgrade, so that install reasons are not touched */ + handle->sysupgrade = 1; + + /* check for "recommended" package replacements */ + _pacman_log(PM_LOG_FLOW1, _("checking for package replacements")); + for(i = dbs_sync; i; i = i->next) { + for(j = _pacman_db_get_pkgcache(i->data); j; j = j->next) { + pmpkg_t *spkg = j->data; + for(k = _pacman_pkg_getinfo(spkg, PM_PKG_REPLACES); k; k = k->next) { + pmlist_t *m; + for(m = _pacman_db_get_pkgcache(db_local); m; m = m->next) { + pmpkg_t *lpkg = m->data; + if(!strcmp(k->data, lpkg->name)) { + _pacman_log(PM_LOG_DEBUG, _("checking replacement '%s' for package '%s'"), k->data, spkg->name); + if(_pacman_list_is_strin(lpkg->name, handle->ignorepkg)) { + _pacman_log(PM_LOG_WARNING, _("%s-%s: ignoring package upgrade (to be replaced by %s-%s)"), + lpkg->name, lpkg->version, spkg->name, spkg->version); + } else { + /* get confirmation for the replacement */ + int doreplace = 0; + QUESTION(trans, PM_TRANS_CONV_REPLACE_PKG, lpkg, spkg, ((pmdb_t *)i->data)->treename, &doreplace); + + if(doreplace) { + /* if confirmed, add this to the 'final' list, designating 'lpkg' as + * the package to replace. + */ + pmsyncpkg_t *ps; + pmpkg_t *dummy = _pacman_pkg_new(lpkg->name, NULL); + if(dummy == NULL) { + pm_errno = PM_ERR_MEMORY; + goto error; + } + dummy->requiredby = _pacman_list_strdup(lpkg->requiredby); + /* check if spkg->name is already in the packages list. */ + ps = find_pkginsync(spkg->name, trans->packages); + if(ps) { + /* found it -- just append to the replaces list */ + ps->data = _pacman_list_add(ps->data, dummy); + } else { + /* none found -- enter pkg into the final sync list */ + ps = _pacman_sync_new(PM_SYNC_TYPE_REPLACE, spkg, NULL); + if(ps == NULL) { + FREEPKG(dummy); + pm_errno = PM_ERR_MEMORY; + goto error; + } + ps->data = _pacman_list_add(NULL, dummy); + trans->packages = _pacman_list_add(trans->packages, ps); + } + _pacman_log(PM_LOG_FLOW2, _("%s-%s elected for upgrade (to be replaced by %s-%s)"), + lpkg->name, lpkg->version, spkg->name, spkg->version); + } + } + break; + } + } + } + } + } + + /* match installed packages with the sync dbs and compare versions */ + _pacman_log(PM_LOG_FLOW1, _("checking for package upgrades")); + for(i = _pacman_db_get_pkgcache(db_local); i; i = i->next) { + int cmp; + int replace=0; + pmpkg_t *local = i->data; + pmpkg_t *spkg = NULL; + pmsyncpkg_t *ps; + + for(j = dbs_sync; !spkg && j; j = j->next) { + spkg = _pacman_db_get_pkgfromcache(j->data, local->name); + } + if(spkg == NULL) { + _pacman_log(PM_LOG_DEBUG, _("'%s' not found in sync db -- skipping"), local->name); + continue; + } + + /* we don't care about a to-be-replaced package's newer version */ + for(j = trans->packages; j && !replace; j=j->next) { + ps = j->data; + if(ps->type == PM_SYNC_TYPE_REPLACE) { + if(_pacman_pkg_isin(spkg->name, ps->data)) { + replace=1; + } + } + } + if(replace) { + _pacman_log(PM_LOG_DEBUG, _("'%s' is already elected for removal -- skipping"), + local->name); + continue; + } + + /* compare versions and see if we need to upgrade */ + cmp = _pacman_versioncmp(local->version, spkg->version); + if(cmp > 0 && !_pacman_pkg_getinfo(spkg, PM_PKG_FORCE)) { + /* local version is newer */ + _pacman_log(PM_LOG_WARNING, _("%s-%s: local version is newer"), + local->name, local->version); + } else if(cmp == 0) { + /* versions are identical */ + } else if(_pacman_list_is_strin(i->data, handle->ignorepkg)) { + /* package should be ignored (IgnorePkg) */ + _pacman_log(PM_LOG_WARNING, _("%s-%s: ignoring package upgrade (%s)"), + local->name, local->version, spkg->version); + } else if(istoonew(spkg)) { + /* package too new (UpgradeDelay) */ + _pacman_log(PM_LOG_FLOW1, _("%s-%s: delaying upgrade of package (%s)\n"), + local->name, local->version, spkg->version); + } else if(_pacman_pkg_getinfo(spkg, PM_PKG_STICK)) { + _pacman_log(PM_LOG_WARNING, _("%s-%s: please upgrade manually (%s => %s)"), + local->name, local->version, local->version, spkg->version); + } else { + _pacman_log(PM_LOG_FLOW2, _("%s-%s elected for upgrade (%s => %s)"), + local->name, local->version, local->version, spkg->version); + /* check if spkg->name is already in the packages list. */ + if(!find_pkginsync(spkg->name, trans->packages)) { + pmpkg_t *dummy = _pacman_pkg_new(local->name, local->version); + if(dummy == NULL) { + goto error; + } + ps = _pacman_sync_new(PM_SYNC_TYPE_UPGRADE, spkg, dummy); + if(ps == NULL) { + FREEPKG(dummy); + goto error; + } + trans->packages = _pacman_list_add(trans->packages, ps); + } else { + /* spkg->name is already in the packages list -- just ignore it */ + } + } + } + + return(0); + +error: + return(-1); +} + +/* vim: set ts=2 sw=2 noet: */ From vmiklos at frugalware.org Mon Aug 1 10:33:47 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 1 Aug 2011 10:33:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: icedtea-web-1.1.1-2-i686 Message-ID: <20110801083347.B9DDBBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0dd4d6a92dbabc6b320534e6c5cb44c5c8fb794e commit 0dd4d6a92dbabc6b320534e6c5cb44c5c8fb794e Author: Miklos Vajna Date: Mon Aug 1 10:32:58 2011 +0200 icedtea-web-1.1.1-2-i686 - fix plugin symlink diff --git a/source/xapps/icedtea-web/FrugalBuild b/source/xapps/icedtea-web/FrugalBuild index 12f2525..91d91af 100644 --- a/source/xapps/icedtea-web/FrugalBuild +++ b/source/xapps/icedtea-web/FrugalBuild @@ -3,7 +3,7 @@ pkgname=icedtea-web pkgver=1.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Provides a Free Software web browser plugin running applets written in Java." url="http://icedtea.classpath.org/wiki/IcedTea-Web" depends=('openjre' 'gtk+2') @@ -18,13 +18,8 @@ build() { Fbuild --prefix=/usr/lib/jvm/java-6-openjdk/jre - if [ "$CARCH" == "i686" ]; then - _parch="i386" - elif [ "$CARCH" == "x86_64" ]; then - _parch="amd64" - fi Fmkdir /usr/lib/mozilla/plugins - Fln ../../jvm/java-6-opendjk/jre/lib/$_parch/IcedTeaPlugin.so \ + Fln ../../jvm/java-6-opendjk/jre/lib/IcedTeaPlugin.so \ /usr/lib/mozilla/plugins/IcedTeaPlugin.so } From vmiklos at frugalware.org Mon Aug 1 10:42:17 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 1 Aug 2011 10:42:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: icedtea-web-1.1.1-3-i686 Message-ID: <20110801084217.2332BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e77ac9598e782a1b07555e60b33b5f7ecf272d43 commit e77ac9598e782a1b07555e60b33b5f7ecf272d43 Author: Miklos Vajna Date: Mon Aug 1 10:41:28 2011 +0200 icedtea-web-1.1.1-3-i686 - opendjk -> openjdk diff --git a/source/xapps/icedtea-web/FrugalBuild b/source/xapps/icedtea-web/FrugalBuild index 91d91af..ac91712 100644 --- a/source/xapps/icedtea-web/FrugalBuild +++ b/source/xapps/icedtea-web/FrugalBuild @@ -3,7 +3,7 @@ pkgname=icedtea-web pkgver=1.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="Provides a Free Software web browser plugin running applets written in Java." url="http://icedtea.classpath.org/wiki/IcedTea-Web" depends=('openjre' 'gtk+2') @@ -19,7 +19,7 @@ build() Fbuild --prefix=/usr/lib/jvm/java-6-openjdk/jre Fmkdir /usr/lib/mozilla/plugins - Fln ../../jvm/java-6-opendjk/jre/lib/IcedTeaPlugin.so \ + Fln ../../jvm/java-6-openjdk/jre/lib/IcedTeaPlugin.so \ /usr/lib/mozilla/plugins/IcedTeaPlugin.so } From bouleetbil at frogdev.info Mon Aug 1 11:27:16 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 11:27:16 +0200 (CEST) Subject: [Frugalware-git] bouletmp: systemd-30-2-x86_64 *reverse bump *wait fix for systemctl daemon-reexec (crash X) Message-ID: <20110801092716.98414BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=be40304a38c742c910270d98df98b798ac8661df commit be40304a38c742c910270d98df98b798ac8661df Author: bouleetbil Date: Mon Aug 1 11:15:52 2011 +0200 systemd-30-2-x86_64 *reverse bump *wait fix for systemctl daemon-reexec (crash X) diff --git a/source/base/systemd/FrugalBuild b/source/base/systemd/FrugalBuild index ec7bc33..f074ec4 100644 --- a/source/base/systemd/FrugalBuild +++ b/source/base/systemd/FrugalBuild @@ -11,7 +11,7 @@ else fi pkgname=systemd -pkgver=32 +pkgver=30 pkgrel=2 pkgdesc="A System and Service Manager" url="http://www.freedesktop.org/wiki/Software/systemd" @@ -21,7 +21,7 @@ options=('scriptlet') up2date="Flasttar http://www.freedesktop.org/software/$pkgname" source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2 \ console.conf) -sha1sums=('062725079ad189ffedab831e6fa4f6e8aa48f307' \ +sha1sums=('6c76b8d6a7ba9361ccecf4d84cec21dab8449b26' \ 'abaa5c83d5adf2c5be188ce0de488bfa2b5a4505') if Fuse $USE_CRYPTSETUP; then From pingax at frugalware.fr Mon Aug 1 11:30:23 2011 From: pingax at frugalware.fr (Pingax) Date: Mon, 1 Aug 2011 11:30:23 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * French translation of news #211 Message-ID: <20110801093023.37FA3BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=03a7d8ad7662edeaf95c9e4993efc9922f078653 commit 03a7d8ad7662edeaf95c9e4993efc9922f078653 Author: Pingax Date: Mon Aug 1 10:51:32 2011 +0200 * French translation of news #211 diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml index 64ce8c7..144ed0b 100644 --- a/frugalware/xml/news_fr.xml +++ b/frugalware/xml/news_fr.xml @@ -22,6 +22,38 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 211 + Frugalware 1.5rc2 (Mores) disponible + Mon, 01 Aug 2011 00:15:14 +0200 + Miklos Vajna + 0 + Voici une partie des modifications apport??es depuis la 1.5rc1 :

+
    +
  • Paquets mis ?? jour : +
      +
    • Linux Kernel 2.6.39.3
    • +
    • XOrg server 1.10.3
    • +
    • LXDE mis ?? jour (lxsession-lite-0.4.6, lxpanel-0.5.7, lxlauncher-0.2.2, lxterminal-0.1.10...)
    • +
    • Version 1.0.1 des librairies EFL.
    • +
    • Mozilla Firefox 5.0.1
    • +
    • 245 paquets mis ?? jour
    • +
    • 20 nouveaux paquets
    • +
  • +
  • Nouvelles fonctionnalit??s : +
      +
    • Notre paquet Vim dispose d??sormais du support pour Python
    • +
  • +
+ Veuillez vous r??f??rer au Changelog pour plus d'informations.
+ T??l??chargment pour i686 : regardez notre liste de mirroirs. N'oubliez pas de v??rifier l'int??grit?? des images iso avant de les graver !
+ Note : cliquez ici pour conna??tre les pr??-requis n??cessaires ?? l'installation.
+ ]]> +
+
+ + 210 Frugalware 1.5rc1 (Mores) disponible Ven, 15 Jui 2011 00:45:42 +0200 From bouleetbil at frogdev.info Mon Aug 1 11:31:50 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 11:31:50 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxterminal-0.1.11-2-x86_64 *switch to gtk2 the time to fix default dimension with gtk3 Message-ID: <20110801093150.C6762BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=3b2c3490ee35053fbf37da3f225adbe0da668569 commit 3b2c3490ee35053fbf37da3f225adbe0da668569 Author: bouleetbil Date: Mon Aug 1 11:21:48 2011 +0200 lxterminal-0.1.11-2-x86_64 *switch to gtk2 the time to fix default dimension with gtk3 diff --git a/source/xapps-extra/lxterminal/FrugalBuild b/source/xapps-extra/lxterminal/FrugalBuild index 3312d60..708b5de 100644 --- a/source/xapps-extra/lxterminal/FrugalBuild +++ b/source/xapps-extra/lxterminal/FrugalBuild @@ -4,7 +4,7 @@ pkgname=lxterminal pkgver=0.1.11 pkgdesc="Desktop-independent VTE-based terminal emulator for LXDE" -depends=('gtk+3' 'vte3' 'libxft' 'libxau' 'libxdmcp' 'libice' \ +depends=('gtk+2' 'vte' 'libxft' 'libxau' 'libxdmcp' 'libice' \ 'ncurses' 'libxdamage' 'libxml2>=2.7.8' 'xcb-util>=0.3.8') makedepends=('perl-xml-parser' 'intltool') options=('scriptlet') @@ -13,8 +13,9 @@ archs=('i686' 'x86_64' 'ppc') _F_lxde_dir="LXTerminal%20%28terminal%20emulator%29" _F_lxde_sep="%20" _F_lxde_name="LXTerminal" +_Fuse_gtk3="n" Finclude lxde -pkgrel=1 +pkgrel=2 sha1sums=('3914c8e0552f7b8e1e32fde69244f90c16072df4') # optimization OK From melko at frugalware.org Mon Aug 1 11:49:49 2011 From: melko at frugalware.org (Melko) Date: Mon, 1 Aug 2011 11:49:49 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: Italian translation of news 211 Message-ID: <20110801094949.459DDBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=ad97c12c8368f916821b6c6529245aa8951b6f1d commit ad97c12c8368f916821b6c6529245aa8951b6f1d Author: Melko Date: Mon Aug 1 11:48:58 2011 +0200 Italian translation of news 211 diff --git a/frugalware/xml/news_it.xml b/frugalware/xml/news_it.xml index 31a905b..c4f2497 100644 --- a/frugalware/xml/news_it.xml +++ b/frugalware/xml/news_it.xml @@ -22,6 +22,40 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 211 + Rilasciata Frugalware 1.5rc2 (Mores)! + Mon, 01 Aug 2011 00:15:14 +0200 + Miklos Vajna + 0 + annunciare l'immediata disponibilit?? di Frugalware 1.5rc2, la seconda release candidate dell'imminente rilascio stabile 1.5.

+

Ecco alcuni dei maggiori cambiamenti, correzioni e aggiornamenti dalla versione 1.5rc1:
+

    +
  • Pacchetti aggiornati: +
      +
    • Linux Kernel 2.6.39.3
    • +
    • XOrg server 1.10.3
    • +
    • LXDE + (lxsession-lite-0.4.6,lxpanel-0.5.7,lxlauncher-0.2.2,lxterminal-0.1.10...)
    • +
    • rilascio 1.0.1 delle librerie EFL
    • +
    • Mozilla Firefox 5.0.1
    • +
    • 245 pacchetti aggiornati
    • +
    • 20 nuovi pacchetti
    • +
    +
  • +
  • Nuove funzionalit??: +
      +
    • Vim ha guadagnato il supporto a Python.
    • +
    +
  • +
+ Riferitevi al ChangeLog per maggiori informazioni.
+ Download per i686: guardate la nostra lista dei mirror. Non dimenticate di controllare l'integrit?? delle immagini prima di masterizzarle!
+ NOTA: Cliccare qui per saperne di pi?? su quale dispositivo si necessita per l'installazione.
+ ]]> +
+
+ 210 Rilasciata Frugalware 1.5rc1 (Mores)! Fri, 15 Jul 2011 00:45:42 +0200 From melko at frugalware.org Mon Aug 1 11:52:20 2011 From: melko at frugalware.org (Melko) Date: Mon, 1 Aug 2011 11:52:20 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * fix typo in news 211 Message-ID: <20110801095220.127DEBAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=5e890cb0030239c837b831214d7d83a57e4a6607 commit 5e890cb0030239c837b831214d7d83a57e4a6607 Author: Melko Date: Mon Aug 1 11:51:25 2011 +0200 * fix typo in news 211 diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 811a570..4971042 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -53,7 +53,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
  • New features:
      -
    • Our Vim package gained Python nsupport.
    • +
    • Our Vim package gained Python support.
  • From vmiklos at frugalware.org Mon Aug 1 11:59:51 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 1 Aug 2011 11:59:51 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: kdebase-workspace-4.6.5-3-i686 Message-ID: <20110801095951.EA8D7BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=11f1bb065d303f83ecd97be73eb6392b7dc4c4d2 commit 11f1bb065d303f83ecd97be73eb6392b7dc4c4d2 Author: Miklos Vajna Date: Mon Aug 1 11:59:02 2011 +0200 kdebase-workspace-4.6.5-3-i686 - add missing 'setxkbmap' and 'xmodmap' deps diff --git a/source/kde/kdebase-workspace/FrugalBuild b/source/kde/kdebase-workspace/FrugalBuild index 06bc1cc..fcb8472 100644 --- a/source/kde/kdebase-workspace/FrugalBuild +++ b/source/kde/kdebase-workspace/FrugalBuild @@ -5,14 +5,15 @@ USE_GPSD=${USE_GPSD:-"n"} USE_NETWORKMANAGER=${USE_NETWORKMANAGER:-"n"} pkgname=kdebase-workspace -pkgrel=2 +pkgrel=3 pkgdesc="Programs specific for the KDE4 desktop." groups=('kde') archs=('i686' 'x86_64' 'ppc') Finclude kde ## these have to go to package-to-be-desktop-default once we know what the virtual package is called here. rodepends=("${rodepends[@]}" 'xorg-server>=1.6.1' 'kde-frugalware>=1.5' \ - 'xsetroot' 'xmessage' 'xrandr' 'xset' 'xprop' 'xrdb' 'dbus-x11' 'consolekit-x11') + 'xsetroot' 'xmessage' 'xrandr' 'xset' 'xprop' 'xrdb' 'dbus-x11' 'consolekit-x11' \ + 'setxkbmap' 'xmodmap') depends=() makedepends=("${makedepends[@]}" "ksgmltools2>=$_F_kde_ver" "kdelibs>=$_F_kde_ver" \ 'python' 'boost>=1.46.1' 'bluez>=4.87' "libkdewidgets>=$_F_kde_ver" "libqtdesigner>=$_F_kde_qtver" \ From pingax at frugalware.fr Mon Aug 1 14:18:12 2011 From: pingax at frugalware.fr (Pingax) Date: Mon, 1 Aug 2011 14:18:12 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * Spanish translation of news #211 Message-ID: <20110801121812.0C3BCBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=3a75ca169cca4a4371ec7958eea0f97216aca420 commit 3a75ca169cca4a4371ec7958eea0f97216aca420 Author: Nekrodes Date: Mon Aug 1 13:11:55 2011 +0200 * Spanish translation of news #211 diff --git a/frugalware/xml/news_es.xml b/frugalware/xml/news_es.xml index 100b7d8..727cf27 100644 --- a/frugalware/xml/news_es.xml +++ b/frugalware/xml/news_es.xml @@ -22,6 +22,43 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 211 + Frugalware 1.5rc2 (Mores) disponible + Lun, 01 Ago 2011 00:15:14 +0200 + Miklos Vajna + 0 + anunciarles la disponibilidad inmediata de Frugalware 1.5rc2, la segunda candidata de la futura estable 1.5.

    +

    Aqu?? ten??is algunas de las mejoras, correcciones y actualizaciones m??s importantes desde la 1.5rc1:
    +

      +
    • Paquetes actualizados: +
        +
      • Linux Kernel 2.6.39.3
      • +
      • XOrg server 1.10.3
      • +
      • LXDE updated + (lxsession-lite-0.4.6,lxpanel-0.5.7,lxlauncher-0.2.2,lxterminal-0.1.10...)
      • +
      • Disponible la versi??n 1.0.1 de las librerias EFL
      • +
      • Mozilla Firefox 5.0.1
      • +
      • 245 paquetes actualizados
      • +
      • 20 paquetes nuevos
      • +
      +
    • +
    • Nuevas mejoras: +
        +
      • Nuestro paquete Vim viene con soporte para Python.
      • +
      +
    • +
    + Por favor, leed el Testing ChangeLog (en ingl??s) de Frugalware para m??s informaci??n.
    + Descargas para i686: Mirad nuestra lista de mirror. ??No olvid??is de comprobar la integridad de las im??genes de instalaci??n antes de grabarlas!
    + NOTA: Haz click aqu?? (en ingl??s) para saber m??s sobre que dispositivo necesitas para la instalaci??n.
    +
    +
    + Traducido por Nekrodes. + ]]> +
    +
    + 210 Frugalware 1.5rc1 (Mores) disponible Vie, 15 Jul 2011 00:45:42 +0200 From devil505linux at gmail.com Mon Aug 1 14:49:54 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 1 Aug 2011 14:49:54 +0200 (CEST) Subject: [Frugalware-git] devil505temp: yad-0.12.90-1-i686 * version bump Message-ID: <20110801124954.0DBD0BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=f0ae18459bbcf0db86bab3d9fc64515983b4cff7 commit f0ae18459bbcf0db86bab3d9fc64515983b4cff7 Author: Devil505 Date: Mon Aug 1 14:47:55 2011 +0200 yad-0.12.90-1-i686 * version bump diff --git a/source/xlib-extra/yad/FrugalBuild b/source/xlib-extra/yad/FrugalBuild index d4a36a1..d5b3787 100644 --- a/source/xlib-extra/yad/FrugalBuild +++ b/source/xlib-extra/yad/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=yad -pkgver=0.12.4 +pkgver=0.12.90 pkgrel=1 pkgdesc="Display graphical dialogs from shell scripts or command line" _F_googlecode_ext=".tar.xz" @@ -12,4 +12,4 @@ makedepends=('intltool') options=('scriptlet') groups=('xlib-extra') archs=('i686' 'x86_64') -sha1sums=('da25e482f29e1559ee960e0f3051259ac0dca98a') +sha1sums=('837f3f9b6e41d8fd1bf39a95f597f50016abfc35') From devil505linux at gmail.com Mon Aug 1 14:59:02 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 1 Aug 2011 14:59:02 +0200 (CEST) Subject: [Frugalware-git] devil505temp: teeworlds-0.6.1-1-i686 * version bump Message-ID: <20110801125902.05873BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=6bb28ef3e1f6ae8f312baa15ccf737c5ee7b602f commit 6bb28ef3e1f6ae8f312baa15ccf737c5ee7b602f Author: Devil505 Date: Mon Aug 1 14:55:13 2011 +0200 teeworlds-0.6.1-1-i686 * version bump diff --git a/source/games-extra/teeworlds/FrugalBuild b/source/games-extra/teeworlds/FrugalBuild index adf3cba..14afad4 100644 --- a/source/games-extra/teeworlds/FrugalBuild +++ b/source/games-extra/teeworlds/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=teeworlds -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=1 pkgdesc="a multiplayer 2D shooter." url="http://teeworlds.com" @@ -10,9 +10,9 @@ depends=('libglu' 'freetype2' 'sdl') makedepends=('bam') groups=('games-extra') archs=('i686' 'x86_64') -up2date="Flasttar $url/?page=downloads | sed 's/_src//g'" -source=($url/files/$pkgname-$pkgver-src.tar.gz $pkgname.png) -sha1sums=('17464e17ea0a5c00573d6b994cccc40d9ab4d31f' \ +up2date="Flasttar $url/?page=downloads | sed 's/_source//g'" +source=($url/files/$pkgname-$pkgver-source.tar.gz $pkgname.png) +sha1sums=('27f74db7c035143c7b539acc7aab7fb825b972ab' \ '0df9842e7a3ed9c1c40f92954f735b952946ac69') _F_desktop_name="TeeWorlds" @@ -20,7 +20,7 @@ _F_desktop_icon="$pkgname.png" _F_desktop_categories="Game;ArcadeGame;" build() { - Fcd "$pkgname-$pkgver-source" + Fcd "$pkgname-b177-r50edfd37-source" bam server_release client_release || Fdie Fmkdir usr/share/$pkgname/data cp -r data/* $Fdestdir/usr/share/$pkgname/data || Fdie From devil505linux at gmail.com Mon Aug 1 15:00:28 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 1 Aug 2011 15:00:28 +0200 (CEST) Subject: [Frugalware-git] devil505temp: msn-pecan-0.1.3-1-i686 * version bump Message-ID: <20110801130028.0B8ECBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=853a345d45e55b701f393b7913767209861e5d42 commit 853a345d45e55b701f393b7913767209861e5d42 Author: Devil505 Date: Mon Aug 1 14:58:37 2011 +0200 msn-pecan-0.1.3-1-i686 * version bump diff --git a/source/xapps-extra/msn-pecan/FrugalBuild b/source/xapps-extra/msn-pecan/FrugalBuild index 70bcf40..9465cbd 100644 --- a/source/xapps-extra/msn-pecan/FrugalBuild +++ b/source/xapps-extra/msn-pecan/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=msn-pecan -pkgver=0.1.2 +pkgver=0.1.3 pkgrel=1 pkgdesc="A fork of the MSN protocol plugin for libpurple (Pidgin/Finch) using the WLM protocol instead of MSN." depends=(' pidgin>=2.5.6-2' 'zlib') @@ -11,4 +11,4 @@ Finclude googlecode options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('73ad00ac612329aace5c29c53a9591dd7b7c6901') +sha1sums=('6ee4eacd8bb6e09bcb12da0a848fdad19ca2ba7c') From bouleetbil at frogdev.info Mon Aug 1 15:03:20 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 15:03:20 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxde.sh *clean up Message-ID: <20110801130320.C6A4FBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=d25f819e639a80df54d5b528f958e6ad4cff538e commit d25f819e639a80df54d5b528f958e6ad4cff538e Author: bouleetbil Date: Mon Aug 1 15:02:01 2011 +0200 lxde.sh *clean up diff --git a/source/include/lxde.sh b/source/include/lxde.sh index 5fdafb7..4977fc1 100644 --- a/source/include/lxde.sh +++ b/source/include/lxde.sh @@ -14,40 +14,25 @@ # -------------------------------------------------- # pkgname=menu-cache # pkgver=0.3.2 -# pkgrel=1 # pkgdesc="library creating and utilizing caches to speed up the manipulation for freedesktop.org defined application menus" # depends=('glib2') # makedepends=('intltool') # options=('scriptlet') # groups=('xlib-extra') # archs=('i686' 'x86_64' 'ppc') -# _F_lxde_sep="%20" # Finclude lxde # sha1sums=('1c92ae19326a18ca9ce588704a5d8e746a8ec244') # -------------------------------------------------- # # == OPTIONS -# * _F_lxde_name (defaults to $pkgname): if you want to use a custom package -# name (for example the upstream name contains uppercase letters) then use this -# to declare the real name +# * _Fuse_gtk3 build package with gtk3 support +# _Fuse_gtk3="n" for disable gtk3 support ### -#only use by up2date -if [ -z "$_F_lxde_name" ]; then - _F_lxde_name=$pkgname -fi -if [ -z "$_F_lxde_dir" ]; then - _F_lxde_dir=$_F_lxde_name -fi -if [ -z "$_F_lxde_sep" ]; then - _F_lxde_sep="-" -fi -if [ -z "$_Fuse_Sourceforge" ]; then - _Fuse_Sourceforge="n" -fi if [ -z "$_Fuse_gtk3" ]; then Fconfopts="${Fconfopts[@]} --enable-gtk3" fi + ### # == OVERWRITTEN VARIABLES # * up2date @@ -56,18 +41,10 @@ fi ### _F_sourceforge_dirname="lxde" -if [[ "$_Fuse_Sourceforge" == "y" ]] ; then - _F_sourceforge_name=$_F_lxde_name - _F_sourceforge_sep=$_F_lxde_sep -fi - +_F_sourceforge_rss_limit=300 Finclude sourceforge url="http://lxde.org/" -if [[ "$_Fuse_Sourceforge" == "n" ]] ; then - up2date="lynx -dump http://sourceforge.net/projects/lxde/files/$_F_lxde_dir/ | grep 'http.*lxde/.*$_F_lxde_dir/.*/$' |sed 's|.*/\(.*\)/|\1|;q' | sed 's|${_F_lxde_name}${_F_lxde_sep}||'" -fi - ### # == APPENDED VARIABLES # * lxde-desktop to groups() From bouleetbil at frogdev.info Mon Aug 1 15:03:20 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 15:03:20 +0200 (CEST) Subject: [Frugalware-git] bouletmp: gtknetcat-0.1-6-i686 *clean up Message-ID: <20110801130320.D99A3BAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=536d3657d9bf60fe6b2d3eaa4f999fce3b511667 commit 536d3657d9bf60fe6b2d3eaa4f999fce3b511667 Author: bouleetbil Date: Mon Aug 1 15:03:03 2011 +0200 gtknetcat-0.1-6-i686 *clean up diff --git a/source/xapps-extra/gtknetcat/FrugalBuild b/source/xapps-extra/gtknetcat/FrugalBuild index 443365f..c08c5d2 100644 --- a/source/xapps-extra/gtknetcat/FrugalBuild +++ b/source/xapps-extra/gtknetcat/FrugalBuild @@ -8,9 +8,6 @@ depends=('gtk+2>=2.16.2-2' 'libxdamage>=1.1.1-3' 'netcat') rodepends=('pygtk>=2.14.1-2') makedepends=('intltool') groups=('xapps-extra') -_F_lxde_dir="GtkNetCat%20%28GUI%20for%20netcat%29" -_F_lxde_name="GtkNetCat" -_F_lxde_sep="%20" Finclude lxde pkgrel=6 options=('scriptlet') From devil505linux at gmail.com Mon Aug 1 15:04:41 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 1 Aug 2011 15:04:41 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: vagalume-0.8.3-3-i686 * fixing up2date Message-ID: <20110801130441.1BF45BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0ba8744fc9b8b257e902ea17145b38640716c0d9 commit 0ba8744fc9b8b257e902ea17145b38640716c0d9 Author: Devil505 Date: Mon Aug 1 15:02:44 2011 +0200 vagalume-0.8.3-3-i686 * fixing up2date diff --git a/source/gnome-extra/vagalume/FrugalBuild b/source/gnome-extra/vagalume/FrugalBuild index cbf4393..84c3bcd 100644 --- a/source/gnome-extra/vagalume/FrugalBuild +++ b/source/gnome-extra/vagalume/FrugalBuild @@ -16,7 +16,7 @@ Finclude gnome-scriptlet groups=('gnome-extra') archs=('i686' 'x86_64') Fpkgversep="_" -up2date="Flasttar $url/files/source/ | sed 's/.orig//g'" +up2date="Flasttar $url/files/source/" _F_cd_path="$pkgname-$pkgver.orig" source=($url/files/source/$pkgname$Fpkgversep$pkgver.orig.tar.gz) sha1sums=('47023bd52e432768c1808030538b492102e256de') From bouleetbil at frogdev.info Mon Aug 1 15:05:22 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 15:05:22 +0200 (CEST) Subject: [Frugalware-git] bouletmp: gtk+3-3.0.12-2-x86_64 *fix glib schema Message-ID: <20110801130522.18010BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=d97b6819f32498461670e8a47327256f671976c1 commit d97b6819f32498461670e8a47327256f671976c1 Author: bouleetbil Date: Mon Aug 1 14:55:14 2011 +0200 gtk+3-3.0.12-2-x86_64 *fix glib schema diff --git a/source/xlib/gtk+3/FrugalBuild b/source/xlib/gtk+3/FrugalBuild index f80c7f3..001308d 100644 --- a/source/xlib/gtk+3/FrugalBuild +++ b/source/xlib/gtk+3/FrugalBuild @@ -4,7 +4,7 @@ pkgname=gtk+3 _F_gnome_name=gtk+ pkgver=3.0.12 -pkgrel=1 +pkgrel=2 pkgdesc="The GTK+ Toolkit (3.x series)" depends=('libxext' 'libxfixes' 'cairo' 'libgcc' 'libjpeg' 'libtiff' 'libcups' \ 'atk' 'pango' 'libxinerama' 'libxcomposite' 'libxcursor' \ @@ -14,7 +14,8 @@ groups=('xlib') makedepends=('gtk-doc' 'cups' 'inputproto' 'gobject-introspection') archs=('i686' 'x86_64' 'ppc' 'arm') _F_gnome_git="n" -Finclude gnome +_F_gnome_glib="y" +Finclude gnome gnome-scriptlet url="http://www.gtk.org/" _F_cd_path="gtk+-$pkgver" source=($source im-cedilla.conf) @@ -109,6 +110,7 @@ build() { Fmkdir /etc/gtk-3.0 echo 'gtk-fallback-icon-theme = "gnome"' > $Fdestdir/etc/gtk-3.0/gtkrc || Fdie + Fbuild_gnome_scriptlet } # optimization OK From bouleetbil at frogdev.info Mon Aug 1 15:06:53 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 15:06:53 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxappearance-0.5.1-1-i686 *clean up Message-ID: <20110801130653.EF224BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=b42e99c4211c771bdd0b78cdbc68fec939e4efd5 commit b42e99c4211c771bdd0b78cdbc68fec939e4efd5 Author: bouleetbil Date: Mon Aug 1 15:05:42 2011 +0200 lxappearance-0.5.1-1-i686 *clean up diff --git a/source/xapps-extra/lxappearance/FrugalBuild b/source/xapps-extra/lxappearance/FrugalBuild index 12ccc66..a0a4275 100644 --- a/source/xapps-extra/lxappearance/FrugalBuild +++ b/source/xapps-extra/lxappearance/FrugalBuild @@ -12,7 +12,6 @@ options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') Finclude lxde -up2date="Flasttar http://sourceforge.net/projects/lxde/files/LXAppearance/" sha1sums=('5cdff02e2c0ba268dbcbe2a9aa5febe3daa7e842') conflicts=('gtk-theme-switch2' 'gtk-chtheme') replaces=(${conflicts[@]}) From bouleetbil at frogdev.info Mon Aug 1 15:08:22 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 15:08:22 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxinput-0.3.1-1-i686 *clean up Message-ID: <20110801130822.95B3BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=32d0738babee865fae54cbb923dae279cf16a866 commit 32d0738babee865fae54cbb923dae279cf16a866 Author: bouleetbil Date: Mon Aug 1 15:08:10 2011 +0200 lxinput-0.3.1-1-i686 *clean up diff --git a/source/xapps-extra/lxinput/FrugalBuild b/source/xapps-extra/lxinput/FrugalBuild index 56e0ddf..87f38ca 100644 --- a/source/xapps-extra/lxinput/FrugalBuild +++ b/source/xapps-extra/lxinput/FrugalBuild @@ -7,7 +7,7 @@ pkgdesc="Keyboard and mouse settings dialog for LXDE" depends=('gtk+3' 'xcb-util>=0.3.8') makedepends=('gettext' 'intltool' 'desktop-file-utils') options=('scriptlet') -groups=('xapps-extra' 'lxde-desktop') +groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') Finclude lxde sha1sums=('eb4a846b90e353f2201de23860888f3e6bc9061b') From devil505linux at gmail.com Mon Aug 1 15:09:03 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 1 Aug 2011 15:09:03 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libgexiv2-0.3.1-1-i686 * fixing up2date Message-ID: <20110801130903.D6B26BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0956d829c6b4ed3103717b3d79fd4737ca1aefbf commit 0956d829c6b4ed3103717b3d79fd4737ca1aefbf Author: Devil505 Date: Mon Aug 1 15:07:18 2011 +0200 libgexiv2-0.3.1-1-i686 * fixing up2date diff --git a/source/lib-extra/libgexiv2/FrugalBuild b/source/lib-extra/libgexiv2/FrugalBuild index 781d553..78cdcca 100644 --- a/source/lib-extra/libgexiv2/FrugalBuild +++ b/source/lib-extra/libgexiv2/FrugalBuild @@ -9,8 +9,8 @@ url="http://trac.yorba.org/wiki/gexiv2" depends=('exiv2>=0.21' 'glib2') groups=('lib-extra') archs=('i686' 'x86_64') -up2date="Flasttar $url" -source=(http://yorba.org/download/gexiv2/0.3/$pkgname-$pkgver.tar.bz2) +up2date="Flasttar http://yorba.org/download/gexiv2/stable/" +source=(http://yorba.org/download/gexiv2/stable/$pkgname-$pkgver.tar.bz2) sha1sums=('828894bb4bcb4625820b8c0c468417e9cd8c5c2f') # optimization OK From bouleetbil at frogdev.info Mon Aug 1 15:09:52 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 15:09:52 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxde-common-0.5.5-2-i686 *clean up Message-ID: <20110801130952.87005BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=1c2c676e70e49ef9b9f475dd8815d196e4de5077 commit 1c2c676e70e49ef9b9f475dd8815d196e4de5077 Author: bouleetbil Date: Mon Aug 1 15:09:41 2011 +0200 lxde-common-0.5.5-2-i686 *clean up diff --git a/source/xlib-extra/lxde-common/FrugalBuild b/source/xlib-extra/lxde-common/FrugalBuild index c3ebb5b..364fb29 100644 --- a/source/xlib-extra/lxde-common/FrugalBuild +++ b/source/xlib-extra/lxde-common/FrugalBuild @@ -9,9 +9,6 @@ rodepends=('lxde-icon-theme') replaces=('lxde-settings-daemon') groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') -_F_sourceforge_ext=".tar.gz" -_F_lxde_dir="lxde-common%20%28default%20config%29" -_F_lxde_sep="%20" Finclude lxde pkgrel=2 source=($source \ From devil505linux at gmail.com Mon Aug 1 15:11:46 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 1 Aug 2011 15:11:46 +0200 (CEST) Subject: [Frugalware-git] devil505temp: picard-0.15.1-1-i686 * version bump Message-ID: <20110801131146.25ABFBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=6dc115d84909cff3b6ab01e169d248f6be8a4acf commit 6dc115d84909cff3b6ab01e169d248f6be8a4acf Author: Devil505 Date: Mon Aug 1 15:09:46 2011 +0200 picard-0.15.1-1-i686 * version bump diff --git a/source/xmultimedia-extra/picard/FrugalBuild b/source/xmultimedia-extra/picard/FrugalBuild index ac9fe59..798fc78 100644 --- a/source/xmultimedia-extra/picard/FrugalBuild +++ b/source/xmultimedia-extra/picard/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Christian Hamar alias krix pkgname=picard -pkgver=0.15 +pkgver=0.15.1 pkgrel=1 pkgdesc="The next generation MusicBrainz tagger" url="http://musicbrainz.org/doc/PicardTagger" @@ -17,7 +17,7 @@ Finclude gnome-scriptlet python up2date="lynx -dump 'http://ftp.musicbrainz.org/pub/musicbrainz/$pkgname/?C=M;O=D'|grep $pkgname.*tar.gz$|sed -n 's/.*-\(.*\)\.t.*/\1/;1 p'" source=(ftp://ftp.musicbrainz.org/pub/musicbrainz/$pkgname/$pkgname-$pkgver.tar.gz \ http://users.musicbrainz.org/~outsidecontext/picard/plugins/coverart.py) -sha1sums=('14749051099d4ca62047d0ca58ae28a03ac1c34b' \ +sha1sums=('91b461430add978f0b07ae738ce1b9de616998f4' \ '0c244339da6d4786d3a316f0b9a8856c839944d9') build() { From bouleetbil at frogdev.info Mon Aug 1 15:13:12 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 15:13:12 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxpanel-0.5.8-1-i686 *switch to lxde.sh Message-ID: <20110801131312.4AE75BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=203a35cc56db50a097229adc9087a006c4c5acc8 commit 203a35cc56db50a097229adc9087a006c4c5acc8 Author: bouleetbil Date: Mon Aug 1 15:12:50 2011 +0200 lxpanel-0.5.8-1-i686 *switch to lxde.sh diff --git a/source/x11-extra/lxpanel/FrugalBuild b/source/x11-extra/lxpanel/FrugalBuild index 8b68dc7..9f2e15c 100644 --- a/source/x11-extra/lxpanel/FrugalBuild +++ b/source/x11-extra/lxpanel/FrugalBuild @@ -10,11 +10,9 @@ depends=('wireless_tools' 'gtk+2' 'alsa-lib' 'libxpm' 'libxdamage' 'freetype2' \ rodepends=('pcmanfm' 'lxsession-lite' 'gtk+2-engines' 'gtk+2-theme-frugalware') makedepends=('intltool') options=('scriptlet') -groups=('x11-extra' 'lxde-desktop') +groups=('x11-extra') archs=('i686' 'x86_64' 'ppc') -_F_sourceforge_dirname="lxde" -Finclude sourceforge -url="http://lxde.org/" +Finclude lxde sha1sums=('a9d6bd9d15a3588fb959aa32880ad888c58359f7') # optimization OK From bouleetbil at frogdev.info Mon Aug 1 15:14:54 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 15:14:54 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxterminal-0.1.11-2-i686 *clean up Message-ID: <20110801131454.DCFFFBAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=ad6190364c8e9ec938300113ee3a2bac3fc64d82 commit ad6190364c8e9ec938300113ee3a2bac3fc64d82 Author: bouleetbil Date: Mon Aug 1 15:14:41 2011 +0200 lxterminal-0.1.11-2-i686 *clean up diff --git a/source/xapps-extra/lxterminal/FrugalBuild b/source/xapps-extra/lxterminal/FrugalBuild index 708b5de..fd2d4b3 100644 --- a/source/xapps-extra/lxterminal/FrugalBuild +++ b/source/xapps-extra/lxterminal/FrugalBuild @@ -9,10 +9,6 @@ depends=('gtk+2' 'vte' 'libxft' 'libxau' 'libxdmcp' 'libice' \ makedepends=('perl-xml-parser' 'intltool') options=('scriptlet') groups=('xapps-extra') -archs=('i686' 'x86_64' 'ppc') -_F_lxde_dir="LXTerminal%20%28terminal%20emulator%29" -_F_lxde_sep="%20" -_F_lxde_name="LXTerminal" _Fuse_gtk3="n" Finclude lxde pkgrel=2 From bouleetbil at frogdev.info Mon Aug 1 15:16:56 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 15:16:56 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxsession-lite-0.4.6.1-1-i686 *clean up Message-ID: <20110801131656.D3E47BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=805f3236faa395f294e2297620c9f17849ce2d0a commit 805f3236faa395f294e2297620c9f17849ce2d0a Author: bouleetbil Date: Mon Aug 1 15:16:45 2011 +0200 lxsession-lite-0.4.6.1-1-i686 *clean up diff --git a/source/x11-extra/lxsession-lite/FrugalBuild b/source/x11-extra/lxsession-lite/FrugalBuild index 897144c..a6f001e 100644 --- a/source/x11-extra/lxsession-lite/FrugalBuild +++ b/source/x11-extra/lxsession-lite/FrugalBuild @@ -8,11 +8,8 @@ depends=('libxml2>=2.7.8' 'libice' 'glibc' 'gtk+3' 'freetype2' 'libxau>=1.0.4' ' rodepends=('lxde-common>=0.5.0' 'openbox' 'xorg-server>=1.6.1' 'libxinerama' 'libxrandr' 'libxcursor') makedepends=('intltool') options=('scriptlet') -groups=('x11-extra' 'lxde-desktop') -archs=('i686' 'x86_64' 'ppc') -_F_lxde_dir="LXSession%20%28session%20manager%29/" -_F_lxde_name="lxsession" -_Fuse_Sourceforge="y" +groups=('x11-extra') +_F_sourceforge_name="lxsession" Finclude lxde sha1sums=('ef7f74617f7555f3e292b670099ef44389a9a849') _F_cd_path=$_F_sourceforge_name-$pkgver From bouleetbil at frogdev.info Mon Aug 1 15:18:03 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 15:18:03 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxpolkit-0.1.0-2-i686 *clean up Message-ID: <20110801131803.C1069BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=e087c77f0db17713b84771f9ca8d9b76c3cba061 commit e087c77f0db17713b84771f9ca8d9b76c3cba061 Author: bouleetbil Date: Mon Aug 1 15:17:40 2011 +0200 lxpolkit-0.1.0-2-i686 *clean up diff --git a/source/xlib-extra/lxpolkit/FrugalBuild b/source/xlib-extra/lxpolkit/FrugalBuild index e9f6999..7c3d147 100644 --- a/source/xlib-extra/lxpolkit/FrugalBuild +++ b/source/xlib-extra/lxpolkit/FrugalBuild @@ -8,8 +8,6 @@ depends=('polkit' 'gtk+3') makedepends=('intltool') options=('scriptlet') groups=('xlib-extra') -_F_lxde_dir="LXPolkit" -_Fuse_Sourceforge="y" Finclude lxde pkgrel=2 sha1sums=('8278cd59bc83a8104c1e2316facfbf9a1a6fe121') From bouleetbil at frogdev.info Mon Aug 1 15:21:05 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 15:21:05 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxshortcut-0.1.2-2-i686 *clean up Message-ID: <20110801132105.DC712BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=5de477405a5915bf5c28aee566df74c23893192b commit 5de477405a5915bf5c28aee566df74c23893192b Author: bouleetbil Date: Mon Aug 1 15:20:53 2011 +0200 lxshortcut-0.1.2-2-i686 *clean up diff --git a/source/xapps-extra/lxshortcut/FrugalBuild b/source/xapps-extra/lxshortcut/FrugalBuild index 71d50ff..e75791c 100644 --- a/source/xapps-extra/lxshortcut/FrugalBuild +++ b/source/xapps-extra/lxshortcut/FrugalBuild @@ -9,9 +9,6 @@ depends=('gtk+3' 'glibc' 'libxau>=1.0.4' 'libxdmcp' 'freetype2' 'libxdamage' \ makedepends=('intltool') options=('scriptlet') groups=('xapps-extra') -_F_lxde_dir="LXShortcut%20%28edit%20app%20shortcut%29" -_F_lxde_name="LXShortcut" -_F_lxde_sep="%20" Finclude lxde pkgrel=2 sha1sums=('92e4510313b6c2225edc7dd49f6b4d889303ddc3') From bouleetbil at frogdev.info Mon Aug 1 15:21:44 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 15:21:44 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxmenu-data-0.1.2-1-i686 *clean up Message-ID: <20110801132144.0E896BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=539d1586a04946939ac871913527ac7f91531e92 commit 539d1586a04946939ac871913527ac7f91531e92 Author: bouleetbil Date: Mon Aug 1 15:21:30 2011 +0200 lxmenu-data-0.1.2-1-i686 *clean up diff --git a/source/xlib-extra/lxmenu-data/FrugalBuild b/source/xlib-extra/lxmenu-data/FrugalBuild index f7d6c62..6fefb63 100644 --- a/source/xlib-extra/lxmenu-data/FrugalBuild +++ b/source/xlib-extra/lxmenu-data/FrugalBuild @@ -3,15 +3,11 @@ pkgname=lxmenu-data pkgver=0.1.2 -pkgrel=1 pkgdesc="Provides files required to build freedesktop.org menu spec-compliant desktop menus for LXDE." depends=('glib2') makedepends=('intltool') options=('scriptlet') groups=('xlib-extra') -archs=('i686' 'x86_64' 'ppc') -_F_lxde_dir="lxmenu-data%20%28desktop%20menu%29" -_F_lxde_sep="%20" Finclude lxde sha1sums=('57490607f67d43167beb326ebc927524dd6dd1ab') From bouleetbil at frogdev.info Mon Aug 1 15:25:08 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 15:25:08 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxappearance-obconf-0.0.1-1-i686 *clean up Message-ID: <20110801132508.346B7BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=a4b0f532c9e94cd0fc106b4b0c59753ee7493061 commit a4b0f532c9e94cd0fc106b4b0c59753ee7493061 Author: bouleetbil Date: Mon Aug 1 15:24:57 2011 +0200 lxappearance-obconf-0.0.1-1-i686 *clean up diff --git a/source/xapps-extra/lxappearance-obconf/FrugalBuild b/source/xapps-extra/lxappearance-obconf/FrugalBuild index c205aa2..ffe103a 100644 --- a/source/xapps-extra/lxappearance-obconf/FrugalBuild +++ b/source/xapps-extra/lxappearance-obconf/FrugalBuild @@ -3,15 +3,12 @@ pkgname=lxappearance-obconf pkgver=0.0.1 -pkgrel=1 pkgdesc="LXAppearance obconf plugin " depends=("lxappearance" "obconf" "gtk+3") makedepends=('intltool') options=('scriptlet') groups=('xapps-extra') -archs=('i686' 'x86_64' 'ppc') Finclude lxde -up2date="Flasttar http://sourceforge.net/projects/lxde/files/LXAppearance%20Obconf/" sha1sums=('9c45fb111391779a504908b6b7edd0490704daa2') # optimization OK From bouleetbil at frogdev.info Mon Aug 1 18:31:43 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 18:31:43 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxrandr-0.1.2-2-i686 *clean up Message-ID: <20110801163143.440ADBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=5e9c59ee58e490d40f910165efa7a70bfec01c2b commit 5e9c59ee58e490d40f910165efa7a70bfec01c2b Author: bouleetbil Date: Mon Aug 1 18:31:30 2011 +0200 lxrandr-0.1.2-2-i686 *clean up diff --git a/source/xapps-extra/lxrandr/FrugalBuild b/source/xapps-extra/lxrandr/FrugalBuild index 8d3172f..da2173a 100644 --- a/source/xapps-extra/lxrandr/FrugalBuild +++ b/source/xapps-extra/lxrandr/FrugalBuild @@ -9,9 +9,7 @@ depends=('gtk+3' 'glibc' 'freetype2' 'libxau>=1.0.4' \ makedepends=('intltool') rodepends=('xrandr') options=('scriptlet') -groups=('xapps-extra' 'lxde-desktop') -archs=('i686' 'x86_64' 'ppc') -_Fuse_Sourceforge="y" +groups=('xapps-extra') Finclude lxde pkgrel=2 sha1sums=('5e2642c2e1f4c001ca27a8634ff621fd2fd7892a') From bouleetbil at frogdev.info Mon Aug 1 18:33:55 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 18:33:55 +0200 (CEST) Subject: [Frugalware-git] bouletmp: gpicview-0.2.2-2-i686 *clean up Message-ID: <20110801163355.27789BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=bceb39b2edfdabdf1c1c726b3e608f91265247bc commit bceb39b2edfdabdf1c1c726b3e608f91265247bc Author: bouleetbil Date: Mon Aug 1 18:33:42 2011 +0200 gpicview-0.2.2-2-i686 *clean up diff --git a/source/xapps-extra/gpicview/FrugalBuild b/source/xapps-extra/gpicview/FrugalBuild index d08222a..1d00203 100644 --- a/source/xapps-extra/gpicview/FrugalBuild +++ b/source/xapps-extra/gpicview/FrugalBuild @@ -6,14 +6,11 @@ pkgver=0.2.2 pkgdesc="A simple and fast image viewer for X, from the LXDE project" depends=('libxml2>=2.7.8' 'gtk+2' 'libxdamage>=1.1.1-3') makedepends=('intltool') -_F_lxde_dir="GPicView%20%28image%20Viewer%29/" -_F_lxde_name="GPicView" -_F_lxde_sep="%20" +groups=('xapps-extra') _Fuse_gtk3="n" Finclude lxde +pkgrel=2 options=('scriptlet') -groups=('xapps-extra') -archs=('i686' 'x86_64' 'ppc') sha1sums=('bde109c23dc9497f18a06944cd38c95dc8f34821') # optimization OK From bouleetbil at frogdev.info Mon Aug 1 18:35:11 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 18:35:11 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxsession-edit-0.2.0-2-i686 *clean up Message-ID: <20110801163511.4EA1ABAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=95e874dee7d325cd331d7c38198b31475ba0ab22 commit 95e874dee7d325cd331d7c38198b31475ba0ab22 Author: bouleetbil Date: Mon Aug 1 18:34:56 2011 +0200 lxsession-edit-0.2.0-2-i686 *clean up diff --git a/source/xapps-extra/lxsession-edit/FrugalBuild b/source/xapps-extra/lxsession-edit/FrugalBuild index c0e7ba2..9be44ba 100644 --- a/source/xapps-extra/lxsession-edit/FrugalBuild +++ b/source/xapps-extra/lxsession-edit/FrugalBuild @@ -9,9 +9,6 @@ depends=('gtk+3' 'glibc' 'libxau' 'libxdmcp' 'freetype2' 'libxdamage' \ makedepends=('intltool') options=('scriptlet') groups=('xapps-extra') -archs=('i686' 'x86_64' 'ppc') -_F_lxde_dir="LXSession%20Edit" -_F_lxde_sep="%20" _F_gnome_desktop="y" Finclude lxde gnome-scriptlet sha1sums=('639b5089d50cf2c49afd456d3cefd699ecc7b07c') From bouleetbil at frogdev.info Mon Aug 1 18:38:33 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 18:38:33 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxtask-0.1.4-2-i686 *clean up Message-ID: <20110801163833.7A326BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=dddb0dad59179d15b6a20545202600cdd785638a commit dddb0dad59179d15b6a20545202600cdd785638a Author: bouleetbil Date: Mon Aug 1 18:38:21 2011 +0200 lxtask-0.1.4-2-i686 *clean up diff --git a/source/xapps-extra/lxtask/FrugalBuild b/source/xapps-extra/lxtask/FrugalBuild index a24c8cc..3cd6c99 100644 --- a/source/xapps-extra/lxtask/FrugalBuild +++ b/source/xapps-extra/lxtask/FrugalBuild @@ -8,10 +8,6 @@ depends=('gtk+3' 'glibc' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' 'libxdamage' 'li makedepends=('intltool') options=('scriptlet') groups=('xapps-extra') -archs=('i686' 'x86_64' 'ppc') -_F_lxde_dir="LXTask%20%28task%20manager%29" -_F_lxde_name="LXTask" -_F_lxde_sep="%20" Finclude lxde sha1sums=('caac0942cdc0b600dd9895fb4c62badb7723cded') pkgrel=2 From bouleetbil at frogdev.info Mon Aug 1 18:41:27 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 18:41:27 +0200 (CEST) Subject: [Frugalware-git] bouletmp: menu-cache-0.3.2-1-i686 *clean up Message-ID: <20110801164127.A14A4BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=e193cafa5190eb5ccf5181b510b7382404a63fa8 commit e193cafa5190eb5ccf5181b510b7382404a63fa8 Author: bouleetbil Date: Mon Aug 1 18:41:06 2011 +0200 menu-cache-0.3.2-1-i686 *clean up diff --git a/source/xlib-extra/menu-cache/FrugalBuild b/source/xlib-extra/menu-cache/FrugalBuild index f343340..615af28 100644 --- a/source/xlib-extra/menu-cache/FrugalBuild +++ b/source/xlib-extra/menu-cache/FrugalBuild @@ -9,8 +9,6 @@ depends=('glib2') makedepends=('intltool') options=('scriptlet') groups=('xlib-extra') -archs=('i686' 'x86_64' 'ppc') -_F_lxde_sep="%20" Finclude lxde sha1sums=('1c92ae19326a18ca9ce588704a5d8e746a8ec244') From bouleetbil at frogdev.info Mon Aug 1 18:45:17 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 18:45:17 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxde-icon-theme-0.0.1-1-i686 *clean up Message-ID: <20110801164517.B5EE8BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=6c8e35ab21aca4aa03df879419b50fc5942fc23e commit 6c8e35ab21aca4aa03df879419b50fc5942fc23e Author: bouleetbil Date: Mon Aug 1 18:44:59 2011 +0200 lxde-icon-theme-0.0.1-1-i686 *clean up diff --git a/source/xlib-extra/lxde-icon-theme/FrugalBuild b/source/xlib-extra/lxde-icon-theme/FrugalBuild index 95dfa72..1cb4a55 100644 --- a/source/xlib-extra/lxde-icon-theme/FrugalBuild +++ b/source/xlib-extra/lxde-icon-theme/FrugalBuild @@ -10,7 +10,6 @@ options=('scriptlet') groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') _F_sourceforge_ext=".tar.bz2" -_F_lxde_dir="LXDE%20Icon%20Theme" Finclude lxde sha1sums=('84e487c40ef3b2a1abdca1de53eba251222de122') From bouleetbil at frogdev.info Mon Aug 1 18:46:58 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 18:46:58 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxmusic-0.4.4-6-i686 *clean up Message-ID: <20110801164658.ABFDDBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=6d858d172f2c96e90d8358f3cfacc3d768c9b665 commit 6d858d172f2c96e90d8358f3cfacc3d768c9b665 Author: bouleetbil Date: Mon Aug 1 18:46:44 2011 +0200 lxmusic-0.4.4-6-i686 *clean up diff --git a/source/xapps-extra/lxmusic/FrugalBuild b/source/xapps-extra/lxmusic/FrugalBuild index e916245..2de6cd4 100644 --- a/source/xapps-extra/lxmusic/FrugalBuild +++ b/source/xapps-extra/lxmusic/FrugalBuild @@ -13,14 +13,10 @@ if [ "$CARCH" == "ppc" ]; then replaces=("${replaces[@]}" "audacious-plugins" "audacious") fi groups=('xapps-extra') -archs=('i686' 'x86_64' 'ppc') _F_gnome_iconcache="y" _F_gnome_desktop="y" -_F_lxde_dir="LXMusic%20%28music%20player%29" -_F_lxde_name="LXMusic" -_F_lxde_sep="%20" -Finclude lxde -pkgrel=5 +Finclude lxde gnome gnome-scriptlet +pkgrel=6 source=($source libnotify07.diff) sha1sums=('e5687f01b874d48658489c721e1f1e506baa8506' \ '803d1c59c34730465de96d1e3ad353fbd2882df1') From bouleetbil at frogdev.info Mon Aug 1 18:53:00 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 18:53:00 +0200 (CEST) Subject: [Frugalware-git] bouletmp: lxmusic-0.4.4-6-i686 *typo fix Message-ID: <20110801165300.E7567BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=c4be18aa788e52853d71bb190dbfa38d80188fbd commit c4be18aa788e52853d71bb190dbfa38d80188fbd Author: bouleetbil Date: Mon Aug 1 18:52:45 2011 +0200 lxmusic-0.4.4-6-i686 *typo fix diff --git a/source/xapps-extra/lxmusic/FrugalBuild b/source/xapps-extra/lxmusic/FrugalBuild index 2de6cd4..4710ce3 100644 --- a/source/xapps-extra/lxmusic/FrugalBuild +++ b/source/xapps-extra/lxmusic/FrugalBuild @@ -15,7 +15,7 @@ fi groups=('xapps-extra') _F_gnome_iconcache="y" _F_gnome_desktop="y" -Finclude lxde gnome gnome-scriptlet +Finclude lxde gnome-scriptlet pkgrel=6 source=($source libnotify07.diff) sha1sums=('e5687f01b874d48658489c721e1f1e506baa8506' \ From bouleetbil at frogdev.info Mon Aug 1 18:57:07 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 1 Aug 2011 18:57:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: Merge branch 'master' of git.frugalware.org:/pub/other/people/bouleetbil/bouletmp Message-ID: <20110801165707.12156BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8daa498bf7a18e4fe4d9c939987fd28bb1926b4b commit 8daa498bf7a18e4fe4d9c939987fd28bb1926b4b Merge: 0956d82 c4be18a Author: bouleetbil Date: Mon Aug 1 18:47:20 2011 +0200 Merge branch 'master' of git.frugalware.org:/pub/other/people/bouleetbil/bouletmp From hermier at frugalware.org Mon Aug 1 20:16:07 2011 From: hermier at frugalware.org (Michel Hermier) Date: Mon, 1 Aug 2011 20:16:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: phonon-backend-vlc-0.4.1-1-i686 Message-ID: <20110801181607.AD20EBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=80ec16f0c386d98758addaf821743ae88ec67514 commit 80ec16f0c386d98758addaf821743ae88ec67514 Author: Michel Hermier Date: Mon Aug 1 20:15:14 2011 +0200 phonon-backend-vlc-0.4.1-1-i686 * Bump version (Should add CD and DVD subtitles support). diff --git a/source/xmultimedia/phonon-backend-vlc/FrugalBuild b/source/xmultimedia/phonon-backend-vlc/FrugalBuild index 7e84451..ea68194 100644 --- a/source/xmultimedia/phonon-backend-vlc/FrugalBuild +++ b/source/xmultimedia/phonon-backend-vlc/FrugalBuild @@ -3,14 +3,15 @@ # Contributor: DeX77 pkgname=phonon-backend-vlc -pkgver=0.3.2 -pkgrel=2 +pkgver=0.4.1 +pkgrel=1 pkgdesc="Phonon VLC(Video Lan Client) backend." archs=('i686' 'x86_64' 'ppc') groups=('xmultimedia') +_F_kde_dirname="stable/phonon/$pkgname/$pkgver" Finclude phonon-backend depends=("${depends[@]}" 'vlc') -sha1sums=('a0d4fcd589481c0729c7fe21f06f21fa968757e6') +sha1sums=('7d544e8894789b38cf1b0736e4b0ec300caecb21') # optimization OK From vmiklos at frugalware.org Tue Aug 2 10:38:01 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 2 Aug 2011 10:38:01 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libreoffice-3.4.2.3-1-i686 Message-ID: <20110802083801.88CEABAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5e22fc95ffc639307b77fd92dc0b4e258a62bd3f commit 5e22fc95ffc639307b77fd92dc0b4e258a62bd3f Author: Miklos Vajna Date: Tue Aug 2 10:34:13 2011 +0200 libreoffice-3.4.2.3-1-i686 - upgrade to 3.4.2 (fixes various crashers, eg in lomath) - fix icons in desktop files once again diff --git a/source/xapps/libreoffice/FrugalBuild b/source/xapps/libreoffice/FrugalBuild index d9fd96c..0eab268 100644 --- a/source/xapps/libreoffice/FrugalBuild +++ b/source/xapps/libreoffice/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Laszlo Dvornik pkgname=libreoffice -pkgver=3.4.1.3 +pkgver=3.4.2.3 branch=3.4 pkgrel=1 pkgdesc="LibreOffice Productivity Suite, a fork of OpenOffice.org." @@ -220,7 +220,7 @@ build() for i in base calc draw impress math writer do Fsed "libreoffice$branch" 'libreoffice' $Fdestdir/usr/lib/libreoffice/share/xdg/$i.desktop # Fix Exec= - Fsed "libreoffice${branch/.}" 'libreoffice' $Fdestdir/usr/lib/libreoffice/share/xdg/$i.desktop # Fix Icon= + Fsed "libreoffice${branch/.}-" '' $Fdestdir/usr/lib/libreoffice/share/xdg/$i.desktop # Fix Icon= Fln /usr/lib/libreoffice/share/xdg/$i.desktop /usr/share/applications/$i.desktop done cd - From boobaa at frugalware.org Tue Aug 2 11:51:37 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Tue, 2 Aug 2011 11:51:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: munin-1.2.6-4-i686 Message-ID: <20110802095137.62D12BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f17057e1c32c26f2eeded65059d3884fd2e7aac3 commit f17057e1c32c26f2eeded65059d3884fd2e7aac3 Author: CS?CSY L?szl? Date: Tue Aug 2 11:48:42 2011 +0200 munin-1.2.6-4-i686 install the perl module to its proper place diff --git a/source/network-extra/munin/FrugalBuild b/source/network-extra/munin/FrugalBuild index d02f5b0..6cb7aa5 100644 --- a/source/network-extra/munin/FrugalBuild +++ b/source/network-extra/munin/FrugalBuild @@ -4,7 +4,7 @@ pkgname=munin pkgver=1.2.6 -pkgrel=3 +pkgrel=4 pkgdesc="Munin is a tool for graphing all sorts of information about one or more servers and displaying it in a web interface." Finclude sourceforge url="http://munin.projects.linpro.no/" @@ -14,7 +14,7 @@ archs=('i686' 'x86_64') up2date="lynx -dump $url|grep 'Stable'|sed 's/.*: \(.*\)\ .*D.*/\1/'" source=(${source/$pkgname-/${pkgname}_} Makefile.config munin.cron munin.logrotate README.Frugalware) sha1sums=('bdc6d1767df1ea618071d76f0c4525dda2ea33d9' \ - '0f2df42722449dc9983bc3e1dd8a81406ea95c32' \ + '1ef1cef662f90e0177a67655afb020bf856235b8' \ '876dfcb7c1690be14611db4e9d55b9b40cedac88' \ 'a1ce31369c2278c1f53509178856341f9a9f6cc6' \ '264321148f314a2d28a71b688f414e933a0dee03') @@ -34,7 +34,7 @@ build() Fsed "$Fdestdir\/*" "\/" $Fdestdir/etc/munin/munin.conf Fsed "$Fdestdir"/"" "" $Fdestdir/usr/bin/munin-cron - Fsed "$Fdestdir" "" $Fdestdir/usr/lib/perl5/site_perl/`perl -e 'printf "%vd", $^V'`/Munin.pm + Fsed "$Fdestdir" "" $Fdestdir/usr/lib/perl5/site_perl/current/Munin.pm Fsed "$Fdestdir" "" $Fdestdir/usr/share/munin/munin-graph Fsed "$Fdestdir" "" $Fdestdir/usr/share/munin/munin-html Fsed "$Fdestdir" "" $Fdestdir/usr/share/munin/munin-limits diff --git a/source/network-extra/munin/Makefile.config b/source/network-extra/munin/Makefile.config index 570686f..8a6e69f 100644 --- a/source/network-extra/munin/Makefile.config +++ b/source/network-extra/munin/Makefile.config @@ -52,7 +52,7 @@ PERL = $(shell which perl) PYTHON = /usr/bin/env python # Server only - Where to install the perl libraries -PERLLIB = $(DESTDIR)$(shell $(PERL) -V:sitelib | cut -d= -f2 | sed "s/[\';]//g") +PERLLIB = $(DESTDIR)$(shell $(PERL) -V:sitelib_stem | cut -d= -f2 | sed "s/[\';]//g")/current # Client only - Install plugins for this architecture OSTYPE = $(shell uname | tr '[A-Z]' '[a-z]') From boobaa at frugalware.org Tue Aug 2 11:55:18 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Tue, 2 Aug 2011 11:55:18 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: munin-node-1.2.6-10-i686 Message-ID: <20110802095518.E22ECBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7dc8a456f35120b5d1cdab343f05d55287f4b653 commit 7dc8a456f35120b5d1cdab343f05d55287f4b653 Author: CS?CSY L?szl? Date: Tue Aug 2 11:54:52 2011 +0200 munin-node-1.2.6-10-i686 counterpart of f17057e diff --git a/source/network-extra/munin-node/FrugalBuild b/source/network-extra/munin-node/FrugalBuild index 89de92d..6fe44b9 100644 --- a/source/network-extra/munin-node/FrugalBuild +++ b/source/network-extra/munin-node/FrugalBuild @@ -4,7 +4,7 @@ pkgname=munin-node pkgver=1.2.6 -pkgrel=9 +pkgrel=10 pkgdesc="Munin is a tool for graphing all sorts of information about one or more servers and displaying it in a web interface. (Node)" _F_sourceforge_name="munin" _F_sourceforge_dirname="munin" @@ -17,7 +17,7 @@ archs=('i686' 'x86_64') up2date="lynx -dump $url|grep 'Stable'|sed 's/.*: \(.*\)\ .*D.*/\1/'" source=($source Makefile.config rc.munin-node munin-node.logrotate munin-node.conf) sha1sums=('bdc6d1767df1ea618071d76f0c4525dda2ea33d9' \ - '0f2df42722449dc9983bc3e1dd8a81406ea95c32' \ + '1ef1cef662f90e0177a67655afb020bf856235b8' \ 'd84a72d5365aa1e1c77854310af0d07b7031693d' \ '2950e0a37d42abb2b152a40f24498982613a4b62' \ '30389dab21fbffdbdab52f7aacf3eb63b9e32ef9') diff --git a/source/network-extra/munin-node/Makefile.config b/source/network-extra/munin-node/Makefile.config index 570686f..8a6e69f 100644 --- a/source/network-extra/munin-node/Makefile.config +++ b/source/network-extra/munin-node/Makefile.config @@ -52,7 +52,7 @@ PERL = $(shell which perl) PYTHON = /usr/bin/env python # Server only - Where to install the perl libraries -PERLLIB = $(DESTDIR)$(shell $(PERL) -V:sitelib | cut -d= -f2 | sed "s/[\';]//g") +PERLLIB = $(DESTDIR)$(shell $(PERL) -V:sitelib_stem | cut -d= -f2 | sed "s/[\';]//g")/current # Client only - Install plugins for this architecture OSTYPE = $(shell uname | tr '[A-Z]' '[a-z]') From boobaa at frugalware.org Tue Aug 2 16:31:53 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Tue, 2 Aug 2011 16:31:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: munin-1.2.6-5-i686 Message-ID: <20110802143153.5E41BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6e502f9b8009d03d099c103b8f0d11bc5e5af484 commit 6e502f9b8009d03d099c103b8f0d11bc5e5af484 Author: CS?CSY L?szl? Date: Tue Aug 2 16:31:20 2011 +0200 munin-1.2.6-5-i686 okay, do let's remove that stale file, then diff --git a/source/network-extra/munin/FrugalBuild b/source/network-extra/munin/FrugalBuild index 6cb7aa5..0c084bb 100644 --- a/source/network-extra/munin/FrugalBuild +++ b/source/network-extra/munin/FrugalBuild @@ -4,7 +4,7 @@ pkgname=munin pkgver=1.2.6 -pkgrel=4 +pkgrel=5 pkgdesc="Munin is a tool for graphing all sorts of information about one or more servers and displaying it in a web interface." Finclude sourceforge url="http://munin.projects.linpro.no/" @@ -20,6 +20,7 @@ sha1sums=('bdc6d1767df1ea618071d76f0c4525dda2ea33d9' \ '264321148f314a2d28a71b688f414e933a0dee03') options=('scriptlet') backup=('etc/munin/munin.conf') +removes=('usr/lib/perl5/site_perl/current/Munin.pm') build() { From boobaa at frugalware.org Tue Aug 2 16:40:00 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Tue, 2 Aug 2011 16:40:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: munin-node-1.2.6-11-i686 Message-ID: <20110802144000.7AA4FBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7a0b327a2ef93500567b4acdd0fced51c3c45b0a commit 7a0b327a2ef93500567b4acdd0fced51c3c45b0a Author: CS?CSY L?szl? Date: Tue Aug 2 16:39:26 2011 +0200 munin-node-1.2.6-11-i686 counterpart of 6e502f9 diff --git a/source/network-extra/munin-node/FrugalBuild b/source/network-extra/munin-node/FrugalBuild index 6fe44b9..572bd5d 100644 --- a/source/network-extra/munin-node/FrugalBuild +++ b/source/network-extra/munin-node/FrugalBuild @@ -4,7 +4,7 @@ pkgname=munin-node pkgver=1.2.6 -pkgrel=10 +pkgrel=11 pkgdesc="Munin is a tool for graphing all sorts of information about one or more servers and displaying it in a web interface. (Node)" _F_sourceforge_name="munin" _F_sourceforge_dirname="munin" @@ -23,6 +23,7 @@ sha1sums=('bdc6d1767df1ea618071d76f0c4525dda2ea33d9' \ '30389dab21fbffdbdab52f7aacf3eb63b9e32ef9') options=('scriptlet') backup=(etc/munin/{munin-node.conf,plugin-conf.d/munin-node}) +removes=('usr/lib/perl5/site_perl/current/Munin/Plugin.pm') build() { From vmiklos at frugalware.org Tue Aug 2 17:20:00 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 2 Aug 2011 17:20:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: glibc-2.13-3-i686 Message-ID: <20110802152000.CA3F4BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b4bbeb4ed95deb7fad48d4a6cde424fd8b396fd8 commit b4bbeb4ed95deb7fad48d4a6cde424fd8b396fd8 Author: Miklos Vajna Date: Tue Aug 2 17:18:32 2011 +0200 glibc-2.13-3-i686 - bump --enable-kernel to add missing RLIMIT_RTTIME defines diff --git a/source/base/glibc/FrugalBuild b/source/base/glibc/FrugalBuild index 11b8b47..5d784e8 100644 --- a/source/base/glibc/FrugalBuild +++ b/source/base/glibc/FrugalBuild @@ -4,7 +4,7 @@ pkgname=glibc pkgver=2.13 -pkgrel=2 +pkgrel=3 pkgdesc="GNU C Library" url="http://www.gnu.org/software/libc/libc.html" depends=() @@ -46,7 +46,7 @@ build() --libdir=/usr/lib \ --with-tls \ --with-__thread \ - --enable-kernel=2.6.24 \ + --enable-kernel=2.6.37 \ --without-cvs \ --without-selinux \ --enable-shared \ From bouleetbil at frogdev.info Tue Aug 2 18:05:55 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 2 Aug 2011 18:05:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lxlauncher-0.2.2-2-x86_64 *clean up Message-ID: <20110802160555.E8F91BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ec6a27d3e200eb0dc020c25bf0a4836fc7a376f7 commit ec6a27d3e200eb0dc020c25bf0a4836fc7a376f7 Author: bouleetbil Date: Tue Aug 2 17:56:00 2011 +0200 lxlauncher-0.2.2-2-x86_64 *clean up diff --git a/source/xapps-extra/lxlauncher/FrugalBuild b/source/xapps-extra/lxlauncher/FrugalBuild index 0b8be1e..4e0f9af 100644 --- a/source/xapps-extra/lxlauncher/FrugalBuild +++ b/source/xapps-extra/lxlauncher/FrugalBuild @@ -9,9 +9,6 @@ makedepends=('intltool') rodepends=('lxde-common') options=('scriptlet') archs=('i686' 'x86_64' 'ppc') -_F_lxde_dir="LXLauncher%20%28for%20Asus%20EeePC%29" -_F_lxde_name="LXLauncher" -_F_lxde_sep="%20" Finclude lxde groups=('xapps-extra' 'lxde-extra') pkgrel=2 From bouleetbil at frogdev.info Tue Aug 2 18:21:46 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 2 Aug 2011 18:21:46 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-desktop-3.0.2-2-x86_64 *enable NetworkManager for gnome user *gnome-control-center use it and I would stop to have some questions :p *why nm don't work ? It work you should just start it. And howto start it ? Message-ID: <20110802162146.2569FBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=88620bdc6a3a3a2659b9a7b9086268f231c57104 commit 88620bdc6a3a3a2659b9a7b9086268f231c57104 Author: bouleetbil Date: Tue Aug 2 18:09:48 2011 +0200 gnome-desktop-3.0.2-2-x86_64 *enable NetworkManager for gnome user *gnome-control-center use it and I would stop to have some questions :p *why nm don't work ? It work you should just start it. And howto start it ? diff --git a/source/gnome/gnome-desktop/FrugalBuild b/source/gnome/gnome-desktop/FrugalBuild index 5a94206..e7a5ffa 100644 --- a/source/gnome/gnome-desktop/FrugalBuild +++ b/source/gnome/gnome-desktop/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-desktop pkgver=3.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="The GNOME Desktop" url="http://www.gnome.org/" depends=('libxml2>=2.7.8' 'gtk+3' 'startup-notification>=0.10-2' 'rarian>=0.8.0' 'libxrandr' 'gsettings-desktop-schemas' \ @@ -11,8 +11,7 @@ depends=('libxml2>=2.7.8' 'gtk+3' 'startup-notification>=0.10-2' 'rarian>=0.8.0' makedepends=('intltool' 'gnome-doc-utils>=0.18.0' 'gtk-doc') groups=('gnome') archs=('i686' 'x86_64' 'ppc') -_F_gnome_scrollkeeper="y" -Finclude gnome gnome-scriptlet +Finclude gnome Fconfopts="$Fconfopts --with-gnome-distributor=Frugalware --enable-gtk-doc" sha1sums=('01b05db1ef223f20ea779a9390f03075cc8146ed') replaces=('desktop-data-model' 'gnome-volume-manager' 'gnome-spell') diff --git a/source/gnome/gnome-desktop/gnome-desktop.install b/source/gnome/gnome-desktop/gnome-desktop.install new file mode 100644 index 0000000..fe70535 --- /dev/null +++ b/source/gnome/gnome-desktop/gnome-desktop.install @@ -0,0 +1,33 @@ +post_install() +{ + echo -n "updating rarian database..." + if rarian-sk-update -q > /dev/null 2>&1 ; then + echo " done." + else + echo " failed." + fi + systemctl enable NetworkManager.service >/dev/null 2>&1 + +} + +post_upgrade() +{ + post_install $1 +} + + +post_remove() +{ + echo -n "updating rarian database..." + if rarian-sk-update -q > /dev/null 2>&1 ; then + echo " done." + else + echo " failed." + fi + systemctl disable NetworkManager.service >/dev/null 2>&1 +} + +op=$1 +shift + +$op $* From bouleetbil at frogdev.info Tue Aug 2 20:16:32 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 2 Aug 2011 20:16:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: rhythmbox-desktop-art *dead pkg Message-ID: <20110802181632.08F0BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=47f39c4f2abe33fc5590f29e450ecd0a5ab84ce7 commit 47f39c4f2abe33fc5590f29e450ecd0a5ab84ce7 Author: bouleetbil Date: Tue Aug 2 19:38:43 2011 +0200 rhythmbox-desktop-art *dead pkg diff --git a/source/gnome-extra/rhythmbox-desktop-art/FrugalBuild b/source/gnome-extra/rhythmbox-desktop-art/FrugalBuild deleted file mode 100644 index f0b5b58..0000000 --- a/source/gnome-extra/rhythmbox-desktop-art/FrugalBuild +++ /dev/null @@ -1,18 +0,0 @@ -# Compiling Time: 0 SBU -# Maintainer: Devil505 - -pkgname=rhythmbox-desktop-art -pkgver=2.00 -pkgrel=2 -pkgdesc="This Rhythmbox plugin shows album cover art for the current playing song on the desktop." -url="https://code.launchpad.net/~m-buck/+junk/rhythmbox-desktop-art" -rodepends=('rhythmbox' 'rhythmbox-plugins') -depends=('python>=2.7') -groups=('gnome-extra') -archs=('i686' 'x86_64') -Fpkgversep="_" -up2date="Flasttar https://launchpad.net/~conkyhardcore/+archive/ppa/+sourcepub/1007667/+listing-archive-extra" -source=(https://launchpad.net/~conkyhardcore/+archive/ppa/+files/${pkgname}_$pkgver.tar.gz) -_F_cd_path="src" -sha1sums=('62873f9f43a4233144d67512f51d1ee7041f2462') - From bouleetbil at frogdev.info Tue Aug 2 20:16:32 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 2 Aug 2011 20:16:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: rhythmbox-0.13.3.1-1-x86_64 *version bump (new snapshot) *replace rhythmbox-desktop-art closed #4539 Message-ID: <20110802181632.2103DBAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9a6525c751f243d314daa63570cc484f350dac18 commit 9a6525c751f243d314daa63570cc484f350dac18 Author: bouleetbil Date: Tue Aug 2 20:05:55 2011 +0200 rhythmbox-0.13.3.1-1-x86_64 *version bump (new snapshot) *replace rhythmbox-desktop-art closed #4539 diff --git a/source/gnome/rhythmbox/FrugalBuild b/source/gnome/rhythmbox/FrugalBuild index f72238e..7b9e40e 100644 --- a/source/gnome/rhythmbox/FrugalBuild +++ b/source/gnome/rhythmbox/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: AlexExtreme pkgname=rhythmbox -pkgver=0.13.3 -pkgrel=8 +pkgver=0.13.3.1 +pkgrel=1 pkgdesc="A music management application for GNOME" url="http://www.rhythmbox.org/" depends=('nautilus-brasero' 'rarian' 'desktop-file-utils' \ @@ -13,9 +13,10 @@ depends=('nautilus-brasero' 'rarian' 'desktop-file-utils' \ 'evolution-data-server>=2.90.0' 'gnutls>=2.8' 'libgudev' 'libdmapsharing' 'webkit-gtk3' 'json-glib') makedepends=('intltool' 'gnome-doc-utils' 'gst-python' 'libgpod>=0.6.0' 'vala' 'gtk-doc' 'gnome-common') rodepends=('notification-daemon') +replaces=('rhythmbox-desktop-art') groups=('gnome') archs=('i686' 'x86_64' 'ppc') -_F_gnome_schemas=('/etc/gconf/schemas/rhythmbox.schemas') +_F_gnome_glib="y" _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" _F_gnome_iconcache="y" @@ -28,7 +29,7 @@ unset MAKEFLAGS Fconfopts="$Fconfopts --enable-mdns=avahi --with-playback=gstreamer-0-10 --enable-daap --enable-audioscrobbler --enable-python --without-hal \ --disable-vala" #vala support is broken -sha1sums=('609c4eb69a03bf39c0c80692e9daf64583127343') +sha1sums=('8c6aa6ea1b4bc69b2cdbe4f3da3dab2a114f2ddc') if [ "$_F_gnome_git" != "n" ]; then unset sha1sums fi From bouleetbil at frogdev.info Tue Aug 2 21:15:12 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 2 Aug 2011 21:15:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lxsession *rename it (real name) Message-ID: <20110802191512.4DFCFBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3578402de7a67037e77179a68a4fc00c2b9b0704 commit 3578402de7a67037e77179a68a4fc00c2b9b0704 Author: bouleetbil Date: Tue Aug 2 21:05:08 2011 +0200 lxsession *rename it (real name) diff --git a/source/x11-extra/lxsession-lite/FrugalBuild b/source/x11-extra/lxsession/FrugalBuild similarity index 82% rename from source/x11-extra/lxsession-lite/FrugalBuild rename to source/x11-extra/lxsession/FrugalBuild index a6f001e..021fcc3 100644 --- a/source/x11-extra/lxsession-lite/FrugalBuild +++ b/source/x11-extra/lxsession/FrugalBuild @@ -1,7 +1,7 @@ # Compiling Time: 0.03 SBU # Maintainer: bouleetbil -pkgname=lxsession-lite +pkgname=lxsession pkgver=0.4.6.1 pkgdesc="LXDE Session Manager" depends=('libxml2>=2.7.8' 'libice' 'glibc' 'gtk+3' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' 'dbus' 'libxdamage' 'libxext' 'lxpolkit') @@ -9,9 +9,11 @@ rodepends=('lxde-common>=0.5.0' 'openbox' 'xorg-server>=1.6.1' 'libxinerama' 'li makedepends=('intltool') options=('scriptlet') groups=('x11-extra') -_F_sourceforge_name="lxsession" +replaces=('lsession-lite') +provides=('lsession-lite') +conflicts=('lxsession-lite') Finclude lxde +pkgrel=2 sha1sums=('ef7f74617f7555f3e292b670099ef44389a9a849') -_F_cd_path=$_F_sourceforge_name-$pkgver # optimization OK From bouleetbil at frogdev.info Tue Aug 2 21:24:57 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 2 Aug 2011 21:24:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lxsession-0.4.6.1-3-x86_64 *typo fix Message-ID: <20110802192457.7CD67BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=65e151eca54544411b6dce87c4919272ce5da4b2 commit 65e151eca54544411b6dce87c4919272ce5da4b2 Author: bouleetbil Date: Tue Aug 2 21:15:02 2011 +0200 lxsession-0.4.6.1-3-x86_64 *typo fix diff --git a/source/x11-extra/lxsession/FrugalBuild b/source/x11-extra/lxsession/FrugalBuild index 021fcc3..d714ae3 100644 --- a/source/x11-extra/lxsession/FrugalBuild +++ b/source/x11-extra/lxsession/FrugalBuild @@ -9,11 +9,11 @@ rodepends=('lxde-common>=0.5.0' 'openbox' 'xorg-server>=1.6.1' 'libxinerama' 'li makedepends=('intltool') options=('scriptlet') groups=('x11-extra') -replaces=('lsession-lite') -provides=('lsession-lite') +replaces=('lxsession-lite') +provides=('lxsession-lite') conflicts=('lxsession-lite') Finclude lxde -pkgrel=2 +pkgrel=3 sha1sums=('ef7f74617f7555f3e292b670099ef44389a9a849') # optimization OK From devil505linux at gmail.com Tue Aug 2 21:29:55 2011 From: devil505linux at gmail.com (Devil505) Date: Tue, 2 Aug 2011 21:29:55 +0200 (CEST) Subject: [Frugalware-git] devil505temp: mfe-0.1.7-1-i686 * version bump Message-ID: <20110802192955.C9E5EBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=97303f8f6e6d4c3b54fd9a7718602deeecaa9d00 commit 97303f8f6e6d4c3b54fd9a7718602deeecaa9d00 Author: Devil505 Date: Tue Aug 2 21:27:53 2011 +0200 mfe-0.1.7-1-i686 * version bump diff --git a/source/games-extra/mfe/FrugalBuild b/source/games-extra/mfe/FrugalBuild index ec6cc68..7dad645 100644 --- a/source/games-extra/mfe/FrugalBuild +++ b/source/games-extra/mfe/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=mfe -pkgver=0.1.6 -pkgrel=2 +pkgver=0.1.7 +pkgrel=1 pkgdesc="A simple, GTK+ frontend / launcher for mednafen, written in python." depends=('python' 'gtk+2' 'pygtk' 'configobj' 'mednafen') options=('scriptlet') @@ -12,4 +12,4 @@ _F_sourceforge_realname="mednafenfe" Finclude sourceforge groups=('games-extra') archs=('i686' 'x86_64') -sha1sums=('68a951c2f1f84b78f8c5ef09717ab37e7cfe5992') +sha1sums=('d618598404da05d0837e37b20b86314b8ba36593') From devil505linux at gmail.com Tue Aug 2 21:33:47 2011 From: devil505linux at gmail.com (Devil505) Date: Tue, 2 Aug 2011 21:33:47 +0200 (CEST) Subject: [Frugalware-git] devil505temp: xcfa-4.2.1-1-i686 * version bump Message-ID: <20110802193347.C7B70BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=d0d4ce9efd2857ae8b6c82ba30e2160a637b6ad1 commit d0d4ce9efd2857ae8b6c82ba30e2160a637b6ad1 Author: Devil505 Date: Tue Aug 2 21:31:31 2011 +0200 xcfa-4.2.1-1-i686 * version bump diff --git a/source/xapps-extra/xcfa/FrugalBuild b/source/xapps-extra/xcfa/FrugalBuild index e95ef49..082ccbc 100644 --- a/source/xapps-extra/xcfa/FrugalBuild +++ b/source/xapps-extra/xcfa/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Gholafox pkgname=xcfa -pkgver=4.2.0 +pkgver=4.2.1 pkgrel=1 pkgdesc="Frontend which use miscellaneous external programs to extract and convert music files" url="http://www.xcfa.tuxfamily.org/" @@ -17,4 +17,4 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://download.tuxfamily.org/xcfaudio/xcfa_download/src/ | Flasttar" source=(http://download.tuxfamily.org/xcfaudio/xcfa_download/src/$pkgname-$pkgver.tar.gz) -sha1sums=('3635719f08da3c4114ba1561f9e6e633b8d67971') +sha1sums=('a1c6918c713152cbf8b0911ac59faa110d9ffcb7') From devil505linux at gmail.com Tue Aug 2 21:41:45 2011 From: devil505linux at gmail.com (Devil505) Date: Tue, 2 Aug 2011 21:41:45 +0200 (CEST) Subject: [Frugalware-git] devil505temp: hamlib-1.2.14-1-i686 * version bump Message-ID: <20110802194145.E9DA8BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=50f74162cb42e24033232611b751a80b49681725 commit 50f74162cb42e24033232611b751a80b49681725 Author: Devil505 Date: Tue Aug 2 21:37:48 2011 +0200 hamlib-1.2.14-1-i686 * version bump diff --git a/source/lib-extra/hamlib/FrugalBuild b/source/lib-extra/hamlib/FrugalBuild index f314ab2..cf31ded 100644 --- a/source/lib-extra/hamlib/FrugalBuild +++ b/source/lib-extra/hamlib/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=hamlib -pkgver=1.2.13.1 +pkgver=1.2.14 pkgrel=1 pkgdesc="HAM radio equipment control libraries" makedepends=('automake' 'autoconf' 'doxygen' 'libtool' 'swig') @@ -11,6 +11,6 @@ Finclude sourceforge groups=('lib-extra') archs=('i686' 'x86_64') Fconfopts="${Fconfopts[@]} --with-perl-binding --with-python-binding" -sha1sums=('a8a5859a45cea7536619ca0eb8ca4275fe33ac4b') +sha1sums=('77aeedab239547e646e8d0f7bee8637a4cc36774') # optimization OK From devil505linux at gmail.com Tue Aug 2 21:54:01 2011 From: devil505linux at gmail.com (Devil505) Date: Tue, 2 Aug 2011 21:54:01 +0200 (CEST) Subject: [Frugalware-git] ayatana: nux-1.0.8-1-i686 * version bump Message-ID: <20110802195401.DEF5BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=45634ecf406e2a6d80e09b3003254c31c0fccadc commit 45634ecf406e2a6d80e09b3003254c31c0fccadc Author: Devil505 Date: Tue Aug 2 21:49:42 2011 +0200 nux-1.0.8-1-i686 * version bump diff --git a/source/ayatana-extra/nux/FrugalBuild b/source/ayatana-extra/nux/FrugalBuild index c07dae0..09079b1 100644 --- a/source/ayatana-extra/nux/FrugalBuild +++ b/source/ayatana-extra/nux/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=nux -pkgver=1.0.6 +pkgver=1.0.8 pkgrel=1 pkgdesc="An OpenGL toolkit (for Unity)" url="https://launchpad.net/nux" @@ -16,6 +16,6 @@ _F_launchpad_branch="1.0" Finclude mono launchpad groups=('ayatana-extra') archs=('i686' 'x86_64') -sha1sums=('5691d38b2aab65845bd47bbe8a41650f3dff1188') +sha1sums=('0e7e16be50aca8774457d5bd444e4741fe783967') # optimization OK From devil505linux at gmail.com Tue Aug 2 21:59:42 2011 From: devil505linux at gmail.com (Devil505) Date: Tue, 2 Aug 2011 21:59:42 +0200 (CEST) Subject: [Frugalware-git] ayatana: libunity-misc-4.0.4-1-i686 * version bump Message-ID: <20110802195942.84F1BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=7fbccf6091e90e81d78902e1b1fc3d4b0dabafdb commit 7fbccf6091e90e81d78902e1b1fc3d4b0dabafdb Author: Devil505 Date: Tue Aug 2 21:56:11 2011 +0200 libunity-misc-4.0.4-1-i686 * version bump diff --git a/source/ayatana-extra/libunity-misc/FrugalBuild b/source/ayatana-extra/libunity-misc/FrugalBuild index 791fc0b..d31605f 100644 --- a/source/ayatana-extra/libunity-misc/FrugalBuild +++ b/source/ayatana-extra/libunity-misc/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: Devil505 pkgname=libunity-misc -pkgver=4.0.2 +pkgver=4.0.4 pkgrel=1 pkgdesc="Misc. differently licensed stuff for Unity" depends=('clutter' 'libuuid' 'gtk+2' 'gtk+3') groups=('ayatana-extra') archs=('i686' 'x86_64') Finclude launchpad -sha1sums=('979c943b6328fe14e6e6694a273603cb7af4b676') +sha1sums=('48ac76105786e33fdc679f262933d49d44f08040') From vmiklos at frugalware.org Wed Aug 3 00:36:48 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 3 Aug 2011 00:36:48 +0200 (CEST) Subject: [Frugalware-git] setup: select: pkgdb is no longer a directory Message-ID: <20110802223648.30AFABAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=72eb2b8b68d4f54ad146830feed69635fb057c3d commit 72eb2b8b68d4f54ad146830feed69635fb057c3d Author: Miklos Vajna Date: Wed Aug 3 00:36:49 2011 +0200 select: pkgdb is no longer a directory diff --git a/src/plugins/select.c b/src/plugins/select.c index 1842c9c..1b8f70f 100644 --- a/src/plugins/select.c +++ b/src/plugins/select.c @@ -320,10 +320,10 @@ int prepare_pkgdb(char *repo, GList **config, GList **syncs) pacbindir = g_strdup_printf("%s/frugalware-%s", SOURCEDIR, ARCH); - pkgdb = g_strdup_printf("%s/var/lib/pacman-g2/%s", TARGETDIR, repo); + pkgdb = g_strdup_printf("%s/var/lib/pacman-g2/%s.fdb", TARGETDIR, repo); // prepare pkgdb if necessary - if(stat(pkgdb, &sbuf) || !S_ISDIR(sbuf.st_mode)) + if(stat(pkgdb, &sbuf)) { // pacman can't lock & log without these char *temp = NULL; @@ -336,7 +336,6 @@ int prepare_pkgdb(char *repo, GList **config, GList **syncs) g_free(temp); if((char*)data_get(*config, "netinstall")==NULL) { - makepath(pkgdb); // TODO: use libpacman for this temp = g_strdup_printf("%s/%s.fdb", pacbindir, repo); copyfile(temp, pkgdb); From bouleetbil at frogdev.info Wed Aug 3 10:39:03 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 3 Aug 2011 10:39:03 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xmodmap-1.0.5-1-ppc Message-ID: <20110803083903.EF9E9BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0143f3ed2ea473a10e10e8d28d4d40fac708a02a commit 0143f3ed2ea473a10e10e8d28d4d40fac708a02a Author: bouleetbil Date: Wed Aug 3 09:27:33 2011 +0200 xmodmap-1.0.5-1-ppc added ppc to archs() diff --git a/source/x11/xmodmap/FrugalBuild b/source/x11/xmodmap/FrugalBuild index 841dff1..a3149c9 100644 --- a/source/x11/xmodmap/FrugalBuild +++ b/source/x11/xmodmap/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="utility for modifying keymaps and pointer button mappings in X" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64' 'arm') +archs=('i686' 'x86_64' 'arm' 'ppc') depends=('libx11>=1.3') makedepends=('inputproto>=2.0') Finclude xorg From bouleetbil at frogdev.info Wed Aug 3 10:45:45 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 3 Aug 2011 10:45:45 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-shell-extension-autohidetopbar *move to gnome Message-ID: <20110803084545.250D7BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f261d26cf5e45d27861867ef52f6b2f9bb7d3af9 commit f261d26cf5e45d27861867ef52f6b2f9bb7d3af9 Author: bouleetbil Date: Wed Aug 3 10:35:35 2011 +0200 gnome-shell-extension-autohidetopbar *move to gnome diff --git a/source/gnome-extra/gnome-shell-extension-autohidetopbar/FrugalBuild b/source/gnome/gnome-shell-extension-autohidetopbar/FrugalBuild similarity index 95% rename from source/gnome-extra/gnome-shell-extension-autohidetopbar/FrugalBuild rename to source/gnome/gnome-shell-extension-autohidetopbar/FrugalBuild index 3331df3..ba65fc0 100644 --- a/source/gnome-extra/gnome-shell-extension-autohidetopbar/FrugalBuild +++ b/source/gnome/gnome-shell-extension-autohidetopbar/FrugalBuild @@ -3,10 +3,10 @@ pkgname=gnome-shell-extension-autohidetopbar pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Make the top bar (panel) autohideable. in Gnome-shell" url="http://www.fpmurphy.com/gnome-shell-extensions" -depends=('gnome-shell') +depends=('gnome') groups=('gnome-extra') archs=('i686' 'x86_64') Finclude gnome-shell-extensions From bouleetbil at frogdev.info Wed Aug 3 10:56:30 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 3 Aug 2011 10:56:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-shell-extension-autohidetopbar-1.0-2-x86_64 Message-ID: <20110803085630.0D3D8BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d44bd0a8d07c84cd7789cec28ea123846c6b0463 commit d44bd0a8d07c84cd7789cec28ea123846c6b0463 Author: bouleetbil Date: Wed Aug 3 10:46:30 2011 +0200 gnome-shell-extension-autohidetopbar-1.0-2-x86_64 *typo fix diff --git a/source/gnome/gnome-shell-extension-autohidetopbar/FrugalBuild b/source/gnome/gnome-shell-extension-autohidetopbar/FrugalBuild index ba65fc0..d9ec65d 100644 --- a/source/gnome/gnome-shell-extension-autohidetopbar/FrugalBuild +++ b/source/gnome/gnome-shell-extension-autohidetopbar/FrugalBuild @@ -6,8 +6,8 @@ pkgver=1.0 pkgrel=2 pkgdesc="Make the top bar (panel) autohideable. in Gnome-shell" url="http://www.fpmurphy.com/gnome-shell-extensions" -depends=('gnome') -groups=('gnome-extra') +depends=('gnome-shell') +groups=('gnome') archs=('i686' 'x86_64') Finclude gnome-shell-extensions _F_archive_name="autohidetopbar" From melko at frugalware.org Wed Aug 3 12:19:33 2011 From: melko at frugalware.org (Melko) Date: Wed, 3 Aug 2011 12:19:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: kst-2.0.3-1-i686 Message-ID: <20110803101933.D4099BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4403b8b3e944acfb973925c15ffcf28d01e47034 commit 4403b8b3e944acfb973925c15ffcf28d01e47034 Author: Melko Date: Wed Aug 3 12:15:14 2011 +0200 kst-2.0.3-1-i686 * fix up2date diff --git a/source/kde-extra/kst/FrugalBuild b/source/kde-extra/kst/FrugalBuild index c3e1434..ae1ef0c 100644 --- a/source/kde-extra/kst/FrugalBuild +++ b/source/kde-extra/kst/FrugalBuild @@ -1,5 +1,5 @@ # Compiling Time: 4.35 SBU -# Maintainer: Melko +# Maintainer: Melko pkgname=kst pkgver=2.0.3 @@ -9,7 +9,7 @@ depends=('libqtopengl' 'libuuid' 'libqtxml' 'gsl') makedepends=('libqtdesigner' 'libqtnetwork') groups=('kde-extra') archs=('i686' 'x86_64') -_F_archive_grepv="rc" +_F_archive_grepv="beta" Finclude sourceforge sha1sums=('aaf9ae2ab132bb21fedbfd687384f7f6d9e00718') From boobaa at frugalware.org Wed Aug 3 12:24:43 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Wed, 3 Aug 2011 12:24:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: monit-5.2.5-2-i686 Message-ID: <20110803102443.2F449BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bad741cdb27a22bf53f04f77291e01239ffd5a76 commit bad741cdb27a22bf53f04f77291e01239ffd5a76 Author: CS?CSY L?szl? Date: Wed Aug 3 12:24:20 2011 +0200 monit-5.2.5-2-i686 systemd support diff --git a/source/apps-extra/monit/FrugalBuild b/source/apps-extra/monit/FrugalBuild index ef5b894..d241752 100644 --- a/source/apps-extra/monit/FrugalBuild +++ b/source/apps-extra/monit/FrugalBuild @@ -4,7 +4,7 @@ pkgname=monit pkgver=5.2.5 -pkgrel=1 +pkgrel=2 pkgdesc="monit is a utility for managing and monitoring, processes, files, directories and devices on a UNIX system" url="http://www.tildeslash.com/monit" depends=('glibc' 'openssl>=1.0.0') @@ -13,10 +13,11 @@ archs=('i686' 'x86_64') up2date="lynx -dump 'http://www.tildeslash.com/monit/dist/?C=M;O=A' | Flasttar" source=(http://www.tildeslash.com/monit/dist/$pkgname-$pkgver.tar.gz \ monit-4.10.1-change-conf-file-path.patch \ - README.Frugalware) + README.Frugalware monit.service) sha1sums=('41954b62a08663527d497084bd16d08b9a7b21bc' \ 'b0e0461b3cf128a036d35021c8a4aaa24254a60e' \ - '933901884a93535baf97c1a629dca9acec2fc82f') + '983e699c6b418342e0366967cfdf36a47ddc7514' \ + '71442198a899311de383402ab782227391901703') Fconfopts="$Fconfopts --bindir=/usr/sbin" build() { @@ -24,6 +25,7 @@ build() { Fsed /etc /etc/monit monit.1 Fbuild Fdoc README.Frugalware + Ffile /lib/systemd/system/monit.service } # optimization OK diff --git a/source/apps-extra/monit/README.Frugalware b/source/apps-extra/monit/README.Frugalware index 997b5c5..2089c45 100644 --- a/source/apps-extra/monit/README.Frugalware +++ b/source/apps-extra/monit/README.Frugalware @@ -1,6 +1,7 @@ -You can set up Monit by adding these lines to '/etc/inittab': +You may want to forge a config file for yourself as '/etc/monit/monitrc' to be +able to properly use Monit. Consult the online docs for details: ------------------------------------------------------- -# Run monit in standard run-levels -mo:2345:respawn:/usr/sbin/monit -Ic /etc/monit/monitrc ------------------------------------------------------- +http://mmonit.com/monit/documentation/monit.html + +After doing so you should issue a `systemctl enable monit.service` command to +make use of this service. diff --git a/source/apps-extra/monit/monit.service b/source/apps-extra/monit/monit.service new file mode 100644 index 0000000..1c1038f --- /dev/null +++ b/source/apps-extra/monit/monit.service @@ -0,0 +1,9 @@ +[Unit] +Description=Monit is a utility for managing and monitoring, processes, files, directories and devices on a UNIX system +After=syslog.target + +[Service] +ExecStart=/usr/sbin/monit -Ic /etc/monit/monitrc + +[Install] +WantedBy=multi-user.target From vmiklos at frugalware.org Wed Aug 3 12:30:45 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 3 Aug 2011 12:30:45 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libvirt-0.9.0-2-x86_64 Message-ID: <20110803103045.C5BF2BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=02be232871fe458a988c25ceda68a464d5d77ca8 commit 02be232871fe458a988c25ceda68a464d5d77ca8 Author: Miklos Vajna Date: Wed Aug 3 12:28:36 2011 +0200 libvirt-0.9.0-2-x86_64 - add missing polkit support (without that, you can't manage virtual machines as a user) - add missing 'bridge-utils' and 'iproute2' rodepends diff --git a/source/xlib-extra/libvirt/FrugalBuild b/source/xlib-extra/libvirt/FrugalBuild index b095ce4..606356c 100644 --- a/source/xlib-extra/libvirt/FrugalBuild +++ b/source/xlib-extra/libvirt/FrugalBuild @@ -3,11 +3,11 @@ pkgname=libvirt pkgver=0.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="libvirt is a library providing access to information from various virtualization tools" url="http://libvirt.org" -depends=('libxml2' 'gnutls' 'cyrus-sasl' 'parted>=2.3' 'lvm2' 'libnl' 'systemd') -rodepends=('dnsmasq') +depends=('libxml2' 'gnutls' 'cyrus-sasl' 'parted>=2.3' 'lvm2' 'libnl' 'systemd' 'polkit') +rodepends=('dnsmasq' 'bridge-utils' 'iproute2') makedepends=('python' 'gtk-doc') groups=('xlib-extra') archs=('x86_64' 'i686') From boobaa at frugalware.org Wed Aug 3 13:07:55 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Wed, 3 Aug 2011 13:07:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: amavisd-new-2.6.6-2-i686 Message-ID: <20110803110755.D9470BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6973cd8d8e0c488d9cbc45ffbadf131098b2a268 commit 6973cd8d8e0c488d9cbc45ffbadf131098b2a268 Author: CS?CSY L?szl? Date: Wed Aug 3 13:07:34 2011 +0200 amavisd-new-2.6.6-2-i686 fixing permission issues diff --git a/source/network-extra/amavisd-new/FrugalBuild b/source/network-extra/amavisd-new/FrugalBuild index ef0e164..b4dcf27 100644 --- a/source/network-extra/amavisd-new/FrugalBuild +++ b/source/network-extra/amavisd-new/FrugalBuild @@ -4,7 +4,7 @@ pkgname=amavisd-new pkgver=2.6.6 -pkgrel=1 +pkgrel=2 pkgdesc="Amavisd-new is a high-performance interface between mailer (MTA) and content checkers" url="http://www.ijs.si/software/amavisd/" depends=('perl-archive-zip' 'perl-berkeleydb' 'perl-convert-tnef'\ @@ -56,7 +56,7 @@ build() { Frm /var/lock Fmkdir /etc/tmpfiles.d cat > $Fdestdir/etc/tmpfiles.d/amavisd-new.conf << EOF -d $Flocalstatedir/lock/amavis 0755 root root - +d $Flocalstatedir/lock/amavis 0755 amavis amavis - EOF } # optimization OK From bouleetbil at frogdev.info Wed Aug 3 14:25:35 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 3 Aug 2011 14:25:35 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: deluge-1.3.2-1-x86_64 *version bump *fix segfault when added .torrent Message-ID: <20110803122535.EACB4BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6277ffdf6363626f8770060eb0c7b0b19c00947b commit 6277ffdf6363626f8770060eb0c7b0b19c00947b Author: bouleetbil Date: Wed Aug 3 14:15:18 2011 +0200 deluge-1.3.2-1-x86_64 *version bump *fix segfault when added .torrent diff --git a/source/gnome-extra/deluge/FrugalBuild b/source/gnome-extra/deluge/FrugalBuild index cf4973d..8b7e1b5 100644 --- a/source/gnome-extra/deluge/FrugalBuild +++ b/source/gnome-extra/deluge/FrugalBuild @@ -6,12 +6,12 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=deluge pkgver=1.3.2 -pkgrel=2 +pkgrel=1 pkgdesc="BitTorrent client written in Python and GTK+." url="http://deluge-torrent.org/" depends=('pygtk' 'pyxdg' 'libboost>=1.46.1' 'notify-python' 'notification-daemon' 'distribute' 'librsvg' \ 'chardet' 'libtorrent-rasterbar-python>=0.15.0' 'twisted') -makedepends=('boost') +makedepends=('boost' 'intltool') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') From bouleetbil at frogdev.info Wed Aug 3 14:51:04 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 3 Aug 2011 14:51:04 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: deluge-1.3.2-3-x86_64 *fix pkgrel Message-ID: <20110803125104.88FE5BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=658dc6070b74da6096e39a39de688d451ae85f1b commit 658dc6070b74da6096e39a39de688d451ae85f1b Author: bouleetbil Date: Wed Aug 3 14:40:50 2011 +0200 deluge-1.3.2-3-x86_64 *fix pkgrel diff --git a/source/gnome-extra/deluge/FrugalBuild b/source/gnome-extra/deluge/FrugalBuild index 8b7e1b5..56e1b91 100644 --- a/source/gnome-extra/deluge/FrugalBuild +++ b/source/gnome-extra/deluge/FrugalBuild @@ -6,7 +6,7 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=deluge pkgver=1.3.2 -pkgrel=1 +pkgrel=3 pkgdesc="BitTorrent client written in Python and GTK+." url="http://deluge-torrent.org/" depends=('pygtk' 'pyxdg' 'libboost>=1.46.1' 'notify-python' 'notification-daemon' 'distribute' 'librsvg' \ From devil505linux at gmail.com Wed Aug 3 16:38:07 2011 From: devil505linux at gmail.com (Devil505) Date: Wed, 3 Aug 2011 16:38:07 +0200 (CEST) Subject: [Frugalware-git] devil505temp: zd1211-firmware-1.4-1-i686 * version bump Message-ID: <20110803143807.764A5BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=8427bcef6a286fc68c8d90ad4924625f40a67aa2 commit 8427bcef6a286fc68c8d90ad4924625f40a67aa2 Author: Devil505 Date: Wed Aug 3 16:36:04 2011 +0200 zd1211-firmware-1.4-1-i686 * version bump diff --git a/source/network-extra/zd1211-firmware/FrugalBuild b/source/network-extra/zd1211-firmware/FrugalBuild index b102a7f..cc060f2 100644 --- a/source/network-extra/zd1211-firmware/FrugalBuild +++ b/source/network-extra/zd1211-firmware/FrugalBuild @@ -2,19 +2,16 @@ # Maintainer: Janos Kovacs pkgname=zd1211-firmware -pkgver=1.1 +pkgver=1.4 pkgrel=1 pkgdesc="ZyDAS ZD1211 802.11b/g USB WLAN chipset Linux drivers Firmware" _F_sourceforge_dirname="zd1211" _F_sourceforge_ext=".tar.bz2" Finclude sourceforge -url="http://sourceforge.net/projects/zd1211/" depends=('kernel>=2.6.18') groups=('network-extra') archs=('i686' 'x86_64') -up2date="$pkgver" # trust me, i'll update it when it's necessary ;-) -source=(${source/-$pkgver/$pkgver}) -sha1sums=('e51e06c96b2b635f166f920b30b4595d395c0fe0') +sha1sums=('2c181e67910885872407abac8c180f03ae068955') build() { Fcd $pkgname From melko at frugalware.org Wed Aug 3 17:05:28 2011 From: melko at frugalware.org (Melko) Date: Wed, 3 Aug 2011 17:05:28 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: kdegraphics-4.6.5-2-i686 Message-ID: <20110803150528.B796CBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d907fcbd0853d7645479233f32d916f434676a33 commit d907fcbd0853d7645479233f32d916f434676a33 Author: Melko Date: Wed Aug 3 17:02:25 2011 +0200 kdegraphics-4.6.5-2-i686 * add attica to kolourpaint's depends * close #4486 diff --git a/source/kde/kdegraphics/FrugalBuild b/source/kde/kdegraphics/FrugalBuild index 4b4762e..958eeb0 100644 --- a/source/kde/kdegraphics/FrugalBuild +++ b/source/kde/kdegraphics/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: centuri0 pkgname=kdegraphics -pkgrel=1 +pkgrel=2 pkgdesc="KDE Graphics Programs" groups=('kde') archs=('i686' 'x86_64' 'ppc') @@ -81,7 +81,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "kolourpaint") subdescs=("${subdescs[@]}" "KDE Paint Program") -subdepends=("${subdepends[@]}" "libqtcore>=$Qt4 libqtsvg>=$Qt4 libsm libxcursor libpng fontconfig libxi libkutils>=$Kde4 libqt3support>=$Qt4 qimageblitz") +subdepends=("${subdepends[@]}" "libqtcore>=$Qt4 libqtsvg>=$Qt4 libsm libxcursor libpng fontconfig libxi libkutils>=$Kde4 libqt3support>=$Qt4 qimageblitz attica>=0.2.0") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') From vmiklos at frugalware.org Wed Aug 3 17:46:40 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 3 Aug 2011 17:46:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: zd1211-firmware-1.1-2-i686 Message-ID: <20110803154640.BBAB8BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e4fe2c3ffdb3c134c17e57de3564fc17bba20b74 commit e4fe2c3ffdb3c134c17e57de3564fc17bba20b74 Author: Miklos Vajna Date: Wed Aug 3 17:45:21 2011 +0200 zd1211-firmware-1.1-2-i686 - pkgrel++ - closes #4461 diff --git a/source/network-extra/zd1211-firmware/FrugalBuild b/source/network-extra/zd1211-firmware/FrugalBuild index b102a7f..f83ede2 100644 --- a/source/network-extra/zd1211-firmware/FrugalBuild +++ b/source/network-extra/zd1211-firmware/FrugalBuild @@ -3,7 +3,7 @@ pkgname=zd1211-firmware pkgver=1.1 -pkgrel=1 +pkgrel=2 pkgdesc="ZyDAS ZD1211 802.11b/g USB WLAN chipset Linux drivers Firmware" _F_sourceforge_dirname="zd1211" _F_sourceforge_ext=".tar.bz2" From melko at frugalware.org Wed Aug 3 18:39:07 2011 From: melko at frugalware.org (Melko) Date: Wed, 3 Aug 2011 18:39:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: opencv-2.2.0-2-i686 Message-ID: <20110803163907.613D4BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0f80ca3941b33cfc76aece4db41601489bf0f626 commit 0f80ca3941b33cfc76aece4db41601489bf0f626 Author: Melko Date: Wed Aug 3 16:56:20 2011 +0200 opencv-2.2.0-2-i686 * rebuild with ffmpeg-0.8 diff --git a/source/xmultimedia-extra/opencv/FrugalBuild b/source/xmultimedia-extra/opencv/FrugalBuild index ee66ec7..e29ea39 100644 --- a/source/xmultimedia-extra/opencv/FrugalBuild +++ b/source/xmultimedia-extra/opencv/FrugalBuild @@ -3,7 +3,7 @@ pkgname=opencv pkgver=2.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Intel(R) Open Source Computer Vision Library" url="http://opencv.willowgarage.com" depends=('jasper' 'gst-plugins-base' 'openexr' \ @@ -25,9 +25,10 @@ Finclude sourceforge cmake groups=('xmultimedia-extra') archs=('i686' 'x86_64') _F_cd_path="$_F_sourceforge_name-$pkgver" -source=($source ptrcvcapture.patch OpenCV-2.2-nov4l1.patch) +source=($source ptrcvcapture.patch OpenCV-2.2-nov4l1.patch ffmpeg08_build.patch) sha1sums=('984ed71672d50391d0617fce2ef58e7590ec0fd7' \ '7f49f7b25d93b734435dc572b65f0e2f45f42645' \ - '40987ad833f6b44cfca6cd19eb0dcc758afce64c') + '40987ad833f6b44cfca6cd19eb0dcc758afce64c' \ + '80339928d442af65c6b6a8028fec84831cfd70a3') # optimization OK diff --git a/source/xmultimedia-extra/opencv/ffmpeg08_build.patch b/source/xmultimedia-extra/opencv/ffmpeg08_build.patch new file mode 100644 index 0000000..c298016 --- /dev/null +++ b/source/xmultimedia-extra/opencv/ffmpeg08_build.patch @@ -0,0 +1,155 @@ +--- OpenCV-2.2.0/modules/highgui/src/cap_ffmpeg.cpp.old 2011-08-03 16:41:31.890987657 +0200 ++++ OpenCV-2.2.0/modules/highgui/src/cap_ffmpeg.cpp 2011-08-03 16:41:57.232987643 +0200 +@@ -466,7 +466,7 @@ + AVCodecContext *enc = &ic->streams[i]->codec; + #endif + +- if( CODEC_TYPE_VIDEO == enc->codec_type && video_stream < 0) { ++ if( AVMEDIA_TYPE_VIDEO == enc->codec_type && video_stream < 0) { + AVCodec *codec = avcodec_find_decoder(enc->codec_id); + if (!codec || + avcodec_open(enc, codec) < 0) +@@ -550,15 +550,27 @@ + continue; + } + +-#if LIBAVFORMAT_BUILD > 4628 +- avcodec_decode_video(video_st->codec, +- picture, &got_picture, +- packet.data, packet.size); +-#else +- avcodec_decode_video(&video_st->codec, +- picture, &got_picture, +- packet.data, packet.size); +-#endif ++ ++ AVPacket avpkt; ++ av_init_packet(&avpkt); ++ avpkt.data = packet.data; ++ avpkt.size = packet.size; ++ // ++ // HACK for CorePNG to decode as normal PNG by default ++ // same method used by ffmpeg ++ avpkt.flags = AV_PKT_FLAG_KEY; ++ avcodec_decode_video2(video_st->codec, ++ picture, &got_picture, &avpkt); ++//Functions Removed from ffmpeg on 4/19/11 ++//#if LIBAVFORMAT_BUILD > 4628 ++// avcodec_decode_video(video_st->codec, ++// picture, &got_picture, ++// packet.data, packet.size); ++//#else ++// avcodec_decode_video(&video_st->codec, ++// picture, &got_picture, ++// packet.data, packet.size); ++//#endif + + if (got_picture) { + // we have a new picture, so memorize it +@@ -803,24 +815,25 @@ + #endif + }; + +-static const char * icvFFMPEGErrStr(int err) +-{ +- switch(err) { +- case AVERROR_NUMEXPECTED: +- return "Incorrect filename syntax"; +- case AVERROR_INVALIDDATA: +- return "Invalid data in header"; +- case AVERROR_NOFMT: +- return "Unknown format"; +- case AVERROR_IO: +- return "I/O error occurred"; +- case AVERROR_NOMEM: +- return "Memory allocation error"; +- default: +- break; +- } +- return "Unspecified error"; +-} ++//Deprecated Errors, should be using AVERROR(EINVAL) to return error strings ++//static const char * icvFFMPEGErrStr(int err) ++//{ ++// switch(err) { ++// case AVERROR_NUMEXPECTED: ++// return "Incorrect filename syntax"; ++// case AVERROR_INVALIDDATA: ++// return "Invalid data in header"; ++// case AVERROR_NOFMT: ++// return "Unknown format"; ++// case AVERROR_IO: ++// return "I/O error occurred"; ++// case AVERROR_NOMEM: ++// return "Memory allocation error"; ++// default: ++// break; ++// } ++// return "Unspecified error"; ++//} + + /* function internal to FFMPEG (libavformat/riff.c) to lookup codec id by fourcc tag*/ + extern "C" { +@@ -899,7 +912,7 @@ + #endif + + #if LIBAVFORMAT_BUILD > 4621 +- c->codec_id = av_guess_codec(oc->oformat, NULL, oc->filename, NULL, CODEC_TYPE_VIDEO); ++ c->codec_id = av_guess_codec(oc->oformat, NULL, oc->filename, NULL, AVMEDIA_TYPE_VIDEO); + #else + c->codec_id = oc->oformat->video_codec; + #endif +@@ -911,7 +924,7 @@ + //if(codec_tag) c->codec_tag=codec_tag; + codec = avcodec_find_encoder(c->codec_id); + +- c->codec_type = CODEC_TYPE_VIDEO; ++ c->codec_type = AVMEDIA_TYPE_VIDEO; + + /* put sample parameters */ + c->bit_rate = bitrate; +@@ -998,7 +1011,7 @@ + AVPacket pkt; + av_init_packet(&pkt); + +- pkt.flags |= PKT_FLAG_KEY; ++ pkt.flags |= AV_PKT_FLAG_KEY; + pkt.stream_index= video_st->index; + pkt.data= (uint8_t *)picture; + pkt.size= sizeof(AVPicture); +@@ -1018,7 +1031,7 @@ + pkt.pts = c->coded_frame->pts; + #endif + if(c->coded_frame->key_frame) +- pkt.flags |= PKT_FLAG_KEY; ++ pkt.flags |= AV_PKT_FLAG_KEY; + pkt.stream_index= video_st->index; + pkt.data= outbuf; + pkt.size= out_size; +@@ -1215,7 +1228,7 @@ + av_register_all (); + + /* auto detect the output format from the name and fourcc code. */ +- fmt = guess_format(NULL, filename, NULL); ++ fmt = av_guess_format(NULL, filename, NULL); + if (!fmt) + return false; + +@@ -1238,7 +1251,7 @@ + #endif + + // alloc memory for context +- oc = av_alloc_format_context(); ++ oc = avformat_alloc_context(); + assert (oc); + + /* set file name */ +@@ -1310,7 +1323,7 @@ + /* open the codec */ + if ( (err=avcodec_open(c, codec)) < 0) { + char errtext[256]; +- sprintf(errtext, "Could not open codec '%s': %s", codec->name, icvFFMPEGErrStr(err)); ++ sprintf(errtext, "Could not open codec '%s': %s", codec->name, AVERROR(EINVAL)); + CV_Error(CV_StsBadArg, errtext); + } + From bouleetbil at frogdev.info Wed Aug 3 20:22:29 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 3 Aug 2011 20:22:29 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: nm-applet-0.8.999-4-x86_64 *better that nm-applet enable networkmanager Message-ID: <20110803182230.08033BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0398b682ae54a93e88b62141bc3212152e9896f3 commit 0398b682ae54a93e88b62141bc3212152e9896f3 Author: bouleetbil Date: Wed Aug 3 20:12:09 2011 +0200 nm-applet-0.8.999-4-x86_64 *better that nm-applet enable networkmanager diff --git a/source/gnome/nm-applet/FrugalBuild b/source/gnome/nm-applet/FrugalBuild index a5fa5f8..b473e8e 100644 --- a/source/gnome/nm-applet/FrugalBuild +++ b/source/gnome/nm-applet/FrugalBuild @@ -4,7 +4,7 @@ pkgname=nm-applet _F_gnome_name=network-manager-applet pkgver=0.8.999 -pkgrel=3 +pkgrel=4 pkgdesc="Network Management applet" depends=('gconf' 'gtk+3' 'gnome-keyring>=3.0.0' \ 'networkmanager>=0.8.999' 'polkit-gnome' \ @@ -13,10 +13,7 @@ depends=('gconf' 'gtk+3' 'gnome-keyring>=3.0.0' \ makedepends=('perl-xml-parser' 'intltool') groups=('gnome') archs=('i686' 'x86_64' 'ppc') -_F_gnome_schemas=('/etc/gconf/schemas/nm-applet.schemas') -_F_gnome_desktop="y" -_F_gnome_iconcache="y" -Finclude gnome gnome-scriptlet +Finclude gnome sha1sums=('b346ecd2935be521f568cfc76576cccf75fd0fed' \ '34e31f79312b2886b6ea25abd733c3e37feeda90') source=($source crash.diff) @@ -31,7 +28,6 @@ build() Fautoreconf Fmake Fmakeinstall - Fbuild_gnome_scriptlet } # optimization OK diff --git a/source/gnome/nm-applet/nm-applet.install b/source/gnome/nm-applet/nm-applet.install new file mode 100644 index 0000000..9f69fc1 --- /dev/null +++ b/source/gnome/nm-applet/nm-applet.install @@ -0,0 +1,100 @@ +schemas=('/etc/gconf/schemas/nm-applet.schemas') + +UpdateDesktopDatabase() +{ + if [ -f /usr/bin/update-desktop-database ] + then + echo -n "updating desktop database..." + if update-desktop-database > /dev/null 2>&1 ; then + echo " done." + else + echo " failed." + fi + fi + if [ -f /usr/bin/update-desktop-database-3.0 ] + then + echo -n "updating desktop database gtk+3..." + if update-desktop-database > /dev/null 2>&1 ; then + echo " done." + else + echo " failed." + fi + fi +} +UpdateIconCache() +{ + if [ -f /usr/bin/gtk-update-icon-cache ] + then + echo -n "updating hicolor icon cache..." + if gtk-update-icon-cache -f -t /usr/share/icons/hicolor > /dev/null 2>&1 ; then + echo " done." + else + echo " failed." + fi + fi + if [ -f /usr/bin/gtk-update-icon-cache-3.0 ] + then + echo -n "updating hicolor icon cache gtk+3..." + if gtk-update-icon-cache-3.0 -f -t /usr/share/icons/hicolor > /dev/null 2>&1 ; then + echo " done." + else + echo " failed." + fi + fi +} +post_install() +{ + if [ ${#schemas[*]} -gt 0 ]; then + echo -n "installing gconf schemas... " + for schema in "${schemas[@]}" ; do + GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \ + /usr/bin/gconftool-2 --makefile-install-rule "$schema" > /dev/null 2>&1 + done + if [ -e /bin/pidof ]; then + kill -HUP `pidof /usr/libexec/gconfd-2` > /dev/null 2>&1 + fi + echo "done." + fi + if [ -n "y" ]; then + UpdateDesktopDatabase + fi + if [ -n "y" ]; then + UpdateIconCache + fi + systemctl enable NetworkManager.service >/dev/null 2>&1 +} + +post_upgrade() +{ + post_install $1 +} + +pre_remove() { + if [ ${#schemas[*]} -gt 0 ]; then + echo -n "updating gconf schemas... " + for schema in "${schemas[@]}" ; do + GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \ + /usr/bin/gconftool-2 --makefile-install-rule "$schema" > /dev/null 2>&1 + done + if [ -e /bin/pidof ]; then + kill -HUP `pidof /usr/libexec/gconfd-2` > /dev/null 2>&1 + fi + echo "done." + fi +} + +post_remove() +{ + if [ -n "y" ]; then + UpdateDesktopDatabase + fi + if [ -n "y" ]; then + UpdateIconCache + fi + systemctl disable NetworkManager.service >/dev/null 2>&1 +} + +op=$1 +shift + +$op $* From bouleetbil at frogdev.info Wed Aug 3 20:25:03 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 3 Aug 2011 20:25:03 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-desktop-3.0.2-3-x86_64 *don't enable NetworkManager Message-ID: <20110803182503.A2DF5BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=aea45fef7d132ee61739d9ec5b91b6fe3e7aa788 commit aea45fef7d132ee61739d9ec5b91b6fe3e7aa788 Author: bouleetbil Date: Wed Aug 3 20:14:57 2011 +0200 gnome-desktop-3.0.2-3-x86_64 *don't enable NetworkManager diff --git a/source/gnome/gnome-desktop/FrugalBuild b/source/gnome/gnome-desktop/FrugalBuild index e7a5ffa..b739731 100644 --- a/source/gnome/gnome-desktop/FrugalBuild +++ b/source/gnome/gnome-desktop/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-desktop pkgver=3.0.2 -pkgrel=2 +pkgrel=3 pkgdesc="The GNOME Desktop" url="http://www.gnome.org/" depends=('libxml2>=2.7.8' 'gtk+3' 'startup-notification>=0.10-2' 'rarian>=0.8.0' 'libxrandr' 'gsettings-desktop-schemas' \ @@ -11,7 +11,8 @@ depends=('libxml2>=2.7.8' 'gtk+3' 'startup-notification>=0.10-2' 'rarian>=0.8.0' makedepends=('intltool' 'gnome-doc-utils>=0.18.0' 'gtk-doc') groups=('gnome') archs=('i686' 'x86_64' 'ppc') -Finclude gnome +_F_gnome_scrollkeeper="y" +Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --with-gnome-distributor=Frugalware --enable-gtk-doc" sha1sums=('01b05db1ef223f20ea779a9390f03075cc8146ed') replaces=('desktop-data-model' 'gnome-volume-manager' 'gnome-spell') diff --git a/source/gnome/gnome-desktop/gnome-desktop.install b/source/gnome/gnome-desktop/gnome-desktop.install deleted file mode 100644 index fe70535..0000000 --- a/source/gnome/gnome-desktop/gnome-desktop.install +++ /dev/null @@ -1,33 +0,0 @@ -post_install() -{ - echo -n "updating rarian database..." - if rarian-sk-update -q > /dev/null 2>&1 ; then - echo " done." - else - echo " failed." - fi - systemctl enable NetworkManager.service >/dev/null 2>&1 - -} - -post_upgrade() -{ - post_install $1 -} - - -post_remove() -{ - echo -n "updating rarian database..." - if rarian-sk-update -q > /dev/null 2>&1 ; then - echo " done." - else - echo " failed." - fi - systemctl disable NetworkManager.service >/dev/null 2>&1 -} - -op=$1 -shift - -$op $* From melko at frugalware.org Wed Aug 3 23:50:33 2011 From: melko at frugalware.org (Melko) Date: Wed, 3 Aug 2011 23:50:33 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdelibs-4.7.0-1-i686 Message-ID: <20110803215033.156CABAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=016f4b52ef4ac7fc6d6fcab9e423ff4520011651 commit 016f4b52ef4ac7fc6d6fcab9e423ff4520011651 Author: Melko Date: Wed Aug 3 23:43:53 2011 +0200 kdelibs-4.7.0-1-i686 * remove kate since it's been splitted from kdelibs diff --git a/source/kde/kdelibs/FrugalBuild b/source/kde/kdelibs/FrugalBuild index 08b20f6..96ee222 100644 --- a/source/kde/kdelibs/FrugalBuild +++ b/source/kde/kdelibs/FrugalBuild @@ -26,7 +26,6 @@ sha1sums=('2a7a59ac78a161c7c2393db89179449b495dd2db' \ ## Qt4 like :) DNSSDDEP="libdnssd>=$_F_kde_ver" -KATEDEP="libkdekate>=$_F_kde_ver" KDE3SUPPORTDEP="libkde3support>=$_F_kde_ver" KDECOREDEP="libkdecore>=$_F_kde_ver" KDESUDEP="libkdesu>=$_F_kde_ver" @@ -173,14 +172,6 @@ _F_kde_subpkgs=("${subpkgs[@]}") ## auto-split magic stops here ## ################################# -## we have to rename it to libkdekate since there is already libkate in the repos -subpkgs=("${subpkgs[@]}" "libkdekate") -subdescs=("${subdescs[@]}" "KPart for Kate (KDE Advanced Text Editor).") -subdepends=("${subdepends[@]}" "libqtgui>=$Qt4 libqtdbus>=$Qt4 libqtscript>=$Qt4 gamin xfsprogs-attr bzip2 libxext $POLKIT_QT_1DEP") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP $KUTILSDEP kdelibs-interfaces>=$_F_kde_ver") -subgroups=("${subgroups[@]}" 'kde kde-core') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - subpkgs=("${subpkgs[@]}" "ksgmltools2") subdescs=("${subdescs[@]}" "KDE doc tools.") subdepends=("${subdepends[@]}" "libqtgui>=$Qt4 libqtdbus>=$Qt4 docbook-xsl libxslt bzip2 gamin xfsprogs-attr libxext $POLKIT_QT_1DEP") @@ -279,9 +270,6 @@ build() ## ksgmltools2 KDE_project_split ksgmltools2 kdoctools - ## kate - KDE_project_install kate - Fsplit libkdekate /\* ## sonnet-plugins KDE_project_split sonnet-plugin-hspell sonnet/plugins/hspell From bouleetbil at frogdev.info Thu Aug 4 11:17:59 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 4 Aug 2011 11:17:59 +0200 (CEST) Subject: [Frugalware-git] bouletmp: midori-0.4.0-1-x86_64 *version bump Message-ID: <20110804091759.96334BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=348cdffedfa4499082602f5759a9faa7dc23a480 commit 348cdffedfa4499082602f5759a9faa7dc23a480 Author: bouleetbil Date: Thu Aug 4 11:07:56 2011 +0200 midori-0.4.0-1-x86_64 *version bump diff --git a/source/xapps-extra/midori/FrugalBuild b/source/xapps-extra/midori/FrugalBuild index d94fee4..7823ed0 100644 --- a/source/xapps-extra/midori/FrugalBuild +++ b/source/xapps-extra/midori/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: bouleetbil pkgname=midori -pkgver=0.3.6 -pkgrel=2 +pkgver=0.4.0 +pkgrel=1 url="http://www.twotoasts.de/index.php?/pages/midori_summary.html" up2date="lynx --dump --source $url | Flasttarbz2" -source=(http://archive.xfce.org/src/apps/$pkgname/0.3/$pkgname-$pkgver.tar.bz2 \ +source=(http://archive.xfce.org/src/apps/$pkgname/0.4/$pkgname-$pkgver.tar.bz2 \ Fix_Homepage.diff\ FWPackages_searchbar.diff) pkgdesc="A browser with webkit engine" @@ -19,7 +19,7 @@ _F_gnome_desktop="y" _F_gnome_iconcache="y" options=('scriptlet') Finclude gnome-scriptlet -sha1sums=('b790f33b72520e6910061a933f879b74482f801c' \ +sha1sums=('c6d1d41f4e3c97bd2839235bd9d7b2a8a408c585' \ '22cd3ef3c214770774b22e370fdb8a83bb5a7932' \ '731b829af2400a716b106c7940a965b789eb3257') Fconfopts="--prefix=$Fprefix" From bouleetbil at frogdev.info Thu Aug 4 11:23:04 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 4 Aug 2011 11:23:04 +0200 (CEST) Subject: [Frugalware-git] bouletmp: gst123-0.2.1-1-x86_64 Message-ID: <20110804092304.CFFFCBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=bac1442ef532daf5a16db925aa293563225d4d87 commit bac1442ef532daf5a16db925aa293563225d4d87 Author: bouleetbil Date: Thu Aug 4 11:13:11 2011 +0200 gst123-0.2.1-1-x86_64 *Version bump diff --git a/source/xmultimedia-extra/gst123/FrugalBuild b/source/xmultimedia-extra/gst123/FrugalBuild index 8975fc4..3c6a2ce 100644 --- a/source/xmultimedia-extra/gst123/FrugalBuild +++ b/source/xmultimedia-extra/gst123/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gst123 -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="A command line media player based on gstreamer." url="http://space.twc.de/~stefan/gst123.php" @@ -11,6 +11,6 @@ archs=('i686' 'x86_64') groups=('xmultimedia-extra') up2date="Flasttar $url" source=(http://space.twc.de/~stefan/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('7518a36c457260e17a33a662ea43eef6e9bf3d86') +sha1sums=('22482b15c636728b5308003822e0b8d309b0958f') # optimization OK From bouleetbil at frogdev.info Thu Aug 4 11:28:40 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 4 Aug 2011 11:28:40 +0200 (CEST) Subject: [Frugalware-git] bouletmp: gnote-0.7.5-1-x86_64 Message-ID: <20110804092840.15CF9BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=f3a311ba64780dca8625061a38780ec07083181b commit f3a311ba64780dca8625061a38780ec07083181b Author: bouleetbil Date: Thu Aug 4 11:18:45 2011 +0200 gnote-0.7.5-1-x86_64 *Version bump diff --git a/source/gnome-extra/gnote/FrugalBuild b/source/gnome-extra/gnote/FrugalBuild index b15501f..21f42d8 100644 --- a/source/gnome-extra/gnote/FrugalBuild +++ b/source/gnome-extra/gnote/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gnote -pkgver=0.7.4 +pkgver=0.7.5 pkgrel=1 pkgdesc="Gnote is a port of Tomboy to C++" groups=('gnome-extra') @@ -17,7 +17,7 @@ _F_gnome_iconcache="y" _F_gnome_devel="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --enable-dbus --disable-applet" -sha1sums=('3cda0d7b0c40f2baa5066b7d11b2dce6d1cc8604') +sha1sums=('6aa49c9990f43044771ad8640009a0c3182f85a1') build() { From bouleetbil at frogdev.info Thu Aug 4 11:30:42 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 4 Aug 2011 11:30:42 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: deluge-1.3.3-1-x86_64 *really bump and really fix segfault Message-ID: <20110804093042.7E50CBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f9a2455067d3dfffbdd71801cbd576f401d41300 commit f9a2455067d3dfffbdd71801cbd576f401d41300 Author: bouleetbil Date: Thu Aug 4 11:20:21 2011 +0200 deluge-1.3.3-1-x86_64 *really bump and really fix segfault diff --git a/source/gnome-extra/deluge/FrugalBuild b/source/gnome-extra/deluge/FrugalBuild index 56e1b91..21143e9 100644 --- a/source/gnome-extra/deluge/FrugalBuild +++ b/source/gnome-extra/deluge/FrugalBuild @@ -5,8 +5,8 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=deluge -pkgver=1.3.2 -pkgrel=3 +pkgver=1.3.3 +pkgrel=1 pkgdesc="BitTorrent client written in Python and GTK+." url="http://deluge-torrent.org/" depends=('pygtk' 'pyxdg' 'libboost>=1.46.1' 'notify-python' 'notification-daemon' 'distribute' 'librsvg' \ @@ -22,7 +22,7 @@ replaces=('monsoon') if ! Fuse DEVEL; then source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.bz2) - sha1sums=('56e356942b5d60a65d1009e4bfd78d2452b7c445') + sha1sums=('e45782cf4cb3c185bef0512ec2aeaa6350ef1200') else pkgver=$pkgver.1.gd362a6c _F_scm_type="git" From bouleetbil at frogdev.info Thu Aug 4 11:31:59 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 4 Aug 2011 11:31:59 +0200 (CEST) Subject: [Frugalware-git] bouletmp: gnote-0.7.5-2-x86_64 *fix Fbuild_gnome_scriptlet Message-ID: <20110804093159.21DA4BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=5f43b42fd6337e66f43b04547e42b39cb81cb75d commit 5f43b42fd6337e66f43b04547e42b39cb81cb75d Author: bouleetbil Date: Thu Aug 4 11:21:56 2011 +0200 gnote-0.7.5-2-x86_64 *fix Fbuild_gnome_scriptlet diff --git a/source/gnome-extra/gnote/FrugalBuild b/source/gnome-extra/gnote/FrugalBuild index 21f42d8..0af82c3 100644 --- a/source/gnome-extra/gnote/FrugalBuild +++ b/source/gnome-extra/gnote/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnote pkgver=0.7.5 -pkgrel=1 +pkgrel=2 pkgdesc="Gnote is a port of Tomboy to C++" groups=('gnome-extra') depends=('glibmm' 'gtk+2>=2.20.0-2' 'gtkmm2' 'libxml++' 'gconf>=2.28.1' 'gtkspell' 'libboost>=1.46.1' \ @@ -23,5 +23,6 @@ build() { export CXXFLAGS="$CXXFLAGS -DBOOST_FILESYSTEM_VERSION=2" Fbuild + Fbuild_gnome_scriptlet } From bouleetbil at frogdev.info Thu Aug 4 11:34:55 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 4 Aug 2011 11:34:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnote-0.7.4-2-x86_64 *fix Fbuild_gnome_scriptlet Message-ID: <20110804093455.5C8B8BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a0e23736711997d875308db56da709b04b7685fb commit a0e23736711997d875308db56da709b04b7685fb Author: bouleetbil Date: Thu Aug 4 11:24:48 2011 +0200 gnote-0.7.4-2-x86_64 *fix Fbuild_gnome_scriptlet diff --git a/source/gnome-extra/gnote/FrugalBuild b/source/gnome-extra/gnote/FrugalBuild index b15501f..f83c54d 100644 --- a/source/gnome-extra/gnote/FrugalBuild +++ b/source/gnome-extra/gnote/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnote pkgver=0.7.4 -pkgrel=1 +pkgrel=2 pkgdesc="Gnote is a port of Tomboy to C++" groups=('gnome-extra') depends=('glibmm' 'gtk+2>=2.20.0-2' 'gtkmm2' 'libxml++' 'gconf>=2.28.1' 'gtkspell' 'libboost>=1.46.1' \ @@ -23,5 +23,6 @@ build() { export CXXFLAGS="$CXXFLAGS -DBOOST_FILESYSTEM_VERSION=2" Fbuild + Fbuild_gnome_scriptlet } From bouleetbil at frogdev.info Thu Aug 4 11:36:03 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 4 Aug 2011 11:36:03 +0200 (CEST) Subject: [Frugalware-git] bouletmp: Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Message-ID: <20110804093603.CF5F2BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=e2abdb45949a090cb4a29781e9fdf6d971f71a96 commit e2abdb45949a090cb4a29781e9fdf6d971f71a96 Merge: 5f43b42 a0e2373 Author: bouleetbil Date: Thu Aug 4 11:26:04 2011 +0200 Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Conflicts: source/gnome-extra/gnote/FrugalBuild From bouleetbil at frogdev.info Thu Aug 4 11:40:55 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 4 Aug 2011 11:40:55 +0200 (CEST) Subject: [Frugalware-git] bouletmp: polkit-0.102-1-x86_64 *version bump Message-ID: <20110804094055.3EE65BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=caeaafa15fabc0c56b77aaf0107a5ac6eb57f12f commit caeaafa15fabc0c56b77aaf0107a5ac6eb57f12f Author: bouleetbil Date: Thu Aug 4 11:30:52 2011 +0200 polkit-0.102-1-x86_64 *version bump diff --git a/source/apps/polkit/0001-PolkitUnixProcess-Clarify-that-the-real-uid-is-retur.patch b/source/apps/polkit/0001-PolkitUnixProcess-Clarify-that-the-real-uid-is-retur.patch deleted file mode 100644 index 7f803a7..0000000 --- a/source/apps/polkit/0001-PolkitUnixProcess-Clarify-that-the-real-uid-is-retur.patch +++ /dev/null @@ -1,138 +0,0 @@ -From dd848a42a64a3b22a0cc60f6657b56ce9b6010ae Mon Sep 17 00:00:00 2001 -From: David Zeuthen -Date: Thu, 31 Mar 2011 12:59:09 -0400 -Subject: [PATCH 1/4] PolkitUnixProcess: Clarify that the real uid is returned, not the effective one - -On Linux, also switch to parsing /proc//status instead of relying -on the st_uid returned by stat(2) to be the uid we want. - -This was pointed out by Neel Mehta . Thanks! - -Signed-off-by: David Zeuthen ---- - src/polkit/polkitunixprocess.c | 66 ++++++++++++++++++++++++++++++---------- - 1 files changed, 50 insertions(+), 16 deletions(-) - -diff --git a/src/polkit/polkitunixprocess.c b/src/polkit/polkitunixprocess.c -index d95a1d4..876da69 100644 ---- a/src/polkit/polkitunixprocess.c -+++ b/src/polkit/polkitunixprocess.c -@@ -24,9 +24,7 @@ - #endif - - #include --#ifndef HAVE_FREEBSD --#include --#else -+#ifdef HAVE_FREEBSD - #include - #include - #include -@@ -34,6 +32,7 @@ - #include - #include - #include -+#include - - #include "polkitunixprocess.h" - #include "polkitsubject.h" -@@ -208,6 +207,8 @@ polkit_unix_process_get_pid (PolkitUnixProcess *process) - * - * Gets the uid of the owner of @process. - * -+ * Note that this returns the real user-id (not the effective user-id) of @process. -+ * - * Returns: The UNIX user id of the owner for @process or 0 if @error is set. - **/ - gint -@@ -215,17 +216,21 @@ polkit_unix_process_get_owner (PolkitUnixProcess *process, - GError **error) - { - gint result; -+ gchar *contents; -+ gchar **lines; - #ifdef HAVE_FREEBSD - struct kinfo_proc p; - #else -- struct stat statbuf; -- char procbuf[32]; -+ gchar filename[64]; -+ guint n; - #endif - - g_return_val_if_fail (POLKIT_IS_UNIX_PROCESS (process), 0); - g_return_val_if_fail (error == NULL || *error == NULL, 0); - - result = 0; -+ lines = NULL; -+ contents = NULL; - - #ifdef HAVE_FREEBSD - if (get_kinfo_proc (process->pid, &p) == 0) -@@ -241,23 +246,52 @@ polkit_unix_process_get_owner (PolkitUnixProcess *process, - - result = p.ki_uid; - #else -- g_snprintf (procbuf, sizeof procbuf, "/proc/%d", process->pid); -- if (stat (procbuf, &statbuf) != 0) -+ -+ /* see 'man proc' for layout of the status file -+ * -+ * Uid, Gid: Real, effective, saved set, and file system UIDs (GIDs). -+ */ -+ g_snprintf (filename, sizeof filename, "/proc/%d/status", process->pid); -+ if (!g_file_get_contents (filename, -+ &contents, -+ NULL, -+ error)) - { -- g_set_error (error, -- POLKIT_ERROR, -- POLKIT_ERROR_FAILED, -- "stat() failed for /proc/%d: %s", -- process->pid, -- g_strerror (errno)); - goto out; - } -+ lines = g_strsplit (contents, "\n", -1); -+ for (n = 0; lines != NULL && lines[n] != NULL; n++) -+ { -+ gint real_uid, effective_uid; -+ if (!g_str_has_prefix (lines[n], "Uid:")) -+ continue; -+ if (sscanf (lines[n] + 4, "%d %d", &real_uid, &effective_uid) != 2) -+ { -+ g_set_error (error, -+ POLKIT_ERROR, -+ POLKIT_ERROR_FAILED, -+ "Unexpected line `%s' in file %s", -+ lines[n], -+ filename); -+ goto out; -+ } -+ else -+ { -+ result = real_uid; -+ goto out; -+ } -+ } - -- result = statbuf.st_uid; -+ g_set_error (error, -+ POLKIT_ERROR, -+ POLKIT_ERROR_FAILED, -+ "Didn't find any line starting with `Uid:' in file %s", -+ filename); - #endif - -- out: -- -+out: -+ g_strfreev (lines); -+ g_free (contents); - return result; - } - --- -1.7.4.2 - diff --git a/source/apps/polkit/0002-Make-PolkitUnixProcess-also-record-the-uid-of-the-pr.patch b/source/apps/polkit/0002-Make-PolkitUnixProcess-also-record-the-uid-of-the-pr.patch deleted file mode 100644 index 29ff49e..0000000 --- a/source/apps/polkit/0002-Make-PolkitUnixProcess-also-record-the-uid-of-the-pr.patch +++ /dev/null @@ -1,622 +0,0 @@ -From 129b6223a19e7fb2753f8cad7957ac5402394076 Mon Sep 17 00:00:00 2001 -From: David Zeuthen -Date: Fri, 1 Apr 2011 12:09:45 -0400 -Subject: [PATCH 2/4] Make PolkitUnixProcess also record the uid of the process - -This is needed to avoid possible TOCTTOU issues since a process can -change both its real uid and effective uid. - -Signed-off-by: David Zeuthen ---- - docs/polkit/polkit-1-sections.txt | 7 +- - src/polkit/polkitsubject.c | 25 +++- - src/polkit/polkitunixprocess.c | 346 +++++++++++++++++++++++++------------ - src/polkit/polkitunixprocess.h | 18 ++- - 4 files changed, 278 insertions(+), 118 deletions(-) - -diff --git a/docs/polkit/polkit-1-sections.txt b/docs/polkit/polkit-1-sections.txt -index 12141e3..9f4fcf8 100644 ---- a/docs/polkit/polkit-1-sections.txt -+++ b/docs/polkit/polkit-1-sections.txt -@@ -145,10 +145,13 @@ POLKIT_UNIX_SESSION_GET_CLASS - PolkitUnixProcess - polkit_unix_process_new - polkit_unix_process_new_full -+polkit_unix_process_new_for_owner -+polkit_unix_process_set_pid - polkit_unix_process_get_pid -+polkit_unix_process_set_start_time - polkit_unix_process_get_start_time --polkit_unix_process_set_pid --polkit_unix_process_get_owner -+polkit_unix_process_set_uid -+polkit_unix_process_get_uid - - PolkitUnixProcessClass - POLKIT_UNIX_PROCESS -diff --git a/src/polkit/polkitsubject.c b/src/polkit/polkitsubject.c -index 577afec..d2c4c20 100644 ---- a/src/polkit/polkitsubject.c -+++ b/src/polkit/polkitsubject.c -@@ -238,13 +238,18 @@ polkit_subject_from_string (const gchar *str, - { - gint scanned_pid; - guint64 scanned_starttime; -- if (sscanf (str, "unix-process:%d:%" G_GUINT64_FORMAT, &scanned_pid, &scanned_starttime) == 2) -+ gint scanned_uid; -+ if (sscanf (str, "unix-process:%d:%" G_GUINT64_FORMAT ":%d", &scanned_pid, &scanned_starttime, &scanned_uid) == 3) -+ { -+ subject = polkit_unix_process_new_for_owner (scanned_pid, scanned_starttime, scanned_uid); -+ } -+ else if (sscanf (str, "unix-process:%d:%" G_GUINT64_FORMAT, &scanned_pid, &scanned_starttime) == 2) - { - subject = polkit_unix_process_new_full (scanned_pid, scanned_starttime); - } - else if (sscanf (str, "unix-process:%d", &scanned_pid) == 1) - { -- subject = polkit_unix_process_new_full (scanned_pid, 0); -+ subject = polkit_unix_process_new (scanned_pid); - if (polkit_unix_process_get_start_time (POLKIT_UNIX_PROCESS (subject)) == 0) - { - g_object_unref (subject); -@@ -297,6 +302,8 @@ polkit_subject_to_gvariant (PolkitSubject *subject) - g_variant_new_uint32 (polkit_unix_process_get_pid (POLKIT_UNIX_PROCESS (subject)))); - g_variant_builder_add (&builder, "{sv}", "start-time", - g_variant_new_uint64 (polkit_unix_process_get_start_time (POLKIT_UNIX_PROCESS (subject)))); -+ g_variant_builder_add (&builder, "{sv}", "uid", -+ g_variant_new_int32 (polkit_unix_process_get_uid (POLKIT_UNIX_PROCESS (subject)))); - } - else if (POLKIT_IS_UNIX_SESSION (subject)) - { -@@ -395,6 +402,7 @@ polkit_subject_new_for_gvariant (GVariant *variant, - GVariant *v; - guint32 pid; - guint64 start_time; -+ gint32 uid; - - v = lookup_asv (details_gvariant, "pid", G_VARIANT_TYPE_UINT32, error); - if (v == NULL) -@@ -414,7 +422,18 @@ polkit_subject_new_for_gvariant (GVariant *variant, - start_time = g_variant_get_uint64 (v); - g_variant_unref (v); - -- ret = polkit_unix_process_new_full (pid, start_time); -+ v = lookup_asv (details_gvariant, "uid", G_VARIANT_TYPE_INT32, error); -+ if (v != NULL) -+ { -+ uid = g_variant_get_int32 (v); -+ g_variant_unref (v); -+ } -+ else -+ { -+ uid = -1; -+ } -+ -+ ret = polkit_unix_process_new_for_owner (pid, start_time, uid); - } - else if (g_strcmp0 (kind, "unix-session") == 0) - { -diff --git a/src/polkit/polkitunixprocess.c b/src/polkit/polkitunixprocess.c -index 876da69..913be3a 100644 ---- a/src/polkit/polkitunixprocess.c -+++ b/src/polkit/polkitunixprocess.c -@@ -62,6 +62,7 @@ struct _PolkitUnixProcess - - gint pid; - guint64 start_time; -+ gint uid; - }; - - struct _PolkitUnixProcessClass -@@ -74,6 +75,7 @@ enum - PROP_0, - PROP_PID, - PROP_START_TIME, -+ PROP_UID - }; - - static void subject_iface_init (PolkitSubjectIface *subject_iface); -@@ -81,6 +83,9 @@ static void subject_iface_init (PolkitSubjectIface *subject_iface); - static guint64 get_start_time_for_pid (gint pid, - GError **error); - -+static gint _polkit_unix_process_get_owner (PolkitUnixProcess *process, -+ GError **error); -+ - #ifdef HAVE_FREEBSD - static gboolean get_kinfo_proc (gint pid, struct kinfo_proc *p); - #endif -@@ -92,6 +97,7 @@ G_DEFINE_TYPE_WITH_CODE (PolkitUnixProcess, polkit_unix_process, G_TYPE_OBJECT, - static void - polkit_unix_process_init (PolkitUnixProcess *unix_process) - { -+ unix_process->uid = -1; - } - - static void -@@ -108,6 +114,10 @@ polkit_unix_process_get_property (GObject *object, - g_value_set_int (value, unix_process->pid); - break; - -+ case PROP_UID: -+ g_value_set_int (value, unix_process->uid); -+ break; -+ - case PROP_START_TIME: - g_value_set_uint64 (value, unix_process->start_time); - break; -@@ -132,6 +142,14 @@ polkit_unix_process_set_property (GObject *object, - polkit_unix_process_set_pid (unix_process, g_value_get_int (value)); - break; - -+ case PROP_UID: -+ polkit_unix_process_set_uid (unix_process, g_value_get_int (value)); -+ break; -+ -+ case PROP_START_TIME: -+ polkit_unix_process_set_start_time (unix_process, g_value_get_uint64 (value)); -+ break; -+ - default: - G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); - break; -@@ -139,12 +157,39 @@ polkit_unix_process_set_property (GObject *object, - } - - static void -+polkit_unix_process_constructed (GObject *object) -+{ -+ PolkitUnixProcess *process = POLKIT_UNIX_PROCESS (object); -+ -+ /* sets start_time and uid in case they are unset */ -+ -+ if (process->start_time == 0) -+ process->start_time = get_start_time_for_pid (process->pid, NULL); -+ -+ if (process->uid == -1) -+ { -+ GError *error; -+ error = NULL; -+ process->uid = _polkit_unix_process_get_owner (process, &error); -+ if (error != NULL) -+ { -+ process->uid = -1; -+ g_error_free (error); -+ } -+ } -+ -+ if (G_OBJECT_CLASS (polkit_unix_process_parent_class)->constructed != NULL) -+ G_OBJECT_CLASS (polkit_unix_process_parent_class)->constructed (object); -+} -+ -+static void - polkit_unix_process_class_init (PolkitUnixProcessClass *klass) - { - GObjectClass *gobject_class = G_OBJECT_CLASS (klass); - - gobject_class->get_property = polkit_unix_process_get_property; - gobject_class->set_property = polkit_unix_process_set_property; -+ gobject_class->constructed = polkit_unix_process_constructed; - - /** - * PolkitUnixProcess:pid: -@@ -156,7 +201,7 @@ polkit_unix_process_class_init (PolkitUnixProcessClass *klass) - g_param_spec_int ("pid", - "Process ID", - "The UNIX process ID", -- -1, -+ 0, - G_MAXINT, - 0, - G_PARAM_CONSTRUCT | -@@ -166,6 +211,27 @@ polkit_unix_process_class_init (PolkitUnixProcessClass *klass) - G_PARAM_STATIC_NICK)); - - /** -+ * PolkitUnixProcess:uid: -+ * -+ * The UNIX user id of the process or -1 if unknown. -+ * -+ * Note that this is the real user-id, not the effective user-id. -+ */ -+ g_object_class_install_property (gobject_class, -+ PROP_UID, -+ g_param_spec_int ("uid", -+ "User ID", -+ "The UNIX user ID", -+ -1, -+ G_MAXINT, -+ -1, -+ G_PARAM_CONSTRUCT | -+ G_PARAM_READWRITE | -+ G_PARAM_STATIC_NAME | -+ G_PARAM_STATIC_BLURB | -+ G_PARAM_STATIC_NICK)); -+ -+ /** - * PolkitUnixProcess:start-time: - * - * The start time of the process. -@@ -178,7 +244,8 @@ polkit_unix_process_class_init (PolkitUnixProcessClass *klass) - 0, - G_MAXUINT64, - 0, -- G_PARAM_READABLE | -+ G_PARAM_CONSTRUCT | -+ G_PARAM_READWRITE | - G_PARAM_STATIC_NAME | - G_PARAM_STATIC_BLURB | - G_PARAM_STATIC_NICK)); -@@ -186,113 +253,50 @@ polkit_unix_process_class_init (PolkitUnixProcessClass *klass) - } - - /** -- * polkit_unix_process_get_pid: -+ * polkit_unix_process_get_uid: - * @process: A #PolkitUnixProcess. - * -- * Gets the process id for @process. -+ * Gets the user id for @process. Note that this is the real user-id, -+ * not the effective user-id. - * -- * Returns: The process id for @process. -+ * Returns: The user id for @process or -1 if unknown. - */ - gint --polkit_unix_process_get_pid (PolkitUnixProcess *process) -+polkit_unix_process_get_uid (PolkitUnixProcess *process) - { -- g_return_val_if_fail (POLKIT_IS_UNIX_PROCESS (process), 0); -- return process->pid; -+ g_return_val_if_fail (POLKIT_IS_UNIX_PROCESS (process), -1); -+ return process->uid; - } - - /** -- * polkit_unix_process_get_owner: -+ * polkit_unix_process_set_uid: - * @process: A #PolkitUnixProcess. -- * @error: (allow-none): Return location for error or %NULL. -+ * @uid: The user id to set for @process or -1 to unset it. - * -- * Gets the uid of the owner of @process. -+ * Sets the (real, not effective) user id for @process. -+ */ -+void -+polkit_unix_process_set_uid (PolkitUnixProcess *process, -+ gint uid) -+{ -+ g_return_if_fail (POLKIT_IS_UNIX_PROCESS (process)); -+ g_return_if_fail (uid >= -1); -+ process->uid = uid; -+} -+ -+/** -+ * polkit_unix_process_get_pid: -+ * @process: A #PolkitUnixProcess. - * -- * Note that this returns the real user-id (not the effective user-id) of @process. -+ * Gets the process id for @process. - * -- * Returns: The UNIX user id of the owner for @process or 0 if @error is set. -- **/ -+ * Returns: The process id for @process. -+ */ - gint --polkit_unix_process_get_owner (PolkitUnixProcess *process, -- GError **error) -+polkit_unix_process_get_pid (PolkitUnixProcess *process) - { -- gint result; -- gchar *contents; -- gchar **lines; --#ifdef HAVE_FREEBSD -- struct kinfo_proc p; --#else -- gchar filename[64]; -- guint n; --#endif -- - g_return_val_if_fail (POLKIT_IS_UNIX_PROCESS (process), 0); -- g_return_val_if_fail (error == NULL || *error == NULL, 0); -- -- result = 0; -- lines = NULL; -- contents = NULL; -- --#ifdef HAVE_FREEBSD -- if (get_kinfo_proc (process->pid, &p) == 0) -- { -- g_set_error (error, -- POLKIT_ERROR, -- POLKIT_ERROR_FAILED, -- "get_kinfo_proc() failed for pid %d: %s", -- process->pid, -- g_strerror (errno)); -- goto out; -- } -- -- result = p.ki_uid; --#else -- -- /* see 'man proc' for layout of the status file -- * -- * Uid, Gid: Real, effective, saved set, and file system UIDs (GIDs). -- */ -- g_snprintf (filename, sizeof filename, "/proc/%d/status", process->pid); -- if (!g_file_get_contents (filename, -- &contents, -- NULL, -- error)) -- { -- goto out; -- } -- lines = g_strsplit (contents, "\n", -1); -- for (n = 0; lines != NULL && lines[n] != NULL; n++) -- { -- gint real_uid, effective_uid; -- if (!g_str_has_prefix (lines[n], "Uid:")) -- continue; -- if (sscanf (lines[n] + 4, "%d %d", &real_uid, &effective_uid) != 2) -- { -- g_set_error (error, -- POLKIT_ERROR, -- POLKIT_ERROR_FAILED, -- "Unexpected line `%s' in file %s", -- lines[n], -- filename); -- goto out; -- } -- else -- { -- result = real_uid; -- goto out; -- } -- } -- -- g_set_error (error, -- POLKIT_ERROR, -- POLKIT_ERROR_FAILED, -- "Didn't find any line starting with `Uid:' in file %s", -- filename); --#endif -- --out: -- g_strfreev (lines); -- g_free (contents); -- return result; -+ return process->pid; - } - - /** -@@ -311,6 +315,21 @@ polkit_unix_process_get_start_time (PolkitUnixProcess *process) - } - - /** -+ * polkit_unix_process_set_start_time: -+ * @process: A #PolkitUnixProcess. -+ * @start_time: The start time for @pid. -+ * -+ * Set the start time of @process. -+ */ -+void -+polkit_unix_process_set_start_time (PolkitUnixProcess *process, -+ guint64 start_time) -+{ -+ g_return_if_fail (POLKIT_IS_UNIX_PROCESS (process)); -+ process->start_time = start_time; -+} -+ -+/** - * polkit_unix_process_set_pid: - * @process: A #PolkitUnixProcess. - * @pid: A process id. -@@ -323,18 +342,17 @@ polkit_unix_process_set_pid (PolkitUnixProcess *process, - { - g_return_if_fail (POLKIT_IS_UNIX_PROCESS (process)); - process->pid = pid; -- if (pid != (gint) -1) -- process->start_time = get_start_time_for_pid (pid, NULL); - } - - /** - * polkit_unix_process_new: - * @pid: The process id. - * -- * Creates a new #PolkitUnixProcess for @pid. The start time of the -- * process will be looked up in using e.g. the -- * /proc filesystem depending on the platform in -- * use. -+ * Creates a new #PolkitUnixProcess for @pid. -+ * -+ * The uid and start time of the process will be looked up in using -+ * e.g. the /proc filesystem depending on the -+ * platform in use. - * - * Returns: (transfer full): A #PolkitSubject. Free with g_object_unref(). - */ -@@ -353,22 +371,42 @@ polkit_unix_process_new (gint pid) - * - * Creates a new #PolkitUnixProcess object for @pid and @start_time. - * -+ * The uid of the process will be looked up in using e.g. the -+ * /proc filesystem depending on the platform in -+ * use. -+ * - * Returns: (transfer full): A #PolkitSubject. Free with g_object_unref(). - */ - PolkitSubject * - polkit_unix_process_new_full (gint pid, - guint64 start_time) - { -- PolkitUnixProcess *process; -- -- process = POLKIT_UNIX_PROCESS (polkit_unix_process_new ((gint) -1)); -- process->pid = pid; -- if (start_time != 0) -- process->start_time = start_time; -- else -- process->start_time = get_start_time_for_pid (pid, NULL); -+ return POLKIT_SUBJECT (g_object_new (POLKIT_TYPE_UNIX_PROCESS, -+ "pid", pid, -+ "start_time", start_time, -+ NULL)); -+} - -- return POLKIT_SUBJECT (process); -+/** -+ * polkit_unix_process_new_for_owner: -+ * @pid: The process id. -+ * @start_time: The start time for @pid or 0 to look it up in e.g. /proc. -+ * @uid: The (real, not effective) uid of the owner of @pid or -1 to look it up in e.g. /proc. -+ * -+ * Creates a new #PolkitUnixProcess object for @pid, @start_time and @uid. -+ * -+ * Returns: (transfer full): A #PolkitSubject. Free with g_object_unref(). -+ */ -+PolkitSubject * -+polkit_unix_process_new_for_owner (gint pid, -+ guint64 start_time, -+ gint uid) -+{ -+ return POLKIT_SUBJECT (g_object_new (POLKIT_TYPE_UNIX_PROCESS, -+ "pid", pid, -+ "start_time", start_time, -+ "uid", uid, -+ NULL)); - } - - static guint -@@ -616,3 +654,95 @@ out: - - return start_time; - } -+ -+static gint -+_polkit_unix_process_get_owner (PolkitUnixProcess *process, -+ GError **error) -+{ -+ gint result; -+ gchar *contents; -+ gchar **lines; -+#ifdef HAVE_FREEBSD -+ struct kinfo_proc p; -+#else -+ gchar filename[64]; -+ guint n; -+#endif -+ -+ g_return_val_if_fail (POLKIT_IS_UNIX_PROCESS (process), 0); -+ g_return_val_if_fail (error == NULL || *error == NULL, 0); -+ -+ result = 0; -+ lines = NULL; -+ contents = NULL; -+ -+#ifdef HAVE_FREEBSD -+ if (get_kinfo_proc (process->pid, &p) == 0) -+ { -+ g_set_error (error, -+ POLKIT_ERROR, -+ POLKIT_ERROR_FAILED, -+ "get_kinfo_proc() failed for pid %d: %s", -+ process->pid, -+ g_strerror (errno)); -+ goto out; -+ } -+ -+ result = p.ki_uid; -+#else -+ -+ /* see 'man proc' for layout of the status file -+ * -+ * Uid, Gid: Real, effective, saved set, and file system UIDs (GIDs). -+ */ -+ g_snprintf (filename, sizeof filename, "/proc/%d/status", process->pid); -+ if (!g_file_get_contents (filename, -+ &contents, -+ NULL, -+ error)) -+ { -+ goto out; -+ } -+ lines = g_strsplit (contents, "\n", -1); -+ for (n = 0; lines != NULL && lines[n] != NULL; n++) -+ { -+ gint real_uid, effective_uid; -+ if (!g_str_has_prefix (lines[n], "Uid:")) -+ continue; -+ if (sscanf (lines[n] + 4, "%d %d", &real_uid, &effective_uid) != 2) -+ { -+ g_set_error (error, -+ POLKIT_ERROR, -+ POLKIT_ERROR_FAILED, -+ "Unexpected line `%s' in file %s", -+ lines[n], -+ filename); -+ goto out; -+ } -+ else -+ { -+ result = real_uid; -+ goto out; -+ } -+ } -+ -+ g_set_error (error, -+ POLKIT_ERROR, -+ POLKIT_ERROR_FAILED, -+ "Didn't find any line starting with `Uid:' in file %s", -+ filename); -+#endif -+ -+out: -+ g_strfreev (lines); -+ g_free (contents); -+ return result; -+} -+ -+/* deprecated public method */ -+gint -+polkit_unix_process_get_owner (PolkitUnixProcess *process, -+ GError **error) -+{ -+ return _polkit_unix_process_get_owner (process, error); -+} -diff --git a/src/polkit/polkitunixprocess.h b/src/polkit/polkitunixprocess.h -index b88cd03..531a57d 100644 ---- a/src/polkit/polkitunixprocess.h -+++ b/src/polkit/polkitunixprocess.h -@@ -47,16 +47,24 @@ typedef struct _PolkitUnixProcess PolkitUnixProcess; - typedef struct _PolkitUnixProcessClass PolkitUnixProcessClass; - - GType polkit_unix_process_get_type (void) G_GNUC_CONST; --PolkitSubject *polkit_unix_process_new (gint pid); --PolkitSubject *polkit_unix_process_new_full (gint pid, -- guint64 start_time); -- -+PolkitSubject *polkit_unix_process_new (gint pid); -+PolkitSubject *polkit_unix_process_new_full (gint pid, -+ guint64 start_time); -+PolkitSubject *polkit_unix_process_new_for_owner (gint pid, -+ guint64 start_time, -+ gint uid); - gint polkit_unix_process_get_pid (PolkitUnixProcess *process); - guint64 polkit_unix_process_get_start_time (PolkitUnixProcess *process); -+gint polkit_unix_process_get_uid (PolkitUnixProcess *process); - void polkit_unix_process_set_pid (PolkitUnixProcess *process, - gint pid); -+void polkit_unix_process_set_uid (PolkitUnixProcess *process, -+ gint uid); -+void polkit_unix_process_set_start_time (PolkitUnixProcess *process, -+ guint64 start_time); -+ - gint polkit_unix_process_get_owner (PolkitUnixProcess *process, -- GError **error); -+ GError **error) G_GNUC_DEPRECATED_FOR (polkit_unix_process_get_uid); - - G_END_DECLS - --- -1.7.4.2 - diff --git a/source/apps/polkit/0003-Use-polkit_unix_process_get_uid-to-get-the-owner-of-.patch b/source/apps/polkit/0003-Use-polkit_unix_process_get_uid-to-get-the-owner-of-.patch deleted file mode 100644 index 9c7be68..0000000 --- a/source/apps/polkit/0003-Use-polkit_unix_process_get_uid-to-get-the-owner-of-.patch +++ /dev/null @@ -1,40 +0,0 @@ -From c23d74447c7615dc74dae259f0fc3688ec988867 Mon Sep 17 00:00:00 2001 -From: David Zeuthen -Date: Fri, 1 Apr 2011 12:12:27 -0400 -Subject: [PATCH 3/4] Use polkit_unix_process_get_uid() to get the owner of a process - -This avoids a TOCTTOU problem. - -Signed-off-by: David Zeuthen ---- - src/polkitbackend/polkitbackendsessionmonitor.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) - -diff --git a/src/polkitbackend/polkitbackendsessionmonitor.c b/src/polkitbackend/polkitbackendsessionmonitor.c -index 495f752..9c331b6 100644 ---- a/src/polkitbackend/polkitbackendsessionmonitor.c -+++ b/src/polkitbackend/polkitbackendsessionmonitor.c -@@ -293,14 +293,15 @@ polkit_backend_session_monitor_get_user_for_subject (PolkitBackendSessionMonitor - - if (POLKIT_IS_UNIX_PROCESS (subject)) - { -- local_error = NULL; -- uid = polkit_unix_process_get_owner (POLKIT_UNIX_PROCESS (subject), &local_error); -- if (local_error != NULL) -+ uid = polkit_unix_process_get_uid (POLKIT_UNIX_PROCESS (subject)); -+ if ((gint) uid == -1) - { -- g_propagate_prefixed_error (error, local_error, "Error getting user for process: "); -+ g_set_error (error, -+ POLKIT_ERROR, -+ POLKIT_ERROR_FAILED, -+ "Unix process subject does not have uid set"); - goto out; - } -- - ret = polkit_unix_user_new (uid); - } - else if (POLKIT_IS_SYSTEM_BUS_NAME (subject)) --- -1.7.4.2 - diff --git a/source/apps/polkit/0004-pkexec-Avoid-TOCTTOU-problems-with-parent-process.patch b/source/apps/polkit/0004-pkexec-Avoid-TOCTTOU-problems-with-parent-process.patch deleted file mode 100644 index 11a4e04..0000000 --- a/source/apps/polkit/0004-pkexec-Avoid-TOCTTOU-problems-with-parent-process.patch +++ /dev/null @@ -1,127 +0,0 @@ -From 3b12cfac29dddd27f1f166a7574d8374cc1dccf2 Mon Sep 17 00:00:00 2001 -From: David Zeuthen -Date: Fri, 1 Apr 2011 12:13:15 -0400 -Subject: [PATCH 4/4] pkexec: Avoid TOCTTOU problems with parent process - -In a nutshell, the parent process may change its uid (either real- or -effective uid) after launching pkexec. It can do this by exec()'ing -e.g. a setuid root program. - -To avoid this problem, just use the uid the parent process had when it -executed pkexec. This happens to be the same uid of the pkexec process -itself. - -Additionally, remove some dubious code that allowed pkexec to continue -when the parent process died as there is no reason to support -something like that. Also ensure that the pkexec process is killed if -the parent process dies. - -This problem was pointed out by Neel Mehta . - -Signed-off-by: David Zeuthen ---- - src/programs/pkexec.c | 66 +++++++++++++++++++++++++++++-------------------- - 1 files changed, 39 insertions(+), 27 deletions(-) - -diff --git a/src/programs/pkexec.c b/src/programs/pkexec.c -index 9217954..3e656be 100644 ---- a/src/programs/pkexec.c -+++ b/src/programs/pkexec.c -@@ -35,6 +35,10 @@ - #include - #include - -+#ifdef __linux__ -+#include -+#endif -+ - #include - - #ifdef POLKIT_AUTHFW_PAM -@@ -423,7 +427,6 @@ main (int argc, char *argv[]) - GPtrArray *saved_env; - gchar *opt_user; - pid_t pid_of_caller; -- uid_t uid_of_caller; - gpointer local_agent_handle; - - ret = 127; -@@ -598,40 +601,49 @@ main (int argc, char *argv[]) - */ - g_type_init (); - -- /* now check if the program that invoked us is authorized */ -+ /* make sure we are nuked if the parent process dies */ -+#ifdef __linux__ -+ if (prctl (PR_SET_PDEATHSIG, SIGTERM) != 0) -+ { -+ g_printerr ("prctl(PR_SET_PDEATHSIG, SIGTERM) failed: %s\n", g_strerror (errno)); -+ goto out; -+ } -+#else -+#warning "Please add OS specific code to catch when the parent dies" -+#endif -+ -+ /* Figure out the parent process */ - pid_of_caller = getppid (); - if (pid_of_caller == 1) - { - /* getppid() can return 1 if the parent died (meaning that we are reaped -- * by /sbin/init); get process group leader instead - for example, this -- * happens when launching via gnome-panel (alt+f2, then 'pkexec gedit'). -+ * by /sbin/init); In that case we simpy bail. - */ -- pid_of_caller = getpgrp (); -- } -- -- subject = polkit_unix_process_new (pid_of_caller); -- if (subject == NULL) -- { -- g_printerr ("No such process for pid %d: %s\n", (gint) pid_of_caller, error->message); -- g_error_free (error); -+ g_printerr ("Refusing to render service to dead parents.\n"); - goto out; - } - -- /* paranoia: check that the uid of pid_of_caller matches getuid() */ -- error = NULL; -- uid_of_caller = polkit_unix_process_get_owner (POLKIT_UNIX_PROCESS (subject), -- &error); -- if (error != NULL) -- { -- g_printerr ("Error determing pid of caller (pid %d): %s\n", (gint) pid_of_caller, error->message); -- g_error_free (error); -- goto out; -- } -- if (uid_of_caller != getuid ()) -- { -- g_printerr ("User of caller (%d) does not match our uid (%d)\n", uid_of_caller, getuid ()); -- goto out; -- } -+ /* This process we want to check an authorization for is the process -+ * that launched us - our parent process. -+ * -+ * At the time the parent process fork()'ed and exec()'ed us, the -+ * process had the same real-uid that we have now. So we use this -+ * real-uid instead of of looking it up to avoid TOCTTOU issues -+ * (consider the parent process exec()'ing a setuid helper). -+ * -+ * On the other hand, the monotonic process start-time is guaranteed -+ * to never change so it's safe to look that up given only the PID -+ * since we are guaranteed to be nuked if the parent goes away -+ * (cf. the prctl(2) call above). -+ */ -+ subject = polkit_unix_process_new_for_owner (pid_of_caller, -+ 0, /* 0 means "look up start-time in /proc" */ -+ getuid ()); -+ /* really double-check the invariants guaranteed by the PolkitUnixProcess class */ -+ g_assert (subject != NULL); -+ g_assert (polkit_unix_process_get_pid (POLKIT_UNIX_PROCESS (subject)) == pid_of_caller); -+ g_assert (polkit_unix_process_get_uid (POLKIT_UNIX_PROCESS (subject)) >= 0); -+ g_assert (polkit_unix_process_get_start_time (POLKIT_UNIX_PROCESS (subject)) > 0); - - error = NULL; - authority = polkit_authority_get_sync (NULL /* GCancellable* */, &error); --- -1.7.4.2 - diff --git a/source/apps/polkit/FrugalBuild b/source/apps/polkit/FrugalBuild index 76d4e11..065da3a 100644 --- a/source/apps/polkit/FrugalBuild +++ b/source/apps/polkit/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=polkit -pkgver=0.101 -pkgrel=3 +pkgver=0.102 +pkgrel=1 pkgdesc="Policy framework for controlling privileges for system-wide services" url="http://hal.freedesktop.org/docs/PolicyKit" depends=('pam' 'dbus-glib' 'expat' 'eggdbus') @@ -11,16 +11,8 @@ makedepends=('intltool' 'gobject-introspection>=0.9.0' 'docbook-xsl') groups=('apps') archs=('i686' 'x86_64' 'ppc' 'arm') up2date="Flasttar http://hal.freedesktop.org/releases/" -source=(http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.gz \ - 0001-PolkitUnixProcess-Clarify-that-the-real-uid-is-retur.patch \ - 0002-Make-PolkitUnixProcess-also-record-the-uid-of-the-pr.patch \ - 0003-Use-polkit_unix_process_get_uid-to-get-the-owner-of-.patch \ - 0004-pkexec-Avoid-TOCTTOU-problems-with-parent-process.patch) -sha1sums=('9d1f58a99d40889ceebbde142f93c305471fc151' \ - '6824496f96d23e7b2db96a6fcf0ab715c2faa4f0' \ - '0942dcab9c09909a3c6d86f565359dcc80ba895c' \ - '2805ee357890ac7aaa536c05e4be97b4936a6c90' \ - '6ae3f4a9f1dd86dce927281def82ab477ddd847b') +source=(http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.gz) +sha1sums=('62907e1c9ffc45a8cd5f2cec2b5eabb168551f0e') replaces=('policykit') conflicts=('policykit') From bouleetbil at frogdev.info Thu Aug 4 11:47:13 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 4 Aug 2011 11:47:13 +0200 (CEST) Subject: [Frugalware-git] bouletmp: goffice-0.8.17-1-x86_64 *version bump *change m8r Message-ID: <20110804094713.94F3BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=c31b2e7b5ab08dcae41d2c2d5c63d9fa0aab79e0 commit c31b2e7b5ab08dcae41d2c2d5c63d9fa0aab79e0 Author: bouleetbil Date: Thu Aug 4 11:37:08 2011 +0200 goffice-0.8.17-1-x86_64 *version bump *change m8r diff --git a/source/gnome-extra/goffice/FrugalBuild b/source/gnome-extra/goffice/FrugalBuild index ce0bfcf..3b3a6f5 100644 --- a/source/gnome-extra/goffice/FrugalBuild +++ b/source/gnome-extra/goffice/FrugalBuild @@ -1,8 +1,8 @@ # Compiling time: 1.20 SBU -# Maintainer: Cedrick Hannier alias Cedynamix +# Maintainer: bouleetbil pkgname=goffice -pkgver=0.8.15 +pkgver=0.8.17 pkgrel=1 pkgdesc="A glib/gtk set of document centric objects and utilities" url="http://www.gnome.org/" @@ -13,6 +13,6 @@ archs=('x86_64' 'i686' 'ppc') options=('scriptlet') _F_gnome_scrollkeeper="y" Finclude gnome gnome-scriptlet -sha1sums=('2faa5ad2f718ffd375b68378c45812e5a37c6f38') +sha1sums=('0c8f578f30746b92f37bd8e6eb13dbbaaa124278') # optimization OK From bouleetbil at frogdev.info Thu Aug 4 11:54:15 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 4 Aug 2011 11:54:15 +0200 (CEST) Subject: [Frugalware-git] bouletmp: gnumeric-1.10.17-1-x86_64 Message-ID: <20110804095415.03D5EBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=94337085443779a6df9f93ce4939c66bc93ee32e commit 94337085443779a6df9f93ce4939c66bc93ee32e Author: bouleetbil Date: Thu Aug 4 11:44:14 2011 +0200 gnumeric-1.10.17-1-x86_64 *Version bump diff --git a/source/gnome-extra/gnumeric/FrugalBuild b/source/gnome-extra/gnumeric/FrugalBuild index 5b13742..1a1d17a 100644 --- a/source/gnome-extra/gnumeric/FrugalBuild +++ b/source/gnome-extra/gnumeric/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: bouleetbil pkgname=gnumeric -pkgver=1.10.16 +pkgver=1.10.17 pkgrel=1 pkgdesc="The GNOME spreadsheet" url="http://www.gnome.org/projects/gnumeric/" -depends=('libgnomedb>=3.99.7' 'libgda>=4.0.1' 'libgsf-gnome' 'desktop-file-utils' 'goffice>=0.8.12') +depends=('libgnomedb>=3.99.7' 'libgda>=4.0.1' 'libgsf-gnome' 'desktop-file-utils' 'goffice>=0.8.17') makedepends=('intltool' 'pygtk>=2.14.1-2' 'rarian' 'pkgconfig') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') @@ -17,6 +17,6 @@ _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet -sha1sums=('9754593326eb1cfafd679cd777ef746d72a9e9f8') +sha1sums=('8a59a369bfe232c3f13f0467513182e190d36661') # optimization OK From vmiklos at frugalware.org Thu Aug 4 13:30:30 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 4 Aug 2011 13:30:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: akonadi-1.5.3-1-i686 Message-ID: <20110804113030.6771BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=666959c93cbf4997d6dcbd4b21215d9cf63851fe commit 666959c93cbf4997d6dcbd4b21215d9cf63851fe Author: Marius Cirsta Date: Wed Aug 3 01:37:25 2011 +0300 akonadi-1.5.3-1-i686 * switch to SQLite as default database * version bump diff --git a/source/xapps/akonadi/FrugalBuild b/source/xapps/akonadi/FrugalBuild index d2cc523..47d454d 100644 --- a/source/xapps/akonadi/FrugalBuild +++ b/source/xapps/akonadi/FrugalBuild @@ -2,10 +2,11 @@ # Maintainer: Michel Hermier pkgname=akonadi -pkgver=1.5.1 -pkgrel=2 +pkgver=1.5.3 +pkgrel=1 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data" archs=('i686' 'x86_64' 'ppc') +_F_cmake_confopts="-DDATABASE_BACKEND=SQLITE" Finclude kde url='http://www.akonadi-project.org' depends=('libboost>=1.46.1' "libqtdbus>=$_F_kde_qtver" "libqtnetwork>=$_F_kde_qtver" "libqtsql>=$_F_kde_qtver" \ @@ -14,8 +15,9 @@ makedepends=("${makedepends[@]}" 'boost' 'libxslt' "libqttest>=$_F_kde_qtver" "l rodepends=("${rodepends[@]}" 'libxslt') groups=('xapps') up2date="Flasttar http://download.akonadi-project.org" -source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('1573995a37a2ee69e3bdec3952087433b3cc1813') +#source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2) +source=(http://distfiles.macports.org/akonadi/akonadi-$pkgver.tar.bz2) +sha1sums=('37764e0e5bc4769ce691e32a771966278e6c1084') # optimization OK From vmiklos at frugalware.org Thu Aug 4 13:32:44 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 4 Aug 2011 13:32:44 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: docs/upgrade.txt : added sections about default Akonadi DB change Message-ID: <20110804113244.074A5BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d7bf2850ee53ad39784db9379964feb54bcdbea5 commit d7bf2850ee53ad39784db9379964feb54bcdbea5 Author: Marius Cirsta Date: Wed Aug 3 01:42:12 2011 +0300 docs/upgrade.txt : added sections about default Akonadi DB change diff --git a/docs/upgrade.txt b/docs/upgrade.txt index 01684a2..89fa966 100644 --- a/docs/upgrade.txt +++ b/docs/upgrade.txt @@ -39,6 +39,19 @@ The new release comes with a new version of samba. From this version the package does NOT contain mount.smb, smbmnt and smbmount binaries, so in the file /etc/fstab the `smb` filesystem type has to be changed to `cifs`. +== Akonadi + +Akonadi was build to use SQLite by default for any new user. Current config +files for existing users will not be touched though. If you want you can +manually change the config file: `~/.config/akonadi/akonadiserverrc`. + +WARNING: Changing this means any data will remain in the previous +database (`mysql`). If you still want to proceed just modify to: + +---- +Driver=QSQLITE3 +---- + == Removing obsolete packages Some software has been marked as obsolete in the new release. To remove From melko at frugalware.org Thu Aug 4 14:29:59 2011 From: melko at frugalware.org (Melko) Date: Thu, 4 Aug 2011 14:29:59 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: Merge git://git.frugalware.org/pub/frugalware/frugalware-current Message-ID: <20110804122959.73195BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=0a5c96a59bcc18331384d609adfed05446157961 commit 0a5c96a59bcc18331384d609adfed05446157961 Merge: 016f4b5 d7bf285 Author: Melko Date: Thu Aug 4 14:23:54 2011 +0200 Merge git://git.frugalware.org/pub/frugalware/frugalware-current From melko at frugalware.org Thu Aug 4 14:37:59 2011 From: melko at frugalware.org (Melko) Date: Thu, 4 Aug 2011 14:37:59 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: akonadi-1.6.0-1-i686 Message-ID: <20110804123759.9D66BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=660d8063a91d09726296017640177e77fcbe17e9 commit 660d8063a91d09726296017640177e77fcbe17e9 Author: Melko Date: Thu Aug 4 14:36:51 2011 +0200 akonadi-1.6.0-1-i686 * version bump diff --git a/source/xapps/akonadi/FrugalBuild b/source/xapps/akonadi/FrugalBuild index 47d454d..cfab9ca 100644 --- a/source/xapps/akonadi/FrugalBuild +++ b/source/xapps/akonadi/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Michel Hermier pkgname=akonadi -pkgver=1.5.3 +pkgver=1.6.0 pkgrel=1 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data" archs=('i686' 'x86_64' 'ppc') @@ -17,7 +17,7 @@ groups=('xapps') up2date="Flasttar http://download.akonadi-project.org" #source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2) source=(http://distfiles.macports.org/akonadi/akonadi-$pkgver.tar.bz2) -sha1sums=('37764e0e5bc4769ce691e32a771966278e6c1084') +sha1sums=('a95b043a26aba5d22a00d1c7632531db3c578e03') # optimization OK From melko at frugalware.org Thu Aug 4 14:58:00 2011 From: melko at frugalware.org (Melko) Date: Thu, 4 Aug 2011 14:58:00 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdepimlibs-4.7.0-1-i686 Message-ID: <20110804125800.EABEEBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=de0f55d1edfd8a798824b5d58b2b8563cf97bf42 commit de0f55d1edfd8a798824b5d58b2b8563cf97bf42 Author: Melko Date: Thu Aug 4 13:03:01 2011 +0200 kdepimlibs-4.7.0-1-i686 * version bump diff --git a/source/kde/kdepimlibs/FrugalBuild b/source/kde/kdepimlibs/FrugalBuild index 3ad8f80..2b10685 100644 --- a/source/kde/kdepimlibs/FrugalBuild +++ b/source/kde/kdepimlibs/FrugalBuild @@ -13,7 +13,7 @@ makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" \ "ksgmltools2>=${_F_kde_ver}" \ 'boost>=1.46.1' 'docbook-xsl' "libnepomuk>=${_F_kde_ver}" \ "akonadi>=1.5.0" "shared-desktop-ontologies>=0.6.0") -sha1sums=('6bf82a0934d5a16223f193e848bf3696a40e4820') +sha1sums=('b5296ef96b94cab5aeb39dabde466e28670c20bd') Kde4="${_F_kde_ver}" Qt4="${_F_kde_qtver}" From melko at frugalware.org Thu Aug 4 16:54:22 2011 From: melko at frugalware.org (Melko) Date: Thu, 4 Aug 2011 16:54:22 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdebase-4.7.0-1-i686 Message-ID: <20110804145422.EFAFCBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=610981df39e867d222d31f57bea610a59e65f40a commit 610981df39e867d222d31f57bea610a59e65f40a Author: Melko Date: Thu Aug 4 16:52:22 2011 +0200 kdebase-4.7.0-1-i686 * version bump * add splitted package konq-plugins * remove konsole and kwrite since are splitted diff --git a/source/kde/kdebase/FrugalBuild b/source/kde/kdebase/FrugalBuild index e53c37a..0f0ec1a 100644 --- a/source/kde/kdebase/FrugalBuild +++ b/source/kde/kdebase/FrugalBuild @@ -7,6 +7,7 @@ pkgdesc="Basic programs for KDE4" groups=('kde') archs=('i686' 'x86_64' 'ppc') _F_kde_subpkgs_custom_path=1 +_F_kde_name=kde-baseapps Finclude kde depends=() makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" \ @@ -14,7 +15,7 @@ makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" \ "libdbusmenu-qt>=0.8.0") ##replaces=('bscommander' 'kasablanca') #source=($source kinfocenter-icons.patch) -sha1sums=('1a902d22956daaf380ceefe68f8db75b8b760ae6') +sha1sums=('99f6b99039fbe41f470699232de703b4f4be802e') Qt4="${_F_kde_qtver}" Kde4="${_F_kde_ver}" @@ -62,26 +63,25 @@ subrodepends=("${subrodepends[@]}" "libkonq>=$Kde4") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -subpkgs=("${subpkgs[@]}" "konqueror") -subdescs=("${subdescs[@]}" "KDE Web browser.") -subdepends=("${subdepends[@]}" " libkde3support>=$Kde4 libkhtml>=$Kde4 libkutils>=$Kde4 libqtsql>=$Qt4 libqtnetwork>=$Qt4 libqtxml>=$Qt4 - zlib xz libice libxtst libxfixes libxrender strigi>=0.7.2-2 xfsprogs-acl libuuid libxau libxdmcp") -subrodepends=("${subrodepends[@]}" "libkonq>=$Kde4") +subpkgs=("${subpkgs[@]}" "konq-plugins") +subdescs=("${subdescs[@]}" "Extra plugins for Konqueror.") +subdepends=("${subdepends[@]}" "libqtscript>=$Qt4") +subrodepends=("${subrodepends[@]}" "konqueror>=$Kde4") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -subpkgs=("${subpkgs[@]}" "konsole") -subdescs=("${subdescs[@]}" "KDE Terminal emulator.") -subdepends=("${subdepends[@]}" "libkdesu>=$Kde4 libknotify>=$Kde4 libqtgui>=$Qt4 libqtxml>=$Qt4") -subrodepends=("${subrodepends[@]}" '') +subpkgs=("${subpkgs[@]}" "konq-plugins") +subdescs=("${subdescs[@]}" "Extra plugins for Konqueror.") +subdepends=("${subdepends[@]}" "libqtscript>=$Qt4") +subrodepends=("${subrodepends[@]}" "konqueror>=$Kde4") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -subpkgs=("${subpkgs[@]}" "kwrite") -subdescs=("${subdescs[@]}" "Text Editor") -subdepends=("${subdepends[@]}" "kdelibs-interfaces>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 strigi>=0.7.2-2 libqtnetwork>=$Qt4 - xfsprogs-acl libxrender libice libxtst libxfixes libgcc xz libuuid") -subrodepends=("${subrodepends[@]}" '') +subpkgs=("${subpkgs[@]}" "konqueror") +subdescs=("${subdescs[@]}" "KDE Web browser.") +subdepends=("${subdepends[@]}" " libkde3support>=$Kde4 libkhtml>=$Kde4 libkutils>=$Kde4 libqtsql>=$Qt4 libqtnetwork>=$Qt4 libqtxml>=$Qt4 + zlib xz libice libxtst libxfixes libxrender strigi>=0.7.2-2 xfsprogs-acl libuuid libxau libxdmcp") +subrodepends=("${subrodepends[@]}" "libkonq>=$Kde4") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') From melko at frugalware.org Thu Aug 4 17:42:40 2011 From: melko at frugalware.org (Melko) Date: Thu, 4 Aug 2011 17:42:40 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdebase-4.7.0-1-i686 Message-ID: <20110804154240.CE4C6BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=0a6be0b8076d8687ee9d59cb4533fa924ef66612 commit 0a6be0b8076d8687ee9d59cb4533fa924ef66612 Author: Melko Date: Thu Aug 4 17:41:42 2011 +0200 kdebase-4.7.0-1-i686 * fix duplicate :/ diff --git a/source/kde/kdebase/FrugalBuild b/source/kde/kdebase/FrugalBuild index 0f0ec1a..7dd244b 100644 --- a/source/kde/kdebase/FrugalBuild +++ b/source/kde/kdebase/FrugalBuild @@ -63,20 +63,6 @@ subrodepends=("${subrodepends[@]}" "libkonq>=$Kde4") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -subpkgs=("${subpkgs[@]}" "konq-plugins") -subdescs=("${subdescs[@]}" "Extra plugins for Konqueror.") -subdepends=("${subdepends[@]}" "libqtscript>=$Qt4") -subrodepends=("${subrodepends[@]}" "konqueror>=$Kde4") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "konq-plugins") -subdescs=("${subdescs[@]}" "Extra plugins for Konqueror.") -subdepends=("${subdepends[@]}" "libqtscript>=$Qt4") -subrodepends=("${subrodepends[@]}" "konqueror>=$Kde4") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - subpkgs=("${subpkgs[@]}" "konqueror") subdescs=("${subdescs[@]}" "KDE Web browser.") subdepends=("${subdepends[@]}" " libkde3support>=$Kde4 libkhtml>=$Kde4 libkutils>=$Kde4 libqtsql>=$Qt4 libqtnetwork>=$Qt4 libqtxml>=$Qt4 From melko at frugalware.org Thu Aug 4 17:55:21 2011 From: melko at frugalware.org (Melko) Date: Thu, 4 Aug 2011 17:55:21 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdebase-4.7.0-1-i686 Message-ID: <20110804155521.9C5FABAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=f2e088d7ef941b574112322dc43ae2d8e05dc312 commit f2e088d7ef941b574112322dc43ae2d8e05dc312 Author: Melko Date: Thu Aug 4 17:53:30 2011 +0200 kdebase-4.7.0-1-i686 * readd konq-plugins (this could be a git's bug) diff --git a/source/kde/kdebase/FrugalBuild b/source/kde/kdebase/FrugalBuild index 7dd244b..b9d9a7d 100644 --- a/source/kde/kdebase/FrugalBuild +++ b/source/kde/kdebase/FrugalBuild @@ -20,6 +20,13 @@ sha1sums=('99f6b99039fbe41f470699232de703b4f4be802e') Qt4="${_F_kde_qtver}" Kde4="${_F_kde_ver}" +subpkgs=("${subpkgs[@]}" "konq-plugins") +subdescs=("${subdescs[@]}" "Extra plugins for Konqueror.") +subdepends=("${subdepends[@]}" "libqtscript>=$Qt4") +subrodepends=("${subrodepends[@]}" "konqueror>=$Kde4") +subgroups=("${subgroups[@]}" 'kde') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + subpkgs=("${subpkgs[@]}" "libkonq") subdescs=("${subdescs[@]}" "The embeddable part of konqueror") subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 gamin xfsprogs-attr bzip2 phonon>=4.4.0") From melko at frugalware.org Thu Aug 4 18:25:09 2011 From: melko at frugalware.org (Melko) Date: Thu, 4 Aug 2011 18:25:09 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdebase-4.7.0-1-i686 Message-ID: <20110804162509.B2969BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=f4b8b29b596d9fd58469f275a4f6090e45726a86 commit f4b8b29b596d9fd58469f275a4f6090e45726a86 Author: Melko Date: Thu Aug 4 18:21:58 2011 +0200 kdebase-4.7.0-1-i686 * move konq-plugins in the correct order (if this work it's a repoman's bug) diff --git a/source/kde/kdebase/FrugalBuild b/source/kde/kdebase/FrugalBuild index b9d9a7d..254c7d1 100644 --- a/source/kde/kdebase/FrugalBuild +++ b/source/kde/kdebase/FrugalBuild @@ -20,13 +20,6 @@ sha1sums=('99f6b99039fbe41f470699232de703b4f4be802e') Qt4="${_F_kde_qtver}" Kde4="${_F_kde_ver}" -subpkgs=("${subpkgs[@]}" "konq-plugins") -subdescs=("${subdescs[@]}" "Extra plugins for Konqueror.") -subdepends=("${subdepends[@]}" "libqtscript>=$Qt4") -subrodepends=("${subrodepends[@]}" "konqueror>=$Kde4") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - subpkgs=("${subpkgs[@]}" "libkonq") subdescs=("${subdescs[@]}" "The embeddable part of konqueror") subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 gamin xfsprogs-attr bzip2 phonon>=4.4.0") @@ -70,6 +63,13 @@ subrodepends=("${subrodepends[@]}" "libkonq>=$Kde4") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') +subpkgs=("${subpkgs[@]}" "konq-plugins") +subdescs=("${subdescs[@]}" "Extra plugins for Konqueror.") +subdepends=("${subdepends[@]}" "libqtscript>=$Qt4") +subrodepends=("${subrodepends[@]}" "konqueror>=$Kde4") +subgroups=("${subgroups[@]}" 'kde') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + subpkgs=("${subpkgs[@]}" "konqueror") subdescs=("${subdescs[@]}" "KDE Web browser.") subdepends=("${subdepends[@]}" " libkde3support>=$Kde4 libkhtml>=$Kde4 libkutils>=$Kde4 libqtsql>=$Qt4 libqtnetwork>=$Qt4 libqtxml>=$Qt4 From hermier at frugalware.org Thu Aug 4 18:45:06 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 4 Aug 2011 18:45:06 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kde-version.sh: New helper files for KDE versions. Message-ID: <20110804164506.E7731BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=f1fe6b272d78efda4c5a1e0f2e95afe05d3b3c8e commit f1fe6b272d78efda4c5a1e0f2e95afe05d3b3c8e Author: Michel Hermier Date: Thu Aug 4 18:44:35 2011 +0200 kde-version.sh: New helper files for KDE versions. diff --git a/source/include/kde-version.sh b/source/include/kde-version.sh new file mode 100644 index 0000000..9f46cda --- /dev/null +++ b/source/include/kde-version.sh @@ -0,0 +1,97 @@ +#!/bin/bash + +### +# = kde-version.sh(3) +# Michel Hermier +# +# == NAME +# kkde-version.sh - for Frugalware +# +# == SYNOPSIS +# Common schema for packages built against a given KDE version. +# +# == OVERWRITTEN VARIABLES +# * _F_kdever_ver: the KDE realease +# * _F_kdever_qt: the Qt release required for KDE +# * _F_kdever_sha1sums: a hash of all the sha1sums for the various KDE projects +### + + +_F_kdever_ver=4.7.0 +_F_kdever_qt=4.7.3 + +# Must be done in 2 lines else bash barfs on the floor +declare -gA _F_kdever_sha1sums +_F_kdever_sha1sums=( + ["blinken"]='8d6677b0c1b98bbb631730152e9edc1352af76c2' + ["cantor"]='2ab29119e2289d697cc0f623cbdd90933697c1de' + ["gwenview"]='30058dc40ea6ae8e3298facb9582d6bf91753d8b' + ["kalgebra"]='55def835948c6dff69ee87835c45630a1ae5cbc4' + ["kalzium"]='786890c54d8ea61841c2cfa4ca6b9c05492fae38' + ["kamera"]='4b8b0bd1bddba96fbc0c856d985ccb7419aa0d75' + ["kanagram"]='7d3d423960958cae8df7113f722d92428037ff8e' + ["kate"]='8a9685f58c9a7cc2c317ffc4f2bd18b76639a2cd' + ["kbruch"]='c3ca0d7a19787796faf8c7b96aeed46081613ac2' + ["kcolorchooser"]='d4be9b00eecb8c7a9aad45ed5861ad0ea0bc764f' + ["kdeaccessibility"]='69ecaa186edd07cfc391d6c630b6a95da602d3b1' + ["kdeadmin"]='792eaf403f1c95be0028145345ddd80a99cf3c15' + ["kdeartwork"]='b534a07ccd258135d72902a664198fd2bd22d508' + ["kde-baseapps"]='99f6b99039fbe41f470699232de703b4f4be802e' + ["kdegames"]='4921fc802f02d0f4b21b8c99cb2ac8c24867fe16' + ["kdegraphics-strigi-analyzer"]='2c2ff7e6b13ac1c073f112df9c794065d191e085' + ["kdegraphics-thumbnailers"]='6402d5a73d88ea4004aced3e68fc5e5c6454aaab' + ["kdelibs"]='2a7a59ac78a161c7c2393db89179449b495dd2db' + ["kdemultimedia"]='3ad5f6e806a0e8ea9f7c88697d6f605a112a9d21' + ["kdenetwork"]='e9e9d9c648d7d0e38852bc3417faa605bd62c1d1' + ["kdepim"]='d8a131d886b923b397a50439028ea45880aa9404' + ["kdepimlibs"]='b5296ef96b94cab5aeb39dabde466e28670c20bd' + ["kdepim-runtime"]='00286df86a64eecee64e6cf9199b69d87f62135e' + ["kdeplasma-addons"]='7a153131b84156ab33707c2ee21ffcf7021e099a' + ["kde-runtime"]='79c9b8323368f1a2a9b03830bd9ae02b2b20482b' + ["kdesdk"]='619e9e6255888c989997fa02a1b6b97220ae9f11' + ["kdetoys"]='2a4b3838293fedf9a814bf5ef8fbceba7460a8c5' + ["kdeutils"]='829eb0935ffd26fa4bb33b6e66841e3599f92c94' + ["kde-wallpapers"]='302f7ddb823e2b539236871567541c6b640880c3' + ["kdewebdev"]='bc11c574260f596d20317827f468778df9352037' + ["kde-workspace"]='cbc61a20013c746f424681020c29480c6249fd10' + ["kgamma"]='4534ea82e0d1f48414f1380e22d7aa8e7e50db98' + ["kgeography"]='5fa6bff0e67e11657d55435c3faffdfcaf318e1e' + ["khangman"]='41ca66dd44de19e073993cc192bf6caf512b23d0' + ["kig"]='a6f46c28c4da5de14e3e46c19c11bd2ccdb16abf' + ["kimono"]='3b9c6e12f5fdc57214db841b98bde90d8dbd40cf' + ["kiten"]='7caa8c13f6431d54eabc3a88f874f279134181c3' + ["klettres"]='1701b1c83856686b5123036dcf3c17643bf1ccc6' + ["kmplot"]='5123c7855497e6374dbd7211890cf9e69a4ee886' + ["kolourpaint"]='e6095508eac71201b19a63d416ff771b7bc5b9ab' + ["konsole"]='e1e9fef5cb222e9d9eaba17e227ac66aed3e19d6' + ["korundum"]='6f96a412077d3b198ee64c88e26fe60227e723c9' + ["kross-interpreters"]='bd31f249a63696b34e33fe8ccd4adde07f386806' + ["kruler"]='d77be8bc37dc684253b0f18952ad463908d55561' + ["ksaneplugin"]='2d1b61bad04d24f699ea64b203a112df15d37946' + ["ksnapshot"]='771002ae1b047ffc850060f128f11514a3349f89' + ["kstars"]='7ef3b53889aceb97b9452bf0b581a3aeefd243dc' + ["ktouch"]='b310e264e3fe8c96e2ceee233f364ae5cbd38048' + ["kturtle"]='d7bba4f06ac21b37bf32a84903ba6366a094ac1f' + ["kwordquiz"]='57064fa6044c65c13da69a8954598357b6499622' + ["libkdcraw"]='7c8d7ed8eb18c3f2951d451a2cf46dde9a336216' + ["libkdeedu"]='fbe1f3a7416d58bd4b0653280181da192e330214' + ["libkexiv2"]='ee5f524d02c7b1fb29767177890f556fa155c5fc' + ["libkipi"]='252a55484ee282ada6dd88e8ec4991b2ccdc74f3' + ["libksane"]='73a3f2c4619ccd8da7c362fc3832c1d52795933f' + ["marble"]='bbe08a57a33e06fceea3a51aed1406bc71ee02a9' + ["mobipocket"]='13e3c48a903411bc461f029564dd2e968dac719b' + ["okular"]='3fb935d79c2c24af9ea2874dbdb88f46d82154c2' + ["oxygen-icons"]='00e4c8a4db6f8aa8c5f00d8e7cc2dc27d2436664' + ["parley"]='b0925b3658656933410eaee701ec5f30eebee88e' + ["perlkde"]='cc4a9c1e966b3baae0f0b0b82224a9bef96bf7d7' + ["perlqt"]='a48f2f34374258793c7394914645cf2b8e597aaa' + ["pykde4"]='8f4cf7c9a99ee5b0fb2c7284518a129dced31c94' + ["qtruby"]='c42bf8eb7e237ce3b6ab061e30c8243d0e9ecae1' + ["qyoto"]='2d55a08882679f2693008741f53deabc57898487' + ["rocs"]='f7cb5e17d469e6f88851f1104145e3d02cff27c0' + ["smokegen"]='e6116d95aabe1fa00fb9126b582ad028765e56fc' + ["smokekde"]='c1cd38131c841f1f386bc270225fc5950db1c7a0' + ["smokeqt"]='7f0366cc6144ea684c571ed3876dd0eac6d72fb6' + ["step"]='134fe3b80f0ea1931a81cd82981ef5d683442518' + ["svgpart"]='1b6f7eccf84c0cb6f92a37d8f65cd6720ed2e72b' +) diff --git a/source/include/kde.sh b/source/include/kde.sh index 72fa1ca..5fe3d38 100644 --- a/source/include/kde.sh +++ b/source/include/kde.sh @@ -1,6 +1,6 @@ #!/bin/sh -Finclude cmake +Finclude cmake kde-version ### # = kde.sh(3) @@ -39,11 +39,11 @@ Finclude cmake ### if [ -z "$_F_kde_ver" ]; then - _F_kde_ver=4.7.0 + _F_kde_ver="$_F_kdever_ver" fi if [ -z "$_F_kde_qtver" ]; then - _F_kde_qtver=4.7.3 + _F_kde_qtver="$_F_kdever_qt" fi if [ -z "$_F_kde_name" ]; then @@ -91,6 +91,7 @@ fi # * url (if not set) # * up2date (if not set) # * source (if empty) +# * sha1sums (if sources is empty) # * _F_cd_path (if not set) # * makedepends (if not set) ### @@ -114,6 +115,9 @@ if [ "$_F_kde_defaults" -eq 1 ]; then if [ ${#source[@]} -eq 0 ]; then source=("$_F_kde_mirror/$_F_kde_dirname/$_F_kde_name-$_F_kde_pkgver.tar.bz2") + if [ -n "${_F_kdever_sha1sums["$_F_kde_name"]}" ]; then + sha1sums=("${_F_kdever_sha1sums["$_F_kde_name"]}") + fi fi fi From hermier at frugalware.org Thu Aug 4 21:50:05 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 4 Aug 2011 21:50:05 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdelibs-4.7.0-1-i686 Message-ID: <20110804195005.AF57DBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=9d3f890291e5d907aa90e330147228da0f66f6aa commit 9d3f890291e5d907aa90e330147228da0f66f6aa Author: Michel Hermier Date: Thu Aug 4 19:14:54 2011 +0200 kdelibs-4.7.0-1-i686 * Use kde-version.sh. * Introduce and use LIBQT*DEP variables. diff --git a/source/kde/kdelibs/FrugalBuild b/source/kde/kdelibs/FrugalBuild index 96ee222..30891f4 100644 --- a/source/kde/kdelibs/FrugalBuild +++ b/source/kde/kdelibs/FrugalBuild @@ -14,10 +14,10 @@ depends=() makedepends=("${makedepends[@]}" "krb5" "libqttest>=$_F_kde_qtver" \ "shared-desktop-ontologies>=0.5" \ "libqtdeclarative>=$_F_kde_qtver") -source=($source \ +source=("${source[@]}" \ frugalware-menu.patch \ kde-applications-menu.patch) -sha1sums=('2a7a59ac78a161c7c2393db89179449b495dd2db' \ +sha1sums=("${sha1sums[@]}" \ 'c657c474875c155197dde1c846f1791e744febc2' \ '86ee8c8660f19de8141ac99cd6943964d97a1ed7') @@ -43,7 +43,25 @@ THREADWDEP="libthreadweaver>=$_F_kde_ver" PHONONDEP="phonon>=4.4.0-2" POLKIT_QT_1DEP="polkit-qt-1>=0.99.0" -Qt4="$_F_kde_qtver" +LIBQT3SUPPORTDEP="libqt3support>=$_F_kde_qtver" +LIBQTCLUCENEDEP="libqtclucene>=$_F_kde_qtver" +LIBQTCOREDEP="libqtcore>=$_F_kde_qtver" +LIBQTDBUSDEP="libqtdbus>=$_F_kde_qtver" +LIBQTDECLARATIVE="libqtdeclarative>=$_F_kde_qtver" +LIBQTDESIGNERDEP="libqtdesigner>=$_F_kde_qtver" +LIBQTGUIDEP="libqtgui>=$_F_kde_qtver" +LIBQTHELPDEP="libqthelp>=$_F_kde_qtver" +LIBQTOPENGLDEP="libqtopengl>=$_F_kde_qtver" +LIBQTPHONONDEP="phonon" # No version check here for regular phonon package +LIBQTNETWORKDEP="libqtnetwork>=$_F_kde_qtver" +LIBQTSCRIPTDEP="libqtscript>=$_F_kde_qtver" +LIBQTSQLDEP="libqtsql>=$_F_kde_qtver" +LIBQTSVGDEP="libqtsvg>=$_F_kde_qtver" +LIBQTTESTDEP="libqttest>=$_F_kde_qtver" +LIBQTUITOOLSDEP="libqtuitools>=$_F_kde_qtver" +LIBQTWEBKITDEP="libqtwebkit>=$_F_kde_qtver" +LIBQTXMLDEP="libqtxml>=$_F_kde_qtver" +LIBQTXMLPATTERNSDEP="libqtxmlpatterns>=$_F_kde_qtver" ################################## ## auto-split magic starts here ## @@ -52,7 +70,7 @@ Qt4="$_F_kde_qtver" subpkgs=("${subpkgs[@]}" "libkde3support") subdescs=("${subdescs[@]}" "Libraries to support KDE3 code.") -subdepends=("${subdepends[@]}" "libqtcore>=$Qt4 libqtdbus>=$Qt4 libqt3support>=$Qt4 libqtsvg>=$Qt4 +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQT3SUPPORTDEP $LIBQTSVGDEP $POLKIT_QT_1DEP gamin xfsprogs-attr libsm libxcursor libpng fontconfig libxi") subrodepends=("${subrodepends[@]}" "$KDECOREDEP $KDESUDEP") subgroups=("${subgroups[@]}" 'kde kde-core') @@ -60,7 +78,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libplasma") subdescs=("${subdescs[@]}" "Framework for the KDE desktop shell and its widgets.") -subdepends=("${subdepends[@]}" "libqtuitools>=$Qt4 libqtwebkit>=$Qt4 libqtopengl>=$Qt4 +subdepends=("${subdepends[@]}" "$LIBQTUITOOLSDEP $LIBQTWEBKITDEP $LIBQTOPENGLDEP qca gamin xfsprogs-attr libqtdbus libxcb libxdamage $POLKIT_QT_1DEP") subrodepends=("${subrodepends[@]}" "$KDECOREDEP $KNEWDEP $THREADWDEP $DNSSDDEP") subgroups=("${subgroups[@]}" 'kde kde-core') @@ -68,14 +86,14 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libnepomuk") subdescs=("${subdescs[@]}" "Semantic information retrieval and tagging.") -subdepends=("${subdepends[@]}" "libqtdbus>=$Qt4 libqtgui>=$Qt4 soprano>=2.5.3 bzip2 $POLKIT_QT_1DEP libxext shared-desktop-ontologies") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP soprano>=2.5.3 bzip2 $POLKIT_QT_1DEP libxext shared-desktop-ontologies") subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libdnssd") subdescs=("${subdescs[@]}" "Interface to support the DNS-SD (Zeroconf) protocol.") -subdepends=("${subdepends[@]}" "libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext $POLKIT_QT_1DEP avahi") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP bzip2 libxext $POLKIT_QT_1DEP avahi") subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -89,7 +107,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkross") subdescs=("${subdescs[@]}" "Scripting Libraries.") -subdepends=("${subdepends[@]}" "libqtcore>=$Qt4 libqtsvg>=$Qt4 libqtdbus>=$Qt4 libqtdesigner>=$Qt4 +subdepends=("${subdepends[@]}" "$LIBQTSVGDEP $LIBQTDBUSDEP $LIBQTDESIGNERDEP gamin xfsprogs-attr libpng fontconfig libxi $POLKIT_QT_1DEP libsm libxcursor") subrodepends=("${subrodepends[@]}" "$KDECOREDEP $KFILEDEP libkjsembed>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde kde-core') @@ -97,35 +115,35 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkdewebkit") subdescs=("${subdescs[@]}" "KDE WebKit Library") -subdepends=("${subdepends[@]}" "libqtwebkit>=$Qt4 libqtgui>=$Qt4 libqtdbus>=$Qt4 gamin xfsprogs-attr bzip2 libxext libxcb $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTWEBKITDEP $LIBQTGUIDEP $LIBQTDBUSDEP gamin xfsprogs-attr bzip2 libxext libxcb $POLKIT_QT_1DEP") subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkhtml") subdescs=("${subdescs[@]}" "HTML rendering widget designed for Konqueror.") -subdepends=("${subdepends[@]}" "libqtgui>=$Qt4 libqtdbus>=$Qt4 libjpeg>=8a libgif pcre libxcb gamin xfsprogs-attr libxext bzip2 $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP libjpeg>=8a libgif pcre libxcb gamin xfsprogs-attr libxext bzip2 $POLKIT_QT_1DEP") subrodepends=("${subrodepends[@]}" "$KDECOREDEP kdelibs-interfaces>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkfile") subdescs=("${subdescs[@]}" "File management widgets and dialogs libraries.") -subdepends=("${subdepends[@]}" "libqtgui>=$Qt4 libqtdbus>=$Qt4 gamin xfsprogs-attr bzip2 libxext $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP gamin xfsprogs-attr bzip2 libxext $POLKIT_QT_1DEP") subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libknewstuff") subdescs=("${subdescs[@]}" "Allows applications to easily download data from the Internet.") -subdepends=("${subdepends[@]}" "libqtgui>=$Qt4 libqtdbus>=$Qt4 gamin xfsprogs-attr bzip2 libxext $POLKIT_QT_1DEP attica>=0.1.2") +subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP gamin xfsprogs-attr bzip2 libxext $POLKIT_QT_1DEP attica>=0.1.2") subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkdewidgets") subdescs=("${subdescs[@]}" "KDE custom widgets for Qt Designer.") -subdepends=("${subdepends[@]}" "libqtgui>=$Qt4 libqtnetwork>=$Qt4 libqtdbus>=$Qt4 libqtsql>=$Qt4 +subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTNETWORKDEP $LIBQTDBUSDEP $LIBQTSQLDEP libstdc++ zlib strigi>=0.7.2 xfsprogs-acl libxrender libice libxext $POLKIT_QT_1DEP") subrodepends=("${subrodepends[@]}" "$KDECOREDEP $KDESUDEP $KDE3SUPPORTDEP") subgroups=("${subgroups[@]}" 'kde kde-core') @@ -133,35 +151,35 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkjsembed") subdescs=("${subdescs[@]}" "ECMAScript bindings libraries.") -subdepends=("${subdepends[@]}" "libqtuitools>=$Qt4 libqtdbus>=$Qt4 bzip2 libx11 $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTUITOOLSDEP $LIBQTDBUSDEP bzip2 libx11 $POLKIT_QT_1DEP") subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkutils") subdescs=("${subdescs[@]}" "Utility library for printing, chatting and more.") -subdepends=("${subdepends[@]}" "libqtdbus>=$Qt4 libqtgui>=$Qt4 libxscrnsaver gamin xfsprogs-attr bzip2 $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP libxscrnsaver gamin xfsprogs-attr bzip2 $POLKIT_QT_1DEP") subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libthreadweaver") subdescs=("${subdescs[@]}" "Job-based threading library.") -subdepends=("${subdepends[@]}" "libqtcore>=$Qt4 libgcc") +subdepends=("${subdepends[@]}" "$LIBQTCOREDEP libgcc") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkimgio") subdescs=("${subdescs[@]}" "Gimgio class extension libraries.") -subdepends=("${subdepends[@]}" "libqtgui>=$Qt4 libqtdbus>=$Qt4 jasper libxext bzip2 $POLKIT_QT_1DEP openexr>=1.6.1") +subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP jasper libxext bzip2 $POLKIT_QT_1DEP openexr>=1.6.1") subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkunitconversion") subdescs=("${subdescs[@]}" "KDE Unit conversation library.") -subdepends=("${subdepends[@]}" "libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP bzip2 libxext $POLKIT_QT_1DEP") subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -174,7 +192,7 @@ _F_kde_subpkgs=("${subpkgs[@]}") subpkgs=("${subpkgs[@]}" "ksgmltools2") subdescs=("${subdescs[@]}" "KDE doc tools.") -subdepends=("${subdepends[@]}" "libqtgui>=$Qt4 libqtdbus>=$Qt4 docbook-xsl libxslt bzip2 gamin xfsprogs-attr libxext $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP docbook-xsl libxslt bzip2 gamin xfsprogs-attr libxext $POLKIT_QT_1DEP") subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -190,7 +208,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') ## this need kpty subpkgs=("${subpkgs[@]}" "libkdesu") subdescs=("${subdescs[@]}" "Library for password entering and handling.") -subdepends=("${subdepends[@]}" "libqtcore>=$Qt4 libqtdbus>=$Qt4 bzip2 $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP bzip2 $POLKIT_QT_1DEP") subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -209,7 +227,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkdecore") subdescs=("${subdescs[@]}" "KDE4 Core Library.") -subdepends=("${subdepends[@]}" "libqtnetwork>=$Qt4 pcre xz $POLKIT_QT_1DEP \ +subdepends=("${subdepends[@]}" "$LIBQTNETWORKDEP pcre xz $POLKIT_QT_1DEP \ libdbusmenu-qt>=0.7.0 libgcc strigi>=0.7.2-2 xfsprogs-acl libxrender libice \ libxtst libxfixes libuuid libkrb5 shared-mime-info udev udisks upower") subrodepends=("${subrodepends[@]}" "") @@ -242,21 +260,21 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "sonnet-plugin-hspell") subdescs=("${subdescs[@]}" "Natural language processing for hspell") -subdepends=("${subdepends[@]}" "libqtcore>=$Qt4 libqtdbus>=$Qt4 bzip2 $POLKIT_QT_1DEP hspell") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP bzip2 $POLKIT_QT_1DEP hspell") subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "sonnet-plugin-aspell") subdescs=("${subdescs[@]}" "Natural language processing for aspell") -subdepends=("${subdepends[@]}" "libqtcore>=$Qt4 libqtdbus>=$Qt4 aspell bzip2 $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP aspell bzip2 $POLKIT_QT_1DEP") subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "sonnet-plugin-enchant") subdescs=("${subdescs[@]}" "Natural language processing for enchant") -subdepends=("${subdepends[@]}" "libqtcore>=$Qt4 libqtdbus>=$Qt4 enchant bzip2 $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP enchant bzip2 $POLKIT_QT_1DEP") subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') From hermier at frugalware.org Thu Aug 4 21:50:05 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 4 Aug 2011 21:50:05 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kde.sh: Add automagicall split inside "experimental/" subdir. Message-ID: <20110804195005.D573ABAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=6b050a1b8da23f3a788d020fe1df8ccd41742f45 commit 6b050a1b8da23f3a788d020fe1df8ccd41742f45 Author: Michel Hermier Date: Thu Aug 4 21:48:36 2011 +0200 kde.sh: Add automagicall split inside "experimental/" subdir. diff --git a/source/include/kde.sh b/source/include/kde.sh index 5fe3d38..8e3d9e2 100644 --- a/source/include/kde.sh +++ b/source/include/kde.sh @@ -298,6 +298,9 @@ __KDE_split_pkg() # internal and should be extended to handle all kind paths elif [ -d "lib/$pkgdir" ]; then Fmessage "Found Kde-Project "$pkgdir"$extinfo in lib/ dir.. Splitting." KDE_project_split "$i" "lib/$pkgdir" + elif [ -d "experimental/$pkgdir" ]; then + Fmessage "Found Kde-Project "$pkgdir"$extinfo in experimental/ dir.. Splitting." + KDE_project_split "$i" "experimental/$pkgdir" else ## TODO: Add apps/*/ checks , maybe more paths ? return 1 fi From hermier at frugalware.org Thu Aug 4 21:50:05 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 4 Aug 2011 21:50:05 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdelibs-4.7.0-2-i686 Message-ID: <20110804195005.F00D0BAC008@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=aa8bd1059b9dd77719831897e266f2bcbe44c49d commit aa8bd1059b9dd77719831897e266f2bcbe44c49d Author: Michel Hermier Date: Thu Aug 4 21:49:25 2011 +0200 kdelibs-4.7.0-2-i686 * Add two missed libraries at splitting. diff --git a/source/kde/kdelibs/FrugalBuild b/source/kde/kdelibs/FrugalBuild index 30891f4..48c5d0c 100644 --- a/source/kde/kdelibs/FrugalBuild +++ b/source/kde/kdelibs/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: centuri0 pkgname=kdelibs -pkgrel=1 +pkgrel=2 pkgdesc="KDE4 Core Libraries." groups=('kde') replaces=('kat') @@ -12,8 +12,7 @@ Finclude kde depends=() ## for now makedepends=("${makedepends[@]}" "krb5" "libqttest>=$_F_kde_qtver" \ - "shared-desktop-ontologies>=0.5" \ - "libqtdeclarative>=$_F_kde_qtver") + "shared-desktop-ontologies>=0.5") source=("${source[@]}" \ frugalware-menu.patch \ kde-applications-menu.patch) @@ -21,10 +20,6 @@ sha1sums=("${sha1sums[@]}" \ 'c657c474875c155197dde1c846f1791e744febc2' \ '86ee8c8660f19de8141ac99cd6943964d97a1ed7') -## conflicts kdebase-workspace<=4.3.5 - -## Qt4 like :) - DNSSDDEP="libdnssd>=$_F_kde_ver" KDE3SUPPORTDEP="libkde3support>=$_F_kde_ver" KDECOREDEP="libkdecore>=$_F_kde_ver" @@ -67,6 +62,12 @@ LIBQTXMLPATTERNSDEP="libqtxmlpatterns>=$_F_kde_qtver" ## auto-split magic starts here ## ################################## +subpkgs=("${subpkgs[@]}" "libkactivities") +subdescs=("${subdescs[@]}" "Libraries for the KDE activities management.") +subdepends=("${subdepends[@]}" "") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkde3support") subdescs=("${subdescs[@]}" "Libraries to support KDE3 code.") @@ -76,6 +77,13 @@ subrodepends=("${subrodepends[@]}" "$KDECOREDEP $KDESUDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') +subpkgs=("${subpkgs[@]}" "libkdeclarative") +subdescs=("${subdescs[@]}" "KDE declarative extensions") +subdepends=("${subdepends[@]}" "$LIBQTDECLARATIVE") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + subpkgs=("${subpkgs[@]}" "libplasma") subdescs=("${subdescs[@]}" "Framework for the KDE desktop shell and its widgets.") subdepends=("${subdepends[@]}" "$LIBQTUITOOLSDEP $LIBQTWEBKITDEP $LIBQTOPENGLDEP From hermier at frugalware.org Thu Aug 4 22:31:13 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 4 Aug 2011 22:31:13 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: raptor-2.0.4-1-i686 Message-ID: <20110804203113.ECC3DBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=d650aff334247a9f0334318d0289c5ed6c8ab013 commit d650aff334247a9f0334318d0289c5ed6c8ab013 Author: Michel Hermier Date: Thu Aug 4 22:30:47 2011 +0200 raptor-2.0.4-1-i686 * Bump version. diff --git a/source/lib/raptor/FrugalBuild b/source/lib/raptor/FrugalBuild index c7f3d20..ccc835b 100644 --- a/source/lib/raptor/FrugalBuild +++ b/source/lib/raptor/FrugalBuild @@ -3,15 +3,16 @@ # Contributor: Tuxbubling pkgname=raptor -pkgver=1.4.21 -pkgrel=3 +_F_archive_name=raptor2 +pkgver=2.0.4 +pkgrel=1 pkgdesc="Library providing a set of parsers that generate Resource Description Framework (RDF)." url="http://librdf.org/raptor/" depends=('curl>=7.20.0' 'libxslt' 'openssl>=1.0.0' 'libxml2>=2.7.8') groups=('lib') archs=('i686' 'x86_64' 'ppc' 'arm') -up2date="lynx -dump http://librdf.org/raptor/ | grep 'Latest version' | sed 's/.*: \(.*\) .*/\1/'" -source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz) -sha1sums=('f8a82c6e9a342d0cc9772a02562c5e29c2c9b737') +up2date="Flasttar $url" +source=(http://download.librdf.org/source/$_F_archive_name-$pkgver.tar.gz) +sha1sums=('79e1289f480cb0fe75f49ec29d9f49189a8a58c2') # optimization OK From hermier at frugalware.org Thu Aug 4 22:36:32 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 4 Aug 2011 22:36:32 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: rasqal-0.9.26-1-i686 Message-ID: <20110804203632.9592CBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=df883fcad3f779cca38007eb93fe44624aae096f commit df883fcad3f779cca38007eb93fe44624aae096f Author: Michel Hermier Date: Thu Aug 4 22:36:13 2011 +0200 rasqal-0.9.26-1-i686 * Bump version. diff --git a/source/lib/rasqal/FrugalBuild b/source/lib/rasqal/FrugalBuild index 6b4e940..cc5a417 100644 --- a/source/lib/rasqal/FrugalBuild +++ b/source/lib/rasqal/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: crazy pkgname=rasqal -pkgver=0.9.20 -pkgrel=3 +pkgver=0.9.26 +pkgrel=1 pkgdesc="RDF query parsing and execution library" url="http://librdf.org/rasqal/" -depends=('raptor>=1.4.21' 'mpfr>=3.0.0') +depends=('raptor>=2.0.4' 'mpfr>=3.0.0') groups=('lib') archs=('i686' 'x86_64' 'ppc' 'arm') up2date="Flasttar $url" source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz) -sha1sums=('d2b08d9f1e575c39c4f08f971362806672ab32ff') +sha1sums=('5496312158c0569bc047b4cab85604a06f116555') # optimization OK From hermier at frugalware.org Thu Aug 4 22:45:08 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 4 Aug 2011 22:45:08 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: librdf-1.0.14-1-i686 Message-ID: <20110804204508.24227BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=05f8b4d3bb09108600edd7faee30f7afbb00f657 commit 05f8b4d3bb09108600edd7faee30f7afbb00f657 Author: Michel Hermier Date: Thu Aug 4 22:44:46 2011 +0200 librdf-1.0.14-1-i686 * Bump version. diff --git a/source/lib/librdf/FrugalBuild b/source/lib/librdf/FrugalBuild index 102c423..8755aa8 100644 --- a/source/lib/librdf/FrugalBuild +++ b/source/lib/librdf/FrugalBuild @@ -3,19 +3,19 @@ pkgname=librdf _F_archive_name=redland -pkgver=1.0.12 -pkgrel=2 +pkgver=1.0.14 +pkgrel=1 pkgdesc="RDF Application Framework" url="http://librdf.org/" -depends=('raptor>=1.4.21' 'rasqal>=0.9.20-2' 'db>=4.7.25' 'sqlite3>=3.3.17' 'libpq>=8.4.0' 'libxml2' 'openssl>=1.0.0') +depends=('rasqal>=0.9.26' 'db>=4.7.25' 'sqlite3>=3.3.17' 'libpq>=8.4.0' 'libxml2' 'openssl>=1.0.0') makedepends=('postgresql>=8.4.0') groups=('lib') archs=('i686' 'x86_64' 'ppc' 'arm') _F_archive_grepv="$_F_archive_name-bindings" up2date="Flasttar $url" source=(http://download.librdf.org/source/$_F_archive_name-$pkgver.tar.gz) -Fconfopts="$Fconfopts --with-raptor=system --with-rasqal=system --with-sqlit=yes --with-sqlite-version=3" -sha1sums=('94b0f972a62c7eed0574c0e46c79cf78ece46570') +Fconfopts="$Fconfopts --with-raptor=system --with-rasqal=system --with-sqlite=yes --with-sqlite-version=3" +sha1sums=('2561bf73f00f88e39f5c7b3a9b78f8d4ce7da955') replaces=('redland') provides=('redland') conflicts=('redland') From hermier at frugalware.org Thu Aug 4 23:17:18 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 4 Aug 2011 23:17:18 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: soprano-2.7.0-1-i686 Message-ID: <20110804211718.D5A94BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=8b59c4f9755dd76d67542cea1017d91dee68a2f1 commit 8b59c4f9755dd76d67542cea1017d91dee68a2f1 Author: Michel Hermier Date: Thu Aug 4 23:16:24 2011 +0200 soprano-2.7.0-1-i686 * Bump version. * Moved all the plugins to extra in the hope this package will also go to extra. diff --git a/source/apps/soprano/FrugalBuild b/source/apps/soprano/FrugalBuild index a7ecfb5..c2d5714 100644 --- a/source/apps/soprano/FrugalBuild +++ b/source/apps/soprano/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: crazy pkgname=soprano -pkgver=2.6.0 +pkgver=2.7.0 pkgrel=1 pkgdesc="RDF storage, parsing, and serialization framework" _F_sourceforge_ext=".tar.bz2" @@ -12,33 +12,23 @@ depends=("libqtnetwork>=$_F_kde_qtver" "libqtdbus>=$_F_kde_qtver" 'libgcc' 'cluc groups=('apps') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') -source=($source gcj.patch no_verbose_thx.patch) -sha1sums=('72cc2e55597adbf9d2d0b416171d854fddbde503' \ - '4e45513071d306c184b5f64ff1c059449f4e2483' \ +source=("${source[@]}" \ + gcj.patch \ + no_verbose_thx.patch) +sha1sums=('dada6fe40db5f230054e0dbd1c7ad7344838cf4e' \ + '9bccd4799f42e1b1850a1e659134b96df5267c95' \ 'b2994b54615bf3e2e0c3daa142dc69e1d44c18fd') subpkgs=("${subpkgs[@]}" "$pkgname-backend-redland") subdescs=("${subdescs[@]}" "Redland storage Backend") -subdepends=("${subdepends[@]}" "libqtcore>=$_F_kde_qtver librdf>=1.0.10-4 libgcc mpfr curl libxslt libtool") +subdepends=("${subdepends[@]}" "libqtcore>=$_F_kde_qtver librdf>=1.0.14 libgcc mpfr curl libxslt libtool") subrodepends=("${subrodepends[@]}" "$pkgname=$pkgver") subprovides=("${subprovides[@]}" "") subconflicts=("${subconflicts[@]}" "") subreplaces=("${subreplaces[@]}" "") -subgroups=("${subgroups[@]}" 'apps') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "$pkgname-backend-virtuoso") -subdescs=("${subdescs[@]}" "Virtuoso storage Backend") -subdepends=("${subdepends[@]}" "libiodbc") -subrodepends=("${subrodepends[@]}" "$pkgname=$pkgver virtuoso") -subprovides=("${subprovides[@]}" "") -subconflicts=("${subconflicts[@]}" "") -subreplaces=("${subreplaces[@]}" "") -subgroups=("${subgroups[@]}" 'apps') +subgroups=("${subgroups[@]}" 'apps-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -rodepends=("${rodepends[@]}" "${subpkgs[@]}") - subpkgs=("${subpkgs[@]}" "$pkgname-backend-sesame2") subdescs=("${subdescs[@]}" "Sesame2 storage Backend (java-based)") subdepends=("${subdepends[@]}" "libgcj>=4.4.3-2 libqtcore>=$_F_kde_qtver libgcc") @@ -49,18 +39,28 @@ subconflicts=("${subconflicts[@]}" "$pkgname-sesame2") subreplaces=("${subreplaces[@]}" "$pkgname-sesame2") subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') +subpkgs=("${subpkgs[@]}" "$pkgname-backend-virtuoso") +subdescs=("${subdescs[@]}" "Virtuoso storage Backend") +subdepends=("${subdepends[@]}" "libiodbc") +subrodepends=("${subrodepends[@]}" "$pkgname=$pkgver virtuoso") +subprovides=("${subprovides[@]}" "") +subconflicts=("${subconflicts[@]}" "") +subreplaces=("${subreplaces[@]}" "") +subgroups=("${subgroups[@]}" 'apps-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + build() { sed -i "s/i686-frugalware-linux/$(gcc -dumpmachine)/g" $Fsrcdir/gcj.patch || Fdie CMake_make ## Fixme! add some CMake_project_install or get the KDE one to use some generic one? - KDE_project_install backends/sesame2 - Fsplit $pkgname-backend-sesame2 /\* - KDE_project_install backends/redland Fsplit $pkgname-backend-redland /\* + KDE_project_install backends/sesame2 + Fsplit $pkgname-backend-sesame2 /\* + KDE_project_install backends/virtuoso Fsplit $pkgname-backend-virtuoso /\* diff --git a/source/apps/soprano/gcj.patch b/source/apps/soprano/gcj.patch index bd54c23..329687d 100644 --- a/source/apps/soprano/gcj.patch +++ b/source/apps/soprano/gcj.patch @@ -7,7 +7,7 @@ better way. endif(NOT SOPRANO_DISABLE_CLUCENE_INDEX) if(NOT SOPRANO_DISABLE_SESAME2_BACKEND) -+ set(JAVA_INCLUDE_PATH /usr/lib/gcc/i686-frugalware-linux/4.5.2/include/) ++ set(JAVA_INCLUDE_PATH /usr/lib/gcc/i686-frugalware-linux/4.5.3/include/) + set(JAVA_JVM_LIBRARY /usr/lib/libjvm.so) find_package(JNI) if(JAVA_INCLUDE_PATH AND JAVA_JVM_LIBRARY) From hermier at frugalware.org Fri Aug 5 00:42:24 2011 From: hermier at frugalware.org (Michel Hermier) Date: Fri, 5 Aug 2011 00:42:24 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdelibs-4.7.0-3-i686 Message-ID: <20110804224224.9E4A5BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=7ebfe330727febe360ab96e0ec9a2413312be2bf commit 7ebfe330727febe360ab96e0ec9a2413312be2bf Author: Michel Hermier Date: Fri Aug 5 00:39:54 2011 +0200 kdelibs-4.7.0-3-i686 * Make libnepomuk a kde-extra package. * Moved kde-extra out of kdelibs rodepends. * kdecore depends on kdecore-data (merge required ?) diff --git a/source/kde/kdelibs/FrugalBuild b/source/kde/kdelibs/FrugalBuild index 48c5d0c..1d5f17d 100644 --- a/source/kde/kdelibs/FrugalBuild +++ b/source/kde/kdelibs/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: centuri0 pkgname=kdelibs -pkgrel=2 +pkgrel=3 pkgdesc="KDE4 Core Libraries." groups=('kde') replaces=('kat') @@ -62,13 +62,6 @@ LIBQTXMLPATTERNSDEP="libqtxmlpatterns>=$_F_kde_qtver" ## auto-split magic starts here ## ################################## -subpkgs=("${subpkgs[@]}" "libkactivities") -subdescs=("${subdescs[@]}" "Libraries for the KDE activities management.") -subdepends=("${subdepends[@]}" "") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") -subgroups=("${subgroups[@]}" 'kde-extra') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - subpkgs=("${subpkgs[@]}" "libkde3support") subdescs=("${subdescs[@]}" "Libraries to support KDE3 code.") subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQT3SUPPORTDEP $LIBQTSVGDEP @@ -77,13 +70,6 @@ subrodepends=("${subrodepends[@]}" "$KDECOREDEP $KDESUDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -subpkgs=("${subpkgs[@]}" "libkdeclarative") -subdescs=("${subdescs[@]}" "KDE declarative extensions") -subdepends=("${subdepends[@]}" "$LIBQTDECLARATIVE") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") -subgroups=("${subgroups[@]}" 'kde-extra') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - subpkgs=("${subpkgs[@]}" "libplasma") subdescs=("${subdescs[@]}" "Framework for the KDE desktop shell and its widgets.") subdepends=("${subdepends[@]}" "$LIBQTUITOOLSDEP $LIBQTWEBKITDEP $LIBQTOPENGLDEP @@ -92,13 +78,6 @@ subrodepends=("${subrodepends[@]}" "$KDECOREDEP $KNEWDEP $THREADWDEP $DNSSDDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -subpkgs=("${subpkgs[@]}" "libnepomuk") -subdescs=("${subdescs[@]}" "Semantic information retrieval and tagging.") -subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP soprano>=2.5.3 bzip2 $POLKIT_QT_1DEP libxext shared-desktop-ontologies") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") -subgroups=("${subgroups[@]}" 'kde kde-core') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - subpkgs=("${subpkgs[@]}" "libdnssd") subdescs=("${subdescs[@]}" "Interface to support the DNS-SD (Zeroconf) protocol.") subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP bzip2 libxext $POLKIT_QT_1DEP avahi") @@ -192,6 +171,29 @@ subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') +rodepends=("${rodepends[@]}" "${subpkgs[@]}") + +subpkgs=("${subpkgs[@]}" "libkactivities") +subdescs=("${subdescs[@]}" "Libraries for the KDE activities management.") +subdepends=("${subdepends[@]}" "") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + +subpkgs=("${subpkgs[@]}" "libkdeclarative") +subdescs=("${subdescs[@]}" "KDE declarative extensions") +subdepends=("${subdepends[@]}" "$LIBQTDECLARATIVE") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + +subpkgs=("${subpkgs[@]}" "libnepomuk") +subdescs=("${subdescs[@]}" "Semantic information retrieval and tagging.") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP soprano-backend-redland>=2.7.0 bzip2 $POLKIT_QT_1DEP libxext shared-desktop-ontologies") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + _F_kde_subpkgs=("${subpkgs[@]}") ################################# @@ -238,7 +240,7 @@ subdescs=("${subdescs[@]}" "KDE4 Core Library.") subdepends=("${subdepends[@]}" "$LIBQTNETWORKDEP pcre xz $POLKIT_QT_1DEP \ libdbusmenu-qt>=0.7.0 libgcc strigi>=0.7.2-2 xfsprogs-acl libxrender libice \ libxtst libxfixes libuuid libkrb5 shared-mime-info udev udisks upower") -subrodepends=("${subrodepends[@]}" "") +subrodepends=("${subrodepends[@]}" "libkdecore-data") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -250,10 +252,8 @@ subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -rodepends=("${rodepends[@]}" "${subpkgs[@]}") - subpkgs=("${subpkgs[@]}" "$pkgname-docs") -subdescs=("${subdescs[@]}" "Kelibs Documentation") +subdescs=("${subdescs[@]}" "Kdelibs Documentation") subdepends=("${subdepends[@]}" "") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'docs-extra kde-docs') From bouleetbil at frogdev.info Fri Aug 5 09:59:06 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 09:59:06 +0200 (CEST) Subject: [Frugalware-git] gnometesting: glib2-2.29.14-1-x86_64 Message-ID: <20110805075906.E925DBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=602bbdba8cfd0dd7ac31c83b28ab61c6245d6a78 commit 602bbdba8cfd0dd7ac31c83b28ab61c6245d6a78 Author: bouleetbil Date: Fri Aug 5 09:48:39 2011 +0200 glib2-2.29.14-1-x86_64 *Version bump diff --git a/source/base/glib2/FrugalBuild b/source/base/glib2/FrugalBuild index f5ef487..10947d0 100644 --- a/source/base/glib2/FrugalBuild +++ b/source/base/glib2/FrugalBuild @@ -1,11 +1,11 @@ # Compiling time: 3.33 SBU # Maintainer: bouleetbil -USE_DOC=${USE_DOC:-"n"} +USE_DOC=${USE_DOC:-"y"} pkgname=glib2 -pkgver=2.29.10 -pkgrel=2 +pkgver=2.29.14 +pkgrel=1 pkgdesc="Common C routines used by GTK+2 and other libraries" url="http://www.gtk.org/" depends=('glibc>=2.9-2' 'libffi') @@ -20,7 +20,7 @@ _F_cd_path="glib-$pkgver" source=($source \ glib2.sh \ glib2.csh) -sha1sums=('5260de6d68c05b8eb641a22068549eddac429460' \ +sha1sums=('bd993994e9d6262c19d241f6a6f781f11b840831' \ 'bfe05590a6498259f1045a591fd886a8572f271a' \ '6db09da816d69aab7a5cbf3460ee082bef200891') if Fuse $USE_DOC; then From bouleetbil at frogdev.info Fri Aug 5 10:24:58 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 10:24:58 +0200 (CEST) Subject: [Frugalware-git] gnometesting: atk-2.1.0-1-x86_64 Message-ID: <20110805082458.3C60BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=746118ed669549b8ff956c1158ed8fc407ba4d92 commit 746118ed669549b8ff956c1158ed8fc407ba4d92 Author: bouleetbil Date: Fri Aug 5 10:15:03 2011 +0200 atk-2.1.0-1-x86_64 *Version bump diff --git a/source/lib/atk/FrugalBuild b/source/lib/atk/FrugalBuild index eda4b4f..06c5c95 100644 --- a/source/lib/atk/FrugalBuild +++ b/source/lib/atk/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=atk -pkgver=2.0.1 +pkgver=2.1.0 pkgrel=1 pkgdesc="A library of accessibility functions" url='http://www.gtk.org/' @@ -11,7 +11,7 @@ makedepends=('gobject-introspection>=0.9.6') groups=('lib') archs=('i686' 'x86_64' 'ppc' 'arm') Finclude gnome -sha1sums=('f830ff27590e4dd486ebe6538e2b03484faee10a') +sha1sums=('ce321774fd679497ff0bac269b3b2b652b7e751c') Fconfopts="$Fconfopts --disable-gtk-doc" # optimization OK From bouleetbil at frogdev.info Fri Aug 5 10:27:31 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 10:27:31 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gobject-introspection-1.29.15-1-x86_64 Message-ID: <20110805082731.90D12BAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=848b68cf4ada487f269feec6d059569db1cc0575 commit 848b68cf4ada487f269feec6d059569db1cc0575 Author: bouleetbil Date: Fri Aug 5 10:17:36 2011 +0200 gobject-introspection-1.29.15-1-x86_64 *Version bump diff --git a/source/xlib/gobject-introspection/FrugalBuild b/source/xlib/gobject-introspection/FrugalBuild index 77d4716..1bb66d1 100644 --- a/source/xlib/gobject-introspection/FrugalBuild +++ b/source/xlib/gobject-introspection/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gobject-introspection -pkgver=0.10.8 +pkgver=1.29.15 pkgrel=1 pkgdesc="Generate interface introspection data for GObject libraries." depends=('glib2' 'libffi' 'cairo>=1.8.10-2' 'libxft' 'python>=2.7') @@ -10,7 +10,7 @@ groups=('xlib') archs=('i686' 'x86_64' 'ppc' 'arm') _F_gnome_devel="y" Finclude gnome -sha1sums=('410268f5fd16cf0e219038c7dfe393249161b446') +sha1sums=('3353bac59f9e36bdd4eee7bc4b0695a8ab8f5af8') replaces=('gir-repository') build() { From melko at frugalware.org Fri Aug 5 13:26:13 2011 From: melko at frugalware.org (Melko) Date: Fri, 5 Aug 2011 13:26:13 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdebase-runtime-4.7.0-1-i686 Message-ID: <20110805112613.C9CF3BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=3de97d98ed38e58b0cd8cde480729955b00161dc commit 3de97d98ed38e58b0cd8cde480729955b00161dc Author: Melko Date: Fri Aug 5 13:24:52 2011 +0200 kdebase-runtime-4.7.0-1-i686 * version bump diff --git a/source/kde/kdebase-runtime/FrugalBuild b/source/kde/kdebase-runtime/FrugalBuild index 613438d..013dbd1 100644 --- a/source/kde/kdebase-runtime/FrugalBuild +++ b/source/kde/kdebase-runtime/FrugalBuild @@ -6,14 +6,16 @@ pkgrel=1 pkgdesc="Programs and libraries needed at runtime by other KDE4 applications" groups=('kde') archs=('i686' 'x86_64' 'ppc') +_F_kde_name=kde-runtime Finclude kde java depends=() makedepends=("${makedepends[@]}" \ "ksgmltools2>=${_F_kde_ver}" "openslp" "samba" "kdelibs>=$_F_kde_ver" \ - "docbook-xsl" "libqtdeclarative>=_F_kde_qtver" "libdbusmenu-qt>=0.8.0") + "docbook-xsl" "libqtdeclarative>=_F_kde_qtver" "libdbusmenu-qt>=0.8.0" \ + "libqttest>=$_F_kde_qtver" "soprano-backend-virtuoso>=2.7.0") replaces=('ksudo') source=("${source[@]}" 01-nepomukstrigiservice-disable-autostart.patch) -sha1sums=('e91d35af2a916259305cc7efc2f3a3fbc8b22def' \ +sha1sums=('79c9b8323368f1a2a9b03830bd9ae02b2b20482b' \ 'ae0a25253cd18c2672291403952f65082dbfc930') Kde4="$_F_kde_ver" @@ -248,7 +250,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-nepomuk") subdescs=("${subdescs[@]}" "Runtime Files for Nepomuk") subdepends=("${subdepends[@]}" "libqtsvg>=$Qt4 libqtxml>=$Qt4 libsm libxcursor libxi dbus - libnepomuk>=$Kde4 gamin xfsprogs-attr soprano>=2.5.3 libstrigiqtdbusclient>=0.7.2") + libnepomuk>=$Kde4 gamin xfsprogs-attr soprano>=2.7.0 libstrigiqtdbusclient>=0.7.2") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") From melko at frugalware.org Fri Aug 5 15:46:51 2011 From: melko at frugalware.org (Melko) Date: Fri, 5 Aug 2011 15:46:51 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdebase-workspace-4.7.0-1-i686 Message-ID: <20110805134651.3A83DBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=90b7e64bab74f537e08bdd438975e2046849107f commit 90b7e64bab74f537e08bdd438975e2046849107f Author: Melko Date: Fri Aug 5 15:31:32 2011 +0200 kdebase-workspace-4.7.0-1-i686 * version bump * remove kdebase-workspace-wallpapers since is splitted * disable kdebase-workspace-lirc splitting (there isn't here anymore) diff --git a/source/kde/kdebase-workspace/FrugalBuild b/source/kde/kdebase-workspace/FrugalBuild index fcb8472..3c19de5 100644 --- a/source/kde/kdebase-workspace/FrugalBuild +++ b/source/kde/kdebase-workspace/FrugalBuild @@ -5,10 +5,11 @@ USE_GPSD=${USE_GPSD:-"n"} USE_NETWORKMANAGER=${USE_NETWORKMANAGER:-"n"} pkgname=kdebase-workspace -pkgrel=3 +pkgrel=1 pkgdesc="Programs specific for the KDE4 desktop." groups=('kde') archs=('i686' 'x86_64' 'ppc') +_F_kde_name=kde-workspace Finclude kde ## these have to go to package-to-be-desktop-default once we know what the virtual package is called here. rodepends=("${rodepends[@]}" 'xorg-server>=1.6.1' 'kde-frugalware>=1.5' \ @@ -32,7 +33,7 @@ source=("${source[@]}" \ #replaces=('ksensors' 'katapult' 'tastymenu' 'kbfx' 'kdesktop-menu' \ # 'kicker-compiz' 'taskbar-compiz' 'mtaskbar' 'ksmoothdock' \ # 'kompose' 'dbus-qt3') -sha1sums=('bdcdbf235b3e3941b968f57afd3d490e7ca106e5' \ +sha1sums=('cbc61a20013c746f424681020c29480c6249fd10' \ 'e1f706c984fc81633663c662e674b6f2c64d2f83' \ '6216aad404aa0b846c835a0e8f9df4941bf74d37' \ '072f69fd5bdf5ea20b23bb9b3fae688a500d7169' \ @@ -333,7 +334,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "plasma-desktop") subdescs=("${subdescs[@]}" "Plasma Default Desktop") -subdepends=("${subdepends[@]}" "libxrandr libice libxfixes kdelibs-interfaces>=$Kde4 libqtscript>=$Qt4 libkutils>=$Kde4") +subdepends=("${subdepends[@]}" "libxrandr libice libxfixes kdelibs-interfaces>=$Kde4 libqtscript>=$Qt4 libkutils>=$Kde4 libkactivities>=$Kde4") subrodepends=("${subrodepends[@]}" "libkdesolid>=$Kde4 libplasmagenericshell>=$Kde4 libtaskmanager>=$Kde4") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') @@ -360,7 +361,7 @@ subpkgs=("${subpkgs[@]}" "plasma-generic") subdescs=("${subdescs[@]}" "Plasma Generic dataengines , runners and containments.") subdepends=("${subdepends[@]}" "libqtuitools>=$Qt4 libqtwebkit>=$Qt4 libdnssd>=$Kde4 libthreadweaver>=$Kde4 qca libqtopengl>=$Kde4 libxcb libxdamage libakonadi>=$Kde4 libkabc>=$Kde4 libmicroblog>=$Kde4 libldap libxrandr libnepomuk>=$Kde4 libsyndication>=$kde4 libkfile>=$Kde4 - libkholidays>=$Kde4 libqtscript>=$Qt4 attica libmailtransport>=$Kde4 libkpimidentities>=$Kde4") + libkholidays>=$Kde4 libqtscript>=$Qt4 attica libmailtransport>=$Kde4 libkpimidentities>=$Kde4 libkdeclarative>=$Kde4") subrodepends=("${subrodepends[@]}" "libkworkspace>=$Kde4 libkdesolid>=$Kde4 libtaskmanager>=$Kde4 ksysguard>=$Kde4") ## ksysguard? fix that subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" 'plasma-tools') @@ -562,13 +563,13 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') #subreplaces=("${subreplaces[@]}" '') #subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -subpkgs=("${subpkgs[@]}" "$pkgname-solid-lirc") -subdescs=("${subdescs[@]}" "Solid Module for Lirc.") -subdepends=("${subdepends[@]}" "libxrandr libqtxml>=$Qt4 dbus libsm") -subrodepends=("${subrodepends[@]}" "libkdesolid") -subgroups=("${subgroups[@]}" 'kde kde-core') -subreplaces=("${subreplaces[@]}" '') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') +#subpkgs=("${subpkgs[@]}" "$pkgname-solid-lirc") +#subdescs=("${subdescs[@]}" "Solid Module for Lirc.") +#subdepends=("${subdepends[@]}" "libxrandr libqtxml>=$Qt4 dbus libsm") +#subrodepends=("${subrodepends[@]}" "libkdesolid") +#subgroups=("${subgroups[@]}" 'kde kde-core') +#subreplaces=("${subreplaces[@]}" '') +#subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') #subpkgs=("${subpkgs[@]}" "$pkgname-solid-networking") #subdescs=("${subdescs[@]}" "Solid Network Status Daemon.") @@ -655,14 +656,6 @@ if Fuse NETWORKMANAGER; then subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') fi -subpkgs=("${subpkgs[@]}" "$pkgname-wallpapers") -subdescs=("${subdescs[@]}" "Kdebase Workspace Wallpapers") -subdepends=("${subdepends[@]}" '') -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'kde-extra') -subreplaces=("${subreplaces[@]}" '') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - subpkgs=("${subpkgs[@]}" "$pkgname-docs") subdescs=("${subdescs[@]}" "Kdebase Workspace Documentation") subdepends=("${subdepends[@]}" '') @@ -696,9 +689,6 @@ build() Fsplit $pkgname-extra-cursors /usr/share/kde/icons/Oxygen_*_Big Fsplit $pkgname-cursors /\* - ## -wallpapers - KDE_project_split $pkgname-wallpapers wallpapers - ## -plasma- KDE_project_install plasma/desktop Fsplit plasma-desktop /\* @@ -799,8 +789,8 @@ build() ##KDE_project_install solid/hal ##Fsplit $pkgname-solid-hal /\* - KDE_project_install solid/lirc - Fsplit $pkgname-solid-lirc /\* + #KDE_project_install solid/lirc + #Fsplit $pkgname-solid-lirc /\* #KDE_project_install solid/bluez #Fsplit $pkgname-solid-bluez /\* From bouleetbil at frogdev.info Fri Aug 5 16:14:51 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 16:14:51 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gobject-introspection-1.29.15-2-x86_64 *added symlink Message-ID: <20110805141451.D6DEFBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2b24bc37b504f17e7649210ed8e0a8b7e3a9861f commit 2b24bc37b504f17e7649210ed8e0a8b7e3a9861f Author: bouleetbil Date: Fri Aug 5 16:04:39 2011 +0200 gobject-introspection-1.29.15-2-x86_64 *added symlink diff --git a/source/xlib/gobject-introspection/FrugalBuild b/source/xlib/gobject-introspection/FrugalBuild index 1bb66d1..a52ce4a 100644 --- a/source/xlib/gobject-introspection/FrugalBuild +++ b/source/xlib/gobject-introspection/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gobject-introspection pkgver=1.29.15 -pkgrel=1 +pkgrel=2 pkgdesc="Generate interface introspection data for GObject libraries." depends=('glib2' 'libffi' 'cairo>=1.8.10-2' 'libxft' 'python>=2.7') groups=('xlib') @@ -16,6 +16,8 @@ replaces=('gir-repository') build() { Fbuild Frm /usr/share/gir-1.0/GSSDP-1.0.gir + Fmkdir usr/share/gobject-introspection/gobject-introspection-1.0 + Fln /usr/share/gobject-introspection-1.0/gdump.c /usr/share/gobject-introspection/gobject-introspection-1.0/gdump.c } # optimization OK From bouleetbil at frogdev.info Fri Aug 5 16:16:38 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 16:16:38 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gdk-pixbuf2-2.23.5-2-x86_64 Message-ID: <20110805141638.874DCBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=80ef00f5a50eebe9b537c77ce56d499fd4fa6874 commit 80ef00f5a50eebe9b537c77ce56d499fd4fa6874 Author: bouleetbil Date: Fri Aug 5 16:06:43 2011 +0200 gdk-pixbuf2-2.23.5-2-x86_64 *rebuild with gobject-introspection 1.29.15 diff --git a/source/xlib/gdk-pixbuf2/FrugalBuild b/source/xlib/gdk-pixbuf2/FrugalBuild index dbd8e49..6095e1e 100644 --- a/source/xlib/gdk-pixbuf2/FrugalBuild +++ b/source/xlib/gdk-pixbuf2/FrugalBuild @@ -4,11 +4,11 @@ pkgname=gdk-pixbuf2 _F_gnome_name=gdk-pixbuf pkgver=2.23.5 -pkgrel=1 +pkgrel=2 pkgdesc="An image loading library" depends=('jasper' 'libjpeg' 'libpng' 'libtiff' 'libxcomposite' 'glib2>=2.28.1-2') groups=('xlib') -makedepends=('gtk-doc' 'gobject-introspection>=0.9.0') +makedepends=('gtk-doc' 'gobject-introspection>=1.29.15') archs=('i686' 'x86_64' 'ppc' 'arm') _F_gnome_devel="y" Finclude gnome From bouleetbil at frogdev.info Fri Aug 5 16:30:45 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 16:30:45 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+3-3.1.10-1-x86_64 Message-ID: <20110805143045.C539DBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=c09f191c5a6d891746a70e35de91e4474d253e64 commit c09f191c5a6d891746a70e35de91e4474d253e64 Author: bouleetbil Date: Fri Aug 5 16:20:17 2011 +0200 gtk+3-3.1.10-1-x86_64 *Version bump diff --git a/source/xlib/gtk+3/FrugalBuild b/source/xlib/gtk+3/FrugalBuild index 33f1763..06deecc 100644 --- a/source/xlib/gtk+3/FrugalBuild +++ b/source/xlib/gtk+3/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gtk+3 _F_gnome_name=gtk+ -pkgver=3.1.8 +pkgver=3.1.10 pkgrel=1 pkgdesc="The GTK+ Toolkit (3.x series)" depends=('libxext' 'libxfixes' 'cairo' 'libgcc' 'libjpeg' 'libtiff' 'libcups' \ @@ -11,14 +11,14 @@ depends=('libxext' 'libxfixes' 'cairo' 'libgcc' 'libjpeg' 'libtiff' 'libcups' \ 'gdk-pixbuf2>=2.23.0' 'libxrandr' 'libxml2>=2.7.8') rodepends=('gnome-icon-theme' 'shared-mime-info' 'gtk+3-tools') groups=('xlib') -makedepends=('gtk-doc' 'cups' 'inputproto' 'gobject-introspection') +makedepends=('gtk-doc' 'cups' 'inputproto' 'gobject-introspection>=1.29.15') archs=('i686' 'x86_64' 'ppc' 'arm') _F_gnome_git="n" Finclude gnome url="http://www.gtk.org/" _F_cd_path="gtk+-$pkgver" source=($source im-cedilla.conf) -sha1sums=('30bf6240b3df62d6032c939d0eddbcae228ab7e2' \ +sha1sums=('e83d834c4ee6e791d2bb82a2b1568bb6d0268297' \ 'f8a64241bcc873c1f1110e16306e48577a41852b') if [ "$_F_gnome_git" != "n" ]; then From bouleetbil at frogdev.info Fri Aug 5 16:50:28 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 16:50:28 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gjs-1.29.16-1-x86_64 Message-ID: <20110805145028.E39CBBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2699b10d4b8dd017a8d3fd5b989bbb631c45301d commit 2699b10d4b8dd017a8d3fd5b989bbb631c45301d Author: bouleetbil Date: Fri Aug 5 16:40:34 2011 +0200 gjs-1.29.16-1-x86_64 *Version bump diff --git a/source/gnome/gjs/FrugalBuild b/source/gnome/gjs/FrugalBuild index 686f5fa..944c034 100644 --- a/source/gnome/gjs/FrugalBuild +++ b/source/gnome/gjs/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: bouleetbil pkgname=gjs -pkgver=0.7.14 +pkgver=1.29.16 pkgrel=1 pkgdesc="Javascript Bindings for GNOME" url="http://www.gnome.org/" depends=('libxml2>=2.7.8' 'xulrunner>=1.9.2-1' 'cairo') -makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 'gobject-introspection>=0.9.0') +makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 'gobject-introspection>=1.29.15') groups=('gnome') archs=('i686' 'x86_64' 'ppc') _F_gnome_devel="y" Finclude gnome -sha1sums=('d9955428f5cbe7a6714197da1e4dbe5d6d60360d') +sha1sums=('8c563e73be18d22c4ea2ab8563b598909931a8df') unset MAKEFLAGS # optimization OK From bouleetbil at frogdev.info Fri Aug 5 17:00:57 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 17:00:57 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-shell-extensions *update to 3.1 Message-ID: <20110805150057.04737BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e73120827c5bd3e23e5987589efaec0ae954598b commit e73120827c5bd3e23e5987589efaec0ae954598b Author: bouleetbil Date: Fri Aug 5 16:50:40 2011 +0200 gnome-shell-extensions *update to 3.1 diff --git a/source/include/gnome-shell-extensions.sh b/source/include/gnome-shell-extensions.sh index ba8e93a..16144c1 100644 --- a/source/include/gnome-shell-extensions.sh +++ b/source/include/gnome-shell-extensions.sh @@ -20,7 +20,7 @@ FGnomeShellVersion() for i in `find $Fdestdir/usr/share/gnome-shell/extensions/ -name metadata.json` do Fsed "shell-version\": \[" \ - "shell-version\": \[ \"3.0\"," \ + "shell-version\": \[ \"3.1\"," \ $i done } From bouleetbil at frogdev.info Fri Aug 5 17:02:50 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 17:02:50 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gsettings-desktop-schemas-3.1.3-1-x86_64 Message-ID: <20110805150250.457ECBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b17c590eb16c6a87c6dcf5d61cadad0ed4e7abae commit b17c590eb16c6a87c6dcf5d61cadad0ed4e7abae Author: bouleetbil Date: Fri Aug 5 16:52:55 2011 +0200 gsettings-desktop-schemas-3.1.3-1-x86_64 *Version bump diff --git a/source/gnome/gsettings-desktop-schemas/FrugalBuild b/source/gnome/gsettings-desktop-schemas/FrugalBuild index b98a3ec..091ad83 100644 --- a/source/gnome/gsettings-desktop-schemas/FrugalBuild +++ b/source/gnome/gsettings-desktop-schemas/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gsettings-desktop-schemas -pkgver=3.0.1 +pkgver=3.1.3 pkgrel=1 pkgdesc="Collection ofGSettings??chemas??fr??GNME??destop" depends=('glib2') @@ -13,7 +13,7 @@ _F_gnome_glib="y" Finclude gnome gnome-scriptlet #gnome-screen-saver will merge into gnome-session gnome-shell source=($source background.diff theme.diff gsettings.diff) -sha1sums=('8787aee2194c99cbf50e2799a9939e509d9919eb' \ +sha1sums=('92f6883d8c251453025c63c25e6cd0521f9c4328' \ 'a329200a605f47a82c0feb003aa29ecb1113eb3c' \ '38693e9f3dfaea1917aaf6e8b01fcc11c7aa3b07' \ '4425726d380bccd607d7c5fab05dbdc02fb31050') From bouleetbil at frogdev.info Fri Aug 5 17:23:18 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 17:23:18 +0200 (CEST) Subject: [Frugalware-git] gnometesting: Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Message-ID: <20110805152318.7CACFBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=bde1f931b8260a40b1a3cfa4728bf3ed55d5e98c commit bde1f931b8260a40b1a3cfa4728bf3ed55d5e98c Merge: b17c590 d7bf285 Author: bouleetbil Date: Fri Aug 5 17:13:18 2011 +0200 Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Conflicts: source/gnome/gnome-desktop/FrugalBuild source/gnome/gnome-settings-daemon/FrugalBuild source/gnome/vinagre/FrugalBuild source/gnome/vino/FrugalBuild source/xlib/gtk+3/FrugalBuild diff --cc source/xlib/gtk+3/FrugalBuild index 06deecc,001308d..e8c9ba4 --- a/source/xlib/gtk+3/FrugalBuild +++ b/source/xlib/gtk+3/FrugalBuild @@@ -11,10 -11,11 +11,11 @@@ depends=('libxext' 'libxfixes' 'cairo' 'gdk-pixbuf2>=2.23.0' 'libxrandr' 'libxml2>=2.7.8') rodepends=('gnome-icon-theme' 'shared-mime-info' 'gtk+3-tools') groups=('xlib') -makedepends=('gtk-doc' 'cups' 'inputproto' 'gobject-introspection') +makedepends=('gtk-doc' 'cups' 'inputproto' 'gobject-introspection>=1.29.15') archs=('i686' 'x86_64' 'ppc' 'arm') _F_gnome_git="n" - Finclude gnome + _F_gnome_glib="y" + Finclude gnome gnome-scriptlet url="http://www.gtk.org/" _F_cd_path="gtk+-$pkgver" source=($source im-cedilla.conf) From bouleetbil at frogdev.info Fri Aug 5 17:25:49 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 17:25:49 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libgnome-keyring-3.1.4-1-x86_64 Message-ID: <20110805152549.E8BCDBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=f80edb6d54b18b6f5ef02859d31b441f3ce5c9ab commit f80edb6d54b18b6f5ef02859d31b441f3ce5c9ab Author: bouleetbil Date: Fri Aug 5 17:15:53 2011 +0200 libgnome-keyring-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/libgnome-keyring/FrugalBuild b/source/gnome/libgnome-keyring/FrugalBuild index 4c0a952..70b3b49 100644 --- a/source/gnome/libgnome-keyring/FrugalBuild +++ b/source/gnome/libgnome-keyring/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=libgnome-keyring -pkgver=3.1.1 +pkgver=3.1.4 pkgrel=1 pkgdesc="Compatibility library for accessing secrets." url="http://www.gnome.org/" @@ -13,6 +13,6 @@ archs=('i686' 'x86_64' 'ppc') _F_gnome_devel="y" Finclude gnome Fconfopts="$Fconfopts --disable-gtk-doc" -sha1sums=('550323a4fc1c35a1a538c7429d51ef7040ba8a94') +sha1sums=('7ae3c2bbc6f95d24dd0a57e795e972fc0c9f8bcb') # optimization OK From bouleetbil at frogdev.info Fri Aug 5 17:29:28 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 17:29:28 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gconf-3.1.4-1-x86_64 Message-ID: <20110805152928.8A3D7BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5091c39ef19da1cbf7e314a899d9f7c29a9974ec commit 5091c39ef19da1cbf7e314a899d9f7c29a9974ec Author: bouleetbil Date: Fri Aug 5 17:19:28 2011 +0200 gconf-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/gconf/FrugalBuild b/source/gnome/gconf/FrugalBuild index c738c05..19f4bc7 100644 --- a/source/gnome/gconf/FrugalBuild +++ b/source/gnome/gconf/FrugalBuild @@ -4,17 +4,17 @@ pkgname=gconf _F_gnome_name=GConf -pkgver=2.32.4 +pkgver=3.1.4 pkgrel=1 pkgdesc="A configuration database system for GNOME" url="http://www.gnome.org/" -depends=('orbit2>=2.14.18' 'libxml2>=2.7.8' 'dbus-glib' 'polkit>=0.99') +depends=('orbit2>=2.14.18' 'libxml2>=2.7.8' 'dbus-glib' 'polkit>=0.101') makedepends=('indent' 'gtk-doc>=1.11' 'openldap>=2.4.16' 'perl-xml-parser' 'intltool' 'gobject-introspection') groups=('gnome') archs=('i686' 'x86_64' 'ppc') Finclude gnome source=(${source[@]} gconf-2.16.0-reload.patch) -sha1sums=('8c53a2b3220cfc058a08638a89fe35e44cfef581' \ +sha1sums=('150fbbe78df56ba9772a1b9a0b68de39e01fa390' \ 'c51bd437b495af6b25aff143a45c0b93a4afc236') Fconfopts="${Fconfopts[@]} --with-gtk=3.0" From bouleetbil at frogdev.info Fri Aug 5 18:04:37 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 18:04:37 +0200 (CEST) Subject: [Frugalware-git] gnometesting: seed-3.1.1-1-x86_64 *version bump Message-ID: <20110805160437.94E5BBAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=7d333886dc59e3668b9cb37b70f60a764f118176 commit 7d333886dc59e3668b9cb37b70f60a764f118176 Author: bouleetbil Date: Fri Aug 5 17:54:33 2011 +0200 seed-3.1.1-1-x86_64 *version bump diff --git a/source/gnome/seed/FrugalBuild b/source/gnome/seed/FrugalBuild index 6c44094..f3d43c9 100644 --- a/source/gnome/seed/FrugalBuild +++ b/source/gnome/seed/FrugalBuild @@ -2,27 +2,25 @@ # Maintainer: bouleetbil pkgname=seed -pkgver=3.0.0 +pkgver=3.1.1 pkgrel=1 pkgdesc="Seed is a library and interpreter, dynamically bridging the WebKit JavaScriptCore engine." depends=('libxml2>=2.7.8' 'webkit-gtk3>=1.3.4' 'libffi>=3.0.9' 'libsoup-gnome>=2.32.0' 'sqlite3' \ 'clutter-cairo' 'clutter-gtk' \ 'gnome-js-common' 'dbus-glib' 'libffi') -makedepends=('gtk-doc' 'intltool' 'gobject-introspection>=0.9.0') +makedepends=('intltool' 'gobject-introspection>=1.29.15') groups=('gnome') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') Finclude gnome -sha1sums=('03e77d8f816aafa1aca7c507ec6bea3b89653c08') +sha1sums=('2312d52bfe3bb86b823b79597e03ae7cf569aebb') +Fconfopts="$Fconfopts --with-webkit=3.0 --disable-gtk-doc --disable-example-module" -Fconfopts="$Fconfopts --with-webkit=3.0" build() { Fcd - Fpatchall - mkdir -p m4 - autoreconf -i -f || Fdie - Fmake - Fmakeinstall + #broken with 3.1.1 (segfault re enable it for stable version) + Fsed "modules" "" doc/Makefile.* + Fbuild } # optimization OK From bouleetbil at frogdev.info Fri Aug 5 18:07:23 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 18:07:23 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libpeas-1.1.1-1-x86_64 Message-ID: <20110805160723.9B08FBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=57539d1b1339bec3e9c57a8871547ea2032c8f85 commit 57539d1b1339bec3e9c57a8871547ea2032c8f85 Author: bouleetbil Date: Fri Aug 5 17:57:27 2011 +0200 libpeas-1.1.1-1-x86_64 *Version bump diff --git a/source/gnome/libpeas/FrugalBuild b/source/gnome/libpeas/FrugalBuild index 2f6ad41..35a7a65 100644 --- a/source/gnome/libpeas/FrugalBuild +++ b/source/gnome/libpeas/FrugalBuild @@ -5,7 +5,7 @@ pkgname=libpeas pkgver=1.1.1 pkgrel=1 pkgdesc="libpeas is a gobject-based plugins engine" -depends=('glib2' 'pygobject' 'gobject-introspection>=0.10.1' 'seed>=3.0.0') +depends=('glib2' 'pygobject' 'gobject-introspection>=0.10.1' 'seed>=3.1.1') makedepends=('intltool' 'gtk-doc' 'vala') groups=('gnome') archs=('i686' 'x86_64' 'ppc') From bouleetbil at frogdev.info Fri Aug 5 18:16:03 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 18:16:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libgweather-3.1.3-1-x86_64 Message-ID: <20110805161603.390FBBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=7d8eb6edd66a8355ecd08a64124c44dbd50347b1 commit 7d8eb6edd66a8355ecd08a64124c44dbd50347b1 Author: bouleetbil Date: Fri Aug 5 18:06:05 2011 +0200 libgweather-3.1.3-1-x86_64 *Version bump diff --git a/source/gnome/libgweather/FrugalBuild b/source/gnome/libgweather/FrugalBuild index e6d4057..1c58967 100644 --- a/source/gnome/libgweather/FrugalBuild +++ b/source/gnome/libgweather/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: bouleetbil pkgname=libgweather -pkgver=3.0.2 +pkgver=3.1.3 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.0.8' 'gconf>=2.32.0' 'libsoup-gnome>=2.34.0') +depends=('libxml2>=2.7.8' 'gtk+3>=3.0.8' 'gconf>=3.0.0' 'libsoup-gnome>=2.34.0') makedepends=('perl-xml-parser' 'intltool' 'gobject-introspection') groups=('gnome') archs=('i686' 'x86_64' 'ppc') _F_gnome_schemas=('/etc/gconf/schemas/gweather.schemas') Finclude gnome gnome-scriptlet -sha1sums=('d2404035fa7f518b574a4979479ba66d674c4855') +sha1sums=('6766a3cd15ae73d054327e1f4958a4bc7620b20c') unset MAKEFLAGS subpkgs=("${subpkgs[@]}" "python-gweather") From melko at frugalware.org Fri Aug 5 18:20:30 2011 From: melko at frugalware.org (Melko) Date: Fri, 5 Aug 2011 18:20:30 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: konsole-4.7.0-1-i686 Message-ID: <20110805162030.47E63BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=cda97d217e90c058f3d1b239e765f05d5ede2ed2 commit cda97d217e90c058f3d1b239e765f05d5ede2ed2 Author: Melko Date: Fri Aug 5 18:19:12 2011 +0200 konsole-4.7.0-1-i686 * version bump * split from kdebase diff --git a/source/kde/konsole/FrugalBuild b/source/kde/konsole/FrugalBuild new file mode 100644 index 0000000..ef4ec03 --- /dev/null +++ b/source/kde/konsole/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.38 SBU +# Maintainer: centuri0 + +pkgname=konsole +pkgrel=1 +pkgdesc="KDE Terminal emulator." +groups=('kde') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("libkdesu>=$_F_kde_ver" "libknotify>=$_F_kde_ver" "libqtgui>=$_F_kde_qtver" "libqtxml>=$_F_kde_qtver" "libnepomuk>=$_F_kde_ver" "attica>=0.2.0") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver" "kdelibs-interfaces>=$_F_kde_ver") + +# optimization OK From bouleetbil at frogdev.info Fri Aug 5 18:23:42 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 18:23:42 +0200 (CEST) Subject: [Frugalware-git] gnometesting: vala-0.13.1-1-x86_64 Message-ID: <20110805162342.4CBC3BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=3ba6054376ec8c7ebf9146c09134b0b993ec5290 commit 3ba6054376ec8c7ebf9146c09134b0b993ec5290 Author: bouleetbil Date: Fri Aug 5 18:13:46 2011 +0200 vala-0.13.1-1-x86_64 *Version bump diff --git a/source/devel-extra/vala/FrugalBuild b/source/devel-extra/vala/FrugalBuild index 72146dd..fb5ed81 100644 --- a/source/devel-extra/vala/FrugalBuild +++ b/source/devel-extra/vala/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: jedifox pkgname=vala -pkgver=0.12.1 -pkgrel=3 +pkgver=0.13.1 +pkgrel=1 pkgdesc="Vala is a prgramming language that aims to bring modern programming language features to GNOME developers" depends=('glib2>=2.28.3') makedepends=('libxslt' 'vala') @@ -12,7 +12,7 @@ groups=('devel-extra') archs=('i686' 'x86_64' 'ppc' 'arm') options=('force') Finclude gnome -sha1sums=('defa61ac7b9f97abe8aac7ad7fb3f80f3c0b9657') +sha1sums=('571e377f6f1ab1e9355fdaaabd092463409bc77e') Fconfopts="${Fconfopts[@]} --enable-vapigen" # optimization OK From achevaux at gmail.com Fri Aug 5 18:36:36 2011 From: achevaux at gmail.com (centuri0) Date: Fri, 5 Aug 2011 18:36:36 +0200 (CEST) Subject: [Frugalware-git] artwork: * Fixed mouse cursor theme * Added extra wammpaper sizes Message-ID: <20110805163636.B3F01BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=aa8699cb98ed78173517ec7fd9ef5df28e0db753 commit aa8699cb98ed78173517ec7fd9ef5df28e0db753 Author: centuri0 Date: Fri Aug 5 18:39:01 2011 +0200 * Fixed mouse cursor theme * Added extra wammpaper sizes diff --git a/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1024x600.png b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1024x600.png new file mode 120000 index 0000000..b295f1f --- /dev/null +++ b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1024x600.png @@ -0,0 +1 @@ +./1920x1080.png \ No newline at end of file diff --git a/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1024x768.png b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1024x768.png new file mode 120000 index 0000000..cee66df --- /dev/null +++ b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1024x768.png @@ -0,0 +1 @@ +./1600x1200.png \ No newline at end of file diff --git a/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1280x1024.png b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1280x1024.png new file mode 120000 index 0000000..cee66df --- /dev/null +++ b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1280x1024.png @@ -0,0 +1 @@ +./1600x1200.png \ No newline at end of file diff --git a/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1280x800.png b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1280x800.png new file mode 120000 index 0000000..c52fb61 --- /dev/null +++ b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1280x800.png @@ -0,0 +1 @@ +./2560x1600.png \ No newline at end of file diff --git a/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1280x960.png b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1280x960.png new file mode 120000 index 0000000..cee66df --- /dev/null +++ b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1280x960.png @@ -0,0 +1 @@ +./1600x1200.png \ No newline at end of file diff --git a/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1366x768.png b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1366x768.png new file mode 120000 index 0000000..b295f1f --- /dev/null +++ b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1366x768.png @@ -0,0 +1 @@ +./1920x1080.png \ No newline at end of file diff --git a/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1440x900.png b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1440x900.png new file mode 120000 index 0000000..c52fb61 --- /dev/null +++ b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1440x900.png @@ -0,0 +1 @@ +./2560x1600.png \ No newline at end of file diff --git a/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1600x900.png b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1600x900.png new file mode 120000 index 0000000..b295f1f --- /dev/null +++ b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1600x900.png @@ -0,0 +1 @@ +./1920x1080.png \ No newline at end of file diff --git a/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1680x1050.png b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1680x1050.png new file mode 120000 index 0000000..c52fb61 --- /dev/null +++ b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1680x1050.png @@ -0,0 +1 @@ +./2560x1600.png \ No newline at end of file diff --git a/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1920x1200.png b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1920x1200.png new file mode 120000 index 0000000..c52fb61 --- /dev/null +++ b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/1920x1200.png @@ -0,0 +1 @@ +./2560x1600.png \ No newline at end of file diff --git a/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/800x600.png b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/800x600.png new file mode 120000 index 0000000..cee66df --- /dev/null +++ b/kde-frugalware/artwork/wallpaper/Frugalware/contents/images/800x600.png @@ -0,0 +1 @@ +./1600x1200.png \ No newline at end of file diff --git a/kde-frugalware/config/kcminputrc b/kde-frugalware/config/kcminputrc index 2f47ff1..2200ded 100644 --- a/kde-frugalware/config/kcminputrc +++ b/kde-frugalware/config/kcminputrc @@ -3,5 +3,5 @@ Acceleration=2 MouseButtonMapping=RightHanded ReverseScrollPolarity=false Threshold=4 -cursorTheme=FrugalwareX11MouseTheme +cursorTheme=FwX11MouseTheme From bouleetbil at frogdev.info Fri Aug 5 18:37:22 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 18:37:22 +0200 (CEST) Subject: [Frugalware-git] gnometesting: liboauth-0.9.4-1-x86_64 *new package *needed by libgdata Message-ID: <20110805163722.96C31BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=4f26f922c9edbd96f0de42e0fc1fc990d64766e5 commit 4f26f922c9edbd96f0de42e0fc1fc990d64766e5 Author: bouleetbil Date: Fri Aug 5 18:27:02 2011 +0200 liboauth-0.9.4-1-x86_64 *new package *needed by libgdata diff --git a/source/lib/liboauth/FrugalBuild b/source/lib/liboauth/FrugalBuild new file mode 100644 index 0000000..2231b15 --- /dev/null +++ b/source/lib/liboauth/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.05 SBU +# Maintainer: bouleetbil + +pkgname=liboauth +pkgver=0.9.4 +pkgrel=1 +pkgdesc="An open protocol to allow secure API authorization in a simple and standard method from desktop and web applications." +depends=('curl') +groups=('lib') +archs=('i686' 'x86_64' 'ppc') +Finclude sourceforge +sha1sums=('9c48dcfe9bb2f7b0fa4825e645056bdf77640454') + +# optimization OK From bouleetbil at frogdev.info Fri Aug 5 18:39:48 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 18:39:48 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libgdata-0.9.1-1-x86_64 Message-ID: <20110805163948.37CECBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d2bb6804bb3d34e735c023c02f586552282dcb9c commit d2bb6804bb3d34e735c023c02f586552282dcb9c Author: bouleetbil Date: Fri Aug 5 18:29:52 2011 +0200 libgdata-0.9.1-1-x86_64 *Version bump diff --git a/source/gnome/libgdata/FrugalBuild b/source/gnome/libgdata/FrugalBuild index 419289f..4626821 100644 --- a/source/gnome/libgdata/FrugalBuild +++ b/source/gnome/libgdata/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: bouleetbil pkgname=libgdata -pkgver=0.8.1 -pkgrel=2 +pkgver=0.9.1 +pkgrel=1 pkgdesc="libgdata is a GLib-based library for accessing online service APIs using the GData protocol" -depends=('libxml2>=2.7.8' 'libsoup-gnome>=2.30.0' 'sqlite3') -makedepends=('intltool' 'gobject-introspection>=0.9.0') +depends=('libxml2>=2.7.8' 'libsoup-gnome>=2.30.0' 'sqlite3' 'liboauth') +makedepends=('intltool' 'gobject-introspection>=1.29.15') groups=('gnome') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') Finclude gnome -sha1sums=('e0526fafeda6ef5d92afbdea08f715a07942ac84') +sha1sums=('05952ed8038c1858ba4a3121be73c295e459e4fe') # optimization OK From bouleetbil at frogdev.info Fri Aug 5 18:43:42 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 18:43:42 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-backgrounds-3.1.2-1-x86_64 Message-ID: <20110805164342.725C6BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=aa583b182bff7e3ce6d916ccb16898d5dba4627e commit aa583b182bff7e3ce6d916ccb16898d5dba4627e Author: bouleetbil Date: Fri Aug 5 18:33:41 2011 +0200 gnome-backgrounds-3.1.2-1-x86_64 *Version bump diff --git a/source/gnome/gnome-backgrounds/FrugalBuild b/source/gnome/gnome-backgrounds/FrugalBuild index cd7a397..9cdfd07 100644 --- a/source/gnome/gnome-backgrounds/FrugalBuild +++ b/source/gnome/gnome-backgrounds/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Christian Hamar alias krix pkgname=gnome-backgrounds -pkgver=3.0.2 +pkgver=3.1.2 pkgrel=1 pkgdesc="A set of backgrounds for GNOME" url="http://www.gnome.org/" @@ -12,6 +12,6 @@ makedepends=('intltool') groups=('gnome') archs=('i686' 'x86_64' 'ppc') Finclude gnome -sha1sums=('15739cf20e4a64670f7783d13625b3b060250829') +sha1sums=('a46dec1bf326364117b5b8b8e98e6838b328fd71') # optimization OK From bouleetbil at frogdev.info Fri Aug 5 18:46:14 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 18:46:14 +0200 (CEST) Subject: [Frugalware-git] gnometesting: Revert "vala-0.13.1-1-x86_64" For now useless to use devel vala Message-ID: <20110805164614.B5D0EBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=4cf0fe2d9a51439f6a7aee0b341e9f97ac99bc66 commit 4cf0fe2d9a51439f6a7aee0b341e9f97ac99bc66 Author: bouleetbil Date: Fri Aug 5 18:35:45 2011 +0200 Revert "vala-0.13.1-1-x86_64" For now useless to use devel vala diff --git a/source/devel-extra/vala/FrugalBuild b/source/devel-extra/vala/FrugalBuild index fb5ed81..72146dd 100644 --- a/source/devel-extra/vala/FrugalBuild +++ b/source/devel-extra/vala/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: jedifox pkgname=vala -pkgver=0.13.1 -pkgrel=1 +pkgver=0.12.1 +pkgrel=3 pkgdesc="Vala is a prgramming language that aims to bring modern programming language features to GNOME developers" depends=('glib2>=2.28.3') makedepends=('libxslt' 'vala') @@ -12,7 +12,7 @@ groups=('devel-extra') archs=('i686' 'x86_64' 'ppc' 'arm') options=('force') Finclude gnome -sha1sums=('571e377f6f1ab1e9355fdaaabd092463409bc77e') +sha1sums=('defa61ac7b9f97abe8aac7ad7fb3f80f3c0b9657') Fconfopts="${Fconfopts[@]} --enable-vapigen" # optimization OK From bouleetbil at frogdev.info Fri Aug 5 18:49:34 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 18:49:34 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtksourceview3-3.1.3-1-x86_64 Message-ID: <20110805164934.58377BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1ce4c85366d8c646d54ff9b7f04bdff7b3cd2544 commit 1ce4c85366d8c646d54ff9b7f04bdff7b3cd2544 Author: bouleetbil Date: Fri Aug 5 18:39:39 2011 +0200 gtksourceview3-3.1.3-1-x86_64 *Version bump diff --git a/source/gnome/gtksourceview3/FrugalBuild b/source/gnome/gtksourceview3/FrugalBuild index 2bfa913..1c65f8f 100644 --- a/source/gnome/gtksourceview3/FrugalBuild +++ b/source/gnome/gtksourceview3/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gtksourceview3 _F_gnome_name="gtksourceview" -pkgver=3.0.5 +pkgver=3.1.3 pkgrel=1 pkgdesc="A text widget adding syntax highlighting and more to GNOME" depends=('libxml2>=2.7.8' 'gtk+3') @@ -12,7 +12,7 @@ groups=('gnome') archs=('i686' 'x86_64' 'ppc') Finclude gnome _F_cd_path="$_F_gnome_name-$pkgver" -sha1sums=('018806a3df3e3152dfd762db4176d0ac7e2e9f36') +sha1sums=('3aa791a3e76e374e4040c7448b619bc164905ec5') build() { Fbuild --enable-gtk-doc --enable-glade-catalog From bouleetbil at frogdev.info Fri Aug 5 18:55:16 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 18:55:16 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-themes-standard-3.1.4-1-x86_64 Message-ID: <20110805165516.6172FBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=eee17083f61a993e97fa72a2a9a775451a028395 commit eee17083f61a993e97fa72a2a9a775451a028395 Author: bouleetbil Date: Fri Aug 5 18:45:19 2011 +0200 gnome-themes-standard-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/gnome-themes-standard/FrugalBuild b/source/gnome/gnome-themes-standard/FrugalBuild index 9b023fc..249a003 100644 --- a/source/gnome/gnome-themes-standard/FrugalBuild +++ b/source/gnome/gnome-themes-standard/FrugalBuild @@ -2,18 +2,18 @@ # Maintainer: bouleetbil pkgname=gnome-themes-standard -pkgver=3.1.1 +pkgver=3.1.4 pkgrel=1 pkgdesc="Default standard themes for GNOME3" url="http://www.gnome.org/" -depends=('libxml2>=2.7.8' 'gtk+3-engines') +depends=('libxml2>=2.7.8' 'gtk+3' 'librsvg') makedepends=('perl-xml-parser' 'icon-naming-utils' 'intltool') groups=('gnome') archs=('i686' 'x86_64' 'ppc') _F_gnome_git="n" _F_gnome_devel="y" Finclude gnome -sha1sums=('cf8330142591630e1c9ca692389e3027ef0da77f') +sha1sums=('1ff675f25c8236ed379bb7b516677db5127917f2') if [ "$_F_gnome_git" != "n" ]; then unset sha1sums fi From bouleetbil at frogdev.info Fri Aug 5 18:59:08 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 18:59:08 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-icon-theme-3.1.4-1-x86_64 Message-ID: <20110805165908.11FFDBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e4c22368d2004d105ce2384dd093465649652baa commit e4c22368d2004d105ce2384dd093465649652baa Author: bouleetbil Date: Fri Aug 5 18:49:02 2011 +0200 gnome-icon-theme-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/gnome-icon-theme/FrugalBuild b/source/gnome/gnome-icon-theme/FrugalBuild index 879380b..61014f6 100644 --- a/source/gnome/gnome-icon-theme/FrugalBuild +++ b/source/gnome/gnome-icon-theme/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=gnome-icon-theme -pkgver=3.0.0 -pkgrel=2 +pkgver=3.1.4 +pkgrel=1 pkgdesc="Default icon theme for GNOME" url="http://www.gnome.org/" depends=('hicolor-icon-theme' 'gdk-pixbuf2') @@ -11,4 +11,4 @@ makedepends=('perl-xml-parser' 'icon-naming-utils>=0.8.2' 'intltool' 'gtk+2-tool groups=('gnome') archs=('i686' 'x86_64' 'ppc' 'arm') Finclude gnome -sha1sums=('6184f450c2d5b4892bb6dd4192c2174770f6fc95') +sha1sums=('b8e7c331c5451923a3f5306d0812169b04b0bd91') From bouleetbil at frogdev.info Fri Aug 5 19:16:33 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 19:16:33 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-desktop-3.1.4-1-x86_64 Message-ID: <20110805171633.900D1BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=403ca572b8d2a8aac404763ace341f0d4d447f0e commit 403ca572b8d2a8aac404763ace341f0d4d447f0e Author: bouleetbil Date: Fri Aug 5 19:06:34 2011 +0200 gnome-desktop-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/gnome-desktop/FrugalBuild b/source/gnome/gnome-desktop/FrugalBuild index 9fe291e..5dc3daf 100644 --- a/source/gnome/gnome-desktop/FrugalBuild +++ b/source/gnome/gnome-desktop/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=gnome-desktop -pkgver=3.1.1 -pkgrel=2 +pkgver=3.1.4 +pkgrel=1 pkgdesc="The GNOME Desktop" url="http://www.gnome.org/" depends=('libxml2>=2.7.8' 'gtk+3' 'startup-notification>=0.10-2' 'rarian>=0.8.0' 'libxrandr' 'gsettings-desktop-schemas' \ @@ -12,10 +12,9 @@ makedepends=('intltool' 'gnome-doc-utils>=0.18.0' 'gtk-doc') groups=('gnome') archs=('i686' 'x86_64' 'ppc') _F_gnome_scrollkeeper="y" -_F_gnome_devel="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --with-gnome-distributor=Frugalware --enable-gtk-doc" -sha1sums=('11d8198e97a42d0e5e66deed3ea1982146d9cfaa') +sha1sums=('0790a2f61c7236489b6877254361cd7f265fd5fd') replaces=('desktop-data-model' 'gnome-volume-manager' 'gnome-spell') provides=('gnome-volume-manager' 'gnome-spell') From bouleetbil at frogdev.info Fri Aug 5 19:19:22 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 19:19:22 +0200 (CEST) Subject: [Frugalware-git] gnometesting: folks-0.5.1-1-x86_64 Message-ID: <20110805171922.AB9B4BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=3096327a2adf06c321217ee91d39cf7ef946835d commit 3096327a2adf06c321217ee91d39cf7ef946835d Author: bouleetbil Date: Fri Aug 5 19:09:27 2011 +0200 folks-0.5.1-1-x86_64 *Version bump diff --git a/source/gnome/folks/FrugalBuild b/source/gnome/folks/FrugalBuild index b543d86..ffcaba6 100644 --- a/source/gnome/folks/FrugalBuild +++ b/source/gnome/folks/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=folks -pkgver=0.4.3 +pkgver=0.5.1 pkgrel=1 pkgdesc="libfolks is a library that aggregates people from multiple sources" depends=('evolution-data-server' 'libgee' 'telepathy-glib') @@ -11,6 +11,7 @@ groups=('gnome') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') Finclude gnome -sha1sums=('f3c08a828bc06282745d57d7d007b9b281a04c76') +sha1sums=('4be8b94bcfc17d33617c8a5225017ff9d86e653d') +Fconfopts="$Fconfopts --enable-vala" # optimization OK From bouleetbil at frogdev.info Fri Aug 5 19:20:45 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 19:20:45 +0200 (CEST) Subject: [Frugalware-git] gnometesting: dconf-0.9.0-1-x86_64 Message-ID: <20110805172045.BA759BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=88da29b69ddcac9103c969b90068c0ff46668a4f commit 88da29b69ddcac9103c969b90068c0ff46668a4f Author: bouleetbil Date: Fri Aug 5 19:10:49 2011 +0200 dconf-0.9.0-1-x86_64 *Version bump diff --git a/source/gnome/dconf/FrugalBuild b/source/gnome/dconf/FrugalBuild index f4f679d..78fddd5 100644 --- a/source/gnome/dconf/FrugalBuild +++ b/source/gnome/dconf/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=dconf -pkgver=0.7.5 -pkgrel=3 +pkgver=0.9.0 +pkgrel=1 pkgdesc="A configuration system" depends=('dbus-glib' 'libxml2>=2.7.8') makedepends=('vala' 'gobject-introspection' 'libgee') @@ -14,7 +14,7 @@ archs=('i686' 'x86_64' 'ppc') _F_gnome_devel="y" _F_gnome_glib="y" Finclude gnome -sha1sums=('f40dec58d6ff3cbc8e753de48f2fe0f014a6196d') +sha1sums=('51e17a08dc0eae42ba4c5c2124de59599b2d4180') subpkgs=('dconf-editor') subdescs=('Configuration editor for dconf') From bouleetbil at frogdev.info Fri Aug 5 19:29:05 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 19:29:05 +0200 (CEST) Subject: [Frugalware-git] gnometesting: p11-kit-0.3-1-x86_64 *new package *needed by gnome-keyring Message-ID: <20110805172905.292BABAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b7cfb0d48ee276efc5e12ccb4bed87c8f9078593 commit b7cfb0d48ee276efc5e12ccb4bed87c8f9078593 Author: bouleetbil Date: Fri Aug 5 19:18:54 2011 +0200 p11-kit-0.3-1-x86_64 *new package *needed by gnome-keyring diff --git a/source/lib/p11-kit/FrugalBuild b/source/lib/p11-kit/FrugalBuild new file mode 100644 index 0000000..f0bb3ea --- /dev/null +++ b/source/lib/p11-kit/FrugalBuild @@ -0,0 +1,16 @@ +# Compiling Time: 0.05 SBU +# Maintainer: bouleetbil + +pkgname=p11-kit +pkgver=0.3 +pkgrel=1 +pkgdesc="Provides a way to load and enumerate PKCS#11 modules." +url=http://p11-glue.freedesktop.org/p11-kit.html +depends=('glibc') +groups=('lib') +archs=('i686' 'x86_64' 'ppc') +up2date="Flasttar http://p11-glue.freedesktop.org/releases/" +source=(http://p11-glue.freedesktop.org/releases/$pkgname-$pkgver.tar.gz) +sha1sums=('5568c659f11e9bf3f3d70d54778e4653ac998d22') + +# optimization OK From bouleetbil at frogdev.info Fri Aug 5 19:31:33 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 19:31:33 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-keyring-3.1.4-1-x86_64 Message-ID: <20110805173133.4C455BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=44db246e1800704e0b7a4d1eeac28407f3fa103f commit 44db246e1800704e0b7a4d1eeac28407f3fa103f Author: bouleetbil Date: Fri Aug 5 19:21:36 2011 +0200 gnome-keyring-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/gnome-keyring/FrugalBuild b/source/gnome/gnome-keyring/FrugalBuild index 2a9aa51..e591339 100644 --- a/source/gnome/gnome-keyring/FrugalBuild +++ b/source/gnome/gnome-keyring/FrugalBuild @@ -2,19 +2,18 @@ # Maintainer: bouleetbil pkgname=gnome-keyring -pkgver=3.1.1 +pkgver=3.1.4 pkgrel=1 pkgdesc="Password and keyring managing daemon for GNOME" url="http://www.gnome.org/" -depends=('libxml2>=2.7.8' 'gtk+3' 'dbus-glib>=0.76-1' 'libtasn1>=1.4' 'gconf' 'pam' 'libgnome-keyring>=3.1.1') +depends=('libxml2>=2.7.8' 'gtk+3' 'dbus-glib>=0.76-1' 'libtasn1>=1.4' 'gconf' 'pam' 'libgnome-keyring>=3.1.4' 'p11-kit') makedepends=('intltool' 'gtk-doc>=1.9') groups=('gnome') archs=('i686' 'x86_64' 'ppc') _F_gnome_glib="y" -_F_gnome_devel="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --disable-gtk-doc --with-pam-dir=/lib/security --with-gtk=3.0" -sha1sums=('a97a9487ac568f671f606f95b14b0691da9396f3') +sha1sums=('ebb0d725c1e6e8114d1e43e763fcb29dc728df9f') build() { Fcd From bouleetbil at frogdev.info Fri Aug 5 19:34:16 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 19:34:16 +0200 (CEST) Subject: [Frugalware-git] gnometesting: vala-0.12.1-4-x86_64 *pkgrel++ Message-ID: <20110805173416.6B84BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b74886991c24e7a26fb17f3935caf55b3235a26c commit b74886991c24e7a26fb17f3935caf55b3235a26c Author: bouleetbil Date: Fri Aug 5 19:24:12 2011 +0200 vala-0.12.1-4-x86_64 *pkgrel++ diff --git a/source/devel-extra/vala/FrugalBuild b/source/devel-extra/vala/FrugalBuild index 72146dd..542db28 100644 --- a/source/devel-extra/vala/FrugalBuild +++ b/source/devel-extra/vala/FrugalBuild @@ -4,7 +4,7 @@ pkgname=vala pkgver=0.12.1 -pkgrel=3 +pkgrel=4 pkgdesc="Vala is a prgramming language that aims to bring modern programming language features to GNOME developers" depends=('glib2>=2.28.3') makedepends=('libxslt' 'vala') From bouleetbil at frogdev.info Fri Aug 5 19:36:39 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 19:36:39 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtkhtml-4.1.4-1-x86_64 *version bump Message-ID: <20110805173639.479EEBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=c779a36ff9ffab9dcace654f289ad0dfa2df08ed commit c779a36ff9ffab9dcace654f289ad0dfa2df08ed Author: bouleetbil Date: Fri Aug 5 19:26:36 2011 +0200 gtkhtml-4.1.4-1-x86_64 *version bump diff --git a/source/gnome/gtkhtml/FrugalBuild b/source/gnome/gtkhtml/FrugalBuild index 574c4ab..f44dca4 100644 --- a/source/gnome/gtkhtml/FrugalBuild +++ b/source/gnome/gtkhtml/FrugalBuild @@ -2,18 +2,18 @@ # Maintainer: bouleetbil pkgname=gtkhtml -pkgver=4.1.1 +pkgver=4.1.4 pkgrel=1 pkgdesc="A lightweight HTML rendering/printing/editing engine" depends=('libxml2>=2.7.8' 'gtk+3' 'gconf' \ 'libsoup>=2.32.0' 'gnome-icon-theme>=2.30.0' \ - 'libbonobo>=2.32.0' 'enchant' 'iso-codes') + 'libbonobo>=2.32.0' 'enchant' 'iso-codes' 'gsettings-desktop-schemas') makedepends=('intltool') groups=('gnome') archs=('i686' 'x86_64' 'ppc') _F_gnome_devel="y" Finclude gnome -sha1sums=('4d9dcb73092d380169e1d80752f90f3219d1534e') +sha1sums=('90fb2d96d903d49b9fe2c8f90f37b6351b8b6ac5') replaces=('gtkhtml312') provides=('gtkhtml312') From bouleetbil at frogdev.info Fri Aug 5 19:38:58 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 19:38:58 +0200 (CEST) Subject: [Frugalware-git] gnometesting: yelp-xsl-3.1.3-1-x86_64 Message-ID: <20110805173858.5BA64BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ae83058a6063bc1f8dc20dec895b23f5d4d25f2f commit ae83058a6063bc1f8dc20dec895b23f5d4d25f2f Author: bouleetbil Date: Fri Aug 5 19:29:03 2011 +0200 yelp-xsl-3.1.3-1-x86_64 *Version bump diff --git a/source/gnome/yelp-xsl/FrugalBuild b/source/gnome/yelp-xsl/FrugalBuild index e28b3d2..b4a06db 100644 --- a/source/gnome/yelp-xsl/FrugalBuild +++ b/source/gnome/yelp-xsl/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: bouleetbil pkgname=yelp-xsl -pkgver=3.0.2 +pkgver=3.1.3 pkgrel=1 pkgdesc="TXSL stylesheets for the yelp help browser" depends=('libxml2' 'libxslt') -makedepends=('intltool') +makedepends=('intltool' 'itstool') groups=('gnome') archs=('i686' 'x86_64' 'ppc') Finclude gnome -sha1sums=('7323947477b28358fe7b5a82f7db6da5abe904e2') +sha1sums=('83fba2bee32155d54b3030beb9e96a85315f402c') From bouleetbil at frogdev.info Fri Aug 5 19:40:53 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 19:40:53 +0200 (CEST) Subject: [Frugalware-git] gnometesting: yelp-3.1.1-1-x86_64 Message-ID: <20110805174053.9AD3BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=0be7c9483b138cfa0380b4b0c4c7bceefb31a647 commit 0be7c9483b138cfa0380b4b0c4c7bceefb31a647 Author: bouleetbil Date: Fri Aug 5 19:30:58 2011 +0200 yelp-3.1.1-1-x86_64 *Version bump diff --git a/source/gnome/yelp/FrugalBuild b/source/gnome/yelp/FrugalBuild index f768024..a5ad315 100644 --- a/source/gnome/yelp/FrugalBuild +++ b/source/gnome/yelp/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=yelp -pkgver=3.0.4 +pkgver=3.1.1 pkgrel=1 pkgdesc="The default help browser for GNOME" url="http://www.gnome.org/" @@ -15,6 +15,6 @@ _F_gnome_glib="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet unset MAKEFLAGS -sha1sums=('9f2d96c77b9d12238dcf34e94b21c25785d1ca0c') +sha1sums=('1fecdbfc5627188c93b4c803dec1f180ee7a210f') # optimization OK From bouleetbil at frogdev.info Fri Aug 5 19:50:37 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 19:50:37 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-session-3.1.3-1-x86_64 Message-ID: <20110805175037.1508BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b09777e6e4c918ac9ee5cc37522aafdb88f322fb commit b09777e6e4c918ac9ee5cc37522aafdb88f322fb Author: bouleetbil Date: Fri Aug 5 19:40:41 2011 +0200 gnome-session-3.1.3-1-x86_64 *Version bump diff --git a/source/gnome/gnome-session/FrugalBuild b/source/gnome/gnome-session/FrugalBuild index 1240523..4ab4649 100644 --- a/source/gnome/gnome-session/FrugalBuild +++ b/source/gnome/gnome-session/FrugalBuild @@ -4,7 +4,7 @@ USE_DEBUG=${USE_DEBUG:-"n"} pkgname=gnome-session -pkgver=3.0.2 +pkgver=3.1.3 pkgrel=1 pkgdesc="GNOME session manager" depends=('libxml2>=2.7.8' 'gnome-desktop>=3.0.2' 'polkit' 'upower' 'gconf-gtk' 'usermode' \ @@ -20,7 +20,7 @@ _F_gnome_iconcache="y" _F_gnome_desktop="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --with-gtk=3.0" -sha1sums=('5559a71ef3134f3aaa48b7f06e2123714f71756f') +sha1sums=('f98e2dab79a393c2a1012f422fee324f435436c7') build() { Fcd From bouleetbil at frogdev.info Fri Aug 5 20:07:38 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 20:07:38 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gedit-3.1.3-1-x86_64 Message-ID: <20110805180738.9AC58BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=041e43e2e18a0f7e931561df21e5d0560ad33d0b commit 041e43e2e18a0f7e931561df21e5d0560ad33d0b Author: bouleetbil Date: Fri Aug 5 19:57:42 2011 +0200 gedit-3.1.3-1-x86_64 *Version bump diff --git a/source/gnome/gedit/FrugalBuild b/source/gnome/gedit/FrugalBuild index 829b3c5..b38a202 100644 --- a/source/gnome/gedit/FrugalBuild +++ b/source/gnome/gedit/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gedit -pkgver=3.0.6 +pkgver=3.1.3 pkgrel=1 pkgdesc="A text editor for GNOME" url="http://www.gnome.org/" @@ -15,7 +15,7 @@ _F_gnome_glib="y" _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" Finclude gnome gnome-scriptlet -sha1sums=('f6e9c3d5cc645d502e04ee25f54bd9061c651663') +sha1sums=('3541f1ab3a18363bcda808c40a02f0d7306534ba') replaces=("$pkgname-python") build() { From bouleetbil at frogdev.info Fri Aug 5 20:23:17 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 20:23:17 +0200 (CEST) Subject: [Frugalware-git] gnometesting: cogl-1.7.4-1-x86_64 *new package *needed by clutter Message-ID: <20110805182317.0DC49BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=57e1edf7c88975423099eb84eea865415b58552c commit 57e1edf7c88975423099eb84eea865415b58552c Author: bouleetbil Date: Fri Aug 5 20:13:08 2011 +0200 cogl-1.7.4-1-x86_64 *new package *needed by clutter diff --git a/source/xlib/cogl/FrugalBuild b/source/xlib/cogl/FrugalBuild new file mode 100644 index 0000000..eddd901 --- /dev/null +++ b/source/xlib/cogl/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.51 SBU +# Maintainer: bouleetbil + +pkgname=cogl +pkgver=1.7.4 +pkgrel=1 +pkgdesc="Cogl is a modern 3D graphics API." +depends=('pango' 'libxcomposite') +makedepends=('gobject-introspection') +Finclude clutter +groups=('xlib') +sha1sums=('9053487aaa0ffe39af9a0f62b3136ee05468896d') + +# optimization OK From bouleetbil at frogdev.info Fri Aug 5 20:29:16 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 20:29:16 +0200 (CEST) Subject: [Frugalware-git] gnometesting: clutter-1.7.6-1-x86_64 Message-ID: <20110805182916.53C98BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=880792a8eb3101f147cd9d5fc6f13cc6cc64489e commit 880792a8eb3101f147cd9d5fc6f13cc6cc64489e Author: bouleetbil Date: Fri Aug 5 20:19:20 2011 +0200 clutter-1.7.6-1-x86_64 *Version bump diff --git a/source/xlib/clutter/FrugalBuild b/source/xlib/clutter/FrugalBuild index a20307a..8c9e493 100644 --- a/source/xlib/clutter/FrugalBuild +++ b/source/xlib/clutter/FrugalBuild @@ -3,11 +3,11 @@ # Contributor: Devil505 pkgname=clutter -pkgver=1.6.16 +pkgver=1.7.6 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' 'libxml2>=2.7.8' 'atk' 'pango' 'cairo' 'json-glib') + 'gdk-pixbuf2' 'libxml2>=2.7.8' 'atk' 'pango' 'cairo' 'json-glib' 'cogl') makedepends=('gobject-introspection') Finclude clutter groups=('xlib') @@ -15,6 +15,6 @@ replaces=('clutter-cairo') provides=('clutter-cairo') unset MAKEFLAGS Fconfopts="$Fconfopts --with-imagebackend=gdk-pixbuf --enable-xinput" -sha1sums=('a9630725dc9a9ec9d453c1593dd1460e01f72a2f') +sha1sums=('deb360c52f6d0be5acffd81600cf8112412e315d') # optimization OK From bouleetbil at frogdev.info Fri Aug 5 20:30:38 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 20:30:38 +0200 (CEST) Subject: [Frugalware-git] gnometesting: clutter-gtk-1.0.2-1-x86_64 Message-ID: <20110805183038.D1F37BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=f6997737a523a68508c8847cbf462d73bdab069e commit f6997737a523a68508c8847cbf462d73bdab069e Author: bouleetbil Date: Fri Aug 5 20:20:44 2011 +0200 clutter-gtk-1.0.2-1-x86_64 *Version bump diff --git a/source/xlib/clutter-gtk/FrugalBuild b/source/xlib/clutter-gtk/FrugalBuild index f858676..99b84c7 100644 --- a/source/xlib/clutter-gtk/FrugalBuild +++ b/source/xlib/clutter-gtk/FrugalBuild @@ -3,17 +3,17 @@ # Contributor: Devil505 pkgname=clutter-gtk -pkgver=1.0.0 +pkgver=1.0.2 pkgrel=1 pkgdesc="Gtk+ libraries for Clutter." url="http://www.clutter-project.org" -depends=('libxml2>=2.7.8' 'clutter>=1.5.0' 'atk' 'pango>=1.28.0-2' \ +depends=('libxml2>=2.7.8' 'clutter>=1.7.6' 'atk' 'pango>=1.28.0-2' \ 'zlib' 'libxi' 'libxinerama' 'libxrandr>=1.3.0' \ 'libxcursor' 'libxxf86vm' 'libdrm' 'gtk+3>=3.0.8') Finclude clutter makedepends=('gobject-introspection') groups=('xlib') -sha1sums=('e9fe725c1065446d78e7659fa0b3b6ca577526af') +sha1sums=('ffb1faec769e980d9799db159928a51c33c0dae0') # optimization OK From melko at frugalware.org Fri Aug 5 21:14:26 2011 From: melko at frugalware.org (Melko) Date: Fri, 5 Aug 2011 21:14:26 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdebase-workspace-wallpapers-4.7.0-1-i686 Message-ID: <20110805191426.677F7BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=241b5d709acfda0bb082cfcab6e29a57ab747ebe commit 241b5d709acfda0bb082cfcab6e29a57ab747ebe Author: Melko Date: Fri Aug 5 21:12:53 2011 +0200 kdebase-workspace-wallpapers-4.7.0-1-i686 * version bump * split from kdebase-workspace diff --git a/source/kde-extra/kdebase-workspace-wallpapers/FrugalBuild b/source/kde-extra/kdebase-workspace-wallpapers/FrugalBuild new file mode 100644 index 0000000..e0cbc0f --- /dev/null +++ b/source/kde-extra/kdebase-workspace-wallpapers/FrugalBuild @@ -0,0 +1,11 @@ +# Compiling Time: 0.05 SBU +# Maintainer: centuri0 + +pkgname=kdebase-workspace-wallpapers +pkgrel=1 +pkgdesc="Kdebase Workspace Wallpapers." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +_F_kde_name=kde-wallpapers +Finclude kde +depends=() From bouleetbil at frogdev.info Fri Aug 5 21:34:33 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 21:34:33 +0200 (CEST) Subject: [Frugalware-git] gnometesting: totem-3.1.4-1-x86_64 Message-ID: <20110805193433.3E148BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2c9c54c0532aa02dbc7425f30eae857d817e14e6 commit 2c9c54c0532aa02dbc7425f30eae857d817e14e6 Author: bouleetbil Date: Fri Aug 5 21:24:30 2011 +0200 totem-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/totem/FrugalBuild b/source/gnome/totem/FrugalBuild index 1212c97..8eebee7 100644 --- a/source/gnome/totem/FrugalBuild +++ b/source/gnome/totem/FrugalBuild @@ -3,12 +3,12 @@ # Contributor: AlexExtreme pkgname=totem -pkgver=3.1.0 +pkgver=3.1.4 pkgrel=1 pkgdesc="Movie player for GNOME based on Xine" depends=('libxi' 'libxtst' 'fontconfig' 'libstdc++' 'libxxf86vm' 'dbus-glib>=0.71' \ 'libxrandr' 'atk>=1.20.0' 'libsm' 'libxinerama' 'libmusicbrainz' 'nss>=3.12' 'avahi-glib>=0.6.19' \ - 'cairo>=1.8.6' 'libxcursor' 'gnome-desktop>=3.1.1' 'iso-codes' \ + 'cairo>=1.8.6' 'libxcursor' 'gnome-desktop>=3.1.4' 'iso-codes' \ 'shared-mime-info>=0.22' 'totem-pl-parser>=2.32.5' 'libkrb5' 'db>=4.7.25' \ 'evolution-data-server>=3.1.1' 'python>=2.7' 'mx' 'clutter-gst' \ 'gst-plugins-base-oil' 'gst-plugins-good-gconf' 'libpeas-gtk>=0.7.2' \ @@ -38,7 +38,7 @@ subrodepends=("${subrodepends[@]}" "$pkgname=$pkgver") subgroups=("${subgroups[@]}" 'gnome') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -sha1sums=('a25f97055417991fb776a55412e6666d8e1c700b') +sha1sums=('bbb2ff95cafe2223cd0acddc9940fe66d7c7ece6') build() { Fcd From bouleetbil at frogdev.info Fri Aug 5 21:55:14 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 21:55:14 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gdm-3.1.2-1-x86_64 Message-ID: <20110805195514.4003EBAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=85cb54de6a4b2470b7b48de46b6ffc06d4e81a9e commit 85cb54de6a4b2470b7b48de46b6ffc06d4e81a9e Author: bouleetbil Date: Fri Aug 5 21:45:16 2011 +0200 gdm-3.1.2-1-x86_64 *Version bump diff --git a/source/gnome/gdm/FrugalBuild b/source/gnome/gdm/FrugalBuild index 79e9847..9b5e3de 100644 --- a/source/gnome/gdm/FrugalBuild +++ b/source/gnome/gdm/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gdm -pkgver=3.0.4 +pkgver=3.1.2 pkgrel=1 pkgdesc="GNOME Display Manager" url="http://www.gnome.org/" @@ -10,18 +10,17 @@ backup=(etc/gdm/custom.conf etc/pam.d/gdm etc/pam.d/gdm-autologin) depends=('libxml2>=2.7.8' 'zenity>=3.0.0' 'libxi' 'fontconfig' 'libxrandr>=1.2.2' \ 'librsvg>=2.26.0-2' 'gnome-keyring>=3.0.3' 'consolekit-x11>=0.4.5' 'libcanberra-gtk' \ 'libxinerama' 'libxcursor' 'libxevie' 'xorg-server>=1.10.2' \ - 'pam' 'accountsservice' 'upower') + 'pam' 'accountsservice' 'upower' 'nss') rodepends=('xsm' 'sessreg' 'xmessage' 'gnome-session') makedepends=('intltool' 'gnome-doc-utils') groups=('gnome') archs=('i686' 'x86_64' 'ppc') -options=('force') Finclude gnome source=(${source[@]} \ polkit-gnome-authentication-agent-1.desktop \ forcevt12.diff 27_save_root_window.patch \ 28_plymouth_transition.patch) -sha1sums=('0d601510cbdf0f15808bce240fe2978035caefed' \ +sha1sums=('794737e18a7fbd23ca227402a60a71b73f0ca5c0' \ '93d1f9a7d068dd8e70c930abea9acf5b770a3485' \ '3851826e77967313f508949b55392bec258cbf0e' \ '21b5e62f5ebc5cf8d3ebd97bf6f4414470298b7f' \ From melko at frugalware.org Fri Aug 5 22:06:17 2011 From: melko at frugalware.org (Melko) Date: Fri, 5 Aug 2011 22:06:17 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdebase-workspace-wallpapers-4.7.0-1-i686 Message-ID: <20110805200617.5ABE0BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=7361ae3e18f892e6b8992a64e45c0596b3b150be commit 7361ae3e18f892e6b8992a64e45c0596b3b150be Author: Melko Date: Fri Aug 5 22:05:17 2011 +0200 kdebase-workspace-wallpapers-4.7.0-1-i686 * add missing makedepends diff --git a/source/kde-extra/kdebase-workspace-wallpapers/FrugalBuild b/source/kde-extra/kdebase-workspace-wallpapers/FrugalBuild index e0cbc0f..4171bd5 100644 --- a/source/kde-extra/kdebase-workspace-wallpapers/FrugalBuild +++ b/source/kde-extra/kdebase-workspace-wallpapers/FrugalBuild @@ -9,3 +9,4 @@ archs=('i686' 'x86_64' 'ppc') _F_kde_name=kde-wallpapers Finclude kde depends=() +makedepends=(${makedepends[@]} "libkdecore>=$_F_kde_ver" "kdelibs-compiletime>=$_F_kde_ver" "phonon>=4.5.0") From devil505linux at gmail.com Fri Aug 5 22:57:26 2011 From: devil505linux at gmail.com (Devil505) Date: Fri, 5 Aug 2011 22:57:26 +0200 (CEST) Subject: [Frugalware-git] devil505temp: python-mygpoclient-1.6-1-i686 * version bump Message-ID: <20110805205726.1D7B3BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=4a60eba883263deb007056846cefc2ad8916141b commit 4a60eba883263deb007056846cefc2ad8916141b Author: Devil505 Date: Fri Aug 5 22:55:23 2011 +0200 python-mygpoclient-1.6-1-i686 * version bump diff --git a/source/devel-extra/python-mygpoclient/FrugalBuild b/source/devel-extra/python-mygpoclient/FrugalBuild index 655c884..af06987 100644 --- a/source/devel-extra/python-mygpoclient/FrugalBuild +++ b/source/devel-extra/python-mygpoclient/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=python-mygpoclient -pkgver=1.5 +pkgver=1.6 pkgrel=1 pkgdesc="Client library for the my.gpodder.org web service" url="http://thpinfo.com/2010/mygpoclient/" @@ -12,7 +12,7 @@ archs=('i686' 'x86_64') _F_archive_name="mygpoclient" up2date="Flasttar $url" source=(http://thpinfo.com/2010/mygpoclient/$_F_archive_name-$pkgver.tar.gz) -sha1sums=('e62c752022bbf9fbd3b6c01df85cd076cbc532bf') +sha1sums=('14eac26757fe8b857e2e5ffc14c31ff9b2a0db4d') build() { Fcd $_F_archive_name-$pkgver From devil505linux at gmail.com Fri Aug 5 22:59:29 2011 From: devil505linux at gmail.com (Devil505) Date: Fri, 5 Aug 2011 22:59:29 +0200 (CEST) Subject: [Frugalware-git] devil505temp: gpodder-2.17-1-i686 * version bump Message-ID: <20110805205929.0E46DBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=78d384f72bd71382d8c54404cb6e688ed88d3ed1 commit 78d384f72bd71382d8c54404cb6e688ed88d3ed1 Author: Devil505 Date: Fri Aug 5 22:57:29 2011 +0200 gpodder-2.17-1-i686 * version bump diff --git a/source/gnome-extra/gpodder/FrugalBuild b/source/gnome-extra/gpodder/FrugalBuild index e5922d6..7d24b23 100644 --- a/source/gnome-extra/gpodder/FrugalBuild +++ b/source/gnome-extra/gpodder/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=gpodder -pkgver=2.15 +pkgver=2.17 pkgrel=1 pkgdesc="A podcast receiver/catcher." depends=('pygtk' 'pyxml' 'wget' 'python>=2.7' 'libglade' 'imagemagick>=6.4.8_9' 'feedparser' 'pysqlite2' 'python-mygpoclient>=1.5' 'python-sqlite3') @@ -12,6 +12,6 @@ archs=('i686' 'x86_64') _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude berlios gnome-scriptlet -sha1sums=('06db4d231b05187abcfc3c36b1e1460498a4b6db') +sha1sums=('9469785e579233509b4f52a6e4afb6550cdf7186') From devil505linux at gmail.com Fri Aug 5 23:00:07 2011 From: devil505linux at gmail.com (Devil505) Date: Fri, 5 Aug 2011 23:00:07 +0200 (CEST) Subject: [Frugalware-git] devil505temp: python-keyring-0.6.2-1-i686 * version bump Message-ID: <20110805210007.E0089BAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=2b6ea41bfc172d411c1a8707908dd937781edccc commit 2b6ea41bfc172d411c1a8707908dd937781edccc Author: Devil505 Date: Fri Aug 5 22:58:12 2011 +0200 python-keyring-0.6.2-1-i686 * version bump diff --git a/source/devel-extra/python-keyring/FrugalBuild b/source/devel-extra/python-keyring/FrugalBuild index b385148..0459801 100644 --- a/source/devel-extra/python-keyring/FrugalBuild +++ b/source/devel-extra/python-keyring/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=python-keyring -pkgver=0.5.1 +pkgver=0.6.2 pkgrel=1 pkgdesc="Store and access your passwords safely." depends=('python') @@ -12,4 +12,4 @@ _F_archive_name="keyring" _F_pypi_name='keyring' Finclude pypi _F_cd_path="$_F_archive_name-$pkgver" -sha1sums=('f7b9005313a24c4a00a295efcba4f9b2c1085f26') +sha1sums=('a8a964c73ce96a19f30d9aa9a47d2feab948022c') From bouleetbil at frogdev.info Fri Aug 5 23:01:02 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 23:01:02 +0200 (CEST) Subject: [Frugalware-git] gnometesting: hwdata-20110805-1-x86_64 *new package *needed by gdm Message-ID: <20110805210102.083D6BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=26d2ba4d7706f996e18e7d3feb16eb158ddf327e commit 26d2ba4d7706f996e18e7d3feb16eb158ddf327e Author: bouleetbil Date: Fri Aug 5 22:50:44 2011 +0200 hwdata-20110805-1-x86_64 *new package *needed by gdm diff --git a/source/lib/hwdata/FrugalBuild b/source/lib/hwdata/FrugalBuild new file mode 100644 index 0000000..e495d83 --- /dev/null +++ b/source/lib/hwdata/FrugalBuild @@ -0,0 +1,16 @@ +# Compiling Time: 0.05 SBU +# Maintainer: bouleetbil + +pkgname=hwdata +pkgver=20110805 +pkgrel=1 +pkgdesc="Hardware identification and configuration data" +url=http://git.fedorahosted.org/git/hwdata.git +depends=('module-init-tools') +groups=('lib') +archs=('i686' 'x86_64' 'ppc') +up2date="Flasttar http://ftp.frugalware.org/pub/other/people/bouleetbil/sources/" +source=(http://ftp.frugalware.org/pub/other/people/bouleetbil/sources/$pkgname-$pkgver.tar.bz2) +sha1sums=('91d3ee120d7c8ff5b091a3be7a9cee3a11ebe1a9') +_F_cd_path=$pkgname + From devil505linux at gmail.com Fri Aug 5 23:01:34 2011 From: devil505linux at gmail.com (Devil505) Date: Fri, 5 Aug 2011 23:01:34 +0200 (CEST) Subject: [Frugalware-git] devil505temp: python-configglue-1.0-1-i686 * version bump Message-ID: <20110805210134.366D5BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=023fc89e0be074fa7421d1ab49dd430038063953 commit 023fc89e0be074fa7421d1ab49dd430038063953 Author: Devil505 Date: Fri Aug 5 22:59:40 2011 +0200 python-configglue-1.0-1-i686 * version bump diff --git a/source/devel-extra/python-configglue/FrugalBuild b/source/devel-extra/python-configglue/FrugalBuild index 7afa302..989425a 100644 --- a/source/devel-extra/python-configglue/FrugalBuild +++ b/source/devel-extra/python-configglue/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=python-configglue -pkgver=0.11.1 +pkgver=1.0 pkgrel=1 pkgdesc="Python library that glues together python's optparse." depends=('python>=2.7') @@ -13,5 +13,5 @@ _F_archive_name="configglue" _F_pypi_name="configglue" Finclude pypi _F_cd_path="$_F_pypi_name-$pkgver" -sha1sums=('8106d88aa06ea746840b9e13149ef31e0409c453') +sha1sums=('91b08b0441d62d9f5f518ee8184faae4b6d90ef1') From bouleetbil at frogdev.info Fri Aug 5 23:02:32 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 23:02:32 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gdm-3.1.2-1-x86_64 Message-ID: <20110805210232.66625BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=9a2c7e9413d7a69a814898e0dc7cf5637347c727 commit 9a2c7e9413d7a69a814898e0dc7cf5637347c727 Author: bouleetbil Date: Fri Aug 5 22:52:36 2011 +0200 gdm-3.1.2-1-x86_64 *Version bump diff --git a/source/gnome/gdm/FrugalBuild b/source/gnome/gdm/FrugalBuild index 9b5e3de..bd4fd99 100644 --- a/source/gnome/gdm/FrugalBuild +++ b/source/gnome/gdm/FrugalBuild @@ -10,7 +10,7 @@ backup=(etc/gdm/custom.conf etc/pam.d/gdm etc/pam.d/gdm-autologin) depends=('libxml2>=2.7.8' 'zenity>=3.0.0' 'libxi' 'fontconfig' 'libxrandr>=1.2.2' \ 'librsvg>=2.26.0-2' 'gnome-keyring>=3.0.3' 'consolekit-x11>=0.4.5' 'libcanberra-gtk' \ 'libxinerama' 'libxcursor' 'libxevie' 'xorg-server>=1.10.2' \ - 'pam' 'accountsservice' 'upower' 'nss') + 'pam' 'accountsservice' 'upower' 'nss' 'hwdata') rodepends=('xsm' 'sessreg' 'xmessage' 'gnome-session') makedepends=('intltool' 'gnome-doc-utils') groups=('gnome') From bouleetbil at frogdev.info Fri Aug 5 23:04:29 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 23:04:29 +0200 (CEST) Subject: [Frugalware-git] gnometesting: hwdata-20110805-2-x86_64 *fix conflict Message-ID: <20110805210429.2D317BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=aef35a6d40e7203a5fb753b997ca8e0965a022f9 commit aef35a6d40e7203a5fb753b997ca8e0965a022f9 Author: bouleetbil Date: Fri Aug 5 22:54:19 2011 +0200 hwdata-20110805-2-x86_64 *fix conflict diff --git a/source/lib/hwdata/FrugalBuild b/source/lib/hwdata/FrugalBuild index e495d83..2cd4053 100644 --- a/source/lib/hwdata/FrugalBuild +++ b/source/lib/hwdata/FrugalBuild @@ -3,7 +3,7 @@ pkgname=hwdata pkgver=20110805 -pkgrel=1 +pkgrel=2 pkgdesc="Hardware identification and configuration data" url=http://git.fedorahosted.org/git/hwdata.git depends=('module-init-tools') @@ -14,3 +14,7 @@ source=(http://ftp.frugalware.org/pub/other/people/bouleetbil/sources/$pkgname-$ sha1sums=('91d3ee120d7c8ff5b091a3be7a9cee3a11ebe1a9') _F_cd_path=$pkgname +build() { + Fbuild + Frm etc/modprobe.d/blacklist.conf +} From bouleetbil at frogdev.info Fri Aug 5 23:11:03 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 23:11:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: nautilus-3.1.4-1-x86_64 Message-ID: <20110805211103.D12E5BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=967b29764792fb2f90181ef26d735f3629c7e0d3 commit 967b29764792fb2f90181ef26d735f3629c7e0d3 Author: bouleetbil Date: Fri Aug 5 23:01:02 2011 +0200 nautilus-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/nautilus/FrugalBuild b/source/gnome/nautilus/FrugalBuild index ea4f872..90e0c65 100644 --- a/source/gnome/nautilus/FrugalBuild +++ b/source/gnome/nautilus/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: bouleetbil pkgname=nautilus -pkgver=3.1.1 -pkgrel=3 +pkgver=3.1.4 +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' 'libgnome>=2.32.0' 'gsettings-desktop-schemas' \ - 'exempi' 'unique>=3.0' 'gnome-desktop>=3.1.1' 'libnotify' \ + 'exempi' 'unique>=3.0' 'gnome-desktop>=3.1.4' 'libnotify' \ 'gvfs-gphoto2>=1.7.1-4' 'gvfs-smb>=1.7.1-4' 'gvfs>=1.7.1-4') rodepends=('nautilus-disk-utility') makedepends=('intltool') @@ -19,7 +19,7 @@ _F_gnome_mime="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --disable-packagekit" -sha1sums=('47b3ad0f709ca70ad842bb4040fbbd03809803ad') +sha1sums=('a7dd8159c8299a6af5f50d768564bf664142dd90') provides=('eel' 'nautilus-sendto') replaces=('eel' 'nautilus-wallpaper' 'nautilus-sendto' 'file-browser-applet' 'nautilus-image-converter') conflicts=('nautilus-sendto') From bouleetbil at frogdev.info Fri Aug 5 23:23:54 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 23:23:54 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gdm-3.1.2-2-x86_64 *fix a mistake Message-ID: <20110805212354.402ECBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ff7d39ffed6c1bc47dc371f3f8bfbedd2685bd27 commit ff7d39ffed6c1bc47dc371f3f8bfbedd2685bd27 Author: bouleetbil Date: Fri Aug 5 23:13:47 2011 +0200 gdm-3.1.2-2-x86_64 *fix a mistake diff --git a/source/gnome/gdm/FrugalBuild b/source/gnome/gdm/FrugalBuild index bd4fd99..b036a2d 100644 --- a/source/gnome/gdm/FrugalBuild +++ b/source/gnome/gdm/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gdm pkgver=3.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME Display Manager" url="http://www.gnome.org/" backup=(etc/gdm/custom.conf etc/pam.d/gdm etc/pam.d/gdm-autologin) From bouleetbil at frogdev.info Fri Aug 5 23:46:06 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 5 Aug 2011 23:46:06 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-online-accounts-3.1.1-1-x86_64 *new package Message-ID: <20110805214606.E0B84BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2a7c49d45d0489421c7766636af5fae6bdaa9f74 commit 2a7c49d45d0489421c7766636af5fae6bdaa9f74 Author: bouleetbil Date: Fri Aug 5 23:36:03 2011 +0200 gnome-online-accounts-3.1.1-1-x86_64 *new package diff --git a/source/gnome/gnome-online-accounts/FrugalBuild b/source/gnome/gnome-online-accounts/FrugalBuild new file mode 100644 index 0000000..6911ddb --- /dev/null +++ b/source/gnome/gnome-online-accounts/FrugalBuild @@ -0,0 +1,15 @@ +# Compiling time: 0.37 SBU +# Maintainer: bouleetbil + +pkgname=gnome-online-accounts +pkgver=3.1.1 +pkgrel=1 +pkgdesc="A configuration system" +depends=('webkit-gtk3' 'liboauth' 'json-glib' 'libuuid' 'librest' 'libnotify') +makedepends=('libxslt' 'gobject-introspection' 'intltool' 'docbook-xsl') +groups=('gnome') +archs=('i686' 'x86_64' 'ppc') +Finclude gnome +sha1sums=('d570aaabe2a96c87fe7e03ced46b1011e6738c70') + +# optimization OK From melko at frugalware.org Sat Aug 6 01:37:25 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 01:37:25 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kate-4.7.0-1-i686 Message-ID: <20110805233725.8515FBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=b65cdb254eb0cbf653d0e1277c48ecb51536fdc0 commit b65cdb254eb0cbf653d0e1277c48ecb51536fdc0 Author: Melko Date: Sat Aug 6 01:34:52 2011 +0200 kate-4.7.0-1-i686 * version bump * libkdekate => split from kdelibs * kate => split from kdesdk * kwrite => split from kdebase diff --git a/source/kde-extra/kate/FrugalBuild b/source/kde-extra/kate/FrugalBuild new file mode 100644 index 0000000..318b506 --- /dev/null +++ b/source/kde-extra/kate/FrugalBuild @@ -0,0 +1,40 @@ +# Compiling Time: 2.38 SBU +# Maintainer: centuri0 + +pkgname=kate +pkgrel=1 +pkgdesc="Advanced Text Editor." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("kdelibs>=$_F_kde_ver" "libqtdeclarative>=$_F_kde_qtver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver" "kdelibs-interfaces>=$_F_kde_ver" "libqttest>=$_F_kde_qtver") + +subpkgs=("${subpkgs[@]}" "kwrite") +subdescs=("${subdescs[@]}" "Text Editor.") +subdepends=("${subdepends[@]}" "libnepomuk>=$_F_kde_ver kdelibs-interfaces>=$_F_kde_ver libqtgui>=$_F_kde_qtver libqtdbus>=$_F_kde_qtver libqtnetwork>=$_F_kde_qtver") +subrodepends=("${subrodepends[@]}" '') +subgroups=("${subgroups[@]}" 'kde') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + +_F_kde_subpkgs=("${subpkgs[@]}") + +subpkgs=("${subpkgs[@]}" "libkdekate") +subdescs=("${subdescs[@]}" "KPart for Kate (KDE Advanced Text Editor).") +subdepends=("${subdepends[@]}" "libqtgui>=$_F_kde_qtver libqtdbus>=$_F_kde_qtver libqtscript>=$_F_kde_qtver gamin xfsprogs-attr bzip2 libxext polkit-qt-1>=0.99.0 + libkdecore>=$_F_kde_ver libkutils>=$_F_kde_ver kdelibs-interfaces>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" '') +subgroups=("${subgroups[@]}" 'kde kde-core') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + +build() { + KDE_make_split + + KDE_project_install part + Fsplit libkdekate /\* + + KDE_install +} + +# optimization OK From devil505linux at gmail.com Sat Aug 6 07:47:24 2011 From: devil505linux at gmail.com (Devil505) Date: Sat, 6 Aug 2011 07:47:24 +0200 (CEST) Subject: [Frugalware-git] devil505temp: devmon-1.0.5-1-i686 * version bump Message-ID: <20110806054724.B1F8EBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=51743334026c59de997758c84964d653284b9fd9 commit 51743334026c59de997758c84964d653284b9fd9 Author: Devil505 Date: Sat Aug 6 07:45:23 2011 +0200 devmon-1.0.5-1-i686 * version bump diff --git a/source/apps-extra/devmon/FrugalBuild b/source/apps-extra/devmon/FrugalBuild index dc66688..e9fc560 100644 --- a/source/apps-extra/devmon/FrugalBuild +++ b/source/apps-extra/devmon/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=devmon -pkgver=1.0.3 +pkgver=1.0.5 pkgrel=1 pkgdesc="Automounts and unmounts optical and removable drives using udisks" depends=('udisks' 'bash>=4') @@ -12,7 +12,7 @@ _F_sourceforge_ext=".sh" _F_sourceforge_dirname="ig-scripts" Finclude sourceforge url="http://igurublog.wordpress.com/downloads/script-$pkgname/" -sha1sums=('6d692c091fd2864cb7b6f4045f72db1b1260d199') +sha1sums=('984f6bc50eaa3f915e226bd5b19cdfe9d557cdb1') build() { Fexe $pkgname-$pkgver.sh usr/bin/$pkgname From hermier at frugalware.org Sat Aug 6 10:47:57 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 6 Aug 2011 10:47:57 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: remove _F_kde_subpkgs_custom_path from editors auto completion Message-ID: <20110806084757.9ACB9BAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=146c26029d8270a0c5fa05f1316b66e61cb14f5c commit 146c26029d8270a0c5fa05f1316b66e61cb14f5c Author: Michel Hermier Date: Sat Aug 6 09:40:36 2011 +0200 remove _F_kde_subpkgs_custom_path from editors auto completion diff --git a/source/apps-extra/ne/frugalbuild.jsf b/source/apps-extra/ne/frugalbuild.jsf index 01603ac..06b962f 100644 --- a/source/apps-extra/ne/frugalbuild.jsf +++ b/source/apps-extra/ne/frugalbuild.jsf @@ -602,7 +602,6 @@ done "_F_kde_name" var "_F_kde_pkgver" var "_F_kde_qtver" var - "_F_kde_subpkgs_custom_path" var "_F_kde_unstable" var "_F_kde_ver" var "_F_kernel_dontfakeversion" var diff --git a/source/apps/nano/frugalbuild.nanorc b/source/apps/nano/frugalbuild.nanorc index 7f07c2a..cdf18c4 100644 --- a/source/apps/nano/frugalbuild.nanorc +++ b/source/apps/nano/frugalbuild.nanorc @@ -13,4 +13,4 @@ color cyan "(^|[[:space:]])#.*$" color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'" color ,green "[[:space:]]+$" color brightblue "\<(Finclude|build|check_option|CMake_build|CMake_conf|CMake_install|CMake_make|CMake_prepare_build|CMake_setup|Facu|Famsn_clean_files|Fant|Fautoconfize|Fautoreconf|Fbuild|Fbuild_amsn|Fbuild_drupal|Fbuild_fonts|Fbuild_gnome_scriptlet|Fbuild_haskell|Fbuild_haskell_regscripts|Fbuildkernel|Fbuild_kernelmod_scriptlet|Fbuild_mono|Fbuildnetsurf|Fbuild_nvidia|Fbuild_nvidia_scriptlet|Fbuild_octave|Fbuild_opensync|Fbuildpear|Fbuildpecl|Fbuild_perl|Fbuildsawfish|Fbuild_slice_scrollkeeper|Fcd|Fcheckkernel|Fcleandestdir|_F_clutter_getver|Fconf|Fconfoptstryset|Fcp|Fcpr|Fcprel|Fcprrel|Fdesktop|Fdesktop2|Fdeststrip|Fdie|Fdirschmod|Fdirschown|Fdoc|Fdocrel|Fexe|Fexec|Fexerel|Fextract|Ffile|Ffilerel|Ffileschmod|Ffileschown|Fgcj|Fgcjshared|Fgenscriptlet|_F_gnome_getver|Fgnustep_build|Fgnustep_init|Ficon|Ficonrel|Finstall|Finstallgem|Finstallrel|Fjar|Fjavacleanup|Fkernel_genscriptlet_hook|Fkernelmod_genscriptlet_hook|Fkernelver_genscriptlet_hook|Flastarchive|Flasttar|Flasttarbz2|Flasttgz|Fln|Fmake|Fmakeinstall|Fman|Fmanrel|Fmessage|Fmkdir|Fmonocleanup|Fmonocompileaot|Fmonoexport|Fmsgfmt|Fmv|Fnant|Fpatch|Fpatchall|Frcd|Frcd2|Freplace|Frm|Fsanitizeversion|Fseamonkeyinstall|Fsed|Fsort|Fsplit|Fsubdestdir|Fsubdestdirinfo|Fsubmv|Ftreecmp|Funpack_makeself|Funpack_scm|Fup2gnubz2|Fup2gnugz|Fuse|Fwcat|Fwrapper|Fxpiinstall|i18n_language_from_locale|i18n_language_from_subtag|i18n_region_from_subtag|i18n_script_from_subtag|KDE_build|KDE_cleanup|KDE_export_flags|KDE_install|KDE_make|KDE_make_split|KDE_project_install|KDE_project_split|KDE_split|mozilla_i18n_foreach_lang|mozilla_i18n_lang_add|mozilla_i18n_lang_describe|mozilla_i18n_lang_fini|mozilla_i18n_lang_install)\>" -color brightred "^\<(pkgname|pkgver|pkgrel|pkgdesc|pkgdesc_localized|url|license|install|up2date|source|sha1sums|signatures|groups|archs|backup|depends|makedepends|rodepends|conflicts|provides|removes|replaces|options|subpkgs|subdescs|subdescs_localized|sublicense|subreplaces|subgroups|subdepends|subrodepends|subremoves|subconflicts|subprovides|subbackup|subinstall|suboptions|subarchs|CFLAGS|LDFLAGS|_F_amsn_clean_files|_F_amsn_name|_F_archive_grep|_F_archive_grepv|_F_archive_name|_F_archive_nolinksonly|_F_archive_nosort|_F_archive_prefix|Farchs|_F_aspell_lang|_F_aspell_noverstrip|_F_aspell_ver|_F_berlios_dirname|_F_berlios_ext|_F_berlios_name|Fbuildchost|_F_cd_path|_F_clutter_devel|_F_clutter_name|_F_clutter_pkgurl|_F_cmake_color|_F_cmake_confopts|_F_cmake_in_source_build|_F_cmake_rpath|_F_cmake_src|_F_cmake_type|_F_cmake_verbose|_F_compiz_name|_F_compiz_version|_F_conf_configure|Fconfopts|_F_conf_outsource|_F_conf_perl_pipefrom|_F_desktop_categories|_F_desktop_desc|_F_desktop_exec|_F_desktop_filename|_F_desktop_icon|_F_desktop_mime|_F_desktop_mimetypes|_F_desktop_name|_F_desktop_show_in|Fdestdir|Fdestir|_F_drupal_dev|_F_drupal_module|_F_drupal_ver|_F_e17_name|_F_emul_arch|_F_emul_name|_F_emul_ver|_F_extract_taropts|_F_firefox_ext|_F_firefox_id|_F_firefox_name|_F_firefox_nocurly|_F_fonts_dir|_F_fonts_subdir|_F_gem_name|_F_gensciptlet_hooks|_F_genscriptlet_hooks|_F_genscriptlet_install|_F_gnome_desktop|_F_gnome_devel|_F_gnome_entries|_F_gnome_iconcache|_F_gnome_mime|_F_gnome_name|_F_gnome_pkgurl|_F_gnome_pygtkdefsdir|_F_gnome_schemas|_F_gnome_scriptlet|_F_gnome_scrollkeeper|_F_gnustep_category|_F_gnustep_name|_F_googlecode_dirname|_F_googlecode_ext|_F_googlecode_name|_F_googlecode_sep|_F_haskell_confopts|_F_haskell_ext|_F_haskell_install|_F_haskell_name|_F_haskell_prefix|_F_haskell_register_dir|_F_haskell_sep|_F_haskell_setup|Fincdir|_F_java_cflags|_F_javacleanup_opts|_F_java_compiler|_F_java_ldflags|_F_java_no_gcj|_F_kde_defaults|_F_kde_dirname|_F_kde_final|_F_kde_folder|_F_kde_id|_F_kde_id2|_F_kde_mirror|_F_kde_name|_F_kde_pkgver|_F_kde_qtver|_F_kde_subpkgs_custom_path|_F_kde_unstable|_F_kde_ver|_F_kernel_dontfakeversion|_F_kernelmod_dir|_F_kernelmod_name|_F_kernelmod_pkgver|_F_kernelmod_rel|_F_kernelmod_scriptlet|_F_kernelmod_uname|_F_kernelmod_ver|_F_kernel_name|_F_kernel_patches|_F_kernel_path|_F_kernel_rel|_F_kernel_stable|_F_kernel_uname|_F_kernel_ver|_F_kernel_verbose|_F_kernelver_rel|_F_kernelver_stable|_F_kernelver_ver|_F_kernel_vmlinuz|Flocalstatedir|Fmandir|Fmenudir|_F_mono_aot|_F_mozilla_i18n_dirname|_F_mozilla_i18n_mirror|_F_mozilla_i18n_name|_F_mozilla_i18n_xpidirname|_F_netsurf_name|_F_netsurf_project|_F_nvidia_arch|_F_nvidia_install|_F_nvidia_legacyver|_F_nvidia_linkver|_F_nvidia_name|_F_nvidia_opencl_linkver|_F_nvidia_pkgnum|F_nvidia_pkgnum|_F_nvidia_up2date|_F_pear_name|_F_pecl_name|_F_perl_author|_F_perl_ext|_F_perl_name|_F_perl_no_source|_F_perl_no_up2date|_F_perl_no_url|_F_perl_sourcename|_F_perl_url|Fpkgversep|Fprefix|_F_python_libdir|_F_python_ver|_F_rcd_name|_F_sawfish_file|_F_sawfish_name|_F_scm_git_cloneopts|_F_scm_module|_F_scm_password|_F_scm_tag|_F_scm_tag2|_F_scm_type|_F_scm_url|_F_seamonkey_ext|_F_seamonkey_name|_F_seamonkey_up2date_url|_F_sourceforge_dirname|_F_sourceforge_ext|_F_sourceforge_mirror|_F_sourceforge_name|_F_sourceforge_pkgver|_F_sourceforge_prefix|_F_sourceforge_realname|_F_sourceforge_sep|_F_sourceforge_url|Fsrcdir|Fsysconfdir|_F_treecmp_findopts|_F_vim_desc|_F_vim_encodings|_F_vim_lang|_F_xfce_goodies_dir|_F_xfce_goodies_ext|_F_xfce_name|_F_xfce_ver|_F_xorg_dir|_F_xorg_ind|_F_xorg_name|_F_xorg_release_dir|_F_xorg_url|_F_xorg_version)\>" +color brightred "^\<(pkgname|pkgver|pkgrel|pkgdesc|pkgdesc_localized|url|license|install|up2date|source|sha1sums|signatures|groups|archs|backup|depends|makedepends|rodepends|conflicts|provides|removes|replaces|options|subpkgs|subdescs|subdescs_localized|sublicense|subreplaces|subgroups|subdepends|subrodepends|subremoves|subconflicts|subprovides|subbackup|subinstall|suboptions|subarchs|CFLAGS|LDFLAGS|_F_amsn_clean_files|_F_amsn_name|_F_archive_grep|_F_archive_grepv|_F_archive_name|_F_archive_nolinksonly|_F_archive_nosort|_F_archive_prefix|Farchs|_F_aspell_lang|_F_aspell_noverstrip|_F_aspell_ver|_F_berlios_dirname|_F_berlios_ext|_F_berlios_name|Fbuildchost|_F_cd_path|_F_clutter_devel|_F_clutter_name|_F_clutter_pkgurl|_F_cmake_color|_F_cmake_confopts|_F_cmake_in_source_build|_F_cmake_rpath|_F_cmake_src|_F_cmake_type|_F_cmake_verbose|_F_compiz_name|_F_compiz_version|_F_conf_configure|Fconfopts|_F_conf_outsource|_F_conf_perl_pipefrom|_F_desktop_categories|_F_desktop_desc|_F_desktop_exec|_F_desktop_filename|_F_desktop_icon|_F_desktop_mime|_F_desktop_mimetypes|_F_desktop_name|_F_desktop_show_in|Fdestdir|Fdestir|_F_drupal_dev|_F_drupal_module|_F_drupal_ver|_F_e17_name|_F_emul_arch|_F_emul_name|_F_emul_ver|_F_extract_taropts|_F_firefox_ext|_F_firefox_id|_F_firefox_name|_F_firefox_nocurly|_F_fonts_dir|_F_fonts_subdir|_F_gem_name|_F_gensciptlet_hooks|_F_genscriptlet_hooks|_F_genscriptlet_install|_F_gnome_desktop|_F_gnome_devel|_F_gnome_entries|_F_gnome_iconcache|_F_gnome_mime|_F_gnome_name|_F_gnome_pkgurl|_F_gnome_pygtkdefsdir|_F_gnome_schemas|_F_gnome_scriptlet|_F_gnome_scrollkeeper|_F_gnustep_category|_F_gnustep_name|_F_googlecode_dirname|_F_googlecode_ext|_F_googlecode_name|_F_googlecode_sep|_F_haskell_confopts|_F_haskell_ext|_F_haskell_install|_F_haskell_name|_F_haskell_prefix|_F_haskell_register_dir|_F_haskell_sep|_F_haskell_setup|Fincdir|_F_java_cflags|_F_javacleanup_opts|_F_java_compiler|_F_java_ldflags|_F_java_no_gcj|_F_kde_defaults|_F_kde_dirname|_F_kde_final|_F_kde_folder|_F_kde_id|_F_kde_id2|_F_kde_mirror|_F_kde_name|_F_kde_pkgver|_F_kde_qtver|_F_kde_unstable|_F_kde_ver|_F_kernel_dontfakeversion|_F_kernelmod_dir|_F_kernelmod_name|_F_kernelmod_pkgver|_F_kernelmod_rel|_F_kernelmod_scriptlet|_F_kernelmod_uname|_F_kernelmod_ver|_F_kernel_name|_F_kernel_patches|_F_kernel_path|_F_kernel_rel|_F_kernel_stable|_F_kernel_uname|_F_kernel_ver|_F_kernel_verbose|_F_kernelver_rel|_F_kernelver_stable|_F_kernelver_ver|_F_kernel_vmlinuz|Flocalstatedir|Fmandir|Fmenudir|_F_mono_aot|_F_mozilla_i18n_dirname|_F_mozilla_i18n_mirror|_F_mozilla_i18n_name|_F_mozilla_i18n_xpidirname|_F_netsurf_name|_F_netsurf_project|_F_nvidia_arch|_F_nvidia_install|_F_nvidia_legacyver|_F_nvidia_linkver|_F_nvidia_name|_F_nvidia_opencl_linkver|_F_nvidia_pkgnum|F_nvidia_pkgnum|_F_nvidia_up2date|_F_pear_name|_F_pecl_name|_F_perl_author|_F_perl_ext|_F_perl_name|_F_perl_no_source|_F_perl_no_up2date|_F_perl_no_url|_F_perl_sourcename|_F_perl_url|Fpkgversep|Fprefix|_F_python_libdir|_F_python_ver|_F_rcd_name|_F_sawfish_file|_F_sawfish_name|_F_scm_git_cloneopts|_F_scm_module|_F_scm_password|_F_scm_tag|_F_scm_tag2|_F_scm_type|_F_scm_url|_F_seamonkey_ext|_F_seamonkey_name|_F_seamonkey_up2date_url|_F_sourceforge_dirname|_F_sourceforge_ext|_F_sourceforge_mirror|_F_sourceforge_name|_F_sourceforge_pkgver|_F_sourceforge_prefix|_F_sourceforge_realname|_F_sourceforge_sep|_F_sourceforge_url|Fsrcdir|Fsysconfdir|_F_treecmp_findopts|_F_vim_desc|_F_vim_encodings|_F_vim_lang|_F_xfce_goodies_dir|_F_xfce_goodies_ext|_F_xfce_name|_F_xfce_ver|_F_xorg_dir|_F_xorg_ind|_F_xorg_name|_F_xorg_release_dir|_F_xorg_url|_F_xorg_version)\>" diff --git a/source/xapps-extra/textadept/frugalbuild.lua b/source/xapps-extra/textadept/frugalbuild.lua index 8f8a11e..a603531 100644 --- a/source/xapps-extra/textadept/frugalbuild.lua +++ b/source/xapps-extra/textadept/frugalbuild.lua @@ -102,7 +102,7 @@ local constant = token(l.CONSTANT, word_match { '_F_haskell_prefix', '_F_haskell_register_dir', '_F_haskell_sep', '_F_haskell_setup', 'Fincdir', '_F_java_cflags', '_F_javacleanup_opts', '_F_java_compiler', '_F_java_ldflags', '_F_java_no_gcj', '_F_kde_defaults', '_F_kde_dirname', '_F_kde_final', '_F_kde_folder', '_F_kde_id', '_F_kde_id2', '_F_kde_mirror', '_F_kde_name', '_F_kde_pkgver', - '_F_kde_qtver', '_F_kde_subpkgs_custom_path', '_F_kde_unstable', '_F_kde_ver', '_F_kernel_dontfakeversion', + '_F_kde_qtver', '_F_kde_unstable', '_F_kde_ver', '_F_kernel_dontfakeversion', '_F_kernelmod_dir', '_F_kernelmod_name', '_F_kernelmod_pkgver', '_F_kernelmod_rel', '_F_kernelmod_scriptlet', '_F_kernelmod_uname', '_F_kernelmod_ver', '_F_kernel_name', '_F_kernel_patches', '_F_kernel_path', '_F_kernel_rel', '_F_kernel_stable', '_F_kernel_uname', '_F_kernel_ver', '_F_kernel_verbose', '_F_kernelver_rel', '_F_kernelver_stable', From hermier at frugalware.org Sat Aug 6 10:47:57 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 6 Aug 2011 10:47:57 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kde.sh: Change the splitting logic a little. Message-ID: <20110806084757.7B1A0BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=db708ea5e1ffdf94a0d4deace57b5130ec2c1765 commit db708ea5e1ffdf94a0d4deace57b5130ec2c1765 Author: Michel Hermier Date: Sat Aug 6 09:32:07 2011 +0200 kde.sh: Change the splitting logic a little. * Simplify it by vectorising to arrays code that was using if ... elif ... code. * Introduce new KDE_path_install that abstract installation of a single path content. * Remove _F_kde_subpkgs_custom_path: This is an idiot proof option. diff --git a/source/include/kde.sh b/source/include/kde.sh index 8e3d9e2..07c052f 100644 --- a/source/include/kde.sh +++ b/source/include/kde.sh @@ -190,20 +190,50 @@ __KDE_pre_build_check() ### # == PROVIDED FUNCTIONS +# * KDE_cleanup: Remove duplicates in Fdestdir from all the subpkgs +### +KDE_cleanup() +{ + Fcleandestdir "${subpkgs[@]}" +} + +### +# * KDE_path_install: Install the content of a path if it exist. Parameters: 1) +# Path to install. +### +KDE_path_install() +{ + Fmessage "Installing files from path $1." + make -C "$1" DESTDIR="$Fdestdir" install || Fdie +} + +### # * KDE_project_install: Install a specific package. Parameters: 1) Name of the -# project (Must also be the name of a directory). +# project. 2) path of the project (optional). ### KDE_project_install() { - if [ -d "filters" ]; then # Koffice - if [ -d "filters/$1" ]; then - Fmessage "Installing filters from filters/ dir for $1." - make -C "filters/$1" DESTDIR="$Fdestdir" install || Fdie + local fail=1 path="${2:-$1}" + local -a paths + paths=( + "$path" + "apps/$path" + "apps/lib/$path" + "experimental/$path" # for kdebase-runtime + "filters/$path" # for koffice + "lib/$path" + "libs/$path" + ) + + for path in "${paths[@]}"; do + Fmessage "Installing project $1 ($path) ???" + if [ -d "$path" ]; then + Fmessage "Installing project $1 ($path)" + KDE_path_install "$path" + fail=0 fi - fi - ## install the package - Fmessage "Installing main files for $1." - make -C "$1" DESTDIR="$Fdestdir" install || Fdie + done + ## install the documentation if __kde_in_array "$pkgname-docs" "${subpkgs[@]}"; then # documentation is in $pkgname-docs so ... @@ -213,37 +243,32 @@ KDE_project_install() fi else # documentation is per package so ... - local path - for path in "doc" "apps/doc"; do - if [ -d "$path/$1" ]; then # does the package has docs ? - ## install docs - Fmessage "Installing docs from TOP_SRC/$path dir for $1." - make -C "$path/$1" DESTDIR="$Fdestdir" install || Fdie + paths=( + "doc/$1" + "apps/doc/$1" + ) + + for path in "${paths[@]}"; do + if [ -d "$path" ]; then # does the package has docs ? + Fmessage "Installing project $1 documentation" + KDE_path_install "$path" fi done fi + return $fail } - ### # * KDE_project_split(): Moves a KDE project to a subpackage. Parameters: # 1) name of the subpackage 2) Name of the project (see KDE_project_install). # Example: KDE_project_split kopete-irc kopete/protocols/irc ### -__kde_remove_files() +KDE_project_split() { - local i j - [ -z "$1" ] && Fdie - for i in `find $Fdestdir -name "$1"` - do - if [ -f "$i" ]; then - j=`echo $i|sed 's|.*/pkg/||g'` - Frm $j - else - Fdie - fi - done + KDE_project_install "$1" "$2" + KDE_cleanup + Fsplit "$1" /\* } __kde_find_split_files() @@ -262,12 +287,6 @@ __kde_find_split_files() done } -KDE_project_split() -{ - KDE_project_install "$2" - Fsplit "$1" /\* -} - ### # * KDE_split(): Moves the _F_kde_subpkgs name list to subpackages. Parameters: # None. To find the projects dir, front "$pkgname-" and '-' are changed in '/' @@ -275,58 +294,30 @@ KDE_project_split() # subdirectory project. Example: "kdelibs-kioslave-ftp" would search for # kioslave/ftp project subdir. ### -__KDE_split_pkg() # internal and should be extended to handle all kind paths -{ - local extinfo pkgdir="$2" - Fmessage "$(pwd): __KDE_split_pkg '$*'" - if [ "$1" != "$2" ]; then - extinfo=" ( subpkg_name $1 )" - fi - ## check whatever that project exists - if [ -d "$pkgdir" ]; then - Fmessage "Found Kde-Project "$pkgdir"$extinfo in TOP_SRC dir.. Splitting.." - KDE_project_split "$i" "$pkgdir" - elif [ -d "apps/$pkgdir" ]; then ## kdebase - Fmessage "Found Kde-Project "$pkgdir"$extinfo in apps/ dir.. Splitting.." - KDE_project_split "$i" "apps/$pkgdir" - elif [ -d "libs/$pkgdir" ]; then - Fmessage "Found Kde-Project "$pkgdir"$extinfo in libs/ dir.. Splitting." - KDE_project_split "$i" "libs/$pkgdir" - elif [ -d "apps/lib/$pkgdir" ]; then ## kdebase - Fmessage "Found Kde-Project "$pkgdir"$extinfo in apps/lib/ dir.. Splitting." - KDE_project_split "$i" "apps/lib/$pkgdir" - elif [ -d "lib/$pkgdir" ]; then - Fmessage "Found Kde-Project "$pkgdir"$extinfo in lib/ dir.. Splitting." - KDE_project_split "$i" "lib/$pkgdir" - elif [ -d "experimental/$pkgdir" ]; then - Fmessage "Found Kde-Project "$pkgdir"$extinfo in experimental/ dir.. Splitting." - KDE_project_split "$i" "experimental/$pkgdir" - else ## TODO: Add apps/*/ checks , maybe more paths ? - return 1 - fi - return 0 -} - __KDE_split() { ## we use for weird or not logical names ## $pkgname- - local clean="$(eval "echo -n \"\${1/#$pkgname-/}"\")" # Remove front "$pkgname-" - if [ "$1" != "$clean" ] && \ - __KDE_split "$clean"; then # Remove front "$pkgname-" + local path="${2:-$1}" + local clean="$(eval "echo -n \"\${path/#$pkgname-/}"\")" # Remove front "$pkgname-" + if [ "$path" != "$clean" ] && \ + __KDE_split "$1" "$clean"; then return 0 fi - if __KDE_split_pkg "$1" "$1"; then + + if KDE_project_install "$1" "${path}"; then return 0 fi - if __KDE_split_pkg "$1" "${1//-//}"; then # Transform "-" into "/" + if KDE_project_install "$1" "${path//-//}"; then # Transform "-" into "/" return 0 fi - clean="${1/#lib/}" - if [ "$1" != "$clean" ] && \ - __KDE_split "$clean"; then # Remove front "lib" + + clean="${path/#lib/}" # Remove front "lib" + if [ "$path" != "$clean" ] && \ + __KDE_split "$1" "$clean"; then return 0 fi + return 1 } @@ -338,22 +329,20 @@ KDE_split() do ## Shall we add something more generic some _ignore= ? ## but for that we need some hacks in makepkg I guess - if [ "$i" == "$pkgname-docs" ]; then - Fmessage "Ignoring $pkgname-docs KDE_install() will take care.." - continue - elif [ "$i" == "$pkgname-compiletime" ]; then - Fmessage "Ignoring $pkgname-compiletime KDE_install() will take care.." + case "$i" in + "$pkgname-docs"| \ + "$pkgname-compiletime") + Fmessage "Ignoring $i KDE_install() will take care.." continue - fi + esac - if ! __KDE_split "$i"; then - if [ -z "$_F_kde_subpkgs_custom_path" ]; then - Fmessage "Could not find $i!! Maybe is not in the TOP_SRC or libs dir? Or Typo?" - Fdie - else - Fmessage "Could not find $i but _F_kde_subpkgs_custom_path is set!" - Fmessage "Won't die() here, assuming build() will handle this package!..." - fi + Fmessage "Splitting $i" + if __KDE_split "$i"; then + KDE_cleanup + Fsplit "$i" /\* + else + Fmessage "Could not find $1 for automagic _F_kde_subpkgs splitting !!" + Fdie fi done } @@ -371,23 +360,16 @@ KDE_make() CMake_make "$@" } - KDE_make_split() { -## only check on core stuff -if [ "$_F_kde_defaults" -eq 1 ]; then - __KDE_pre_build_check -fi + ## only check on core stuff + if [ "$_F_kde_defaults" -eq 1 ]; then + __KDE_pre_build_check + fi KDE_make "$@" KDE_split } -KDE_cleanup() -{ - Fcleandestdir "${_F_kde_subpkgs[@]}" - Fcleandestdir "${subpkgs[@]}" -} - KDE_install() { make DESTDIR="$Fdestdir" install || Fdie @@ -410,10 +392,9 @@ KDE_install() fi } - KDE_build() { - KDE_make_split + KDE_make_split "$@" KDE_install } @@ -424,4 +405,3 @@ build() { KDE_build } - From hermier at frugalware.org Sat Aug 6 10:47:57 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 6 Aug 2011 10:47:57 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdebase-runtime-4.7.0-2-i686 Message-ID: <20110806084757.C5381BAC008@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=299d9873d3cd43def40fc58f9307e8dd9624c361 commit 299d9873d3cd43def40fc58f9307e8dd9624c361 Author: Michel Hermier Date: Sat Aug 6 10:46:39 2011 +0200 kdebase-runtime-4.7.0-2-i686 * Reorganise the code a little. * Enable the building of the kcm for xine phonon backend. diff --git a/source/kde/kdebase-runtime/FrugalBuild b/source/kde/kdebase-runtime/FrugalBuild index 013dbd1..0ba8e45 100644 --- a/source/kde/kdebase-runtime/FrugalBuild +++ b/source/kde/kdebase-runtime/FrugalBuild @@ -2,20 +2,20 @@ # Maintainer: centuri0 pkgname=kdebase-runtime -pkgrel=1 +pkgrel=2 pkgdesc="Programs and libraries needed at runtime by other KDE4 applications" groups=('kde') archs=('i686' 'x86_64' 'ppc') _F_kde_name=kde-runtime Finclude kde java -depends=() +depends=("kdelibs>=$_F_kde_ver") makedepends=("${makedepends[@]}" \ - "ksgmltools2>=${_F_kde_ver}" "openslp" "samba" "kdelibs>=$_F_kde_ver" \ - "docbook-xsl" "libqtdeclarative>=_F_kde_qtver" "libdbusmenu-qt>=0.8.0" \ - "libqttest>=$_F_kde_qtver" "soprano-backend-virtuoso>=2.7.0") + "ksgmltools2>=${_F_kde_ver}" "openslp" "samba" \ + "docbook-xsl" "libqttest>=$_F_kde_qtver" "libdbusmenu-qt>=0.8.0") replaces=('ksudo') -source=("${source[@]}" 01-nepomukstrigiservice-disable-autostart.patch) -sha1sums=('79c9b8323368f1a2a9b03830bd9ae02b2b20482b' \ +source=("${source[@]}" \ + 01-nepomukstrigiservice-disable-autostart.patch) +sha1sums=("${sha1sums[@]}" \ 'ae0a25253cd18c2672291403952f65082dbfc930') Kde4="$_F_kde_ver" @@ -49,6 +49,7 @@ subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") subarchs=("${subarchs[@]}" "i686 x86_64 ppc") +makedepends=("${makedepends[@]}" "phonon-backend-gstreamer" "phonon-backend-vlc" "phonon-backend-xine" "pulseaudio") subpkgs=("${subpkgs[@]}" "$pkgname-kcontrol") subdescs=("${subdescs[@]}" "Runtime Files for Kcontrol.") subdepends=("${subdepends[@]}" "strigi>=0.7.2 libqtnetwork>=$Qt4 libqtxml>=$Qt4 xfsprogs-acl libqtsvg>=$Qt4 libsm libxtst libxcursor @@ -247,15 +248,6 @@ subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") subarchs=("${subarchs[@]}" "i686 x86_64 ppc") -subpkgs=("${subpkgs[@]}" "$pkgname-nepomuk") -subdescs=("${subdescs[@]}" "Runtime Files for Nepomuk") -subdepends=("${subdepends[@]}" "libqtsvg>=$Qt4 libqtxml>=$Qt4 libsm libxcursor libxi dbus - libnepomuk>=$Kde4 gamin xfsprogs-attr soprano>=2.7.0 libstrigiqtdbusclient>=0.7.2") -subrodepends=("${subrodepends[@]}" "") -subreplaces=("${subreplaces[@]}" "") -subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") -subarchs=("${subarchs[@]}" "i686 x86_64 ppc") - subpkgs=("${subpkgs[@]}" "$pkgname-phonon") subdescs=("${subdescs[@]}" "Runtime Files for Phonon.") subdepends=("${subdepends[@]}" "alsa-lib libqtsvg>=$Qt4 libqtxml>=$Qt4 libsm libxcursor libxi @@ -267,9 +259,10 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-plasma") subdescs=("${subdescs[@]}" "Runtime Files for Plasma.") -subdepends=("${subdepends[@]}" "libplasma>=$Kde4 libqtscript>=$Qt4 xz polkit-qt-1 phonon>=4.4.0 libgl libqtxml>=$Qt4 libqtsvg>=$Qt4 libgcc - libsm strigi>=0.7.2 xfsprogs-acl sqlite3 libqtxmlpatterns>=$Qt4 libxtst libxcursor libuuid") -subrodepends=("${subrodepends[@]}" "") +subdepends=("${subdepends[@]}" "libplasma>=$Kde4 + libqtdeclarative>=$Qt4 libqtscript>=$Qt4 libqtsvg>=$Qt4 libqtxml>=$Qt4 libqtxmlpatterns>=$Qt4 + xz polkit-qt-1 phonon>=4.4.0 libgl libgcc libsm strigi>=0.7.2 xfsprogs-acl sqlite3 libxtst libxcursor libuuid") +subrodepends=("${subrodepends[@]}" "$pkgname-data") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") subarchs=("${subarchs[@]}" "i686 x86_64 ppc") @@ -323,6 +316,17 @@ subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") subarchs=("${subarchs[@]}" "i686 x86_64 ppc") +rodepends=("${rodepends[@]}" "${subpkgs[@]}") + +subpkgs=("${subpkgs[@]}" "$pkgname-nepomuk") +subdescs=("${subdescs[@]}" "Runtime Files for Nepomuk") +subdepends=("${subdepends[@]}" "libqtsvg>=$Qt4 libqtxml>=$Qt4 libsm libxcursor libxi dbus + libnepomuk>=$Kde4 soprano-backend-virtuoso gamin xfsprogs-attr libstrigiqtdbusclient>=0.7.2") +subrodepends=("${subrodepends[@]}" "") +subreplaces=("${subreplaces[@]}" "") +subgroups=("${subgroups[@]}" "kde-extra") +subarchs=("${subarchs[@]}" "i686 x86_64 ppc") + _F_kde_subpkgs=("${subpkgs[@]}") ################################# @@ -345,8 +349,6 @@ subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") subarchs=("${subarchs[@]}" "i686 x86_64 ppc") -rodepends=("${rodepends[@]}" "${subpkgs[@]}") - subpkgs=("${subpkgs[@]}" "$pkgname-docs") subdescs=("${subdescs[@]}" "$pkgname Documentation") subdepends=("${subdepends[@]}" "") @@ -414,4 +416,3 @@ build() } # optimization OK - From hermier at frugalware.org Sat Aug 6 11:12:16 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 6 Aug 2011 11:12:16 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kgamma-4.7.0-1-i686 Message-ID: <20110806091217.00E03BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=d4b1fc6a6e84e4ef677d0bf9d0472fd5db41965c commit d4b1fc6a6e84e4ef677d0bf9d0472fd5db41965c Author: Michel Hermier Date: Sat Aug 6 11:11:49 2011 +0200 kgamma-4.7.0-1-i686 * New package. diff --git a/source/kde-extra/kgamma/FrugalBuild b/source/kde-extra/kgamma/FrugalBuild new file mode 100644 index 0000000..ab01f0f --- /dev/null +++ b/source/kde-extra/kgamma/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.38 SBU +# Maintainer: centuri0 + +pkgname=kgamma +pkgrel=1 +pkgdesc="KDE KCM for gamma calibration/correction." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("kdebase-workspace-kcontrol>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver") #"kdelibs-interfaces>=$_F_kde_ver") + +# optimization OK From hermier at frugalware.org Sat Aug 6 11:23:33 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 6 Aug 2011 11:23:33 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: svgpart-4.7.0-1-i686 Message-ID: <20110806092333.7ECC2BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=15cdeaceb60a5ec39870cc79e52ed2dca835f4a0 commit 15cdeaceb60a5ec39870cc79e52ed2dca835f4a0 Author: Michel Hermier Date: Sat Aug 6 11:23:12 2011 +0200 svgpart-4.7.0-1-i686 * New package. diff --git a/source/kde-extra/svgpart/FrugalBuild b/source/kde-extra/svgpart/FrugalBuild new file mode 100644 index 0000000..90abde7 --- /dev/null +++ b/source/kde-extra/svgpart/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.38 SBU +# Maintainer: centuri0 + +pkgname=svgpart +pkgrel=1 +pkgdesc="KDE kpart for viewing SVGs." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("libkdecore>=$_F_kde_ver" "libnepomuk>=$_F_kde_ver" "kdebase-runtime-phonon>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver") + +# optimization OK From hermier at frugalware.org Sat Aug 6 11:41:45 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 6 Aug 2011 11:41:45 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: libksane-4.7.0-1-i686 Message-ID: <20110806094145.76704BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=b7caac9b34ae74913b7c3c97c4f485c6eb5c4082 commit b7caac9b34ae74913b7c3c97c4f485c6eb5c4082 Author: Michel Hermier Date: Sat Aug 6 11:39:56 2011 +0200 libksane-4.7.0-1-i686 * New package. diff --git a/source/kde-extra/libksane/FrugalBuild b/source/kde-extra/libksane/FrugalBuild new file mode 100644 index 0000000..0754da5 --- /dev/null +++ b/source/kde-extra/libksane/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.38 SBU +# Maintainer: centuri0 + +pkgname=libksane +pkgrel=1 +pkgdesc="KDE SANE interface library." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("libkdecore>=$_F_kde_ver" "kdebase-runtime-phonon>=$_F_kde_ver" "sane-backends") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver") + +# optimization OK From hermier at frugalware.org Sat Aug 6 11:41:45 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 6 Aug 2011 11:41:45 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: svgpart-4.7.0-2-i686 Message-ID: <20110806094145.8EFFEBAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=9af5eec1fc10c228c2e2ded75c08603ba3531509 commit 9af5eec1fc10c228c2e2ded75c08603ba3531509 Author: Michel Hermier Date: Sat Aug 6 11:40:23 2011 +0200 svgpart-4.7.0-2-i686 * Provide replace/conflict stuff, since we provided it as a split off kdegraphics with a different name. diff --git a/source/kde-extra/svgpart/FrugalBuild b/source/kde-extra/svgpart/FrugalBuild index 90abde7..882bdb6 100644 --- a/source/kde-extra/svgpart/FrugalBuild +++ b/source/kde-extra/svgpart/FrugalBuild @@ -1,8 +1,13 @@ # Compiling Time: 0.38 SBU # Maintainer: centuri0 +#remove after 1.6 +provides=('libsvgpart') +conflicts=('libsvgpart') +replaces=('libsvgpart') + pkgname=svgpart -pkgrel=1 +pkgrel=2 pkgdesc="KDE kpart for viewing SVGs." groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') From melko at frugalware.org Sat Aug 6 12:23:35 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 12:23:35 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdenetwork-4.7.0-1-i686 Message-ID: <20110806102335.1CAAFBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=3081e94c90de7f8e53c34fbca490cfad9bc9c023 commit 3081e94c90de7f8e53c34fbca490cfad9bc9c023 Author: Melko Date: Sat Aug 6 12:21:08 2011 +0200 kdenetwork-4.7.0-1-i686 * version bump * use kde-version.sh * disable kdenetwork-filesharing split diff --git a/source/kde/kdenetwork/FrugalBuild b/source/kde/kdenetwork/FrugalBuild index 74bfc69..2fbb257 100644 --- a/source/kde/kdenetwork/FrugalBuild +++ b/source/kde/kdenetwork/FrugalBuild @@ -19,7 +19,7 @@ provides=("$pkgname-docs") conflicts=("${provides[@]}") replaces=("${provides[@]}") -sha1sums=('cc398063da61f9f9ef0db4455dc0c989a4e68a25' \ +sha1sums=("${sha1sums[@]}" \ '3d0f37d5f453da75b8dbe2aa9ba38316cf723824' \ '1476122463258ed03160dc01b38caf3eaebaf0e8' \ '653ad0c3fb581efd37fbb0a899acbbe75f081402') @@ -88,13 +88,13 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') _F_kde_subpkgs=("${subpkgs[@]}") -subpkgs=("${subpkgs[@]}" "$pkgname-filesharing") -subdescs=("${subdescs[@]}" "Front end for KDE to enable or disable , simple ( HOME ) or advanced ( SAMBA , NFS ) file sharing") -subdepends=("${subdepends[@]}" "libkde3support>=$Kde4 libqtgui>=$Qt4 libstdc++ zlib strigi>=0.7.2-2 libqtnetwork>=$Qt4 libqtxml>=$Qt4 - xfsprogs-acl libxrender libice libxtst libxfixes xz libqtsql>=$Qt4 libuuid") -subgroups=("${subgroups[@]}" 'kde') -subreplaces=("${subreplaces[@]}" '') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') +#subpkgs=("${subpkgs[@]}" "$pkgname-filesharing") +#subdescs=("${subdescs[@]}" "Front end for KDE to enable or disable , simple ( HOME ) or advanced ( SAMBA , NFS ) file sharing") +#subdepends=("${subdepends[@]}" "libkde3support>=$Kde4 libqtgui>=$Qt4 libstdc++ zlib strigi>=0.7.2-2 libqtnetwork>=$Qt4 libqtxml>=$Qt4 +# xfsprogs-acl libxrender libice libxtst libxfixes xz libqtsql>=$Qt4 libuuid") +#subgroups=("${subgroups[@]}" 'kde') +#subreplaces=("${subreplaces[@]}" '') +#subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "$pkgname-sambaconf") subdescs=("${subdescs[@]}" "Samba configuration front end for KDE.") @@ -111,8 +111,8 @@ build() KDE_make_split KDE_project_install filesharing - Fsplit $pkgname-filesharing usr/share/kde4/services/fileshare* - Fsplit $pkgname-filesharing usr/lib/kde4/*fileshare* +# Fsplit $pkgname-filesharing usr/share/kde4/services/fileshare* +# Fsplit $pkgname-filesharing usr/lib/kde4/*fileshare* ## rest to -samba Fsplit $pkgname-sambaconf /\* From melko at frugalware.org Sat Aug 6 12:45:30 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 12:45:30 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kruler-4.7.0-1-i686 Message-ID: <20110806104530.311BABAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=5645098335365f2632b01b02b6c94493920be811 commit 5645098335365f2632b01b02b6c94493920be811 Author: Melko Date: Sat Aug 6 12:44:09 2011 +0200 kruler-4.7.0-1-i686 * version bump * split from kdegraphics diff --git a/source/kde-extra/kruler/FrugalBuild b/source/kde-extra/kruler/FrugalBuild new file mode 100644 index 0000000..1dd5248 --- /dev/null +++ b/source/kde-extra/kruler/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.08 SBU +# Maintainer: centuri0 + +pkgname=kruler +pkgrel=1 +pkgdesc="KDE Ruler Widget." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=('libkdecore' 'attica>=0.2.0') +makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK From melko at frugalware.org Sat Aug 6 13:03:01 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 13:03:01 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kolourpaint-4.7.0-1-i686 Message-ID: <20110806110301.14079BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=daa29bd1067167bff21d82cfb3089d658c03001a commit daa29bd1067167bff21d82cfb3089d658c03001a Author: Melko Date: Sat Aug 6 13:01:59 2011 +0200 kolourpaint-4.7.0-1-i686 * version bump * split from kdegraphics diff --git a/source/kde-extra/kolourpaint/FrugalBuild b/source/kde-extra/kolourpaint/FrugalBuild new file mode 100644 index 0000000..c67ea46 --- /dev/null +++ b/source/kde-extra/kolourpaint/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 1.31 SBU +# Maintainer: centuri0 + +pkgname=kolourpaint +pkgrel=1 +pkgdesc="KDE Paint Program." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=('libkdecore' 'attica>=0.2.0' "qimageblitz>=0.0.4" "libkutils>=$_F_kde_ver" "libnepomuk>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK From melko at frugalware.org Sat Aug 6 13:16:36 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 13:16:36 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: gwenview-4.7.0-1-i686 Message-ID: <20110806111636.981BEBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=fe435bc8fee1ea0618240c487b621534f94600b4 commit fe435bc8fee1ea0618240c487b621534f94600b4 Author: Melko Date: Sat Aug 6 13:15:26 2011 +0200 gwenview-4.7.0-1-i686 * version bump * split from kdegraphics diff --git a/source/kde-extra/gwenview/FrugalBuild b/source/kde-extra/gwenview/FrugalBuild new file mode 100644 index 0000000..b671c75 --- /dev/null +++ b/source/kde-extra/gwenview/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.88 SBU +# Maintainer: centuri0 + +pkgname=gwenview +pkgrel=1 +pkgdesc="KDE Image Viewer." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=('attica>=0.2.0' "libkutils>=$_F_kde_ver" "libnepomuk>=$_F_kde_ver" "libkonq>=$_F_kde_ver" "libkfile>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver") + +# optimization OK From melko at frugalware.org Sat Aug 6 13:23:05 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 13:23:05 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kcolorchooser-4.7.0-1-i686 Message-ID: <20110806112305.BC402BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=ea2c6fc5c24c378a6fb1fe7f09e97ea03aae38ef commit ea2c6fc5c24c378a6fb1fe7f09e97ea03aae38ef Author: Melko Date: Sat Aug 6 13:22:00 2011 +0200 kcolorchooser-4.7.0-1-i686 * version bump * split from kdegraphics diff --git a/source/kde-extra/kcolorchooser/FrugalBuild b/source/kde-extra/kcolorchooser/FrugalBuild new file mode 100644 index 0000000..89745ce --- /dev/null +++ b/source/kde-extra/kcolorchooser/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.07 SBU +# Maintainer: centuri0 + +pkgname=kcolorchooser +pkgrel=1 +pkgdesc="KDE Color Selector." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=('attica>=0.2.0' "libkdecore>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK From melko at frugalware.org Sat Aug 6 13:50:56 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 13:50:56 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: okular-4.7.0-1-i686 Message-ID: <20110806115056.DD34CBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=e2455b7024e30c07c6fd85312fee284fd120d94f commit e2455b7024e30c07c6fd85312fee284fd120d94f Author: Melko Date: Sat Aug 6 13:49:41 2011 +0200 okular-4.7.0-1-i686 * version bump * split from kdegraphics diff --git a/source/kde-extra/okular/FrugalBuild b/source/kde-extra/okular/FrugalBuild new file mode 100644 index 0000000..748b136 --- /dev/null +++ b/source/kde-extra/okular/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0.91 SBU +# Maintainer: centuri0 + +pkgname=okular +pkgrel=1 +pkgdesc="KDE universal document viewer." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=('libthreadweaver>=$_F_kde_ver' 'libkdesu>=$_F_kde_ver' 'libkdecore>=$_F_kde_ver' \ + 'attica>=0.2.0' "libkutils>=$_F_kde_ver" "libnepomuk>=$_F_kde_ver" 'qimageblitz>=0.0.4' \ + "libkhtml>=$_F_kde_ver" 'ebook-tools>=0.2.1' 'qca>=2.0.3' 'chmlib>=0.40' 'libspectre>=0.2.6' \ + 'poppler-qt4>=0.16.3' 'djvulibre>=3.5.24') +makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver" "kdelibs-interfaces>=$_F_kde_ver") + +# optimization OK From melko at frugalware.org Sat Aug 6 14:02:41 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 14:02:41 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kamera-4.7.0-1-i686 Message-ID: <20110806120241.5307EBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=6cceb48a51b4e64f6779ee77874c6a76e14a0dd7 commit 6cceb48a51b4e64f6779ee77874c6a76e14a0dd7 Author: Melko Date: Sat Aug 6 14:01:42 2011 +0200 kamera-4.7.0-1-i686 * version bump * split from kdegraphics diff --git a/source/kde-extra/kamera/FrugalBuild b/source/kde-extra/kamera/FrugalBuild new file mode 100644 index 0000000..5302eb8 --- /dev/null +++ b/source/kde-extra/kamera/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.10 SBU +# Maintainer: centuri0 + +pkgname=kamera +pkgrel=1 +pkgdesc="KDE Webcam Configurator Tool." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=('attica>=0.2.0' 'libgphoto2>=2.4.11' "libkdecore>=$_F_kde_ver" "libqt3support>=$_F_kde_qtver") +makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK From bouleetbil at frogdev.info Sat Aug 6 14:08:03 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 14:08:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: colord-0.1.11-1-x86_64 *new package *needed by gnome-control-center Message-ID: <20110806120803.E9595BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=8512cfb3dc0e1f72fb23c6ff65d695b9673f66d5 commit 8512cfb3dc0e1f72fb23c6ff65d695b9673f66d5 Author: bouleetbil Date: Sat Aug 6 13:57:33 2011 +0200 colord-0.1.11-1-x86_64 *new package *needed by gnome-control-center diff --git a/source/xlib/colord/FrugalBuild b/source/xlib/colord/FrugalBuild new file mode 100644 index 0000000..c9a8cc5 --- /dev/null +++ b/source/xlib/colord/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling time: 0.11 SBU +# Maintainer: bouleetbil + +pkgname=colord +pkgver=0.1.11 +pkgrel=1 +pkgdesc="color daemon" +depends=('glib2' 'polkit' 'lcms2' 'libgudev' 'libusb') +makedepends=('intltool' 'vala') +groups=('xlib') +archs=('i686' 'x86_64' 'ppc') +url="http://www.freedesktop.org/software/colord/" +source=("http://www.freedesktop.org/software/colord/releases/$pkgname-$pkgver.tar.xz") +up2date="Flasttar http://www.freedesktop.org/software/colord/releases/" +sha1sums=('b0d686b0adf8dcd737e03b3c8f28582532eee208') + +# optimization OK From melko at frugalware.org Sat Aug 6 14:11:28 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 14:11:28 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: libkexiv2-4.7.0-1-i686 Message-ID: <20110806121128.4786CBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=9e84049b368bfa9895644643980ab4c951ee8ad6 commit 9e84049b368bfa9895644643980ab4c951ee8ad6 Author: Melko Date: Sat Aug 6 14:10:28 2011 +0200 libkexiv2-4.7.0-1-i686 * version bump * split from kdegraphics diff --git a/source/kde-extra/libkexiv2/FrugalBuild b/source/kde-extra/libkexiv2/FrugalBuild new file mode 100644 index 0000000..c07902f --- /dev/null +++ b/source/kde-extra/libkexiv2/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.26 SBU +# Maintainer: centuri0 + +pkgname=libkexiv2 +pkgrel=1 +pkgdesc="A C++ library to manipulate EXIF/IPTC/XMP metadata using Exiv2 library." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("libkdecore>=$_F_kde_ver" 'attica>=0.2.0' "exiv2>=0.21.1") +makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK From bouleetbil at frogdev.info Sat Aug 6 14:11:52 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 14:11:52 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-control-center-3.1.4-1-x86_64 Message-ID: <20110806121152.E6D39BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=70a1cf85997af5a8203ff18087c30475e47c4ced commit 70a1cf85997af5a8203ff18087c30475e47c4ced Author: bouleetbil Date: Sat Aug 6 14:01:54 2011 +0200 gnome-control-center-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/gnome-control-center/FrugalBuild b/source/gnome/gnome-control-center/FrugalBuild index 70a7ccf..f51578b 100644 --- a/source/gnome/gnome-control-center/FrugalBuild +++ b/source/gnome/gnome-control-center/FrugalBuild @@ -5,15 +5,15 @@ USE_CHEESE=${USE_CHEESE:-"n"} #not yet ported to gnome3 pkgname=gnome-control-center -pkgver=3.0.2 -pkgrel=2 +pkgver=3.1.4 +pkgrel=1 pkgdesc="GNOME Control Center" depends=('libxml2>=2.7.8' 'gnome-desktop>=3.0.2' 'mutter' 'libgnomekbd>=3.0.0' 'gnome-menus' \ 'nautilus>=3.0.1' 'gst-plugins-base>=0.10.19-2' 'desktop-file-utils' \ 'evolution-data-server>=3.0.1' 'libxxf86misc' 'libxscrnsaver' 'xrdb' \ 'libkrb5' 'db>=4.7.25' 'libsocialweb>=0.25.7' 'gsettings-desktop-schemas' \ 'gnome-settings-daemon' 'libcanberra-gtk>=0.26-2' 'libcanberra-alsa' 'libcanberra-gst' 'upower' \ - 'accountsservice' 'apg' 'cantarell-fonts' 'networkmanager>=0.8.3.999' 'glib-networking' 'pulseaudio>=0.9.23') + 'accountsservice' 'apg' 'cantarell-fonts' 'networkmanager>=0.8.3.999' 'glib-networking' 'pulseaudio>=0.9.23' 'gsettings-desktop-schemas' 'gnome-online-accounts' 'colord') makedepends=('intltool' 'gnome-doc-utils>=0.14.0' 'gnome-common>=2.28.0' 'krb5' 'gtk-doc' 'cups' 'libgtop') rodepends=('gst-plugins-base-alsa>=0.10.19-2' 'sound-theme-freedesktop') groups=('gnome') @@ -31,7 +31,7 @@ if Fuse $USE_CHEESE; then #export CFLAGS="$CFLAGS -I/usr/include/cheese -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2" depends=("${depends[@]}" "cheese") fi -sha1sums=('c0d5d203e25bc1829e25780b125efb3d9a4e741f') +sha1sums=('6621fa2a4108529a8b5e3f8bb06e84a48498cfc1') replaces=('accountsdialog') build() { From bouleetbil at frogdev.info Sat Aug 6 14:24:06 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 14:24:06 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-settings-daemon-3.1.4-1-x86_64 Message-ID: <20110806122406.60674BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=145b887265869a7194411162e22852afcbd9a2b9 commit 145b887265869a7194411162e22852afcbd9a2b9 Author: bouleetbil Date: Sat Aug 6 14:14:08 2011 +0200 gnome-settings-daemon-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/gnome-settings-daemon/FrugalBuild b/source/gnome/gnome-settings-daemon/FrugalBuild index 586d1ba..32c0cc6 100644 --- a/source/gnome/gnome-settings-daemon/FrugalBuild +++ b/source/gnome/gnome-settings-daemon/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: bouleetbil pkgname=gnome-settings-daemon -pkgver=3.1.1 -pkgrel=2 +pkgver=3.1.4 +pkgrel=1 pkgdesc="Utility library for accessing gnome-settings-daemon over DBUS" depends=('libxml2>=2.7.8' 'libgnomekbd>=3.0.0' 'esd' 'gst-plugins-base>=0.10.22-2' 'libxxf86misc' \ - 'gnome-desktop>=3.1.1' 'alsa-lib' 'pulseaudio' 'gsettings-desktop-schemas' 'libxtst' 'libnotify' \ - 'gnome-icon-theme-symbolic' 'gnome-icon-theme' 'gnome-themes-standard' 'libcups') + 'gnome-desktop>=3.1.4' 'alsa-lib' 'pulseaudio' 'gsettings-desktop-schemas' 'libxtst' 'libnotify' \ + 'gnome-icon-theme-symbolic' 'gnome-icon-theme' 'gnome-themes-standard' 'libcups' 'hwdata' 'colord' 'upower') makedepends=('intltool' 'gtk-doc>=1.11' 'gnome-doc-utils>=0.14.0' 'cups') rodepends=('xkbcomp') groups=('gnome') @@ -15,9 +15,8 @@ archs=('i686' 'x86_64' 'ppc') _F_gnome_glib="y" _F_gnome_scrollkeeper="y" _F_gnome_iconcache="y" -_F_gnome_devel="y" Finclude gnome gnome-scriptlet -sha1sums=('2eae18c352d08db2c61e0d74f00065aa062e3b00') +sha1sums=('4f4b41193a3b59e29d3a65eba45ff52feac34900') Fconfopts="${Fconfopts[@]} --disable-static" build() { From bouleetbil at frogdev.info Sat Aug 6 14:31:08 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 14:31:08 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-power-manager-3.1.3-1-x86_64 Message-ID: <20110806123108.59E66BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=48bd1e6f4222241c8b686f4a55748c0e27d378fc commit 48bd1e6f4222241c8b686f4a55748c0e27d378fc Author: bouleetbil Date: Sat Aug 6 14:21:11 2011 +0200 gnome-power-manager-3.1.3-1-x86_64 *Version bump diff --git a/source/gnome/gnome-power-manager/FrugalBuild b/source/gnome/gnome-power-manager/FrugalBuild index 83c690c..838e853 100644 --- a/source/gnome/gnome-power-manager/FrugalBuild +++ b/source/gnome/gnome-power-manager/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: bouleetbil pkgname=gnome-power-manager -pkgver=3.0.2 +pkgver=3.1.3 pkgrel=1 pkgdesc="GNOME Power Management tool" url="http://www.gnome.org/" depends=('libxml2>=2.7.8' 'libnotify>=0.7.0' 'dbus-glib>=0.80' 'xextproto' 'libgnome>=2.30.0' \ - 'libglade' 'libwnck>=2.90.0' 'gnome-keyring>=3.0.2' 'gstreamer' 'gnome-control-center>=3.0.0' \ + 'libglade' 'libwnck>=3.0.0' 'gnome-keyring>=3.0.2' 'gstreamer' 'gnome-control-center>=3.0.0' \ 'upower>=0.9.10' 'udisks' 'gnome-policykit' 'libcanberra-gtk' 'unique' 'pm-utils') makedepends=('intltool' 'gnome-doc-utils') groups=('gnome') @@ -18,7 +18,7 @@ _F_gnome_desktop=y _F_gnome_iconcache=y Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --enable-keyring --enable-policykit" -sha1sums=('dbbce43c1b418f6d9d8b5b80ac6ba741e2e6efbf') +sha1sums=('4c83646d1cfd3bd5a2d2447510677ecacc926d60') build() { Fcd From bouleetbil at frogdev.info Sat Aug 6 14:34:32 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 14:34:32 +0200 (CEST) Subject: [Frugalware-git] gnometesting: mutter-3.1.4-1-x86_64 Message-ID: <20110806123432.6F723BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d372ee775efbd0e7b692654907156825958418e3 commit d372ee775efbd0e7b692654907156825958418e3 Author: bouleetbil Date: Sat Aug 6 14:24:35 2011 +0200 mutter-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/mutter/FrugalBuild b/source/gnome/mutter/FrugalBuild index 19b9906..97533d8 100644 --- a/source/gnome/mutter/FrugalBuild +++ b/source/gnome/mutter/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=mutter -pkgver=3.0.2.1 +pkgver=3.1.4 pkgrel=1 pkgdesc="A window manager for GNOME (new metacity for gnome3)" url="http://www.gnome.org/" @@ -14,4 +14,4 @@ archs=('i686' 'x86_64' 'ppc') _F_gnome_schemas=('/etc/gconf/schemas/mutter.schemas') Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --with-clutter --disable-static --with-gtk=3.0" -sha1sums=('b56afa27f615ed77c66d4d3afd1f440188e07c81') +sha1sums=('0f4acf0dcb9d26ecf6926a4df8b96178b2e51a71') From hermier at frugalware.org Sat Aug 6 14:58:36 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 6 Aug 2011 14:58:36 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdelibs-4.7.0-4-i686 Message-ID: <20110806125836.BF159BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=39f44b6003f95c2fe9a4dd1970e613c2d2c25168 commit 39f44b6003f95c2fe9a4dd1970e613c2d2c25168 Author: Michel Hermier Date: Sat Aug 6 14:57:09 2011 +0200 kdelibs-4.7.0-4-i686 * Rename libkdecore to kdelibs-core. It will be a meta package soon and I will need the libkdecore package name. diff --git a/source/kde/kdelibs/FrugalBuild b/source/kde/kdelibs/FrugalBuild index 1d5f17d..6b76582 100644 --- a/source/kde/kdelibs/FrugalBuild +++ b/source/kde/kdelibs/FrugalBuild @@ -2,12 +2,11 @@ # Maintainer: centuri0 pkgname=kdelibs -pkgrel=3 +pkgrel=4 pkgdesc="KDE4 Core Libraries." groups=('kde') replaces=('kat') archs=('i686' 'x86_64' 'ppc') -_F_kde_subpkgs_custom_path=1 Finclude kde depends=() ## for now @@ -22,7 +21,6 @@ sha1sums=("${sha1sums[@]}" \ DNSSDDEP="libdnssd>=$_F_kde_ver" KDE3SUPPORTDEP="libkde3support>=$_F_kde_ver" -KDECOREDEP="libkdecore>=$_F_kde_ver" KDESUDEP="libkdesu>=$_F_kde_ver" WEBKITDEP="libkdewebkit>=$_F_kde_ver" KFILEDEP="libkfile>=$_F_kde_ver" @@ -35,6 +33,8 @@ NEPOMUKDEP="libnepomuk>=$_F_kde_ver" PLASMADEP="libplasma>=$_F_kde_ver" THREADWDEP="libthreadweaver>=$_F_kde_ver" +KDELIBS_COREDEP="kdelibs-core>=$_F_kde_ver" + PHONONDEP="phonon>=4.4.0-2" POLKIT_QT_1DEP="polkit-qt-1>=0.99.0" @@ -66,7 +66,7 @@ subpkgs=("${subpkgs[@]}" "libkde3support") subdescs=("${subdescs[@]}" "Libraries to support KDE3 code.") subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQT3SUPPORTDEP $LIBQTSVGDEP $POLKIT_QT_1DEP gamin xfsprogs-attr libsm libxcursor libpng fontconfig libxi") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP $KDESUDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP $KDESUDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -74,21 +74,21 @@ subpkgs=("${subpkgs[@]}" "libplasma") subdescs=("${subdescs[@]}" "Framework for the KDE desktop shell and its widgets.") subdepends=("${subdepends[@]}" "$LIBQTUITOOLSDEP $LIBQTWEBKITDEP $LIBQTOPENGLDEP qca gamin xfsprogs-attr libqtdbus libxcb libxdamage $POLKIT_QT_1DEP") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP $KNEWDEP $THREADWDEP $DNSSDDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP $KNEWDEP $THREADWDEP $DNSSDDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libdnssd") subdescs=("${subdescs[@]}" "Interface to support the DNS-SD (Zeroconf) protocol.") subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP bzip2 libxext $POLKIT_QT_1DEP avahi") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libknotify") subdescs=("${subdescs[@]}" "User Notification Libraries.") subdepends=("${subdepends[@]}" "$PHONONDEP gamin xfsprogs-attr bzip2 libxext $POLKIT_QT_1DEP") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP phonon-backend-vlc") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP phonon-backend-vlc") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -96,35 +96,35 @@ subpkgs=("${subpkgs[@]}" "libkross") subdescs=("${subdescs[@]}" "Scripting Libraries.") subdepends=("${subdepends[@]}" "$LIBQTSVGDEP $LIBQTDBUSDEP $LIBQTDESIGNERDEP gamin xfsprogs-attr libpng fontconfig libxi $POLKIT_QT_1DEP libsm libxcursor") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP $KFILEDEP libkjsembed>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP $KFILEDEP libkjsembed>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkdewebkit") subdescs=("${subdescs[@]}" "KDE WebKit Library") subdepends=("${subdepends[@]}" "$LIBQTWEBKITDEP $LIBQTGUIDEP $LIBQTDBUSDEP gamin xfsprogs-attr bzip2 libxext libxcb $POLKIT_QT_1DEP") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkhtml") subdescs=("${subdescs[@]}" "HTML rendering widget designed for Konqueror.") subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP libjpeg>=8a libgif pcre libxcb gamin xfsprogs-attr libxext bzip2 $POLKIT_QT_1DEP") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP kdelibs-interfaces>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP kdelibs-interfaces>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkfile") subdescs=("${subdescs[@]}" "File management widgets and dialogs libraries.") subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP gamin xfsprogs-attr bzip2 libxext $POLKIT_QT_1DEP") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libknewstuff") subdescs=("${subdescs[@]}" "Allows applications to easily download data from the Internet.") -subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP gamin xfsprogs-attr bzip2 libxext $POLKIT_QT_1DEP attica>=0.1.2") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP gamin xfsprogs-attr bzip2 libxext $POLKIT_QT_1DEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -132,21 +132,21 @@ subpkgs=("${subpkgs[@]}" "libkdewidgets") subdescs=("${subdescs[@]}" "KDE custom widgets for Qt Designer.") subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTNETWORKDEP $LIBQTDBUSDEP $LIBQTSQLDEP libstdc++ zlib strigi>=0.7.2 xfsprogs-acl libxrender libice libxext $POLKIT_QT_1DEP") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP $KDESUDEP $KDE3SUPPORTDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP $KDESUDEP $KDE3SUPPORTDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkjsembed") subdescs=("${subdescs[@]}" "ECMAScript bindings libraries.") subdepends=("${subdepends[@]}" "$LIBQTUITOOLSDEP $LIBQTDBUSDEP bzip2 libx11 $POLKIT_QT_1DEP") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkutils") subdescs=("${subdescs[@]}" "Utility library for printing, chatting and more.") subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP libxscrnsaver gamin xfsprogs-attr bzip2 $POLKIT_QT_1DEP") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -160,14 +160,14 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkimgio") subdescs=("${subdescs[@]}" "Gimgio class extension libraries.") subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP jasper libxext bzip2 $POLKIT_QT_1DEP openexr>=1.6.1") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkunitconversion") subdescs=("${subdescs[@]}" "KDE Unit conversation library.") subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP bzip2 libxext $POLKIT_QT_1DEP") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -176,21 +176,21 @@ rodepends=("${rodepends[@]}" "${subpkgs[@]}") subpkgs=("${subpkgs[@]}" "libkactivities") subdescs=("${subdescs[@]}" "Libraries for the KDE activities management.") subdepends=("${subdepends[@]}" "") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkdeclarative") subdescs=("${subdescs[@]}" "KDE declarative extensions") subdepends=("${subdepends[@]}" "$LIBQTDECLARATIVE") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libnepomuk") subdescs=("${subdescs[@]}" "Semantic information retrieval and tagging.") subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP soprano-backend-redland>=2.7.0 bzip2 $POLKIT_QT_1DEP libxext shared-desktop-ontologies") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -203,7 +203,7 @@ _F_kde_subpkgs=("${subpkgs[@]}") subpkgs=("${subpkgs[@]}" "ksgmltools2") subdescs=("${subdescs[@]}" "KDE doc tools.") subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP docbook-xsl libxslt bzip2 gamin xfsprogs-attr libxext $POLKIT_QT_1DEP") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -211,7 +211,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "$pkgname-interfaces") subdescs=("${subdescs[@]}" "Kparts interface for text editors, mediaplayer and scripting.") subdepends=("${subdepends[@]}" "gamin xfsprogs-attr bzip2 libxext $POLKIT_QT_1DEP $PHONONDEP") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -219,11 +219,11 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkdesu") subdescs=("${subdescs[@]}" "Library for password entering and handling.") subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP bzip2 $POLKIT_QT_1DEP") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -######## libkdecore / libkdecore-data ############### +######## kdelibs-core / kdelibs-data ############### ## projects in here: ## ## kinit , kdecore , kded , cmake , includes ## ## kconf_update , kio , kioslave , interfaces/kio ## @@ -235,17 +235,17 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') ## from here since these create weird circular depends() -- crazy -- ( KDE 4.4 ) ## FIXME!! -subpkgs=("${subpkgs[@]}" "libkdecore") +subpkgs=("${subpkgs[@]}" "kdelibs-core") subdescs=("${subdescs[@]}" "KDE4 Core Library.") subdepends=("${subdepends[@]}" "$LIBQTNETWORKDEP pcre xz $POLKIT_QT_1DEP \ libdbusmenu-qt>=0.7.0 libgcc strigi>=0.7.2-2 xfsprogs-acl libxrender libice \ - libxtst libxfixes libuuid libkrb5 shared-mime-info udev udisks upower") -subrodepends=("${subrodepends[@]}" "libkdecore-data") + libxtst libxfixes libuuid libkrb5 shared-mime-info udev udisks upower attica>=0.1.2") +subrodepends=("${subrodepends[@]}" "kdelibs-data") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') ##FIXME!!! what to do with these ? -subpkgs=("${subpkgs[@]}" "libkdecore-data") +subpkgs=("${subpkgs[@]}" "kdelibs-data") subdescs=("${subdescs[@]}" "Data files ( desktop files , protocol files , man , icons).") subdepends=("${subdepends[@]}" "") subrodepends=("${subrodepends[@]}" "") @@ -269,21 +269,21 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "sonnet-plugin-hspell") subdescs=("${subdescs[@]}" "Natural language processing for hspell") subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP bzip2 $POLKIT_QT_1DEP hspell") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "sonnet-plugin-aspell") subdescs=("${subdescs[@]}" "Natural language processing for aspell") subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP aspell bzip2 $POLKIT_QT_1DEP") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "sonnet-plugin-enchant") subdescs=("${subdescs[@]}" "Natural language processing for enchant") subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP enchant bzip2 $POLKIT_QT_1DEP") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -317,7 +317,7 @@ build() KDE_project_install interfaces/terminal Fsplit $pkgname-interfaces /\* - ##### likdecore / libkdecore-data start ####### + ##### kdelibs-core / kdelibs-data start ####### KDE_project_install kdecore KDE_project_install kinit KDE_project_install kded @@ -343,17 +343,17 @@ build() KDE_cleanup - Fsplit libkdecore-data usr/share/apps/kdeui/about - Fsplit libkdecore-data usr/share/apps/kdeui/pics - Fsplit libkdecore-data usr/share/kde4/services - Fsplit libkdecore-data usr/share/kde4/servicetypes - Fsplit libkdecore-data usr/share/apps/LICENSES - Fsplit libkdecore-data etc/kde/config/colors - Fsplit libkdecore-data etc/xdg/menus - Fsplit libkdecore-data usr/share/man - - ## now split the rest to libkdecore - Fsplit libkdecore /\* + Fsplit kdelibs-data usr/share/apps/kdeui/about + Fsplit kdelibs-data usr/share/apps/kdeui/pics + Fsplit kdelibs-data usr/share/kde4/services + Fsplit kdelibs-data usr/share/kde4/servicetypes + Fsplit kdelibs-data usr/share/apps/LICENSES + Fsplit kdelibs-data etc/kde/config/colors + Fsplit kdelibs-data etc/xdg/menus + Fsplit kdelibs-data usr/share/man + + ## now split the rest to kdelibs-core + Fsplit kdelibs-core /\* KDE_install } From bouleetbil at frogdev.info Sat Aug 6 15:01:23 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 15:01:23 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-shell-3.1.4-1-x86_64 Message-ID: <20110806130123.1B11ABAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=0d56c60133d35baa3c07b9549e18fb62f3d03017 commit 0d56c60133d35baa3c07b9549e18fb62f3d03017 Author: bouleetbil Date: Sat Aug 6 14:51:26 2011 +0200 gnome-shell-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/gnome-shell/FrugalBuild b/source/gnome/gnome-shell/FrugalBuild index 93d9498..048f1b7 100644 --- a/source/gnome/gnome-shell/FrugalBuild +++ b/source/gnome/gnome-shell/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: bouleetbil pkgname=gnome-shell -pkgver=3.0.2 -pkgrel=2 +pkgver=3.1.4 +pkgrel=1 pkgdesc="Window management and application launching for GNOME" url="http://www.gnome.org/" -depends=('libxml2>=2.7.8' 'mutter>=3.0.2.1' 'gnome-desktop>=3.0.2' 'gjs>=0.7' \ +depends=('libxml2>=2.7.8' 'mutter>=3.1.4' 'gnome-desktop>=3.1.4' 'gjs>=0.7' \ 'gnome-menus' 'librsvg' 'evolution-data-server' 'gconf' \ 'xulrunner' 'gst-plugins-base' 'pulseaudio>=0.9.23' 'gnome-themes-standard' \ 'gnome-bluetooth' 'gtk+3>=3.0.8' 'telepathy-glib' 'nm-applet' \ @@ -23,7 +23,7 @@ _F_gnome_git="n" Finclude gnome gnome-scriptlet export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/xulrunner/ replaces=('byzanz') -sha1sums=('1dcdbb2fd77641edfb222fa9aad6efa1eaff9895') +sha1sums=('20ddde96ead2f45560fad3f839cc6df27e8af4f1') if [ "$_F_gnome_git" != "n" ]; then unset sha1sums fi From bouleetbil at frogdev.info Sat Aug 6 15:16:39 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 15:16:39 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-shell-extensions-3.1.4-1-x86_64 Message-ID: <20110806131639.D3404BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ca8231b799dacd152e3bee66503c24617ae2f848 commit ca8231b799dacd152e3bee66503c24617ae2f848 Author: bouleetbil Date: Sat Aug 6 15:06:37 2011 +0200 gnome-shell-extensions-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/gnome-shell-extensions/FrugalBuild b/source/gnome/gnome-shell-extensions/FrugalBuild index 7d65b63..8294053 100644 --- a/source/gnome/gnome-shell-extensions/FrugalBuild +++ b/source/gnome/gnome-shell-extensions/FrugalBuild @@ -2,10 +2,10 @@ # Maintainer: bouleetbil pkgname=gnome-shell-extensions -pkgver=3.0.2 +pkgver=3.1.4 pkgrel=1 pkgdesc="Modify and extend GNOME Shell functionality and behavior" -depends=('gnome-shell>=3.0.1') +depends=('gnome-shell>=3.1.4') makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' \ 'gobject-introspection' 'krb5') groups=('gnome') @@ -13,7 +13,7 @@ archs=('i686' 'x86_64' 'ppc') _F_gnome_git="n" _F_gnome_glib="y" Finclude gnome gnome-scriptlet gnome-shell-extensions -sha1sums=('d7473bd7276569e49fed6407fb2da0b50c84aa3c') +sha1sums=('aeccb6670422b2d269a40a296d855ad0537af4a6') if [ "$_F_gnome_git" != "n" ]; then unset sha1sums fi @@ -32,6 +32,13 @@ subdepends=("${subdepends[@]}" "gnome-shell") subgroups=("${subgroups[@]}" 'gnome') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') +subpkgs=("${subpkgs[@]}" 'gnome-shell-extensions-apps-menus') +subdescs=("${subdescs[@]}" 'apps menus extension') +subrodepends=("${subrodepends[@]}" "$pkgname=$pkgver") +subdepends=("${subdepends[@]}" "gnome-shell") +subgroups=("${subgroups[@]}" 'gnome') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + build() { if [ "$_F_gnome_git" != "n" ]; then Funpack_scm @@ -50,6 +57,7 @@ build() { FGnomeShellVersion Fsplit gnome-shell-extensions-theme usr/share/gnome-shell/extensions/user-theme at gnome-shell-extensions.gnome.org Fsplit gnome-shell-extensions-dock usr/share/gnome-shell/extensions/dock at gnome-shell-extensions.gnome.org + Fsplit gnome-shell-extensions-apps-menus usr/share/gnome-shell/extensions/apps-menu at gnome-shell-extensions.gnome.org Fbuild_gnome_scriptlet } From bouleetbil at frogdev.info Sat Aug 6 15:21:40 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 15:21:40 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gcalctool-6.1.3-1-x86_64 Message-ID: <20110806132140.244F5BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5f50e39a472a41c38b577dc74f8a29aa442b9088 commit 5f50e39a472a41c38b577dc74f8a29aa442b9088 Author: bouleetbil Date: Sat Aug 6 15:11:44 2011 +0200 gcalctool-6.1.3-1-x86_64 *Version bump diff --git a/source/gnome/gcalctool/FrugalBuild b/source/gnome/gcalctool/FrugalBuild index 99b7bd1..4ecd8eb 100644 --- a/source/gnome/gcalctool/FrugalBuild +++ b/source/gnome/gcalctool/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Christian Hamar alias krix pkgname=gcalctool -pkgver=6.0.2 +pkgver=6.1.3 pkgrel=1 pkgdesc="A scientific calculator for GNOME" url="http://www.gnome.org/" @@ -16,6 +16,6 @@ _F_gnome_glib="y" _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" Finclude gnome gnome-scriptlet -sha1sums=('78285eeed61d9501e7534161b14eec67a385890b') +sha1sums=('f8d060de50630e7d9e2773e8b2908a720aa38632') # optimization OK From bouleetbil at frogdev.info Sat Aug 6 15:27:58 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 15:27:58 +0200 (CEST) Subject: [Frugalware-git] gnometesting: empathy-3.1.4-1-x86_64 Message-ID: <20110806132758.BC46CBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d49979444a2802cc5787dcda589950a916f9e540 commit d49979444a2802cc5787dcda589950a916f9e540 Author: bouleetbil Date: Sat Aug 6 15:17:55 2011 +0200 empathy-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/empathy/FrugalBuild b/source/gnome/empathy/FrugalBuild index ca4a1f7..bf27287 100644 --- a/source/gnome/empathy/FrugalBuild +++ b/source/gnome/empathy/FrugalBuild @@ -7,7 +7,7 @@ USE_SENDTO=${USE_SENDTO:-"n"} #Sendto have be merged to nautilus should wait pkgname=empathy -pkgver=3.1.1 +pkgver=3.1.4 pkgrel=1 pkgdesc="Empathy consists of a rich set of reusable instant messaging widgets" depends=('telepathy-glib' 'libxml2' 'enchant' 'ca-certificates' \ @@ -37,7 +37,7 @@ if Fuse $USE_MAP; then depend=("${depends[@]}" "libchamplain" "geoclue") Fconfopts="${Fconfopts[@]} --enable-map=yes" fi -sha1sums=('a556fe12a67cc24c351c539e941f3f6dcc5f2ef3') +sha1sums=('fbf491d695372dd7d8eee19a861be86072bf1981') replaces=('galaxium' 'gossip') if Fuse $USE_SENDTO; then From hermier at frugalware.org Sat Aug 6 15:33:29 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 6 Aug 2011 15:33:29 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdebase-runtime-4.7.0-3-i686 Message-ID: <20110806133329.70E06BAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=112601d4da73259ed55989b4b60a1d5422777d88 commit 112601d4da73259ed55989b4b60a1d5422777d88 Author: Michel Hermier Date: Sat Aug 6 15:32:52 2011 +0200 kdebase-runtime-4.7.0-3-i686 * libkdecore -> kdelibs-core. diff --git a/source/kde/kdebase-runtime/FrugalBuild b/source/kde/kdebase-runtime/FrugalBuild index 0ba8e45..8a12d5e 100644 --- a/source/kde/kdebase-runtime/FrugalBuild +++ b/source/kde/kdebase-runtime/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: centuri0 pkgname=kdebase-runtime -pkgrel=2 +pkgrel=3 pkgdesc="Programs and libraries needed at runtime by other KDE4 applications" groups=('kde') archs=('i686' 'x86_64' 'ppc') @@ -35,7 +35,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-drkonqi") subdescs=("${subdescs[@]}" "Runtime Files for DrKonqi.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -61,7 +61,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-kdebugdialog") subdescs=("${subdescs[@]}" "Runtime Files for KdebugDialog.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -77,7 +77,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-keditfiletype") subdescs=("${subdescs[@]}" "Runtime Files for Keditfiletype.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -85,7 +85,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-kfile") subdescs=("${subdescs[@]}" "Runtime Files for Kfile.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 gamin xfsprogs-attr libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 gamin xfsprogs-attr libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -93,7 +93,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-kglobalaccel") subdescs=("${subdescs[@]}" "Runtime Files for Kglobalaccel.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde44 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde44 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -110,7 +110,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-kiconfinder") subdescs=("${subdescs[@]}" "Runtime Files for Kiconfinder.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -118,7 +118,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-kioclient") subdescs=("${subdescs[@]}" "Runtime Files for Kioclient.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -126,7 +126,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-kioexec") subdescs=("${subdescs[@]}" "Runtime Files for KioExec.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 gamin xfsprogs-attr libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 gamin xfsprogs-attr libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -144,7 +144,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-kmimetypefinder") subdescs=("${subdescs[@]}" "Runtime Files for Kmimetypefinder.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 bzip2 polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 bzip2 polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -152,7 +152,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-knetattach") subdescs=("${subdescs[@]}" "Runtime Files for Knetattach.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqt3support>=$Qt4 libqtdbus>=$Qt4 libqtsvg>=$Qt4 gamin xfsprogs-attr +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqt3support>=$Qt4 libqtdbus>=$Qt4 libqtsvg>=$Qt4 gamin xfsprogs-attr libqtsvg>=$Qt4 libsm libxcursor bzip2 libxi polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") @@ -169,7 +169,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-knotify") subdescs=("${subdescs[@]}" "Runtime Files for Knotify.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 phonon>=4.4.0 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 phonon>=4.4.0 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -177,7 +177,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-kpasswdserver") subdescs=("${subdescs[@]}" "Runtime Files for Kpasswdserver.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqt3support>=$Qt4 libqtdbus>=$Qt4 gamin xfsprogs-attr +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqt3support>=$Qt4 libqtdbus>=$Qt4 gamin xfsprogs-attr libqtsvg>=$Qt4 libsm libxcursor bzip2 libxi polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") @@ -186,7 +186,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-kquitapp") subdescs=("${subdescs[@]}" "Runtime Files for Kquitapp.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 bzip2 polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 bzip2 polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -194,7 +194,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-kreadconfig") subdescs=("${subdescs[@]}" "Runtime Files for Kreadconfig.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 bzip2 polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 bzip2 polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -202,7 +202,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-kstart") subdescs=("${subdescs[@]}" "Runtime Files for Kstart.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -210,7 +210,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-ktimezoned") subdescs=("${subdescs[@]}" "Runtime Files for Ktimezoned.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 gamin xfsprogs-attr libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 gamin xfsprogs-attr libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -218,7 +218,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-ktraderclient") subdescs=("${subdescs[@]}" "Runtime Files for Ktraderclient.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -226,7 +226,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-kuiserver") subdescs=("${subdescs[@]}" "Runtime Files for Kuiserver.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -234,7 +234,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-kurifilter-plugins") subdescs=("${subdescs[@]}" "Runtime Files for Kurifilter.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 bzip2 gamin xfsprogs-attr libqtgui>=$Qt4 polkit-qt-1 libxext") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 bzip2 gamin xfsprogs-attr libqtgui>=$Qt4 polkit-qt-1 libxext") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -242,7 +242,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-kwalletd") subdescs=("${subdescs[@]}" "Runtime Files for Kwalletd.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 bzip2 polkit-qt-1 libqtgui>=$Qt4 gamin xfsprogs-attr libxext") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 bzip2 polkit-qt-1 libqtgui>=$Qt4 gamin xfsprogs-attr libxext") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -278,7 +278,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-solid-device-automounter") subdescs=("${subdescs[@]}" "Runtime Files for SolidDeviceAutomounter.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -286,7 +286,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-solid-hardware") subdescs=("${subdescs[@]}" "Runtime Files for SolidHardware") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 bzip2 libqtgui>=$Qt4 polkit-qt-1 libxext") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 bzip2 libqtgui>=$Qt4 polkit-qt-1 libxext") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -294,7 +294,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-solid-networkstatus") subdescs=("${subdescs[@]}" "Runtime Files for SolidNetworkStatus.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "kdebase-workspace-solid-networking") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -302,7 +302,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-solidautoeject") subdescs=("${subdescs[@]}" "Runtime Files for SolidAutoEject.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -310,7 +310,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "$pkgname-soliduiserver") subdescs=("${subdescs[@]}" "Runtime Files for Soliduiserver.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") @@ -335,8 +335,8 @@ _F_kde_subpkgs=("${subpkgs[@]}") subpkgs=("${subpkgs[@]}" "$pkgname-data") subdescs=("${subdescs[@]}" "$pkgname Data Files") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 libxext bzip2 polkit-qt-1") -subrodepends=("${subrodepends[@]}" "libkdecore-data>=$Kde4") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 libxext bzip2 polkit-qt-1") +subrodepends=("${subrodepends[@]}" "kdelibs-data>=$Kde4") subreplaces=("${subreplaces[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") subarchs=("${subarchs[@]}" "i686 x86_64 ppc") From bouleetbil at frogdev.info Sat Aug 6 15:40:44 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 15:40:44 +0200 (CEST) Subject: [Frugalware-git] gnometesting: vinagre-3.1.4-1-x86_64 Message-ID: <20110806134044.C8159BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b0cfe1b7204368bf7c0f20003077c9baf52586ab commit b0cfe1b7204368bf7c0f20003077c9baf52586ab Author: bouleetbil Date: Sat Aug 6 15:30:44 2011 +0200 vinagre-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/vinagre/FrugalBuild b/source/gnome/vinagre/FrugalBuild index 7bbafff..e21f6f1 100644 --- a/source/gnome/vinagre/FrugalBuild +++ b/source/gnome/vinagre/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=vinagre -pkgver=3.1.1 -pkgrel=2 +pkgver=3.1.4 +pkgrel=1 pkgdesc="VNC Client for the GNOME Desktop" depends=('gtk3-vnc' 'gnutls' 'libgcrypt' 'libavahi-ui' 'atk' \ 'pango' 'libxau' 'libxdmcp' 'freetype2' 'libxdamage' \ @@ -17,11 +17,9 @@ _F_gnome_glib="y" _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet -source=($source enable_rdp.diff) groups=('gnome') archs=('i686' 'ppc' 'x86_64') -sha1sums=('c38f798f5e9d3cfd9e3602ab09f5c9ce6f3fbbed' \ - 'd5dfc2e9dab539d41ff2b2b1c39a97cf1a5764fe') +sha1sums=('124dd9ae1cc3451c7d3ef5cc4c6ebfabd11c1408') unset MAKEFLAGS Fconfopts="$Fconfopts --enable-rdp --enable-ssh --disable-static --disable-applet" replaces=('tsclient') diff --git a/source/gnome/vinagre/enable_rdp.diff b/source/gnome/vinagre/enable_rdp.diff deleted file mode 100644 index 4e18f13..0000000 --- a/source/gnome/vinagre/enable_rdp.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- vinagre-2.91.91/data/org.gnome.Vinagre.gschema.xml.in.old 2011-03-17 22:05:09.000000000 +0100 -+++ vinagre-2.91.91/data/org.gnome.Vinagre.gschema.xml.in 2011-03-17 22:05:53.000000000 +0100 -@@ -27,7 +27,7 @@ - <_description>Set to "true" to always start the program listening for reverse connections. - - -- [ 'vnc' ] -+ ['rdp','vnc' ] - <_summary>Active plugins - <_description>List of active plugins. It contains the "Location" of the active plugins. See the .vinagre-plugin file for obtaining the "Location" of a given plugin. - From phayz at frugalware.org Sat Aug 6 15:42:31 2011 From: phayz at frugalware.org (Russell Dickenson (AKA phayz)) Date: Sat, 6 Aug 2011 15:42:31 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: Newsletter issue 81 Message-ID: <20110806134231.3F328BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=d4649cf920cc937c11e8791da408f1f3c1c5e218 commit d4649cf920cc937c11e8791da408f1f3c1c5e218 Author: Russell Dickenson (AKA phayz) Date: Sat Aug 6 23:41:14 2011 +1000 Newsletter issue 81 * intial release new file: issue81_desktopscreenshot_phayz.png new file: issue81_desktopscreenshot_phayz_t.png new file: issue81_screenshot_viewyourmind.png new file: issue81_screenshot_viewyourmind_t.png new file: ../../weeklynews/issue81.html diff --git a/frugalware/images/newsletter/issue81_desktopscreenshot_phayz.png b/frugalware/images/newsletter/issue81_desktopscreenshot_phayz.png new file mode 100644 index 0000000..d4e8cef Binary files /dev/null and b/frugalware/images/newsletter/issue81_desktopscreenshot_phayz.png differ diff --git a/frugalware/images/newsletter/issue81_desktopscreenshot_phayz_t.png b/frugalware/images/newsletter/issue81_desktopscreenshot_phayz_t.png new file mode 100644 index 0000000..3a8fd84 Binary files /dev/null and b/frugalware/images/newsletter/issue81_desktopscreenshot_phayz_t.png differ diff --git a/frugalware/images/newsletter/issue81_screenshot_viewyourmind.png b/frugalware/images/newsletter/issue81_screenshot_viewyourmind.png new file mode 100644 index 0000000..49fa436 Binary files /dev/null and b/frugalware/images/newsletter/issue81_screenshot_viewyourmind.png differ diff --git a/frugalware/images/newsletter/issue81_screenshot_viewyourmind_t.png b/frugalware/images/newsletter/issue81_screenshot_viewyourmind_t.png new file mode 100644 index 0000000..6dad006 Binary files /dev/null and b/frugalware/images/newsletter/issue81_screenshot_viewyourmind_t.png differ diff --git a/frugalware/weeklynews/issue81.html b/frugalware/weeklynews/issue81.html new file mode 100644 index 0000000..8e6e316 --- /dev/null +++ b/frugalware/weeklynews/issue81.html @@ -0,0 +1,690 @@ +
    + +

    Frugalware Linux Newsletter - Issue 81

    + +

    ???to inform???to educate???to entertain

    + +

    :)

    + +

    +

    Press [Any] key to continue...
    +

    + + +

    Welcome

    + +

    Welcome to another issue of the Frugalware Linux community's + newsletter, which highlights the latest events and activities of the + Frugalware Linux community.

    + +

    Features of this issue include:

    + +
      +
    • Bon voyage, Carl
    • +
    • Welcome back Jercel!
    • +
    • pacman-g2 is now faster
    • +
    • Frugalware Exam
    • +
    + +
    +
    Events etc +

    + +

    Here???s a selection of recent events and other items that you might find + interesting:

    + +

    Frugalware release 1.5 rc2 has been released

    + +

    On 1 August 2011, developer VMiklos announced the latest in the series + of test releases for Frugalware release 1.5 ("Mores"). There have been + some significant changes since the previous test release so we need your + help. If you have the required time and bandwidth available, + please help test this release for us. All that's required is to + install it as you usually would, together with all your usual packages. + Don't do this on your main computer but instead on a spare PC or a virtual + PC. If you find anything which worked in release 1.4 but now doesn't work, + please report these bugs in the Bug + Tracking System.

    + +

    Bon voyage, Carl

    + +

    Frugalware contributor Carl Andersen announced on 4 July 2011 on the + i18n mailing list that he will no longer be contributing Danish + translations. His other interests and activities, including sailing, are + taking priority. Over the past 4 years he has done an excellent job and of + course we're sorry to see him leave. Featuring in this issue is a farewell + interview with Carl, in which he reflects on his contributions to + Frugalware. Good luck and may he have good winds wherever he travels.

    + +

    Welcome back Jercel!

    + +

    Just as Carl announced that he was leaving the Frugalware team, Jercel + announced his return after a break of about 6 months. He's made some + great contributions in the past so it's great to have him back.

    + +

    pacman-g2 is now faster

    + +

    VMiklos recently changed the way in which pacman-g2's package database is + stored and handled. Until then the database, contained in a single file, + was downloaded and uncompressed to many small files. When searching across + the database this was very inefficient and slow because many files were + opened and closed in turn. The change means that the database is downloaded + and uncompressed in memory instead of on disk, resulting in a fantastic + increase in performance overall. If pacman-g2 was a commercial product, + we would probably be advertising it's "New and improved formula!" so get it + now because you never know, it just might make your clothes cleaner and + brighter! :P

    + +

    Please submit hardware reviews in the wiki

    + +

    Before buying hardware it's great to know if someone else already has + it and if they had any problems getting it to work under Linux. Sometimes + you can find information and other times you can't. For everyone's' + benefit, please add to the wiki a little information + about the hardware you use, particularly laptops, printers and other + peripherals. The wiki entry doesn't have to be long but it should include + manufacturer and model and a brief description of your experience with it. + If you had to change configuration files please include these or provide a + link to the resources you used (external web site, for example) to make + these changes. If everyone in the community did this for their hardware we + would have an incredibly useful resource, not only for Frugalware users + but all Linux users.

    + +
    +
    New Packages
    +
    + +

    Here's a selection of packages which have been added since the previous + newsletter issue.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    PackageDescriptionMaintainer
    +

    gnome-shell-extension-overview-icon-20110629

    +
    +

    Display an icon on each window in overview mode.

    +
    +

    Baste

    +
    +

    gnome-shell-extension-cpufreq-20110629

    +
    +

    Display and control cpu frequency in gnome-shell.

    +
    +

    Baste

    +
    +

    gedit-plugin-whitespace-terminator-20110704

    +
    +

    Gedit plugin stripping trailing whitespace before + saving.

    +
    +

    Baste

    +
    +

    gdm3setup-20110705

    +
    +

    A GUI to setting GDM3.

    +
    +

    Baste

    +
    +

    openclonk-5.1.2

    +
    +

    Free multiplayer action game where you control + clonks, small but witty and nimble humanoid beings.

    +
    +

    Melko

    +
    +

    jdownloader-0.9581

    +
    +

    JDownloader is a java based + downloadmanager supporting RapidShare, + Megaupload and another 1000+ sites.

    +
    +

    kikadf

    +
    +

    xloadimage-4.1

    +
    +

    An utility to view many different types of images + under X11.

    +
    +

    Elentir

    +
    +

    libhid-0.2.16

    +
    +

    A library for handling USB HID devices.

    +
    +

    James Buren

    +
    + +
    +
    Tips and Tricks
    +
    + +

    Don't be afraid of console applications

    + +

    Although GUI applications often win fans for their 'bling', console + applications usually win fans for their functionality. They have several + advantages over equivalent GUI applications:

    + +
      +
    • they are often faster and require fewer system resources (memory + and CPU), making them especially good for older PCs and PCs/laptops + with less powerful CPUs;
    • + +
    • text-only interfaces use less screen space compared to a GUI + interface and if you use a small font you can fit a lot onto a screen. + This is especially useful for netbooks;
    • + +
    • they make a great combination with utilities such as screen + and Terminator + .
    • +
    + +

    Here are some console-based applications which you might find useful as + a replacement for a GUI application:

    + +
      +
    • tyrs - Identi.ca and Twitter client;
    • +
    • irssi - IRC client;
    • +
    • bashburn - Burn content to writeable CD/DVD media;
    • +
    • MOC - console audio player.
    • +
    + +

    Do you have any tips or tricks to share?

    + +

    This section relies on your contributions! If you have some tips and + tricks that you would like to share, please post them in the forum + or the comments section below.

    + + +
    +
    Interview
    +
    + +

    As I mentioned in the "Events etc" section, Carl Andersen will no longer + be contributing to Frugalware. Before he sailed away into the sunset I + asked him for a farewell interview, a chance to reflect on his work and + achievements. Thankfully he agreed and here is what he said...

    + +
    +
    What motivated you to begin translating Frugalware + projects?
    + +
    Early on, I became interested in translating Frugalware + projects. Mainly because I knew that a lot of Danish consumers were + interested in Frugalware's projects. I felt it only natural that + these people deserved to be able to read the manuals in their own + language. I also knew that there were a lot of elderly people who + did not know a word of English. I soon discovered that it was also a + lot of fun, as well as very hard work, translating the projects. + However, I also felt that it was important to keep going. All this + kept me interested and urged me to keep bettering myself.

    + +
    Did you learn anything over the four years you provided + translations?
    + +
    Yes. I learned a lot of technical terms which came in handy in + future projects. I also learned that translation from one language + to another is very hard work and that it takes a person with great + dedication to keep at it even when things get tough. It made me + appreciate other people's hard work even more than I did before, as + well as gave me a whole new perspective on words and translation in + general. The translation process also did wonders for my vocabulary. + Over the course of four years I also came to appreciate the + Frugalware organisation more and more, not to mention its + developers, whom I have always thought did an excellent job in + developing Frugalware.

    + +
    Did you have any aim(s) when you started ? If you did, did + you achieve it/them?
    + +
    Firstly, when I started translating I wanted to make Frugalware + and its projects known to a larger audience within Denmark. I feel + that I have fulfilled this aim. I run a website which focuses on + Frugalware and in four years it has been visited by 90,000 people + worldwide. So I am very pleased. Secondly, I especially wanted + elderly people to get acquainted with Frugalware and its projects. I + also feel that this aim has been achieved as I have gotten a lot of + positive responses to my work from all age groups.

    + +
    Are there any special moments you remember?
    + +
    There are always a lot of good and bad moments when you + embark on a grand adventure. However, I am glad to say that there + are a lot more good moments than bad. I especially remember my + moment of triumph when I first felt that all my hard work was + recognized and I also appreciate all the positive response and + heartfelt congratulations I get from people all over the world. I + really feel that I have been part of something important.

    + +
    Would you recommend translating to others who might be + interested?
    + +
    Definitely. I hope other people will take the translation of + Frugalware projects as seriously as I have. I feel it necessary to + keep the spirit of Frugalware alive and this is why the translation + process is such an important part. Without the translators there + would not be so many people who would be able to benefit from + Frugalware's projects. Of course more and more people nowadays are + able to understand English, but I still feel that many people are + happy that they are able to read about Frugalware in their own + language, especially the package program.

    + +
    Will you remain using Frugalware Linux?
    + +
    At the moment I am not using Frugalware Linux. I have + decided to try something new so at the moment I use Linux Mint. So + far I am very pleased with this version. It is very easy to install + and I really like the design. I could not be happier. I have used + Linux for twelve and a half years and I cannot promise that I will + never go back to using Frugalware Linux again. However, at the + moment I am happy exploring other possibilities. After all, they do + say that new experiences broaden the mind.

    +
    + +
    +
    Frugalware Exam
    +
    + +

    It's time to test your knowledge of Frugalware

    + +

    This is the third exam in an ongoing series aimed as testing your + knowledge of Frugalware. Below is a number of multiple-choice questions, + all of which you must answer. Make a note of your answers and check them + against the correct answers in the next newsletter issue. You will then be + able to compare your result against a table and confirm your Frugalware + rating.

    + +

    What's required to become a member of the Frugalware development team?

    + +
      +
    1. Payment of a huge membership fee;
    2. +
    3. a university degree;
    4. +
    5. Submission of enough FrugalBuild patches to have proven you know + what you're doing;
    6. +
    7. All of the above.
    8. +
    + +

    Frugalware packages are available around the world from what type of source?

    + +
      +
    1. walls;
    2. +
    3. mirrors;
    4. +
    5. windows;
    6. +
    7. an online subscription service.
    8. +
    + +

    Which of the following is NOT a label commonly applied to one or more +Frugalware package repositories?

    + +
      +
    1. current;
    2. +
    3. work-in-progress;
    4. +
    5. stable;
    6. +
    7. almost-stable-but-sometimes-makes-your-PC-explode.
    8. +
    + +

    Which of the following is NOT a recommended method of communicating with +others in the Frugalware community?

    + +
      +
    1. ouija board;
    2. +
    3. email;
    4. +
    5. IRC;
    6. +
    7. forums.
    8. +
    + +

    Frugalware's package manager (pacman-g2) is a fork of which package manager?

    + +
      +
    1. apt;
    2. +
    3. yum;
    4. +
    5. ArchLinux's pacman;
    6. +
    7. gcc.
    8. +
    + +

    What is the aim of the newsletter?

    + +
      +
    1. To reduce global carbon emissions;
    2. +
    3. Improve the wealth of its editor and author;
    4. +
    5. Inform readers about recent events and activities in the community;
    6. +
    7. Improve awareness of Pandas.
    8. +
    + +

    Who can edit the wiki?

    + +
      +
    1. Everyone;
    2. +
    3. Members of the Frugalware Wiki Maintainers Company;
    4. +
    5. Anyone with a wiki account;
    6. +
    7. Frugalware developers.
    8. +
    + +

    A Feature Request in the Bug Tracking System can be made if you want + what?

    + +
      +
    1. Someone to make you a cup of coffee;
    2. +
    3. A different wallpaper on your desktop;
    4. +
    5. A new feature or package, or an existing feature changed;
    6. +
    7. To be rich, famous and successful.
    8. +
    + + +
    +
    Focus on Packages
    +
    + +

    View Your Mind

    + +

    View Your Mind (VYM) is a mind mapping tool but just what you do with it is + not easy to explain. The general idea is that a mind map allows you to + record your ideas and thoughts in a graphical format which shows the + connections between them. Creating a mind map is done by starting at a + central point and branching out from there into related topics and + sub-topics. The advantage to this method is that it's easier to understand + connections between ideas because they're clearly shown in the map. It + requires both the analytical and artistic sides of the brain so is a more + effective method of noting ideas compared with a written list or "brain + dump". Mind maps, and VYM in this case, can be used for many + purposes but common uses are project planning. Look at the VYM home page, + which itself was created using VYM, for an example of its output. Creating + a mind map on computer is easier than on paper and more easily shared since + you can send either the map file itself or export it a static image format. + Next time you're writing down ideas on a topic, try VYM and you just might + get better results.

    + + View Your Mind screenshot + + +
    +
    Users' Desktop Screenshots
    +
    + +

    This new section of the newsletter features screenshots of users' desktop + configurations. Whether we use a desktop environment or only a window + manager, most of us like to tweak the appearance of our desktop until it + looks just right. With almost endless configuration options it can become an + obsession. The screenshots which appear in this section are examples of what + you can achieve. You may not like them all but you may learn about an option + or application that you didn't know before. If the creator of the screenshot + has provided details of the configuration, these are provided below.

    + +

    Phayz

    + +

    Sadly there's only one users' desktop screenshot in this issue. + Please do submit them in the forum, otherwise this feature + will disappear.

    + +

    This screenshot features the IDE or Ikea Desktop Environment which is + very flexible, allowing for personal customisation. Highlights of this + desktop include:

    + +
      +
    • 1. A device commonly called a telephone which allows + people to communicate verbally to each other. Although it's + considered outdated now, prior to the rise of social networks + it was the primary means of communication worldwide;
    • + +
    • 2. A drinks container, allowing the convenient storage of + beverages such as tea or coffee. These are commonly used to keep the + user awake;
    • + +
    • 3. A notepad and pencil. These are even rarer than the telephone + and were once a common means of noting information. These are + considered of historic value only and have since been replaced with + smart phones and tablets;
    • + +
    • 4. A maze of cables which clearly illustrates the value of + wireless devices. In fact this arrangement is kept only to encourage + others to prevent this happening in their own homes.
    • +
    + + Screenshot of phayz's desktop + + +
    +
    From the wiki to you...
    +
    + +

    The wiki is a very useful source of information about Frugalware, + hardware and applications. Sometimes the question is asked: what should go + in the wiki and what should go in the official manual? The general + guideline is that the manual's purpose is to help you install, manage and + maintain Frugalware only, not individual applications. The wiki's purpose + is to allow everyone to contribute any information that they think might + be useful to other Frugalware users. Changes occur so quickly in the FLOSS + world that it would impossible to cover everything in the official + documentation but a wiki allows collective knowledge to be shared, which + is itself a great feature of the FLOSS community.

    + +

    Here are some highlights of recent additions and changes to the wiki.

    + +
      +
    • Elementary Portage - Updated. This page is used by + Devil505 to track the porting of the Elementary Project's applications + to Frugalware;
    • + +
    • Plank (Fran??ais) - New.Details of the simple dock, + Plank;
    • + +
    • SSH (and SSH (Fran??ais)) - Updated.Lots of + information about SSH
    • + +
    • TODO-1.6 - New. This page is used to detail what's + planned for Frugalware release 1.6
    • + +
    • Broadcom wireless (and Broadcom wireless (Fran??ais)) - New. +
    • Lots if information about Broadcom wireless and various + configuration tweaks. + +
    • Beatbox (and Beatbox (Fran??ais)) - New. Information + about the Beatbox media player.
    • + +
    • Frugalware production infrastructure - New Details + of the various servers which form the Frugalware infrastructure.
    • +
    + +
    +
    Bug Tracker System (BTS) Activity
    +
    + +

    The following table gives you a overview of activity on bugs and + feature requests as at 6 August 2011. Click on the link in each cell for + details of the relevant bug reports or feature requests.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ActivityBugsFeature Requests
    Open266168
    Opened since the previous newsletter23
    Closed since the previous newsletter5921
    + + +
    +
    Security Announcements
    +
    + +

    Remember - According to the normal support arrangements + for Frugalware, the release of 1.4 ("Nexon") means that no further security + or bug fixes will be released for Frugalware 1.3 ("Haven") or earlier.

    + +

    Here is a list of security issues which have + been discovered and fixed in the 1.4 release since the previous newsletter. +

    + + + + + + + + + +
    FSAPackageFSA DescriptionUpgrade To
    FSA733drupal7A vulnerability has been reported in Drupal, which can be exploited by malicious users to bypass certain security restrictionsdrupal7-7.7-1nexon1
    FSA732phpmyadminMultiple vulnerabilities have been reported in phpMyAdmin, which can be exploited by malicious users to conduct cross-site scripting attacks and potentially compromise a vulnerable system and by malicious people to disclose potentially sensitive information and potentially compromise a vulnerable systemphpmyadmin-3.4.3.2-1nexon1
    FSA731wiresharkTwo vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service)wireshark-1.6.1-1nexon1
    FSA730drupal6-develA vulnerability has been reported in the Devel module for Drupal, which can be exploited by malicious people to conduct cross-site request forgery attacksdrupal6-devel-6.x_1.25-1nexon1
    FSA729phpmyadminSome vulnerabilities have been reported in phpMyAdmin, which can be exploited by malicious users to disclose sensitive information and by malicious users and malicious people to compromise a vulnerable systemphpmyadmin-3.4.3.1-1nexon1
    FSA728wordpressMultiple vulnerabilities have been reported in WordPress, which can be exploited by malicious users to bypass certain security restrictions and conduct SQL injection attackswordpress-3.1.4-1nexon1
    FSA727drupal7A vulnerability has been reported in Drupal, which can be exploited by malicious people to bypass certain security restrictionsdrupal7-7.4-1nexon1
    FSA726libreofficeMultiple vulnerabilities have been reported in LibreOffice, which can be exploited by malicious people to compromise a user's systemlibreoffice-3.3.3.1-1nexon1
    + +
    +
    About the newsletter
    +
    + +

    Author

    + +

    The Frugalware newsletter is written and edited by Russell Dickenson (AKA + phayz). Credit for the Frugalware distribution goes to the development + team.

    + +

    Release

    + +

    To allow time for review and corrections, each newsletter is written ahead + of its release date. Therefore it may not mention events which occurred in + the few days before its release - e.g. security fixes. To be sure that you???ve + got the very latest information on these topics, go to the appropriate page + of the Frugalware web site.

    + +
    +
    Comments
    +
    + +

    If you would like to comment on the Frugalware newsletter, please do so in + the forums or the comments section below. Your feedback is valuable because + we want the newsletter to meet the needs of Frugalware???s users.

    + +
    blog + comments powered by Disqus + + From phayz at frugalware.org Sat Aug 6 15:47:40 2011 From: phayz at frugalware.org (Russell Dickenson (AKA phayz)) Date: Sat, 6 Aug 2011 15:47:40 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: Newsletter issue 81 * minor URL corrections Message-ID: <20110806134740.390D8BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=63fecf57975086f5d2c33d18ef2ae05b9b40ae21 commit 63fecf57975086f5d2c33d18ef2ae05b9b40ae21 Author: Russell Dickenson (AKA phayz) Date: Sat Aug 6 23:47:03 2011 +1000 Newsletter issue 81 * minor URL corrections modified: issue81.html diff --git a/frugalware/weeklynews/issue81.html b/frugalware/weeklynews/issue81.html index 8e6e316..8c9e7bd 100644 --- a/frugalware/weeklynews/issue81.html +++ b/frugalware/weeklynews/issue81.html @@ -270,7 +270,7 @@
    Interview
    -
    +

    As I mentioned in the "Events etc" section, Carl Andersen will no longer be contributing to Frugalware. Before he sailed away into the sunset I @@ -467,11 +467,10 @@ others in the Frugalware community?

    get better results.

    View Your Mind screenshot -
    Users' Desktop Screenshots
    @@ -555,7 +554,7 @@ others in the Frugalware community?

    planned for Frugalware release 1.6
  • Broadcom wireless (and Broadcom wireless (Fran??ais)) - New. -
  • Lots if information about Broadcom wireless and various + Lots if information about Broadcom wireless and various configuration tweaks.
  • Beatbox (and Beatbox (Fran??ais)) - New. Information From bouleetbil at frogdev.info Sat Aug 6 15:49:52 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 15:49:52 +0200 (CEST) Subject: [Frugalware-git] gnometesting: evince-3.1.2-1-x86_64 Message-ID: <20110806134952.46B72BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e989b92325597021043e19eacf31a39c316cf8ed commit e989b92325597021043e19eacf31a39c316cf8ed Author: bouleetbil Date: Sat Aug 6 15:39:52 2011 +0200 evince-3.1.2-1-x86_64 *Version bump diff --git a/source/gnome/evince/FrugalBuild b/source/gnome/evince/FrugalBuild index 62c7517..366c824 100644 --- a/source/gnome/evince/FrugalBuild +++ b/source/gnome/evince/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=evince -pkgver=3.0.2 +pkgver=3.1.2 pkgrel=1 pkgdesc="A document viewer for GNOME" depends=('gtk+3' 'poppler-glib>=0.16.0' 'rarian' 'desktop-file-utils' 'libxml2>=2.7.8' \ @@ -19,7 +19,7 @@ _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" Finclude gnome gnome-scriptlet url="http://www.gnome.org/projects/evince/" -sha1sums=('e87435d6cb42b9663c414691603bdfb426dfe640') +sha1sums=('6d94926768b16a33a37cd5af5f3085b8114c7c86') subpkgs=('evince-nautilus') subdescs=('Evince plugin for Nautilus') From phayz at frugalware.org Sat Aug 6 15:50:25 2011 From: phayz at frugalware.org (Russell Dickenson (AKA phayz)) Date: Sat, 6 Aug 2011 15:50:25 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: Announcement of newsletter issue 81 Message-ID: <20110806135025.12E45BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=c83ea087009c40e8b316522f80c111b6eefffda7 commit c83ea087009c40e8b316522f80c111b6eefffda7 Author: Russell Dickenson (AKA phayz) Date: Sat Aug 6 23:50:04 2011 +1000 Announcement of newsletter issue 81 modified: news.xml diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 4971042..5908f8f 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -29,6 +29,27 @@ to an attribute of Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + + 212 + Frugalware Newsletter Issue 81 + Sat, 06 Aug 2011 23:49:23 +1000 + phayz + 0 + + Features of this issue include: +
      +
    • Bon voyage, Carl
    • +
    • Welcome back Jercel!
    • +
    • pacman-g2 is now faster
    • +
    • Frugalware Exam
    • +
    + You can read it here. We hope you enjoy reading it. + ]]> +
    + /images/icons/newsletter.png +
    211 Frugalware 1.5rc2 (Mores) released From bouleetbil at frogdev.info Sat Aug 6 15:56:19 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 15:56:19 +0200 (CEST) Subject: [Frugalware-git] gnometesting: eog-3.1.4-1-x86_64 Message-ID: <20110806135619.03493BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=9d6d7d6b8e37f353a120705dc86f0aedfc71a818 commit 9d6d7d6b8e37f353a120705dc86f0aedfc71a818 Author: bouleetbil Date: Sat Aug 6 15:46:13 2011 +0200 eog-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/eog/FrugalBuild b/source/gnome/eog/FrugalBuild index 7a653c9..3b543c8 100644 --- a/source/gnome/eog/FrugalBuild +++ b/source/gnome/eog/FrugalBuild @@ -3,11 +3,11 @@ # Contributor: Christian Hamar alias krix pkgname=eog -pkgver=3.1.1 -pkgrel=2 +pkgver=3.1.4 +pkgrel=1 pkgdesc="An image viewing and cataloging program for GNOME" depends=('libxml2>=2.7.8' 'libexif' 'rarian' 'desktop-file-utils' 'python>=2.7' \ - 'gnome-desktop>=3.1.1' 'lcms2' 'libart_lgpl' 'libpeas-gtk') + 'gnome-desktop>=3.1.4' 'lcms2' 'libart_lgpl' 'libpeas-gtk') makedepends=('intltool' 'gnome-doc-utils>=0.16.0') groups=('gnome') archs=('i686' 'x86_64' 'ppc') @@ -16,6 +16,6 @@ _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet -sha1sums=('a7b87c39d491c3bf87aec078a81ddda3a5b1e1e6') +sha1sums=('5a2efc49b26aedf3e2ed5ea94343d7ffb0d9ee71') # optimization OK From hermier at frugalware.org Sat Aug 6 16:01:49 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 6 Aug 2011 16:01:49 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdepimlibs-4.7.0-2-i686 Message-ID: <20110806140149.AEC4BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=72184c032bc41f8ace679eb72d6cecc4085a42fd commit 72184c032bc41f8ace679eb72d6cecc4085a42fd Author: Michel Hermier Date: Sat Aug 6 15:34:32 2011 +0200 kdepimlibs-4.7.0-2-i686 * libkdecore -> kdelibs-core. diff --git a/source/kde/kdepimlibs/FrugalBuild b/source/kde/kdepimlibs/FrugalBuild index 2b10685..f966c63 100644 --- a/source/kde/kdepimlibs/FrugalBuild +++ b/source/kde/kdepimlibs/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: DeX77 pkgname=kdepimlibs -pkgrel=1 +pkgrel=2 pkgdesc="Personal Information Management (PIM) libraries for KDE4." url='http://www.kde.org' groups=('kde') @@ -62,7 +62,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "libkholidays") subdescs=("${subdescs[@]}" "C++ library for calendar holidays.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtcore>=$Qt4 libqtdbus>=$Qt4 bzip2 polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtcore>=$Qt4 libqtdbus>=$Qt4 bzip2 polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core") subarchs=("${subarchs[@]}" "i686 x86_64 ppc") @@ -76,21 +76,21 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "libkldap") subdescs=("${subdescs[@]}" "C++ API for LDAP access.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 libldap bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 libldap bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core") subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "libkontactinterface") subdescs=("${subdescs[@]}" "KParts Kontact interface.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 gamin xfsprogs-attr libxext bzip2 polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 gamin xfsprogs-attr libxext bzip2 polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core") subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "libkresources") subdescs=("${subdescs[@]}" "Framework to manage resources of different types.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core") subarchs=("${subarchs[@]}" "i686 x86_64 ppc") @@ -105,14 +105,14 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "libkxmlrpcclient") subdescs=("${subdescs[@]}" "An XML-RPC client library.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core") subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "libmailtransport") subdescs=("${subdescs[@]}" "C++ API and support code for managing mail transport.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 gamin xfsprogs-attr libxext bzip2 polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 gamin xfsprogs-attr libxext bzip2 polkit-qt-1") subrodepends=("${subrodepends[@]}" "libakonadi>=$Kde4") subgroups=("${subgroups[@]}" "kde kde-core") subarchs=("${subarchs[@]}" "i686 x86_64 ppc") @@ -126,7 +126,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "libkmbox") subdescs=("${subdescs[@]}" "A library for handling mbox data.") -subdepends=("${subdepends[@]}" "libqtcore>=$Qt4 libkdecore>=$Kde4") +subdepends=("${subdepends[@]}" "libqtcore>=$Qt4 kdelibs-core>=$Kde4") subrodepends=("${subrodepends[@]}" "libkmime>=$Kde4") subgroups=("${subgroups[@]}" "kde kde-core") subarchs=("${subarchs[@]}" "i686 x86_64 ppc") @@ -140,7 +140,7 @@ subarchs=("${subarchs[@]}" "i686 x86_64 ppc") subpkgs=("${subpkgs[@]}" "libsyndication") subdescs=("${subdescs[@]}" "An RSS/Atom feed parser library.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core") subarchs=("${subarchs[@]}" "i686 x86_64 ppc") @@ -181,7 +181,7 @@ _F_kde_subpkgs=("${subpkgs[@]}") subpkgs=("${subpkgs[@]}" "libkmime") subdescs=("${subdescs[@]}" "C++ API for MIME handling.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtcore>=$Qt4 libqtdbus>=$Qt4 bzip2 polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtcore>=$Qt4 libqtdbus>=$Qt4 bzip2 polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" "kde kde-core") subarchs=("${subarchs[@]}" "i686 x86_64 ppc") From hermier at frugalware.org Sat Aug 6 16:01:49 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 6 Aug 2011 16:01:49 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdebase-4.7.0-2-i686 Message-ID: <20110806140149.D5A08BAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=038c61f2739a0c61b9c6e8cb3b26648b9d6efee4 commit 038c61f2739a0c61b9c6e8cb3b26648b9d6efee4 Author: Michel Hermier Date: Sat Aug 6 16:01:13 2011 +0200 kdebase-4.7.0-2-i686 * libkdecore -> kdelibs-core diff --git a/source/kde/kdebase/FrugalBuild b/source/kde/kdebase/FrugalBuild index 254c7d1..895d52b 100644 --- a/source/kde/kdebase/FrugalBuild +++ b/source/kde/kdebase/FrugalBuild @@ -2,27 +2,23 @@ # Maintainer: centuri0 pkgname=kdebase -pkgrel=1 +pkgrel=2 pkgdesc="Basic programs for KDE4" groups=('kde') archs=('i686' 'x86_64' 'ppc') -_F_kde_subpkgs_custom_path=1 _F_kde_name=kde-baseapps Finclude kde depends=() makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" \ "ksgmltools2>=$_F_kde_ver" "qimageblitz" "docbook-xsl" \ "libdbusmenu-qt>=0.8.0") -##replaces=('bscommander' 'kasablanca') -#source=($source kinfocenter-icons.patch) -sha1sums=('99f6b99039fbe41f470699232de703b4f4be802e') Qt4="${_F_kde_qtver}" Kde4="${_F_kde_ver}" subpkgs=("${subpkgs[@]}" "libkonq") subdescs=("${subdescs[@]}" "The embeddable part of konqueror") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 gamin xfsprogs-attr bzip2 phonon>=4.4.0") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 gamin xfsprogs-attr bzip2 phonon>=4.4.0") subrodepends=("${subrodepends[@]}" "libkonq>=$Kde4") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -51,14 +47,14 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "keditbookmarks") subdescs=("${subdescs[@]}" "Bookmark Organizer and Editor.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2 libxext") subrodepends=("${subrodepends[@]}" '') subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "kfind") subdescs=("${subdescs[@]}" "KDE file find utility.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 gamin xfsprogs-attr libqtdbus>=$Qt4 bzip2 libxext") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 gamin xfsprogs-attr libqtdbus>=$Qt4 bzip2 libxext") subrodepends=("${subrodepends[@]}" "libkonq>=$Kde4") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -80,7 +76,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "nsplugins") subdescs=("${subdescs[@]}" "Configure the browser plugins.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 bzip2 libqtgui>=$qt4 libxext gamin xfsprogs-attr") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 bzip2 libqtgui>=$qt4 libxext gamin xfsprogs-attr") subrodepends=("${subrodepends[@]}" '') subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') From bouleetbil at frogdev.info Sat Aug 6 16:02:00 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 16:02:00 +0200 (CEST) Subject: [Frugalware-git] gnometesting: cheese-3.0.2-2-x86_64 *fix depends Message-ID: <20110806140200.85CB5BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=89d963e504d2594c60c4ec7aae7d6e50015eab90 commit 89d963e504d2594c60c4ec7aae7d6e50015eab90 Author: bouleetbil Date: Sat Aug 6 15:51:46 2011 +0200 cheese-3.0.2-2-x86_64 *fix depends diff --git a/source/gnome/cheese/FrugalBuild b/source/gnome/cheese/FrugalBuild index 537f8f4..3c515a1 100644 --- a/source/gnome/cheese/FrugalBuild +++ b/source/gnome/cheese/FrugalBuild @@ -3,11 +3,11 @@ pkgname=cheese pkgver=3.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Cheese is a Photobooth-inspired GNOME application for taking pictures and videos from a webcam." url="http://www.gnome.org/projects/cheese" depends=('librsvg>=2.26.0-2' 'gst-plugins-good>=0.10.16-3' 'gst-plugins-base>=0.10.24-1' 'gst-plugins-base-pango' \ - 'xf86vidmodeproto' 'evolution-data-server>=3.0.0' 'dbus' 'gnome-video-effects' \ + 'xf86vidmodeproto' 'evolution-data-server>=3.1.0' 'dbus' 'gnome-video-effects' \ 'gst-plugins-good-video4linux2' 'db>=4.7.25-2' 'gnome-desktop>=3.0.0' \ 'gst-plugins-bad-mpeg2enc' 'gst-plugins-base-ogg' 'gst-plugins-base-theora' 'gst-plugins-base-vorbis' 'gst-plugins-good-gconf' \ 'libgudev' 'libcanberra-gtk' 'clutter-gst' 'libgee' 'clutter-gtk' 'mx') From bouleetbil at frogdev.info Sat Aug 6 16:06:57 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 16:06:57 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-utils-3.1.2-1-x86_64 *version bump Message-ID: <20110806140657.72A19BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=3bf9be54113188a91033249d2b55d20c117b951d commit 3bf9be54113188a91033249d2b55d20c117b951d Author: bouleetbil Date: Sat Aug 6 15:56:49 2011 +0200 gnome-utils-3.1.2-1-x86_64 *version bump diff --git a/source/gnome/gnome-utils/FrugalBuild b/source/gnome/gnome-utils/FrugalBuild index def8667..90d28a7 100644 --- a/source/gnome/gnome-utils/FrugalBuild +++ b/source/gnome/gnome-utils/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gnome-utils -pkgver=3.0.1 +pkgver=3.1.2 pkgrel=1 pkgdesc="GNOME utilities" url="http://www.gnome.org/" @@ -20,7 +20,7 @@ _F_gnome_iconcache="y" _F_gnome_glib="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --enable-ipv6 --disable-gtk-doc" -sha1sums=('46e8fed5140b782c6398d07e4372f3780777eaf8') +sha1sums=('4bc8dc1b2f908b1a228c7458f879d71c508a36b7') build() { Fbuild From bouleetbil at frogdev.info Sat Aug 6 16:07:57 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 16:07:57 +0200 (CEST) Subject: [Frugalware-git] gnometesting: vino-3.1.4-1-x86_64 Message-ID: <20110806140757.BDB01BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=495859268d8cce72caedabbd50fea764be16dc1f commit 495859268d8cce72caedabbd50fea764be16dc1f Author: bouleetbil Date: Sat Aug 6 15:58:00 2011 +0200 vino-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/vino/FrugalBuild b/source/gnome/vino/FrugalBuild index 05342d8..47a7b6f 100644 --- a/source/gnome/vino/FrugalBuild +++ b/source/gnome/vino/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=vino -pkgver=3.1.1 +pkgver=3.1.4 pkgrel=1 pkgdesc="An integrated VNC server for GNOME" depends=('gnutls>=2.8' 'avahi-glib' 'libxtst' 'libxdamage' 'libnotify' 'gnome-keyring>=3.0.1' @@ -17,6 +17,6 @@ _F_gnome_devel="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --enable-http-server=yes --enable-session-support=yes --enable-avahi \ --enable-debug=no --enable-gnome-keyring=yes" -sha1sums=('847be1f0729a1185632c950aad9a5d6765b6bd3d') +sha1sums=('ba521e8f2275c9628a867211348af72cefd9743c') # optimization OK From bouleetbil at frogdev.info Sat Aug 6 16:17:05 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 16:17:05 +0200 (CEST) Subject: [Frugalware-git] gnometesting: totem-3.1.4-2-x86_64 *fix depends Message-ID: <20110806141705.E5CB4BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a71cca020976158d1b00e74bbb46789a7f2faf22 commit a71cca020976158d1b00e74bbb46789a7f2faf22 Author: bouleetbil Date: Sat Aug 6 16:06:47 2011 +0200 totem-3.1.4-2-x86_64 *fix depends diff --git a/source/gnome/totem/FrugalBuild b/source/gnome/totem/FrugalBuild index 8eebee7..ef591e6 100644 --- a/source/gnome/totem/FrugalBuild +++ b/source/gnome/totem/FrugalBuild @@ -4,7 +4,7 @@ pkgname=totem pkgver=3.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Movie player for GNOME based on Xine" depends=('libxi' 'libxtst' 'fontconfig' 'libstdc++' 'libxxf86vm' 'dbus-glib>=0.71' \ 'libxrandr' 'atk>=1.20.0' 'libsm' 'libxinerama' 'libmusicbrainz' 'nss>=3.12' 'avahi-glib>=0.6.19' \ @@ -12,7 +12,7 @@ depends=('libxi' 'libxtst' 'fontconfig' 'libstdc++' 'libxxf86vm' 'dbus-glib>=0.7 'shared-mime-info>=0.22' 'totem-pl-parser>=2.32.5' 'libkrb5' 'db>=4.7.25' \ 'evolution-data-server>=3.1.1' 'python>=2.7' 'mx' 'clutter-gst' \ 'gst-plugins-base-oil' 'gst-plugins-good-gconf' 'libpeas-gtk>=0.7.2' \ - 'libgdata>=0.6.4' 'gst-plugins-good-libsoup' 'unique' 'gst-ffmpeg' \ + 'libgdata>=0.9.1' 'gst-plugins-good-libsoup' 'unique' 'gst-ffmpeg' \ 'libxml2>=2.7.8') makedepends=('intltool' 'gnome-doc-utils' 'vala' 'krb5' 'gnome-common') groups=('gnome') From hermier at frugalware.org Sat Aug 6 16:30:05 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 6 Aug 2011 16:30:05 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: libksane-4.7.0-2-i686 Message-ID: <20110806143005.C7309BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=c8d69300c598b2f9607784792599c501831e4a70 commit c8d69300c598b2f9607784792599c501831e4a70 Author: Michel Hermier Date: Sat Aug 6 16:29:27 2011 +0200 libksane-4.7.0-2-i686 * libkdecore -> kdelibs-core diff --git a/source/kde-extra/libksane/FrugalBuild b/source/kde-extra/libksane/FrugalBuild index 0754da5..4beac42 100644 --- a/source/kde-extra/libksane/FrugalBuild +++ b/source/kde-extra/libksane/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: centuri0 pkgname=libksane -pkgrel=1 +pkgrel=2 pkgdesc="KDE SANE interface library." groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') Finclude kde -depends=("libkdecore>=$_F_kde_ver" "kdebase-runtime-phonon>=$_F_kde_ver" "sane-backends") +depends=("kdelibs-core>=$_F_kde_ver" "kdebase-runtime-phonon>=$_F_kde_ver" "sane-backends") makedepends=("${makedepends[@]}" "kdelibs-compiletime>=$_F_kde_ver" \ "ksgmltools2>=$_F_kde_ver") From melko at frugalware.org Sat Aug 6 16:40:12 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 16:40:12 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: Italian translation of news 212 Message-ID: <20110806144012.7FE64BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=3d641072ee69c9b8571b7cd33465ed160bb31042 commit 3d641072ee69c9b8571b7cd33465ed160bb31042 Author: Melko Date: Sat Aug 6 16:38:39 2011 +0200 Italian translation of news 212 diff --git a/frugalware/xml/news_it.xml b/frugalware/xml/news_it.xml index c4f2497..74b1e20 100644 --- a/frugalware/xml/news_it.xml +++ b/frugalware/xml/news_it.xml @@ -22,6 +22,27 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 212 + Frugalware Newsletter Issue 81 + Sat, 06 Aug 2011 23:49:23 +1000 + phayz + 0 + + Argomenti di questa newsletter: +
      +
    • Bon voyage, Carl
    • +
    • Ben tornato Jercel!
    • +
    • pacman-g2 ora ?? pi?? veloce
    • +
    • Esame su Frugalware
    • +
    + Potete leggerla qui. Speriamo vi godiate la lettura. + ]]> +
    + /images/icons/newsletter.png +
    + 211 Rilasciata Frugalware 1.5rc2 (Mores)! Mon, 01 Aug 2011 00:15:14 +0200 From bouleetbil at frogdev.info Sat Aug 6 16:58:03 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 16:58:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-panel-3.0.2-5-x86_64 *rebuild with gnome-desktop>=3.1.4 Message-ID: <20110806145803.A6609BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=08efa990279fc9bbfbba11b3d78ea51bc1213ee6 commit 08efa990279fc9bbfbba11b3d78ea51bc1213ee6 Author: bouleetbil Date: Sat Aug 6 16:47:58 2011 +0200 gnome-panel-3.0.2-5-x86_64 *rebuild with gnome-desktop>=3.1.4 diff --git a/source/gnome/gnome-panel/FrugalBuild b/source/gnome/gnome-panel/FrugalBuild index fe04851..6318489 100644 --- a/source/gnome/gnome-panel/FrugalBuild +++ b/source/gnome/gnome-panel/FrugalBuild @@ -3,9 +3,9 @@ pkgname=gnome-panel pkgver=3.0.2 -pkgrel=4 +pkgrel=5 pkgdesc="GNOME panel and core applets" -depends=('libxml2>=2.7.8' 'gnome-desktop>=3.0.2' 'gnome-menus>=2.30.4' \ +depends=('libxml2>=2.7.8' 'gnome-desktop>=3.1.4' 'gnome-menus>=2.30.4' \ 'libwnck>=3.0.0' 'rarian>=0.8.0' 'dbus-glib>=0.71' 'avahi-glib>=0.6.17' 'librsvg>=2.32.0' \ 'libcanberra-gtk' 'libkrb5' 'openssl>=1.0.0-3' 'libgweather>=3.0.0' 'evolution-data-server' \ 'networkmanager' 'dconf' 'telepathy-glib') From bouleetbil at frogdev.info Sat Aug 6 17:06:21 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 17:06:21 +0200 (CEST) Subject: [Frugalware-git] gnometesting: webkit-1.5.1-1-x86_64 Message-ID: <20110806150621.4BB80BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=31fc3f66ab1c3c4ede49299f9345c9c19910aebf commit 31fc3f66ab1c3c4ede49299f9345c9c19910aebf Author: bouleetbil Date: Sat Aug 6 16:56:14 2011 +0200 webkit-1.5.1-1-x86_64 *Version bump diff --git a/source/xlib/webkit/FrugalBuild b/source/xlib/webkit/FrugalBuild index 3314c99..d945aef 100644 --- a/source/xlib/webkit/FrugalBuild +++ b/source/xlib/webkit/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=webkit -pkgver=1.4.2 +pkgver=1.5.1 pkgrel=1 pkgdesc="Open source web browser engine that's used by Safari" url="http://www.webkit.org" @@ -31,7 +31,7 @@ Fconfopts="${Fconfopts[@]} --enable-icon-database --enable-svg \ --disable-mathml \ --enable-xhtmlmp \ --enable-3D-transforms" -sha1sums=('675ae0bfef56b8519f3f00b04fc7baf72215bd3b') +sha1sums=('7caa60358e610ad2b08aa1f81fd05bef87d15b09') subpkgs=('webkit-gtk3') subdescs=("Open source web browser engine gtk+)") From bouleetbil at frogdev.info Sat Aug 6 17:09:03 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 17:09:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: epiphany-3.1.3-1-x86_64 Message-ID: <20110806150903.EF367BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d30e2a481e0f246383c2072fd05556b8de247631 commit d30e2a481e0f246383c2072fd05556b8de247631 Author: bouleetbil Date: Sat Aug 6 16:59:04 2011 +0200 epiphany-3.1.3-1-x86_64 *Version bump diff --git a/source/gnome/epiphany/FrugalBuild b/source/gnome/epiphany/FrugalBuild index ef5698e..2745511 100644 --- a/source/gnome/epiphany/FrugalBuild +++ b/source/gnome/epiphany/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: bouleetbil pkgname=epiphany -pkgver=3.0.4 +pkgver=3.1.3 pkgrel=1 pkgdesc="GNOME webbrowser based on the WebKit rendering engine" url="http://www.gnome.org/projects/epiphany/" -depends=('libstdc++' 'dbus-x11' 'atk' 'libxslt' 'gnome-desktop>=3.0.1-2' 'startup-notification' \ - 'webkit-gtk3>=1.4.0' 'docbook-xsl' 'libsoup-gnome' 'seed>=2.30.0' 'ca-certificates') +depends=('libstdc++' 'dbus-x11' 'atk' 'libxslt' 'gnome-desktop>=3.1.4' 'startup-notification' \ + 'webkit-gtk3>=1.5.1' 'docbook-xsl' 'libsoup-gnome' 'seed>=3.0.0' 'ca-certificates') makedepends=('gtk-doc>=1.9' 'perl-xml-parser' 'python>=2.7' 'gobject-introspection' \ 'iso-codes' 'gnome-doc-utils>=0.16.0' 'intltool') _F_gnome_glib="y" @@ -20,7 +20,7 @@ archs=('x86_64' 'i686' 'ppc') Fconfopts="$Fconfopts --enable-seed --enable-introspection --disable-nss --disable-tests \ --enable-python --disable-gtk-doc --with-distributor-name=Frugalware" source=($source homepage.diff) -sha1sums=('ccc983abf7ee03df40f7a02002786ffe4a84c304' \ +sha1sums=('27f4600321f4b895866ce63ac6eca5f97da8dc3b' \ '482ab8be71909eba927a0f866989f916f74f0b4c') replaces=('galeon') From bouleetbil at frogdev.info Sat Aug 6 17:17:07 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 17:17:07 +0200 (CEST) Subject: [Frugalware-git] gnometesting: evolution-data-server-3.1.4-1-x86_64 Message-ID: <20110806151707.65C4BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=309420599790d001fc4edadcdfdf44c48ea585dd commit 309420599790d001fc4edadcdfdf44c48ea585dd Author: bouleetbil Date: Sat Aug 6 17:07:03 2011 +0200 evolution-data-server-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/evolution-data-server/FrugalBuild b/source/gnome/evolution-data-server/FrugalBuild index 99089d1..fdb8164 100644 --- a/source/gnome/evolution-data-server/FrugalBuild +++ b/source/gnome/evolution-data-server/FrugalBuild @@ -2,19 +2,18 @@ # Maintainer: bouleetbil pkgname=evolution-data-server -pkgver=3.1.1 +pkgver=3.1.4 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.32.0' 'libgweather>=3.0.0' \ 'libkrb5' 'db>=4.7.25' 'gnutls>=2.8' 'libical' 'gnome-keyring>=3.1.1' \ - 'libgdata' 'gtk+3' 'libxml2>=2.7.8') + 'libgdata' 'gtk+3' 'libxml2>=2.7.8' 'gnome-online-accounts') makedepends=('intltool' 'krb5' 'gperf' 'gobject-introspection' 'openldap' 'vala') groups=('gnome') archs=('i686' 'x86_64' 'ppc') _F_gnome_git="n" -_F_gnome_devel="y" Finclude gnome -sha1sums=('7991616bcd8c57481faaa435f2a2147c16de598e') +sha1sums=('9ae2bb81aea27d95dfedc0613f87166ac5414e3f') if [ "$_F_gnome_git" != "n" ]; then unset sha1sums fi From bouleetbil at frogdev.info Sat Aug 6 17:17:27 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 17:17:27 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-icon-theme-symbolic-3.1.4-1-x86_64 Message-ID: <20110806151727.16454BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a137030d85898e2aee5011c9ffdaaf0ce29aac4d commit a137030d85898e2aee5011c9ffdaaf0ce29aac4d Author: bouleetbil Date: Sat Aug 6 17:07:31 2011 +0200 gnome-icon-theme-symbolic-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/gnome-icon-theme-symbolic/FrugalBuild b/source/gnome/gnome-icon-theme-symbolic/FrugalBuild index 16a1c0e..2f90a89 100644 --- a/source/gnome/gnome-icon-theme-symbolic/FrugalBuild +++ b/source/gnome/gnome-icon-theme-symbolic/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=gnome-icon-theme-symbolic -pkgver=3.0.0 -pkgrel=2 +pkgver=3.1.4 +pkgrel=1 pkgdesc="Symbolic GNOME icons" url="http://www.gnome.org/" depends=('hicolor-icon-theme' 'gdk-pixbuf2' 'gnome-icon-theme') @@ -11,4 +11,4 @@ makedepends=('perl-xml-parser' 'icon-naming-utils>=0.8.2' 'intltool' 'gtk+2-tool groups=('gnome') archs=('i686' 'x86_64' 'ppc') Finclude gnome -sha1sums=('deb0f26a75c01de89820083f2093c34fbb4c485a') +sha1sums=('0c2abdd0a3e437c0b3a3fecfccc848977338c960') From bouleetbil at frogdev.info Sat Aug 6 17:21:41 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 17:21:41 +0200 (CEST) Subject: [Frugalware-git] gnometesting: file-roller-3.1.1-1-x86_64 Message-ID: <20110806152141.47007BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=79b2fb4d0fa00facc7c454ff0b34580c6bbc599b commit 79b2fb4d0fa00facc7c454ff0b34580c6bbc599b Author: bouleetbil Date: Sat Aug 6 17:11:44 2011 +0200 file-roller-3.1.1-1-x86_64 *Version bump diff --git a/source/gnome/file-roller/FrugalBuild b/source/gnome/file-roller/FrugalBuild index 0240cac..d2e4442 100644 --- a/source/gnome/file-roller/FrugalBuild +++ b/source/gnome/file-roller/FrugalBuild @@ -3,10 +3,10 @@ # Contributor: Christian Hamar alias krix pkgname=file-roller -pkgver=3.0.2 +pkgver=3.1.1 pkgrel=1 pkgdesc="Archive manager utility for GNOME" -depends=('libxml2>=2.7.8' 'nautilus>=3.0.1' 'rarian' \ +depends=('libxml2>=2.7.8' 'nautilus>=3.1.4' 'rarian' \ 'desktop-file-utils' 'gtk+3') makedepends=('intltool' 'gnome-doc-utils>=0.16.0') groups=('gnome') @@ -16,7 +16,7 @@ _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet -sha1sums=('b242c30b4f364a3c10fba9cc2d215f67e5bf5508') +sha1sums=('c9fa595f100fb7390a4faf3fcb19ddba72902f7d') Fconfopts="$Fconfopts --disable-packagekit" build(){ From melko at frugalware.org Sat Aug 6 17:50:16 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 17:50:16 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: libkdcraw-4.7.0-1-i686 Message-ID: <20110806155016.ACA78BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=208f5af9c5b154b3b29fe19a9bd422c4cf131a2a commit 208f5af9c5b154b3b29fe19a9bd422c4cf131a2a Author: Melko Date: Sat Aug 6 16:09:39 2011 +0200 libkdcraw-4.7.0-1-i686 * version bump * split from kdegraphics diff --git a/source/kde-extra/libkdcraw/FrugalBuild b/source/kde-extra/libkdcraw/FrugalBuild new file mode 100644 index 0000000..c111157 --- /dev/null +++ b/source/kde-extra/libkdcraw/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.29 SBU +# Maintainer: centuri0 + +pkgname=libkdcraw +pkgrel=1 +pkgdesc="KDE Paint Program." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("kdelibs-core>=$_F_kde_ver" "libnepomuk>=$_F_kde_ver" "libgomp>=4.5.3") +makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK From melko at frugalware.org Sat Aug 6 17:50:16 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 17:50:16 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: ksaneplugin-4.7.0-1-i686 Message-ID: <20110806155016.CB1EEBAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=9d9847d72c8c6a241ae77f2d84aae72765c3ab6e commit 9d9847d72c8c6a241ae77f2d84aae72765c3ab6e Author: Melko Date: Sat Aug 6 17:45:48 2011 +0200 ksaneplugin-4.7.0-1-i686 * version bump * split from kdegraphics diff --git a/source/kde-extra/ksaneplugin/FrugalBuild b/source/kde-extra/ksaneplugin/FrugalBuild new file mode 100644 index 0000000..98450f4 --- /dev/null +++ b/source/kde-extra/ksaneplugin/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.07 SBU +# Maintainer: centuri0 + +pkgname=ksaneplugin +pkgrel=1 +pkgdesc="KDE Sane Plugin." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("kdelibs-core>=$_F_kde_ver" "libksane>=$_F_kde_ver" "libnepomuk>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK From melko at frugalware.org Sat Aug 6 18:09:42 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 18:09:42 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdegraphics-thumbnailers-4.7.0-1-i686 Message-ID: <20110806160942.DCBB4BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=cf24fa64e349353d7dc72f455546cbab917d2d32 commit cf24fa64e349353d7dc72f455546cbab917d2d32 Author: Melko Date: Sat Aug 6 18:08:40 2011 +0200 kdegraphics-thumbnailers-4.7.0-1-i686 * version bump * split from kdegraphics diff --git a/source/kde-extra/kdegraphics-thumbnailers/FrugalBuild b/source/kde-extra/kdegraphics-thumbnailers/FrugalBuild new file mode 100644 index 0000000..6313427 --- /dev/null +++ b/source/kde-extra/kdegraphics-thumbnailers/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.07 SBU +# Maintainer: centuri0 + +pkgname=kdegraphics-thumbnailers +pkgrel=1 +pkgdesc="KDE Paint Program." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("kdelibs-core>=$_F_kde_ver" "libnepomuk>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK From melko at frugalware.org Sat Aug 6 18:12:42 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 18:12:42 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdegraphics-thumbnailers-4.7.0-2-i686 Message-ID: <20110806161242.935A1BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=7a0d4b3afe785a6198d41f2b8c671f22211b69fd commit 7a0d4b3afe785a6198d41f2b8c671f22211b69fd Author: Melko Date: Sat Aug 6 18:11:37 2011 +0200 kdegraphics-thumbnailers-4.7.0-2-i686 * fix wrong description diff --git a/source/kde-extra/kdegraphics-thumbnailers/FrugalBuild b/source/kde-extra/kdegraphics-thumbnailers/FrugalBuild index 6313427..35bf480 100644 --- a/source/kde-extra/kdegraphics-thumbnailers/FrugalBuild +++ b/source/kde-extra/kdegraphics-thumbnailers/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: centuri0 pkgname=kdegraphics-thumbnailers -pkgrel=1 -pkgdesc="KDE Paint Program." +pkgrel=2 +pkgdesc="Thumnailers Creators for Kdegraphics." groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') Finclude kde From melko at frugalware.org Sat Aug 6 18:19:13 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 18:19:13 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdegraphics-strigi-analyzer-4.7.0-1-i686 Message-ID: <20110806161913.2FF99BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=e1c1c234d490db2db645e9904f93e93b74a075f0 commit e1c1c234d490db2db645e9904f93e93b74a075f0 Author: Melko Date: Sat Aug 6 18:16:06 2011 +0200 kdegraphics-strigi-analyzer-4.7.0-1-i686 * version bump * split from kdegraphics diff --git a/source/kde-extra/kdegraphics-strigi-analyzer/FrugalBuild b/source/kde-extra/kdegraphics-strigi-analyzer/FrugalBuild new file mode 100644 index 0000000..f7092b4 --- /dev/null +++ b/source/kde-extra/kdegraphics-strigi-analyzer/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.08 SBU +# Maintainer: centuri0 + +pkgname=kdegraphics-strigi-analyzer +pkgrel=1 +pkgdesc="Strigi Analyzer for Kdegraphics." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("kdelibs-core>=$_F_kde_ver" 'libtiff>=3.9.5') +makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK From melko at frugalware.org Sat Aug 6 18:46:08 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 18:46:08 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: libkipi-4.7.0-1-i686 Message-ID: <20110806164608.4F3DEBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=3e9e798ca06a8da9400cf5eab7730474f9bed432 commit 3e9e798ca06a8da9400cf5eab7730474f9bed432 Author: Melko Date: Sat Aug 6 18:45:03 2011 +0200 libkipi-4.7.0-1-i686 * version bump * split from kdegraphics diff --git a/source/kde-extra/libkipi/FrugalBuild b/source/kde-extra/libkipi/FrugalBuild new file mode 100644 index 0000000..215b66d --- /dev/null +++ b/source/kde-extra/libkipi/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.10 SBU +# Maintainer: centuri0 + +pkgname=libkipi +pkgrel=1 +pkgdesc="KDE Image Plugin Interface, a C++ library to share plugins among graphic applications." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("kdelibs-core" "libkfile>=$_F_kde_ver" "libnepomuk>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0' "libqtdesigner>=$_F_kde_qtver") + +# optimization OK From melko at frugalware.org Sat Aug 6 19:08:44 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 19:08:44 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: mobipocket-4.7.0-1-i686 Message-ID: <20110806170844.A6F39BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=55b3be0b9e9943f8292f57b1b12dc82634803426 commit 55b3be0b9e9943f8292f57b1b12dc82634803426 Author: Melko Date: Sat Aug 6 19:07:00 2011 +0200 mobipocket-4.7.0-1-i686 * new package * split from kdegraphics (maybe could be splitted more) diff --git a/source/kde-extra/mobipocket/FrugalBuild b/source/kde-extra/mobipocket/FrugalBuild new file mode 100644 index 0000000..da82870 --- /dev/null +++ b/source/kde-extra/mobipocket/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.05 SBU +# Maintainer: centuri0 + +pkgname=mobipocket +pkgrel=1 +pkgdesc="A collection of plugins to handle mobipocket files." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("kdelibs-core>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK From melko at frugalware.org Sat Aug 6 19:35:44 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 19:35:44 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdemultimedia-4.7.0-1-i686 Message-ID: <20110806173544.613B9BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=deaed7e619cfd4309378c7aff1a31066e0cad288 commit deaed7e619cfd4309378c7aff1a31066e0cad288 Author: Melko Date: Sat Aug 6 19:34:26 2011 +0200 kdemultimedia-4.7.0-1-i686 * version bump * use kde-version.sh diff --git a/source/kde/kdemultimedia/FrugalBuild b/source/kde/kdemultimedia/FrugalBuild index 924536e..ab26244 100644 --- a/source/kde/kdemultimedia/FrugalBuild +++ b/source/kde/kdemultimedia/FrugalBuild @@ -2,45 +2,45 @@ # Maintainer: centuri0 pkgname=kdemultimedia -pkgrel=2 +pkgrel=1 pkgdesc="KDE Multimedia Programs" groups=('kde') Finclude kde depends=("kdelibs>=${_F_kde_ver}" 'libmusicbrainz' "libqt3support>=$_F_kde_qtver" "libqtcore>=$_F_kde_qtver" 'libgcc' \ - 'libice' 'libxrender' 'util-linux-ng' 'libxi' 'alsa-lib' 'libvorbis' 'cdparanoia' 'flac') + 'libice' 'libxrender' 'util-linux-ng' 'libxi' 'alsa-lib' 'libvorbis' 'cdparanoia' 'flac' "libnepomuk>=$_F_kde_ver") makedepends=("${makedepends[@]}" "libqtxml>=$_F_kde_qtver" "libqtgui>=$_F_kde_qtver" \ "libxext" "libxrender" "libtunepimp" "libjpeg" "xine-lib" 'openssl>=1.0.0' 'docbook-xsl' \ - "libdbusmenu-qt>=0.8.0" "libqtdeclarative>=_F_kde_qtver") + "libdbusmenu-qt>=0.8.0" "libqtdeclarative>=_F_kde_qtver" "ksgmltools2>=$_F_kde_ver") provides=('mplayerthumbs') replaces=('mplayerthumbs' 'codeine') conflicts=('mplayerthumbs') archs=('i686' 'x86_64' 'ppc') source=($source kdemultimedia-no_thumbs.patch) -sha1sums=('081bead5ee758d169f3119c138424929b001d04f' \ +sha1sums=("${sha1sums[@]}" \ 'b660d177ed5a1411597bfbefd4c845da33556c23') subpkgs=("${subpkgs[@]}" "dragonplayer") subdescs=("${subdescs[@]}" "KDE Video Player") -subdepends=("${subdepends[@]}" "kdelibs>=${_F_kde_ver} xine-lib libqtxml>=$_F_kde_qtver libqtgui>=$_F_kde_qtver libgcc libice libxext libxrender util-linux-ng") +subdepends=("${subdepends[@]}" "kdelibs>=${_F_kde_ver} xine-lib libqtxml>=$_F_kde_qtver libqtgui>=$_F_kde_qtver libgcc libice libxext libxrender util-linux-ng libnepomuk>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "juk") subdescs=("${subdescs[@]}" "Jukebox and music manager for KDE") -subdepends=("${subdepends[@]}" "kdelibs>=${_F_kde_ver} libtunepimp libqt3support>=$_F_kde_qtver libqtcore>=$_F_kde_qtver libgcc libjpeg libice libxrender util-linux-ng libxi openssl>=1.0.0") +subdepends=("${subdepends[@]}" "kdelibs>=${_F_kde_ver} libtunepimp libqt3support>=$_F_kde_qtver libqtcore>=$_F_kde_qtver libgcc libjpeg libice libxrender util-linux-ng libxi openssl>=1.0.0 libnepomuk>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "kmix") subdescs=("${subdescs[@]}" "KDE mixer") -subdepends=("${subdepends[@]}" "kdelibs>=${_F_kde_ver} libqtxml alsa-lib libqtgui>=$_F_kde_qtver libgcc libice libxext libxrender util-linux-ng") +subdepends=("${subdepends[@]}" "kdelibs>=${_F_kde_ver} libqtxml alsa-lib libqtgui>=$_F_kde_qtver libgcc libice libxext libxrender util-linux-ng libnepomuk>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkcddb") subdescs=("${subdescs[@]}" "A library for retrieving and sending cddb information") subdepends=("${subdepends[@]}" "kdelibs>=${_F_kde_ver} libmusicbrainz libqtnetwork>=$_F_kde_qtver libqtxml>=$_F_kde_qtver libgcc zlib strigi - xfsprogs-acl libxrender libice libxtst libxfixes xz libqtsql>=$_F_kde_qtver libuuid") + xfsprogs-acl libxrender libice libxtst libxfixes xz libqtsql>=$_F_kde_qtver libuuid libnepomuk>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') From melko at frugalware.org Sat Aug 6 20:02:09 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 20:02:09 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdesdk-4.7.0-1-i686 Message-ID: <20110806180209.B03C7BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=327915d18fe6d8c82529008af863f68b79a39add commit 327915d18fe6d8c82529008af863f68b79a39add Author: Melko Date: Sat Aug 6 20:00:38 2011 +0200 kdesdk-4.7.0-1-i686 * version bump * use kde-version.sh * remove kate since is splitted diff --git a/source/kde-extra/kdesdk/FrugalBuild b/source/kde-extra/kdesdk/FrugalBuild index 3b40a50..9c770e1 100644 --- a/source/kde-extra/kdesdk/FrugalBuild +++ b/source/kde-extra/kdesdk/FrugalBuild @@ -30,13 +30,6 @@ subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -subpkgs=("${subpkgs[@]}" "kate") -subdescs=("${subdescs[@]}" 'Advanced Text Editor.') -subdepends=("${subdepends[@]}" "kdelibs>=${_F_kde_ver}") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'kde-extra') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - subpkgs=("${subpkgs[@]}" "kcachegrind") subdescs=("${subdescs[@]}" 'Visualization of Performance Profiling Data.') subdepends=("${subdepends[@]}" "kdelibs>=${_F_kde_ver}") @@ -146,6 +139,4 @@ _F_kde_subpkgs=("${subpkgs[@]}") rodepends=("${rodepends[@]}" "${subpkgs[@]}") -sha1sums=('8cffa0472fbe1096ebfea9bde49aaff76a145b34') - # optimization OK From melko at frugalware.org Sat Aug 6 20:10:08 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 20:10:08 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdewebdev-4.7.0-1-i686 Message-ID: <20110806181008.1F843BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=313af46c8bf7f6386eb9ec45d715834a3d8001c1 commit 313af46c8bf7f6386eb9ec45d715834a3d8001c1 Author: Melko Date: Sat Aug 6 20:09:06 2011 +0200 kdewebdev-4.7.0-1-i686 * version bump * use kde-version.sh diff --git a/source/kde-extra/kdewebdev/FrugalBuild b/source/kde-extra/kdewebdev/FrugalBuild index 83571c3..6d336e0 100644 --- a/source/kde-extra/kdewebdev/FrugalBuild +++ b/source/kde-extra/kdewebdev/FrugalBuild @@ -9,12 +9,11 @@ depends=('libgcc' 'libice' 'libxrender' 'util-linux-ng' 'libxi' \ "kdepimlibs>=${_F_kde_ver}" "libkde3support>=${_F_kde_ver}" "libkhtml>=${_F_kde_ver}" \ "libknewstuff>=${_F_kde_ver}" "libkross>=${_F_kde_ver}" "libthreadweaver>=${_F_kde_ver}" \ "libqt3support>=$_F_kde_qtver" "libqtscript>=$_F_kde_qtver" \ - 'tidy' 'libjpeg>=8a' 'libgcrypt') + 'tidy' 'libjpeg>=8a' 'libgcrypt' "libnepomuk>=$_F_kde_ver") makedepends=("${makedepends[@]}" 'ruby>=1.9.1' 'boost>=1.46.1' "kdepimlibs-compiletime>=${_F_kde_ver}" \ "ksgmltools2>=${_F_kde_ver}" "docbook-xsl" "kdelibs>=${_F_kde_ver}" "libdbusmenu-qt>=0.8.0") groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') -sha1sums=('b7ec635c438f865337f5ef1e7bbaca23643ed871') subpkgs=("${subpkgs[@]}" "$pkgname-docs") subdescs=("${subdescs[@]}" "$pkgname Documentation") From melko at frugalware.org Sat Aug 6 20:28:21 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 20:28:21 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: blinken-4.7.0-1-i686 Message-ID: <20110806182821.42634BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=6a6b813364232ab4398be8c35e856a97771ed3b5 commit 6a6b813364232ab4398be8c35e856a97771ed3b5 Author: Melko Date: Sat Aug 6 20:27:10 2011 +0200 blinken-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/blinken/FrugalBuild b/source/kde-extra/blinken/FrugalBuild new file mode 100644 index 0000000..6abf4c6 --- /dev/null +++ b/source/kde-extra/blinken/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.10 SBU +# Maintainer: centuri0 + +pkgname=blinken +pkgrel=1 +pkgdesc="Memory Enhancement Game." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("${depends[@]}" "kdelibs-core>=$_F_kde_ver" 'phonon>=4.5.0') +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver") + +# optimization OK + From melko at frugalware.org Sat Aug 6 20:44:59 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 20:44:59 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: cantor-4.7.0-1-i686 Message-ID: <20110806184459.E1313BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=1aa1fcfd270d72e58a18b5318e509ca6bd05383e commit 1aa1fcfd270d72e58a18b5318e509ca6bd05383e Author: Melko Date: Sat Aug 6 20:44:01 2011 +0200 cantor-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/cantor/FrugalBuild b/source/kde-extra/cantor/FrugalBuild new file mode 100644 index 0000000..b717279 --- /dev/null +++ b/source/kde-extra/cantor/FrugalBuild @@ -0,0 +1,15 @@ +# Compiling Time: 0.77 SBU +# Maintainer: centuri0 + +pkgname=cantor +pkgrel=1 +pkgdesc="KDE Frontend to Mathematical Software." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=('libknewstuff>=$_F_kde_ver' 'libkdesu>=$__kde_ver' 'kdelibs-interfaces>=$_F_kde_ver' \ + "libqtxmlpatterns>=$_F_kde_qtver" 'phonon>=4.5.0' 'libspectre>=0.2.6' "libnepomuk>=$_F_kde_ver" 'r>=2.13.1') +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver") + +# optimization OK + From melko at frugalware.org Sat Aug 6 21:19:42 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 21:19:42 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: libkdeedu-4.7.0-1-i686 Message-ID: <20110806191942.22BCEBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=322d2048a816365bebca70a2f4c0b566380a92bb commit 322d2048a816365bebca70a2f4c0b566380a92bb Author: Melko Date: Sat Aug 6 21:18:41 2011 +0200 libkdeedu-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/libkdeedu/FrugalBuild b/source/kde-extra/libkdeedu/FrugalBuild new file mode 100644 index 0000000..bca9351 --- /dev/null +++ b/source/kde-extra/libkdeedu/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.05 SBU +# Maintainer: centuri0 + +pkgname=libkdeedu +pkgrel=1 +pkgdesc="Libraries used by KDE Education applications." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("libnepomuk>=$_F_kde_version") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" 'phonon>=4.5.0') + +# optimization OK + From melko at frugalware.org Sat Aug 6 22:02:36 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 22:02:36 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kalzium-4.7.0-1-i686 Message-ID: <20110806200236.3A9A2BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=7232151c3fd7af38d5da710ba823b52d702bfaf2 commit 7232151c3fd7af38d5da710ba823b52d702bfaf2 Author: Melko Date: Sat Aug 6 22:01:35 2011 +0200 kalzium-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/kalzium/FrugalBuild b/source/kde-extra/kalzium/FrugalBuild new file mode 100644 index 0000000..9216e39 --- /dev/null +++ b/source/kde-extra/kalzium/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0.55 SBU +# Maintainer: centuri0 + +pkgname=kalzium +pkgrel=1 +pkgdesc="Periodic Table of Elements." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("libkunitconversion>=$_F_kde_ver" "libplasma>=$_F_kde_ver" "libqtscript>=$_F_kde_qtver" \ + "libkhtml>=$_F_kde_ver" "libnepomuk>=$_F_kde_ver" "libqtdeclarative>=$_F_kde_qtver" \ + "libqtsql>=$_F_kde_qtver" "libkdewebkit>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=_F_kde_ver" "ksgmltools2>=$_F_kde_ver" \ + 'phonon>=4.5.0' "libkunitconversion>=$_F_kde_ver" "libplasma" "libqtscript") + +# optimization OK + From bouleetbil at frogdev.info Sat Aug 6 22:10:45 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 22:10:45 +0200 (CEST) Subject: [Frugalware-git] gnometesting: evolution-3.1.4-1-x86_64 Message-ID: <20110806201045.906CDBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5f0db2672d1ad60a64375e15e4e068ec7305a269 commit 5f0db2672d1ad60a64375e15e4e068ec7305a269 Author: bouleetbil Date: Sat Aug 6 22:00:20 2011 +0200 evolution-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/evolution/FrugalBuild b/source/gnome/evolution/FrugalBuild index cc227f9..c886533 100644 --- a/source/gnome/evolution/FrugalBuild +++ b/source/gnome/evolution/FrugalBuild @@ -2,26 +2,28 @@ # Maintainer: bouleetbil pkgname=evolution -pkgver=3.1.1 +pkgver=3.1.4 evo_major=3.2 -pkgrel=2 +pkgrel=1 pkgdesc="Integrated mail, calendar and address book suite for GNOME" -depends=('unique' 'gst-plugins-base' 'gnome-desktop' 'libcanberra-gtk' 'xcb-util>=0.3.8') +depends=('unique' 'gst-plugins-base' 'gnome-desktop' 'libcanberra-gtk' 'xcb-util>=0.3.8' 'clutter-gtk') rodepends=("$pkgname-base" "$pkgname-audio") makedepends=('intltool' 'gnome-doc-utils>=0.14.0' 'openldap' \ 'psmisc' 'gnome-common' 'krb5' 'gtk-doc' 'openssl>=1.0.0') groups=('gnome') archs=('i686' 'x86_64' 'ppc') _F_gnome_schemas=('/etc/gconf/schemas/apps_evolution_addressbook.schemas' \ - '/etc/gconf/schemas/apps-evolution-attachment-reminder.schemas' \ - '/etc/gconf/schemas/apps_evolution_calendar.schemas' \ - '/etc/gconf/schemas/apps_evolution_email_custom_header.schemas' \ - '/etc/gconf/schemas/apps-evolution-mail-notification.schemas' \ - '/etc/gconf/schemas/apps-evolution-mail-prompts-checkdefault.schemas' \ - '/etc/gconf/schemas/apps_evolution_shell.schemas' \ - '/etc/gconf/schemas/apps-evolution-template-placeholders.schemas' \ - '/etc/gconf/schemas/bogo-junk-plugin.schemas' \ - '/etc/gconf/schemas/evolution-mail.schemas') + '/etc/gconf/schemas/apps-evolution-attachment-reminder.schemas' \ + '/etc/gconf/schemas/apps_evolution_calendar.schemas' \ + '/etc/gconf/schemas/apps_evolution_email_custom_header.schemas' \ + '/etc/gconf/schemas/apps_evolution_eplugin_face.schemas' \ + '/etc/gconf/schemas/apps-evolution-mail-notification.schemas' \ + '/etc/gconf/schemas/apps-evolution-mail-prompts-checkdefault.schemas' \ + '/etc/gconf/schemas/apps_evolution_shell.schemas' \ + '/etc/gconf/schemas/apps-evolution-template-placeholders.schemas' \ + '/etc/gconf/schemas/evolution-bogofilter.schemas' \ + '/etc/gconf/schemas/evolution-mail.schemas' \ + '/etc/gconf/schemas/evolution-spamassassin.schemas') _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" @@ -129,12 +131,10 @@ build() { Fsplit $pkgname-audio usr/lib/evolution/$evo_major/plugins/liborg-gnome-audio-inline.* #bogofilter - Fsplit $pkgname-bogofilter usr/lib/$pkgname/$evo_major/plugins/org-gnome-bogo-junk-plugin.eplug - Fsplit $pkgname-bogofilter usr/lib/$pkgname/$evo_major/plugins/liborg-gnome-bogo-junk-plugin.* + Fsplit $pkgname-bogofilter usr/lib/$pkgname/$evo_major/modules/libevolution-module-bogofilter.* #spamassassin - Fsplit $pkgname-spamassassin usr/lib/$pkgname/$evo_major/plugins/org-gnome-sa-junk-plugin.eplug - Fsplit $pkgname-spamassassin usr/lib/$pkgname/$evo_major/plugins/liborg-gnome-sa-junk-plugin.* + Fsplit $pkgname-spamassassin usr/lib/$pkgname/$evo_major/modules/libevolution-module-spamassassin.* #base for frontend evolution as anjal Fsplit $pkgname-base usr/include/evolution-$evo_major @@ -163,6 +163,6 @@ build() { Fbuild_gnome_scriptlet } -sha1sums=('4a3aa5fc01f712f29dc380a6ce263aab0e940e50') +sha1sums=('3222f2790b2b5eafb46a4686137d8328da8fe522') # optimization OK From bouleetbil at frogdev.info Sat Aug 6 22:13:06 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 22:13:06 +0200 (CEST) Subject: [Frugalware-git] gnometesting: colord-0.1.11-2-x86_64 *enable introspection support Message-ID: <20110806201306.9B677BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=c13b16b8e6d3585dc78446ea2f4221541f662e16 commit c13b16b8e6d3585dc78446ea2f4221541f662e16 Author: bouleetbil Date: Sat Aug 6 22:02:51 2011 +0200 colord-0.1.11-2-x86_64 *enable introspection support diff --git a/source/xlib/colord/FrugalBuild b/source/xlib/colord/FrugalBuild index c9a8cc5..7244bca 100644 --- a/source/xlib/colord/FrugalBuild +++ b/source/xlib/colord/FrugalBuild @@ -3,10 +3,10 @@ pkgname=colord pkgver=0.1.11 -pkgrel=1 +pkgrel=2 pkgdesc="color daemon" depends=('glib2' 'polkit' 'lcms2' 'libgudev' 'libusb') -makedepends=('intltool' 'vala') +makedepends=('intltool' 'vala' 'gobject-introspection') groups=('xlib') archs=('i686' 'x86_64' 'ppc') url="http://www.freedesktop.org/software/colord/" From melko at frugalware.org Sat Aug 6 22:15:26 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 22:15:26 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kanagram-4.7.0-1-i686 Message-ID: <20110806201526.B2236BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=4a72acb2efe48abf49310b672022ce463fe32943 commit 4a72acb2efe48abf49310b672022ce463fe32943 Author: Melko Date: Sat Aug 6 22:14:22 2011 +0200 kanagram-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/kanagram/FrugalBuild b/source/kde-extra/kanagram/FrugalBuild new file mode 100644 index 0000000..7594bf4 --- /dev/null +++ b/source/kde-extra/kanagram/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.10 SBU +# Maintainer: centuri0 + +pkgname=kanagram +pkgrel=1 +pkgdesc="Letter Order Game." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=('phonon>=4.5.0' "libkdeedu>=$_F_kde_ver" "libknewstuff>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver") + +# optimization OK + From melko at frugalware.org Sat Aug 6 22:26:07 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 22:26:07 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kalgebra-4.7.0-1-i686 Message-ID: <20110806202607.E0E00BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=5fd1c63024b64ed113deaef100f14d2b39262620 commit 5fd1c63024b64ed113deaef100f14d2b39262620 Author: Melko Date: Sat Aug 6 22:25:03 2011 +0200 kalgebra-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/kalgebra/FrugalBuild b/source/kde-extra/kalgebra/FrugalBuild new file mode 100644 index 0000000..cab5200 --- /dev/null +++ b/source/kde-extra/kalgebra/FrugalBuild @@ -0,0 +1,15 @@ +# Compiling Time: 0.56 SBU +# Maintainer: centuri0 + +pkgname=kalgebra +pkgrel=1 +pkgdesc="2D and 3D Graph Calculator." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("libqtscript>=$_F_kde_qtver" "libqtdeclarative>=$_F_kde_qtver" "libqtsql>=$_F_kde_ver" \ + "libkdewebkit>=$_F_kde_ver" "libkdeedu>=$_F_kde_ver" "libplasma>=$_F_kde_ver" "libkhtml>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK + From melko at frugalware.org Sat Aug 6 22:29:18 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 22:29:18 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kbruch-4.7.0-1-i686 Message-ID: <20110806202918.BB53FBAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=ed93a9a9482fb81e01864118240c8b293ba0e217 commit ed93a9a9482fb81e01864118240c8b293ba0e217 Author: Melko Date: Sat Aug 6 22:28:21 2011 +0200 kbruch-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/kbruch/FrugalBuild b/source/kde-extra/kbruch/FrugalBuild new file mode 100644 index 0000000..c50fb00 --- /dev/null +++ b/source/kde-extra/kbruch/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.22 SBU +# Maintainer: centuri0 + +pkgname=kbruch +pkgrel=1 +pkgdesc="Practice Fractions." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("kdelibs-core>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK + From melko at frugalware.org Sat Aug 6 22:32:59 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 22:32:59 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kgeography-4.7.0-1-i686 Message-ID: <20110806203259.2656FBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=0f2b88332fdc07711a502eef8c8768c0b0fb993d commit 0f2b88332fdc07711a502eef8c8768c0b0fb993d Author: Melko Date: Sat Aug 6 22:31:56 2011 +0200 kgeography-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/kgeography/FrugalBuild b/source/kde-extra/kgeography/FrugalBuild new file mode 100644 index 0000000..73f2447 --- /dev/null +++ b/source/kde-extra/kgeography/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.19 SBU +# Maintainer: centuri0 + +pkgname=kgeography +pkgrel=1 +pkgdesc="Geography Trainer." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("kdelibs-core>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK + From melko at frugalware.org Sat Aug 6 22:38:47 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 22:38:47 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: khangman-4.7.0-1-i686 Message-ID: <20110806203847.82030BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=c95616369368e3e53226d73f78b0b09f1b6a4e90 commit c95616369368e3e53226d73f78b0b09f1b6a4e90 Author: Melko Date: Sat Aug 6 22:37:46 2011 +0200 khangman-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/khangman/FrugalBuild b/source/kde-extra/khangman/FrugalBuild new file mode 100644 index 0000000..d2baf60 --- /dev/null +++ b/source/kde-extra/khangman/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.13 SBU +# Maintainer: centuri0 + +pkgname=khangman +pkgrel=1 +pkgdesc="KDE hangman game." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=('phonon>=4.5.0' "libkdeedu>=$_F_kde_ver" "libknewstuff>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver") + +# optimization OK + From bouleetbil at frogdev.info Sat Aug 6 22:40:26 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 22:40:26 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-online-accounts-3.1.1-2-x86_64 *enable some options Message-ID: <20110806204026.97B1EBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=23c59ec0e43beee196b42e60fff9c2b042640e2f commit 23c59ec0e43beee196b42e60fff9c2b042640e2f Author: bouleetbil Date: Sat Aug 6 22:30:18 2011 +0200 gnome-online-accounts-3.1.1-2-x86_64 *enable some options diff --git a/source/gnome/gnome-online-accounts/FrugalBuild b/source/gnome/gnome-online-accounts/FrugalBuild index 6911ddb..5391fa9 100644 --- a/source/gnome/gnome-online-accounts/FrugalBuild +++ b/source/gnome/gnome-online-accounts/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-online-accounts pkgver=3.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="A configuration system" depends=('webkit-gtk3' 'liboauth' 'json-glib' 'libuuid' 'librest' 'libnotify') makedepends=('libxslt' 'gobject-introspection' 'intltool' 'docbook-xsl') @@ -11,5 +11,6 @@ groups=('gnome') archs=('i686' 'x86_64' 'ppc') Finclude gnome sha1sums=('d570aaabe2a96c87fe7e03ced46b1011e6738c70') +Fconfopts="$Fconfopts --enable-twitter --enable-yahoo --enable-facebook" # optimization OK From melko at frugalware.org Sat Aug 6 22:47:30 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 22:47:30 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kig-4.7.0-1-i686 Message-ID: <20110806204730.83DF2BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=afab63a36418c2ce7ee0230e7f46029b999e3f37 commit afab63a36418c2ce7ee0230e7f46029b999e3f37 Author: Melko Date: Sat Aug 6 22:46:29 2011 +0200 kig-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/kig/FrugalBuild b/source/kde-extra/kig/FrugalBuild new file mode 100644 index 0000000..736c9c5 --- /dev/null +++ b/source/kde-extra/kig/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.79 SBU +# Maintainer: centuri0 + +pkgname=kig +pkgrel=1 +pkgdesc="Interactive Geometry." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("libkutils>=$_F_kde_ver" "libnepomuk>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK + From bouleetbil at frogdev.info Sat Aug 6 22:52:27 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 22:52:27 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-shell-extension-autohidetopbar-1.0-3-x86_64 *rebuild with gnome-shell 3.1 Message-ID: <20110806205227.B439BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d4dca3bd7807072a9cada3087c21c8ebd46bcb62 commit d4dca3bd7807072a9cada3087c21c8ebd46bcb62 Author: bouleetbil Date: Sat Aug 6 22:42:15 2011 +0200 gnome-shell-extension-autohidetopbar-1.0-3-x86_64 *rebuild with gnome-shell 3.1 diff --git a/source/gnome/gnome-shell-extension-autohidetopbar/FrugalBuild b/source/gnome/gnome-shell-extension-autohidetopbar/FrugalBuild index d9ec65d..bc3a416 100644 --- a/source/gnome/gnome-shell-extension-autohidetopbar/FrugalBuild +++ b/source/gnome/gnome-shell-extension-autohidetopbar/FrugalBuild @@ -3,10 +3,10 @@ pkgname=gnome-shell-extension-autohidetopbar pkgver=1.0 -pkgrel=2 +pkgrel=3 pkgdesc="Make the top bar (panel) autohideable. in Gnome-shell" url="http://www.fpmurphy.com/gnome-shell-extensions" -depends=('gnome-shell') +depends=('gnome-shell>=3.1.4') groups=('gnome') archs=('i686' 'x86_64') Finclude gnome-shell-extensions From bouleetbil at frogdev.info Sat Aug 6 22:54:45 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 22:54:45 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-shell-extension-frugalware-logo-0.2-4-x86_64 *rebuild with gnome-shell 3.1 Message-ID: <20110806205445.29BEFBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=084ca8f05ade9fe468b67e3b005df4fc349d90c6 commit 084ca8f05ade9fe468b67e3b005df4fc349d90c6 Author: bouleetbil Date: Sat Aug 6 22:44:34 2011 +0200 gnome-shell-extension-frugalware-logo-0.2-4-x86_64 *rebuild with gnome-shell 3.1 diff --git a/source/gnome/gnome-shell-extension-frugalware-logo/FrugalBuild b/source/gnome/gnome-shell-extension-frugalware-logo/FrugalBuild index 16c7d11..cb997c5 100644 --- a/source/gnome/gnome-shell-extension-frugalware-logo/FrugalBuild +++ b/source/gnome/gnome-shell-extension-frugalware-logo/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-shell-extension-frugalware-logo pkgver=0.2 -pkgrel=3 +pkgrel=4 pkgdesc="Simple Gnome shell extension to add the Frugalware logo to the shell." url="http://frugalware.org" depends=() From bouleetbil at frogdev.info Sat Aug 6 22:55:29 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 22:55:29 +0200 (CEST) Subject: [Frugalware-git] gnometesting: empathy-3.1.4-2-x86_64 *fix depends Message-ID: <20110806205529.2EA50BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=6b4a6e3d262ce3b2d57f4bd808c444ee7d6fae01 commit 6b4a6e3d262ce3b2d57f4bd808c444ee7d6fae01 Author: bouleetbil Date: Sat Aug 6 22:45:14 2011 +0200 empathy-3.1.4-2-x86_64 *fix depends diff --git a/source/gnome/empathy/FrugalBuild b/source/gnome/empathy/FrugalBuild index bf27287..2c4d685 100644 --- a/source/gnome/empathy/FrugalBuild +++ b/source/gnome/empathy/FrugalBuild @@ -8,7 +8,7 @@ USE_SENDTO=${USE_SENDTO:-"n"} pkgname=empathy pkgver=3.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Empathy consists of a rich set of reusable instant messaging widgets" depends=('telepathy-glib' 'libxml2' 'enchant' 'ca-certificates' \ 'atk' 'pango' 'freetype2' 'libxau' 'libxdmcp' 'e2fsprogs' \ @@ -16,7 +16,7 @@ depends=('telepathy-glib' 'libxml2' 'enchant' 'ca-certificates' \ 'libxi' 'libxrandr' 'libxcursor' 'libjpeg>=8a' \ 'libsm' 'libffi' 'telepathy-stream-engine' \ 'aspell' 'iso-codes' 'telepathy-mission-control' 'telepathy-gabble' \ - 'evolution-data-server>=3.1.1' 'libcanberra-gtk' 'telepathy-farsight' \ + 'evolution-data-server>=3.1.4' 'libcanberra-gtk' 'telepathy-farsight' \ 'webkit-gtk3' 'unique' 'libkrb5' 'folks>=0.4.3' 'telepathy-logger' \ 'ca-certificates' 'gsettings-desktop-schemas' 'libnotify>=0.7' 'telepathy-butterfly' \ 'telepathy-logger>=0.2.8' 'networkmanager' 'glib-networking') From bouleetbil at frogdev.info Sat Aug 6 22:56:54 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 22:56:54 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-shell-extension-systray-0.1-3-x86_64 *rebuild with gnome-shell 3.1 Message-ID: <20110806205654.03861BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b2adac4c693d15db8739648d6992a165e66f9b7b commit b2adac4c693d15db8739648d6992a165e66f9b7b Author: bouleetbil Date: Sat Aug 6 22:46:41 2011 +0200 gnome-shell-extension-systray-0.1-3-x86_64 *rebuild with gnome-shell 3.1 diff --git a/source/gnome/gnome-shell-extension-systray/FrugalBuild b/source/gnome/gnome-shell-extension-systray/FrugalBuild index 44e07d0..ed754a1 100644 --- a/source/gnome/gnome-shell-extension-systray/FrugalBuild +++ b/source/gnome/gnome-shell-extension-systray/FrugalBuild @@ -3,12 +3,12 @@ pkgname=gnome-shell-extension-systray pkgver=0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Enable some systray icons to status icons gnome-shell (parcellite, frugalware-tweak...)" url="http://vega.frugalware.org" depends=() groups=('gnome') -rodepends=('gnome-shell>=3.0.2') +rodepends=('gnome-shell>=3.1') archs=('i686' 'x86_64' 'ppc') up2date="Flasttar http://ftp.frugalware.org/pub/other/people/bouleetbil/frugal-tweak/releases/" source=(http://ftp.frugalware.org/pub/other/people/bouleetbil/frugal-tweak/releases/$pkgname-$pkgver.tar.bz2) From melko at frugalware.org Sat Aug 6 22:57:27 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 22:57:27 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kiten-4.7.0-1-i686 Message-ID: <20110806205727.E6769BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=a849f8e753b4b6e1c63f3da67705c8614e78ecf1 commit a849f8e753b4b6e1c63f3da67705c8614e78ecf1 Author: Melko Date: Sat Aug 6 22:56:27 2011 +0200 kiten-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/kiten/FrugalBuild b/source/kde-extra/kiten/FrugalBuild new file mode 100644 index 0000000..367a493 --- /dev/null +++ b/source/kde-extra/kiten/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.19 SBU +# Maintainer: centuri0 + +pkgname=kiten +pkgrel=1 +pkgdesc="Japanese Reference/Study Tool." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("libkhtml>=$_F_kde_ver" "libnepomuk>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK + From melko at frugalware.org Sat Aug 6 23:08:12 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 23:08:12 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: klettres-4.7.0-1-i686 Message-ID: <20110806210812.E0751BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=e7e0ae90db79f64fcd75c08d466f0c5222648fc4 commit e7e0ae90db79f64fcd75c08d466f0c5222648fc4 Author: Melko Date: Sat Aug 6 23:07:10 2011 +0200 klettres-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/klettres/FrugalBuild b/source/kde-extra/klettres/FrugalBuild new file mode 100644 index 0000000..7dcfd36 --- /dev/null +++ b/source/kde-extra/klettres/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.11 SBU +# Maintainer: centuri0 + +pkgname=klettres +pkgrel=1 +pkgdesc="Learn The Alphabet." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=('phonon>=4.5.0' "libknewstuff>=$_F_kde_ver" "libnepomuk>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver") + +# optimization OK + From bouleetbil at frogdev.info Sat Aug 6 23:12:28 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 23:12:28 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-panel-3.0.2-6-x86_64 Message-ID: <20110806211228.1A5FABAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=fb95b47eaca125d269a4e888978172f1092358ba commit fb95b47eaca125d269a4e888978172f1092358ba Author: bouleetbil Date: Sat Aug 6 23:02:29 2011 +0200 gnome-panel-3.0.2-6-x86_64 *rebuild with latest evolution-data-server diff --git a/source/gnome/gnome-panel/FrugalBuild b/source/gnome/gnome-panel/FrugalBuild index 6318489..d130d5f 100644 --- a/source/gnome/gnome-panel/FrugalBuild +++ b/source/gnome/gnome-panel/FrugalBuild @@ -3,11 +3,11 @@ pkgname=gnome-panel pkgver=3.0.2 -pkgrel=5 +pkgrel=6 pkgdesc="GNOME panel and core applets" depends=('libxml2>=2.7.8' 'gnome-desktop>=3.1.4' 'gnome-menus>=2.30.4' \ 'libwnck>=3.0.0' 'rarian>=0.8.0' 'dbus-glib>=0.71' 'avahi-glib>=0.6.17' 'librsvg>=2.32.0' \ - 'libcanberra-gtk' 'libkrb5' 'openssl>=1.0.0-3' 'libgweather>=3.0.0' 'evolution-data-server' \ + 'libcanberra-gtk' 'libkrb5' 'openssl>=1.0.0-3' 'libgweather>=3.0.0' 'evolution-data-server>=3.1.4' \ 'networkmanager' 'dconf' 'telepathy-glib') makedepends=('intltool' 'gtk-doc>=1.9' 'gnome-doc-utils>=0.14.0' 'krb5' 'gobject-introspection') groups=('gnome') From bouleetbil at frogdev.info Sat Aug 6 23:15:30 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 23:15:30 +0200 (CEST) Subject: [Frugalware-git] gnometesting: nautilus-open-terminal-0.19-3-x86_64 Message-ID: <20110806211530.E89F3BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5e5f979a37c65685cd2254f7192f9aeda487fdcc commit 5e5f979a37c65685cd2254f7192f9aeda487fdcc Author: bouleetbil Date: Sat Aug 6 23:05:34 2011 +0200 nautilus-open-terminal-0.19-3-x86_64 *rebuild with latest gnome-desktop diff --git a/source/gnome/nautilus-open-terminal/FrugalBuild b/source/gnome/nautilus-open-terminal/FrugalBuild index a5221cd..7c0b95a 100644 --- a/source/gnome/nautilus-open-terminal/FrugalBuild +++ b/source/gnome/nautilus-open-terminal/FrugalBuild @@ -4,10 +4,10 @@ pkgname=nautilus-open-terminal pkgver=0.19 -pkgrel=2 +pkgrel=3 pkgdesc="Nautilus open terminal feature with improvements." url="http://manny.cluecoder.org/packages/nautilus-open-terminal/" -depends=('nautilus>=3.0.1.1-2' 'gnome-desktop') +depends=('nautilus>=3.0.1.1-2' 'gnome-desktop>=3.1.4') makedepends=('intltool' 'perl-xml-parser') groups=('gnome') archs=('i686' 'x86_64' 'ppc') From melko at frugalware.org Sat Aug 6 23:15:40 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 23:15:40 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kmplot-4.7.0-1-i686 Message-ID: <20110806211540.58DE1BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=1c7da6ee35377c0351102475edb799f8a81f9573 commit 1c7da6ee35377c0351102475edb799f8a81f9573 Author: Melko Date: Sat Aug 6 23:14:17 2011 +0200 kmplot-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/kmplot/FrugalBuild b/source/kde-extra/kmplot/FrugalBuild new file mode 100644 index 0000000..46a80b3 --- /dev/null +++ b/source/kde-extra/kmplot/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.46 SBU +# Maintainer: centuri0 + +pkgname=kmplot +pkgrel=1 +pkgdesc="Mathematical Function Plotter." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("libnepomuk>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK + From bouleetbil at frogdev.info Sat Aug 6 23:18:28 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 6 Aug 2011 23:18:28 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-screensaver-3.0.0-3-x86_64 Message-ID: <20110806211828.86914BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d16f6cc96d905cc8fda698f499c06dec7197ad66 commit d16f6cc96d905cc8fda698f499c06dec7197ad66 Author: bouleetbil Date: Sat Aug 6 23:08:32 2011 +0200 gnome-screensaver-3.0.0-3-x86_64 *rebuild with latest gnome-desktop diff --git a/source/gnome/gnome-screensaver/FrugalBuild b/source/gnome/gnome-screensaver/FrugalBuild index b6fcb1c..ae837d9 100644 --- a/source/gnome/gnome-screensaver/FrugalBuild +++ b/source/gnome/gnome-screensaver/FrugalBuild @@ -3,11 +3,11 @@ pkgname=gnome-screensaver pkgver=3.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="GNOME screen saver and locker" url="http://live.gnome.org/GnomeScreensaver" depends=('libxml2>=2.7.8' 'dbus-glib>=0.71' 'gnome-menus>=2.30.5' 'libgnomekbd>=2.91.0' 'gtk+3' \ - 'libxscrnsaver' 'shadow' 'xscreensaver-data' 'gnome-desktop>=3.0.1-2') + 'libxscrnsaver' 'shadow' 'xscreensaver-data' 'gnome-desktop>=3.1.4') makedepends=('intltool' 'scrnsaverproto') groups=('gnome') archs=('x86_64' 'i686' 'ppc') From melko at frugalware.org Sat Aug 6 23:37:41 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 23:37:41 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kstars-4.7.0-1-i686 Message-ID: <20110806213741.B4DE4BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=6596b0144a630a4eed50691c943f00cf0d3c78d2 commit 6596b0144a630a4eed50691c943f00cf0d3c78d2 Author: Melko Date: Sat Aug 6 23:36:39 2011 +0200 kstars-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/kstars/FrugalBuild b/source/kde-extra/kstars/FrugalBuild new file mode 100644 index 0000000..bc24d51 --- /dev/null +++ b/source/kde-extra/kstars/FrugalBuild @@ -0,0 +1,16 @@ +# Compiling Time: 2.23 SBU +# Maintainer: centuri0 + +pkgname=kstars +pkgrel=1 +pkgdesc="Desktop Planetarium." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("libnepomuk>=$_F_kde_ver" "libknewstuff>=$_F_kde_ver" 'xplanet>=1.2.2' \ + 'cfitsio>=3.280' "libqtopengl>=$_F_kde_qtver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver" \ + 'phonon>=4.5.0' 'eigen>=2.0.12') + +# optimization OK + From melko at frugalware.org Sat Aug 6 23:42:21 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 23:42:21 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: ktouch-4.7.0-1-i686 Message-ID: <20110806214221.325A8BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=b4d5bf21c0a0291d1b27bb7a92caebc0ed1360d8 commit b4d5bf21c0a0291d1b27bb7a92caebc0ed1360d8 Author: Melko Date: Sat Aug 6 23:41:23 2011 +0200 ktouch-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/ktouch/FrugalBuild b/source/kde-extra/ktouch/FrugalBuild new file mode 100644 index 0000000..41bf7a6 --- /dev/null +++ b/source/kde-extra/ktouch/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.31 SBU +# Maintainer: centuri0 + +pkgname=ktouch +pkgrel=1 +pkgdesc="Touch Typing Tutor." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=('phonon>=4.5.0' "libnepomuk>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver") + +# optimization OK + From melko at frugalware.org Sat Aug 6 23:50:26 2011 From: melko at frugalware.org (Melko) Date: Sat, 6 Aug 2011 23:50:26 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kturtle-4.7.0-1-i686 Message-ID: <20110806215026.10487BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=1bb585c5ea0fb485739c0878c4a99a03a21d1886 commit 1bb585c5ea0fb485739c0878c4a99a03a21d1886 Author: Melko Date: Sat Aug 6 23:49:15 2011 +0200 kturtle-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/kturtle/FrugalBuild b/source/kde-extra/kturtle/FrugalBuild new file mode 100644 index 0000000..b3b790c --- /dev/null +++ b/source/kde-extra/kturtle/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.27 SBU +# Maintainer: centuri0 + +pkgname=kturtle +pkgrel=1 +pkgdesc="Educational Programming Environment." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("libnepomuk>=$_F_kde_ver" "libknewstuff>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK + From melko at frugalware.org Sun Aug 7 00:10:57 2011 From: melko at frugalware.org (Melko) Date: Sun, 7 Aug 2011 00:10:57 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kwordquiz-4.7.0-1-i686 Message-ID: <20110806221057.1C23EBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=a4321563a7abd78c9384ee366b487370d29d63f5 commit a4321563a7abd78c9384ee366b487370d29d63f5 Author: Melko Date: Sun Aug 7 00:09:48 2011 +0200 kwordquiz-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/kwordquiz/FrugalBuild b/source/kde-extra/kwordquiz/FrugalBuild new file mode 100644 index 0000000..e66fb2b --- /dev/null +++ b/source/kde-extra/kwordquiz/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.32 SBU +# Maintainer: centuri0 + +pkgname=kwordquiz +pkgrel=1 +pkgdesc="Flash Card Trainer." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("libkdeedu>=$_F_kde_ver" "libknotify>=$_F_kde_ver" "libknewstuff>=$_F_kde_ver" "libkutils>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK + From bouleetbil at frogdev.info Sun Aug 7 00:32:22 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 7 Aug 2011 00:32:22 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gdm-3.1.2-3-x86_64 *added patch *disable crash with warning Message-ID: <20110806223222.8C21FBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=4adcedc44c4a8d38f6e0a0a075bcc7ec266d63a4 commit 4adcedc44c4a8d38f6e0a0a075bcc7ec266d63a4 Author: bouleetbil Date: Sun Aug 7 00:21:56 2011 +0200 gdm-3.1.2-3-x86_64 *added patch *disable crash with warning diff --git a/source/gnome/gdm/FrugalBuild b/source/gnome/gdm/FrugalBuild index b036a2d..d741924 100644 --- a/source/gnome/gdm/FrugalBuild +++ b/source/gnome/gdm/FrugalBuild @@ -3,36 +3,47 @@ pkgname=gdm pkgver=3.1.2 -pkgrel=2 +pkgrel=3 pkgdesc="GNOME Display Manager" url="http://www.gnome.org/" backup=(etc/gdm/custom.conf etc/pam.d/gdm etc/pam.d/gdm-autologin) depends=('libxml2>=2.7.8' 'zenity>=3.0.0' 'libxi' 'fontconfig' 'libxrandr>=1.2.2' \ 'librsvg>=2.26.0-2' 'gnome-keyring>=3.0.3' 'consolekit-x11>=0.4.5' 'libcanberra-gtk' \ 'libxinerama' 'libxcursor' 'libxevie' 'xorg-server>=1.10.2' \ - 'pam' 'accountsservice' 'upower' 'nss' 'hwdata') + 'pam' 'accountsservice' 'upower' 'nss' 'hwdata' 'dbus-x11') rodepends=('xsm' 'sessreg' 'xmessage' 'gnome-session') makedepends=('intltool' 'gnome-doc-utils') groups=('gnome') archs=('i686' 'x86_64' 'ppc') +_F_gnome_git="n" Finclude gnome source=(${source[@]} \ polkit-gnome-authentication-agent-1.desktop \ forcevt12.diff 27_save_root_window.patch \ - 28_plymouth_transition.patch) + 28_plymouth_transition.patch disable-fatal-criticals.patch) sha1sums=('794737e18a7fbd23ca227402a60a71b73f0ca5c0' \ '93d1f9a7d068dd8e70c930abea9acf5b770a3485' \ '3851826e77967313f508949b55392bec258cbf0e' \ '21b5e62f5ebc5cf8d3ebd97bf6f4414470298b7f' \ - 'b0b78e870665bc0e8fc3525f9502dac7170dd6fc') + 'b0b78e870665bc0e8fc3525f9502dac7170dd6fc' \ + 'eca48d46c223e92ae4505b97cc672a4dc97ecdae') +if [ "$_F_gnome_git" != "n" ]; then + unset sha1sums +fi conflicts=('fast-user-switch-applet') provides=('fast-user-switch-applet' 'gdm-themes' 'somatic-gdm-themes' 'arc-colors-gdm-themes') replaces=('fast-user-switch-applet' 'gdm-themes' 'somatic-gdm-themes' 'arc-colors-gdm-themes') build() { - Fcd - Fpatchall + if [ "$_F_gnome_git" != "n" ]; then + Funpack_scm + Fcd $pkgname + sh ./autogen.sh + else + Fcd + Fpatchall + fi Fmake --enable-authentication-scheme=pam \ --enable-console-helper \ --disable-scrollkeeper \ diff --git a/source/gnome/gdm/disable-fatal-criticals.patch b/source/gnome/gdm/disable-fatal-criticals.patch new file mode 100644 index 0000000..8af6636 --- /dev/null +++ b/source/gnome/gdm/disable-fatal-criticals.patch @@ -0,0 +1,182 @@ +From fc6ee4aa6d71d2c448a9b62aca24ba318163c590 Mon Sep 17 00:00:00 2001 +From: Ray Strode +Date: Tue, 28 Jun 2011 12:51:51 -0400 +Subject: [PATCH] common: don't tank on criticals + +Tiny (or not so tiny) bugs in components below GDM in the stack +can lead to critical warnings. + +In development releases, GDM by default will crash when encountering +a critical warning. + +Losing the login screen is a big deal. We shouldn't automatically subject +our users to "can't log in" in order to highlight bugs in development +releases. + +This commit removes fatal criticals by default. +--- + common/gdm-common.c | 9 --------- + common/gdm-common.h | 1 - + daemon/factory-slave-main.c | 2 -- + daemon/main.c | 2 -- + daemon/product-slave-main.c | 2 -- + daemon/session-worker-main.c | 2 -- + daemon/simple-slave-main.c | 2 -- + daemon/xdmcp-chooser-slave-main.c | 2 -- + gui/simple-chooser/chooser-main.c | 2 -- + gui/simple-chooser/gdm-host-chooser.c | 2 -- + gui/simple-greeter/greeter-main.c | 2 -- + 11 files changed, 0 insertions(+), 28 deletions(-) + +diff --git a/common/gdm-common.c b/common/gdm-common.c +index 7a4e26d..865341a 100644 +--- a/common/gdm-common.c ++++ b/common/gdm-common.c +@@ -65,15 +65,6 @@ gdm_is_version_unstable (void) + return unstable; + } + +-void +-gdm_set_fatal_warnings_if_unstable (void) +-{ +- if (gdm_is_version_unstable ()) { +- g_setenv ("G_DEBUG", "fatal_criticals", FALSE); +- g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL); +- } +-} +- + gboolean + gdm_get_pwent_for_name (const char *name, + struct passwd **pwentp) +diff --git a/common/gdm-common.h b/common/gdm-common.h +index 06300c8..41ddf1c 100644 +--- a/common/gdm-common.h ++++ b/common/gdm-common.h +@@ -31,7 +31,6 @@ + G_BEGIN_DECLS + + gboolean gdm_is_version_unstable (void); +-void gdm_set_fatal_warnings_if_unstable (void); + + int gdm_wait_on_pid (int pid); + int gdm_wait_on_and_kill_pid (int pid, +diff --git a/daemon/factory-slave-main.c b/daemon/factory-slave-main.c +index 9caab1c..2441260 100644 +--- a/daemon/factory-slave-main.c ++++ b/daemon/factory-slave-main.c +@@ -183,8 +183,6 @@ main (int argc, + textdomain (GETTEXT_PACKAGE); + setlocale (LC_ALL, ""); + +- gdm_set_fatal_warnings_if_unstable (); +- + g_type_init (); + + context = g_option_context_new (_("GNOME Display Manager Slave")); +diff --git a/daemon/main.c b/daemon/main.c +index 5b8d66b..2ffb779 100644 +--- a/daemon/main.c ++++ b/daemon/main.c +@@ -543,8 +543,6 @@ main (int argc, + + ret = 1; + +- gdm_set_fatal_warnings_if_unstable (); +- + g_type_init (); + + context = g_option_context_new (_("GNOME Display Manager")); +diff --git a/daemon/product-slave-main.c b/daemon/product-slave-main.c +index b0ab03f..b8e4755 100644 +--- a/daemon/product-slave-main.c ++++ b/daemon/product-slave-main.c +@@ -187,8 +187,6 @@ main (int argc, + textdomain (GETTEXT_PACKAGE); + setlocale (LC_ALL, ""); + +- gdm_set_fatal_warnings_if_unstable (); +- + g_type_init (); + + context = g_option_context_new (_("GNOME Display Manager Slave")); +diff --git a/daemon/session-worker-main.c b/daemon/session-worker-main.c +index 35b4463..9d40b8d 100644 +--- a/daemon/session-worker-main.c ++++ b/daemon/session-worker-main.c +@@ -151,8 +151,6 @@ main (int argc, + + g_type_init (); + +- gdm_set_fatal_warnings_if_unstable (); +- + /* Translators: worker is a helper process that does the work + of starting up a session */ + context = g_option_context_new (_("GNOME Display Manager Session Worker")); +diff --git a/daemon/simple-slave-main.c b/daemon/simple-slave-main.c +index 7751b61..057492b 100644 +--- a/daemon/simple-slave-main.c ++++ b/daemon/simple-slave-main.c +@@ -187,8 +187,6 @@ main (int argc, + textdomain (GETTEXT_PACKAGE); + setlocale (LC_ALL, ""); + +- gdm_set_fatal_warnings_if_unstable (); +- + g_type_init (); + + context = g_option_context_new (_("GNOME Display Manager Slave")); +diff --git a/daemon/xdmcp-chooser-slave-main.c b/daemon/xdmcp-chooser-slave-main.c +index f86ea89..ea54210 100644 +--- a/daemon/xdmcp-chooser-slave-main.c ++++ b/daemon/xdmcp-chooser-slave-main.c +@@ -189,8 +189,6 @@ main (int argc, + textdomain (GETTEXT_PACKAGE); + setlocale (LC_ALL, ""); + +- gdm_set_fatal_warnings_if_unstable (); +- + g_type_init (); + + context = g_option_context_new (_("GNOME Display Manager Slave")); +diff --git a/gui/simple-chooser/chooser-main.c b/gui/simple-chooser/chooser-main.c +index ac1edd6..2978a23 100644 +--- a/gui/simple-chooser/chooser-main.c ++++ b/gui/simple-chooser/chooser-main.c +@@ -233,8 +233,6 @@ main (int argc, char *argv[]) + + setlocale (LC_ALL, ""); + +- gdm_set_fatal_warnings_if_unstable (); +- + g_type_init (); + + gdm_log_init (); +diff --git a/gui/simple-chooser/gdm-host-chooser.c b/gui/simple-chooser/gdm-host-chooser.c +index 371ba28..1f5f9c6 100644 +--- a/gui/simple-chooser/gdm-host-chooser.c ++++ b/gui/simple-chooser/gdm-host-chooser.c +@@ -232,8 +232,6 @@ main (int argc, char *argv[]) + + setlocale (LC_ALL, ""); + +- gdm_set_fatal_warnings_if_unstable (); +- + g_type_init (); + + gdm_log_init (); +diff --git a/gui/simple-greeter/greeter-main.c b/gui/simple-greeter/greeter-main.c +index aa165fa..a2c533e 100644 +--- a/gui/simple-greeter/greeter-main.c ++++ b/gui/simple-greeter/greeter-main.c +@@ -252,8 +252,6 @@ main (int argc, char *argv[]) + + setlocale (LC_ALL, ""); + +- gdm_set_fatal_warnings_if_unstable (); +- + g_type_init (); + + gdm_profile_start ("Initializing settings client"); +-- +1.7.5.4 + From bouleetbil at frogdev.info Sun Aug 7 15:34:58 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 7 Aug 2011 15:34:58 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-session-3.1.3-2-x86_64 *enable debug mode Message-ID: <20110807133458.99B3E1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=923480dbcaec4583a84193358214d94e2a8196cb commit 923480dbcaec4583a84193358214d94e2a8196cb Author: bouleetbil Date: Sun Aug 7 16:33:50 2011 +0200 gnome-session-3.1.3-2-x86_64 *enable debug mode diff --git a/source/gnome/gnome-session/FrugalBuild b/source/gnome/gnome-session/FrugalBuild index 4ab4649..61d8a81 100644 --- a/source/gnome/gnome-session/FrugalBuild +++ b/source/gnome/gnome-session/FrugalBuild @@ -1,11 +1,11 @@ # Compiling time: 0.38 SBU # Maintainer: bouleetbil -USE_DEBUG=${USE_DEBUG:-"n"} +USE_DEBUG=${USE_DEBUG:-"y"} pkgname=gnome-session pkgver=3.1.3 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME session manager" depends=('libxml2>=2.7.8' 'gnome-desktop>=3.0.2' 'polkit' 'upower' 'gconf-gtk' 'usermode' \ 'dbus-glib>=0.76' 'gnome-control-center>=3.0.0' 'libnotify' 'gnome-keyring>=3.0.0' \ From melko at frugalware.org Sun Aug 7 15:44:36 2011 From: melko at frugalware.org (Melko) Date: Sun, 7 Aug 2011 15:44:36 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: marble-4.7.0-1-i686 Message-ID: <20110807134436.B29F01358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=115245f93342aef7cc5d35207909368b1eb36ea5 commit 115245f93342aef7cc5d35207909368b1eb36ea5 Author: Melko Date: Sun Aug 7 16:52:21 2011 +0200 marble-4.7.0-1-i686 * version bump * split from kdeedu diff --git a/source/kde-extra/marble/FrugalBuild b/source/kde-extra/marble/FrugalBuild new file mode 100644 index 0000000..33ea42d --- /dev/null +++ b/source/kde-extra/marble/FrugalBuild @@ -0,0 +1,16 @@ +# Compiling Time: 2.41 SBU +# Maintainer: centuri0 + +pkgname=marble +pkgrel=1 +pkgdesc="Virtual Globe and World Atlas." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("libnepomuk>=$_F_kde_ver" "libqtscript>=$_F_kde_qtver" "libqtsql>=$_F_kde_qtver" \ + "libplasma>=$_F_kde_ver" "libqtwebkit>=$_F_kde_qtver" "libqtdeclarative>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0' \ + "libqtwebkit>=$_F_kde_qtver" "libknewstuff>=$_F_kde_ver") + +# optimization OK + From bouleetbil at frogdev.info Sun Aug 7 15:46:46 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 7 Aug 2011 15:46:46 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gvfs-1.9.2-1-x86_64 Message-ID: <20110807134646.84B1C1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=602dbe2d60858379d642c4b324bc6d7b8a99b6e3 commit 602dbe2d60858379d642c4b324bc6d7b8a99b6e3 Author: bouleetbil Date: Sun Aug 7 16:45:32 2011 +0200 gvfs-1.9.2-1-x86_64 *Version bump diff --git a/source/xapps/gvfs/FrugalBuild b/source/xapps/gvfs/FrugalBuild index ede2d3f..7a89e98 100644 --- a/source/xapps/gvfs/FrugalBuild +++ b/source/xapps/gvfs/FrugalBuild @@ -1,10 +1,10 @@ # Compiling time: 0.66 SBU # Maintainer: bouleetbil -USE_DEVEL=${USE_DEVEL:-"n"} +USE_DEBUG=${USE_DEBUG:-"n"} pkgname=gvfs -pkgver=1.8.2 +pkgver=1.9.2 pkgrel=1 pkgdesc="gvfs is a userspace virtual filesystem designed to work with the i/o abstractions of gio." url="http://www.gnome.org/" @@ -22,7 +22,7 @@ provides=('gnome-mount') _F_gnome_glib="y" Finclude gnome gnome-scriptlet source=($source gvfs-libsoup.diff) -sha1sums=('4123bb4fd9d64f246adc8f3b6a00af12589cd37b' \ +sha1sums=('69778c5e2822a5c4a8d53d326f11e854a01f818c' \ '1eb9391f6bf3716ddc8fbf75340257e537c61199') subpkgs=("${subpkgs[@]}" "gvfs-apple") @@ -88,7 +88,7 @@ Fconfopts="$Fconfopts \ build(){ Fcd - if Fuse $USE_DEVEL; then + if Fuse $USE_DEBUG; then Fsed "static gboolean print_debug = FALSE;" \ "static gboolean print_debug = TRUE;" \ daemon/daemon-main.c From bouleetbil at frogdev.info Sun Aug 7 15:49:42 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 7 Aug 2011 15:49:42 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libsoup-2.35.4-1-x86_64 Message-ID: <20110807134942.A014C1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ad70b52399216feb6fd2fde5bbe8b4148a246401 commit ad70b52399216feb6fd2fde5bbe8b4148a246401 Author: bouleetbil Date: Sun Aug 7 16:48:46 2011 +0200 libsoup-2.35.4-1-x86_64 *Version bump diff --git a/source/lib/libsoup/FrugalBuild b/source/lib/libsoup/FrugalBuild index 7f65b41..22c5ad8 100644 --- a/source/lib/libsoup/FrugalBuild +++ b/source/lib/libsoup/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=libsoup -pkgver=2.34.3 +pkgver=2.35.4 pkgrel=1 pkgdesc="An HTTP library implementation in C" url="http://www.gnome.org/" @@ -12,7 +12,7 @@ makedepends=('gobject-introspection>=0.9.0') groups=('lib') archs=('i686' 'x86_64' 'ppc') Finclude gnome -sha1sums=('ea2354aa01f52ce3c9e40175c4d5ec9f9d46c039') +sha1sums=('5f9e4620f505d99f0ed7823bb5d9198e47cc6360') subpkgs=("libsoup-gnome") subdescs=('libsoup with gconf support') From bouleetbil at frogdev.info Sun Aug 7 15:50:06 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 7 Aug 2011 15:50:06 +0200 (CEST) Subject: [Frugalware-git] gnometesting: glib-networking-2.29.9-1-x86_64 Message-ID: <20110807135006.37F2C1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a5d86a9d20e8520fdbed224ebb1730d6d0582399 commit a5d86a9d20e8520fdbed224ebb1730d6d0582399 Author: bouleetbil Date: Sun Aug 7 16:49:12 2011 +0200 glib-networking-2.29.9-1-x86_64 *Version bump diff --git a/source/lib/glib-networking/FrugalBuild b/source/lib/glib-networking/FrugalBuild index d9484a6..19ed905 100644 --- a/source/lib/glib-networking/FrugalBuild +++ b/source/lib/glib-networking/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=glib-networking -pkgver=2.28.7 +pkgver=2.29.9 pkgrel=1 pkgdesc="Network extensions for GLib" depends=('glib2' 'gnutls' 'ca-certificates' 'libgcrypt') @@ -11,4 +11,4 @@ groups=('lib') archs=('i686' 'x86_64' 'ppc' 'arm') options=('scriptlet') Finclude gnome -sha1sums=('711d548a88dffb4c3be7ffa1d515ef3efccedc62') +sha1sums=('d6e7809f5a1efd7240be4cfd661912da7c675a70') From bouleetbil at frogdev.info Sun Aug 7 15:52:43 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 7 Aug 2011 15:52:43 +0200 (CEST) Subject: [Frugalware-git] gnometesting: glibmm-2.29.11-1-x86_64 Message-ID: <20110807135243.3860B1358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=83444cc9be8bf3d792a5a90f4014606f86be69d1 commit 83444cc9be8bf3d792a5a90f4014606f86be69d1 Author: bouleetbil Date: Sun Aug 7 16:51:44 2011 +0200 glibmm-2.29.11-1-x86_64 *Version bump diff --git a/source/lib/glibmm/FrugalBuild b/source/lib/glibmm/FrugalBuild index b0300a1..d45d125 100644 --- a/source/lib/glibmm/FrugalBuild +++ b/source/lib/glibmm/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: bouleetbil pkgname=glibmm -pkgver=2.28.2 +pkgver=2.29.11 pkgrel=1 pkgdesc="C++ interface for glib2" url="http://www.gnome.org/" -depends=('libsigc++2' 'glib2>=2.28.3' 'mm-common') +depends=('libsigc++2' 'glib2>=2.29.3' 'mm-common') groups=('lib') archs=('i686' 'x86_64' 'ppc') Finclude gnome -sha1sums=('d15bc0fed7dea6fec73746370653687f74e02592') +sha1sums=('46a0585fb87da7eb4087f1c4d84f3f32c6f09903') subpkgs=("$pkgname-docs") subdescs=("Glibmm Documentation") From bouleetbil at frogdev.info Sun Aug 7 15:56:20 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 7 Aug 2011 15:56:20 +0200 (CEST) Subject: [Frugalware-git] gnometesting: xscreensaver-5.14-1-x86_64 Message-ID: <20110807135620.8721E1358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1668b7a5da996ecce55a1ed1a3a05963cfbf808e commit 1668b7a5da996ecce55a1ed1a3a05963cfbf808e Author: bouleetbil Date: Sun Aug 7 16:55:21 2011 +0200 xscreensaver-5.14-1-x86_64 *Version bump diff --git a/source/xlib/xscreensaver/FrugalBuild b/source/xlib/xscreensaver/FrugalBuild index 2174965..0a391c9 100644 --- a/source/xlib/xscreensaver/FrugalBuild +++ b/source/xlib/xscreensaver/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: VMiklos pkgname=xscreensaver -pkgver=5.12 +pkgver=5.14 pkgrel=1 pkgdesc="A screen saver and locker for the X Window System." url="http://www.jwz.org/xscreensaver" @@ -37,7 +37,7 @@ build() Fsplit xscreensaver-data /usr/share/xscreensaver/config } -sha1sums=('7252540b1b1853459a56453714c0974de26fa4c5' \ +sha1sums=('bfa37a9e7b2e93f54922191bb93dbc70c2f73772' \ '737ddfb4cf34cbf3023ff8a860a0fa879e6be82c') # optimization OK From bouleetbil at frogdev.info Sun Aug 7 15:58:53 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 7 Aug 2011 15:58:53 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gobject-introspection-1.29.16-1-x86_64 Message-ID: <20110807135853.795E71358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=633643b2da6332e3c0fc8bce9e74d03c28f5b0cc commit 633643b2da6332e3c0fc8bce9e74d03c28f5b0cc Author: bouleetbil Date: Sun Aug 7 16:57:51 2011 +0200 gobject-introspection-1.29.16-1-x86_64 *Version bump diff --git a/source/xlib/gobject-introspection/FrugalBuild b/source/xlib/gobject-introspection/FrugalBuild index a52ce4a..0ad6022 100644 --- a/source/xlib/gobject-introspection/FrugalBuild +++ b/source/xlib/gobject-introspection/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: bouleetbil pkgname=gobject-introspection -pkgver=1.29.15 -pkgrel=2 +pkgver=1.29.16 +pkgrel=1 pkgdesc="Generate interface introspection data for GObject libraries." depends=('glib2' 'libffi' 'cairo>=1.8.10-2' 'libxft' 'python>=2.7') groups=('xlib') archs=('i686' 'x86_64' 'ppc' 'arm') _F_gnome_devel="y" Finclude gnome -sha1sums=('3353bac59f9e36bdd4eee7bc4b0695a8ab8f5af8') +sha1sums=('5a2a7cb0b9605cccc7941c65b941da4933d4c6f4') replaces=('gir-repository') build() { From bouleetbil at frogdev.info Sun Aug 7 16:03:03 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 7 Aug 2011 16:03:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtkmm-3.1.10-1-x86_64 Message-ID: <20110807140303.813511358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=838dbbeb76c260f7ef7eb1f39576bcc41a88ca54 commit 838dbbeb76c260f7ef7eb1f39576bcc41a88ca54 Author: bouleetbil Date: Sun Aug 7 17:02:00 2011 +0200 gtkmm-3.1.10-1-x86_64 *Version bump diff --git a/source/xlib/gtkmm/FrugalBuild b/source/xlib/gtkmm/FrugalBuild index c488081..daeed47 100644 --- a/source/xlib/gtkmm/FrugalBuild +++ b/source/xlib/gtkmm/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gtkmm -pkgver=3.0.1 +pkgver=3.1.10 pkgrel=1 pkgdesc="C++ interface for GTK+3" depends=('libxml2>=2.7.8' 'glibmm>=2.24.0' 'gtk+3>=3.0.8' 'cairomm>=1.8.0' 'pangomm>=2.26.2' 'atkmm') @@ -10,7 +10,7 @@ groups=('xlib') archs=('i686' 'x86_64' 'ppc') Finclude gnome Fconfopts="$Fconfopts --disable-examples --disable-demos" -sha1sums=('f9ff284b64eab881862b932a5ee860fa5bb13e6e') +sha1sums=('5b7237aa7828dd54ab616bec2ff26e7803c7a883') export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing" From melko at frugalware.org Sun Aug 7 16:05:09 2011 From: melko at frugalware.org (Melko) Date: Sun, 7 Aug 2011 16:05:09 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: parley-4.7.0-1-i686 Message-ID: <20110807140509.967B9135844A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=ddaf8e3e3c3d9dacb7991d0ac771e5be8ef98147 commit ddaf8e3e3c3d9dacb7991d0ac771e5be8ef98147 Author: Melko Date: Sun Aug 7 17:13:05 2011 +0200 parley-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/parley/FrugalBuild b/source/kde-extra/parley/FrugalBuild new file mode 100644 index 0000000..925db0e --- /dev/null +++ b/source/kde-extra/parley/FrugalBuild @@ -0,0 +1,15 @@ +# Compiling Time: 0.85 SBU +# Maintainer: centuri0 + +pkgname=parley +pkgrel=1 +pkgdesc="Vocabulary Trainer." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("libkdeedu>=$_F_kde_ver" "libplasma>=$_F_kde_ver" "libkross>=$_F_kde_ver" "libkutils>=$_F_kde_ver" \ + "libkhtml>=$_F_kde_ver" "libqtsql>=$_F_kde_qtver" "libqtdeclarative>=$_F_kde_qtver" "libkdewebkit>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0') + +# optimization OK + From bouleetbil at frogdev.info Sun Aug 7 16:12:44 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 7 Aug 2011 16:12:44 +0200 (CEST) Subject: [Frugalware-git] gnometesting: evolution-exchange-3.1.4-1-x86_64 Message-ID: <20110807141244.1786F1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=20d75a8242195f6aae37d68aa811c5be8f31e421 commit 20d75a8242195f6aae37d68aa811c5be8f31e421 Author: bouleetbil Date: Sun Aug 7 17:11:49 2011 +0200 evolution-exchange-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/evolution-exchange/FrugalBuild b/source/gnome/evolution-exchange/FrugalBuild index e6ca668..772c876 100644 --- a/source/gnome/evolution-exchange/FrugalBuild +++ b/source/gnome/evolution-exchange/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: bouleetbil pkgname=evolution-exchange -pkgver=3.0.2 +pkgver=3.1.4 pkgrel=1 pkgdesc="Ximian Connector for Microsoft Exchange, which adds support for Microsoft Exchange 2000 and 2003 to Evolution." -depends=('gtkhtml>=4.0.1' 'evolution-data-server>=3.0.2' 'evolution>=3.0.2' 'libsoup>=2.30.0' \ - 'evolution-data-server-ldap>=3.0.2' 'libkrb5' 'openssl>=1.0.0' 'gnome-desktop' 'libcanberra-gtk') +depends=('gtkhtml>=4.0.1' 'evolution-data-server>=3.1.4' 'evolution>=3.1.4' 'libsoup>=2.30.0' \ + 'evolution-data-server-ldap>=3.1.4' 'libkrb5' 'openssl>=1.0.0' 'gnome-desktop' 'libcanberra-gtk') makedepends=('gtk-doc>=1.11' 'perl-xml-parser' 'openldap' 'intltool' 'krb5') groups=('gnome') archs=('i686' 'x86_64' 'ppc') Finclude gnome url="http://www.gnome.org/projects/evolution/" Fconfopts="$Fconfopts --disable-gtk-doc --with-krb5=/usr" -sha1sums=('06dfe22452df116f36fa11953e01504586f7b701') +sha1sums=('1c1aaac51b26322bbf599f8a0b41cce9ec92a76a') # optimization OK From melko at frugalware.org Sun Aug 7 16:20:13 2011 From: melko at frugalware.org (Melko) Date: Sun, 7 Aug 2011 16:20:13 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: rocs-4.7.0-1-i686 Message-ID: <20110807142013.3C0E91358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=3f24f2e184f073771698c1d184514bd8c2b833f5 commit 3f24f2e184f073771698c1d184514bd8c2b833f5 Author: Melko Date: Sun Aug 7 17:28:15 2011 +0200 rocs-4.7.0-1-i686 * new package * split from kdeedu diff --git a/source/kde-extra/rocs/FrugalBuild b/source/kde-extra/rocs/FrugalBuild new file mode 100644 index 0000000..41f68ff --- /dev/null +++ b/source/kde-extra/rocs/FrugalBuild @@ -0,0 +1,15 @@ +# Compiling Time: 0.73 SBU +# Maintainer: centuri0 + +pkgname=rocs +pkgrel=1 +pkgdesc="Graph Theory IDE." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("libnepomuk>=$_F_kde_ver" "libkross>=$_F_kde_ver" "libknewstuff>=$_F_kde_ver" "kdelibs-interfaces>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver" \ + 'phonon>=4.5.0' 'boost>=1.46.1' "libqtscripttools>=$_F_kde_qtver" "libplasma>=$_F_kde_ver") + +# optimization OK + From melko at frugalware.org Sun Aug 7 16:51:50 2011 From: melko at frugalware.org (Melko) Date: Sun, 7 Aug 2011 16:51:50 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: step-4.7.0-1-i686 Message-ID: <20110807145150.4B4CD1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=e980645e761d7323f83fd533429b7f026c491e6d commit e980645e761d7323f83fd533429b7f026c491e6d Author: Melko Date: Sun Aug 7 17:59:29 2011 +0200 step-4.7.0-1-i686 * new package * split from kdeedu this should be the last of kdeedu :) mxw_ dance diff --git a/source/kde-extra/step/FrugalBuild b/source/kde-extra/step/FrugalBuild new file mode 100644 index 0000000..25826b9 --- /dev/null +++ b/source/kde-extra/step/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.65 SBU +# Maintainer: centuri0 + +pkgname=step +pkgrel=1 +pkgdesc="Interactive Physics Simulator." +groups=('kde-extra') +archs=('i686' 'x86_64') +Finclude kde +depends=("libnepomuk>=$_F_kde_ver" "libknewstuff>=$_F_kde_ver" "libqtopengl>=$_F_kde_qtver" "libkhtml>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver" 'phonon>=4.5.0' 'eigen>=2.0.12') + +# optimization OK + From devil505linux at gmail.com Sun Aug 7 17:10:55 2011 From: devil505linux at gmail.com (Devil505) Date: Sun, 7 Aug 2011 17:10:55 +0200 (CEST) Subject: [Frugalware-git] devil505temp: angband-3.3.0-1-i686 * version bump Message-ID: <20110807151055.481731358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=af21e27862cf9820003def2357c0112dc99f2777 commit af21e27862cf9820003def2357c0112dc99f2777 Author: Devil505 Date: Sun Aug 7 18:17:26 2011 +0200 angband-3.3.0-1-i686 * version bump diff --git a/source/games-extra/angband/FrugalBuild b/source/games-extra/angband/FrugalBuild index 46f9410..396b7d5 100644 --- a/source/games-extra/angband/FrugalBuild +++ b/source/games-extra/angband/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=angband -pkgver=3.1.2v2 +pkgver=3.3.0 pkgrel=1 pkgdesc="A roguelike dungeon-exploration game based on Tolkien's books" url="http://rephial.org" @@ -10,8 +10,8 @@ depends=('ncurses' 'libsm' 'sdlimage' 'sdl_ttf' 'libglade' 'gtk+2-libs' 'cairo' options=('scriptlet') groups=('games-extra') archs=('i686' 'x86_64') -up2date="Flasttar $url | sed 's/_src//g'" -source=($url/downloads/3.1/$pkgname-$pkgver-src.tar.gz) +up2date="Flasttar $url | sed 's/v//g'" +source=($url/downloads/${pkgver:0:3}/$pkgname-v$pkgver.tar.gz) Fconfopts="${Fconfopts[@]} --bindir=/usr/bin \ --sysconfdir=/usr/share/angband \ --with-configpath=/usr/share/angband \ @@ -19,7 +19,7 @@ Fconfopts="${Fconfopts[@]} --bindir=/usr/bin \ --enable-gtk \ --enable-sdl \ --enable-sdl-mixer" -sha1sums=('e6426c2d6054502a20e255dd07f49cbe6dd547a2') +sha1sums=('420dd620429a6bb04c0640716941b52788c38c66') _F_desktop_icon="/usr/share/angband/xtra/icon/att-32.png" _F_desktop_exec="angband -g" @@ -28,6 +28,7 @@ _F_desktop_categories="Game;RolePlaying;" build() { + Fcd $pkgname-v$pkgver Fmkdir usr/share/$pkgname Fbuild Frm usr/share/angband/*/delete.me From bouleetbil at frogdev.info Sun Aug 7 18:05:32 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 7 Aug 2011 18:05:32 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gvfs-1.9.2-2-x86_64 Message-ID: <20110807160532.296581358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=97e754e8079ee79601682e92921d70355c212c3a commit 97e754e8079ee79601682e92921d70355c212c3a Author: bouleetbil Date: Sun Aug 7 19:04:04 2011 +0200 gvfs-1.9.2-2-x86_64 *enable debug mode diff --git a/source/xapps/gvfs/FrugalBuild b/source/xapps/gvfs/FrugalBuild index 7a89e98..a482cdf 100644 --- a/source/xapps/gvfs/FrugalBuild +++ b/source/xapps/gvfs/FrugalBuild @@ -1,11 +1,11 @@ # Compiling time: 0.66 SBU # Maintainer: bouleetbil -USE_DEBUG=${USE_DEBUG:-"n"} +USE_DEBUG=${USE_DEBUG:-"y"} pkgname=gvfs pkgver=1.9.2 -pkgrel=1 +pkgrel=2 pkgdesc="gvfs is a userspace virtual filesystem designed to work with the i/o abstractions of gio." url="http://www.gnome.org/" From devil505linux at gmail.com Sun Aug 7 19:57:36 2011 From: devil505linux at gmail.com (Devil505) Date: Sun, 7 Aug 2011 19:57:36 +0200 (CEST) Subject: [Frugalware-git] devil505temp: minitube-1.5-1-i686 * version bump Message-ID: <20110807175736.70CEB1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=4d84b6c1a9460380dda0b1505f77e5f7daddcb8c commit 4d84b6c1a9460380dda0b1505f77e5f7daddcb8c Author: Devil505 Date: Sun Aug 7 21:04:14 2011 +0200 minitube-1.5-1-i686 * version bump diff --git a/source/xapps-extra/minitube/FrugalBuild b/source/xapps-extra/minitube/FrugalBuild index d9c871c..8ef02ed 100644 --- a/source/xapps-extra/minitube/FrugalBuild +++ b/source/xapps-extra/minitube/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=minitube -pkgver=1.4.3 +pkgver=1.5 pkgrel=1 pkgdesc="This is a native YouTube client in QT. Watch YouTube videos without Flash Player." url="http://flavio.tordini.org/minitube" @@ -16,7 +16,7 @@ _F_gnome_desktop="y" Finclude gnome-scriptlet up2date="Flasttar $url" source=(http://flavio.tordini.org/files/minitube/$pkgname-$pkgver.tar.gz) -sha1sums=('0c6838ed7282a4ae7df395ebcdca507aebe37e20') +sha1sums=('cf2ae85ef4b60ce67496eebe412bffe010eb1d54') build() { Fcd "$pkgname" From devil505linux at gmail.com Sun Aug 7 20:25:30 2011 From: devil505linux at gmail.com (Devil505) Date: Sun, 7 Aug 2011 20:25:30 +0200 (CEST) Subject: [Frugalware-git] devil505temp: xfce4-notifyd-0.2.2-1-i686 * version bump Message-ID: <20110807182530.A44371358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=bbaf4b193d6dadb23bd901876d5b02a48af36151 commit bbaf4b193d6dadb23bd901876d5b02a48af36151 Author: Devil505 Date: Sun Aug 7 21:32:31 2011 +0200 xfce4-notifyd-0.2.2-1-i686 * version bump diff --git a/source/xfce4-extra/xfce4-notifyd/FrugalBuild b/source/xfce4-extra/xfce4-notifyd/FrugalBuild index 00d28fb..6bbe01c 100644 --- a/source/xfce4-extra/xfce4-notifyd/FrugalBuild +++ b/source/xfce4-extra/xfce4-notifyd/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=xfce4-notifyd -pkgver=0.2.1 -pkgrel=2 +pkgver=0.2.2 +pkgrel=1 pkgdesc="notification daemon for the xfce desktop" url="http://spuriousinterrupt.org/projects/xfce4-notifyd" depends=('libxfce4ui>=4.8.0' 'libuuid') @@ -13,6 +13,6 @@ groups=('xfce4-extra' 'xfce4-goodies') _F_gnome_iconcache="y" Finclude xfce4 gnome-scriptlet archs=('i686' 'x86_64') -sha1sums=('4a0de4a9e7d0870ff14859ddfd414652a605eacc') +sha1sums=('31888132d949cc7b47d12889b8aaf5dabc546d8b') # optimization OK From devil505linux at gmail.com Sun Aug 7 20:32:47 2011 From: devil505linux at gmail.com (Devil505) Date: Sun, 7 Aug 2011 20:32:47 +0200 (CEST) Subject: [Frugalware-git] devil505temp: xfce4-screenshooter-1.8.0-1-i686 * version bump Message-ID: <20110807183247.485F01358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=1723f574569d7ecbee0b2c484015df66fdd90632 commit 1723f574569d7ecbee0b2c484015df66fdd90632 Author: Devil505 Date: Sun Aug 7 21:39:21 2011 +0200 xfce4-screenshooter-1.8.0-1-i686 * version bump diff --git a/source/xfce4/xfce4-screenshooter/FrugalBuild b/source/xfce4/xfce4-screenshooter/FrugalBuild index 00623fc..3f4bb55 100644 --- a/source/xfce4/xfce4-screenshooter/FrugalBuild +++ b/source/xfce4/xfce4-screenshooter/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Priyank Gosalia pkgname=xfce4-screenshooter -pkgver=1.7.9 -pkgrel=3 +pkgver=1.8.0 +pkgrel=1 pkgdesc="A screenshot taking application and panel plugin for Xfce4." makedepends=('intltool') depends=('gtk+2>=2.16.2-2' 'libxfcegui4>=4.7.0' 'xfce4-panel>=4.8.3-2' \ @@ -14,6 +14,6 @@ replaces=('xfce4-screenshooter-plugin') archs=('i686' 'x86_64' 'ppc') _F_gnome_iconcache=y Finclude xfce4 gnome-scriptlet -sha1sums=('541a28812ed4ada81b8e437a6246ce07c0dd9db6') +sha1sums=('cc105a5d3b17248542705cf01368827ef860bec9') # optimization OK From hermier at frugalware.org Sun Aug 7 20:47:53 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sun, 7 Aug 2011 20:47:53 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdebase-workspace-4.7.0-2-i686 Message-ID: <20110807184753.A2D8C1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=4e34ddd9a2b7421d6d102f42eb98b3204a3204c8 commit 4e34ddd9a2b7421d6d102f42eb98b3204a3204c8 Author: Michel Hermier Date: Sun Aug 7 21:53:14 2011 +0200 kdebase-workspace-4.7.0-2-i686 * libkdecore -> kdelibs-core diff --git a/source/kde/kdebase-workspace/FrugalBuild b/source/kde/kdebase-workspace/FrugalBuild index 3c19de5..08c2d3b 100644 --- a/source/kde/kdebase-workspace/FrugalBuild +++ b/source/kde/kdebase-workspace/FrugalBuild @@ -5,7 +5,7 @@ USE_GPSD=${USE_GPSD:-"n"} USE_NETWORKMANAGER=${USE_NETWORKMANAGER:-"n"} pkgname=kdebase-workspace -pkgrel=1 +pkgrel=2 pkgdesc="Programs specific for the KDE4 desktop." groups=('kde') archs=('i686' 'x86_64' 'ppc') @@ -48,7 +48,7 @@ fi subpkgs=("${subpkgs[@]}" "libkephal") subdescs=("${subdescs[@]}" "API for easier handling of multihead systems.") -subdepends=("${subdepends[@]}" "libqtdbus>=$Qt4 libqtgui>=$Qt4 libxext libkdecore bzip2 polkit-qt-1") +subdepends=("${subdepends[@]}" "libqtdbus>=$Qt4 libqtgui>=$Qt4 libxext kdelibs-core bzip2 polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') @@ -56,7 +56,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "liboxygen") subdescs=("${subdescs[@]}" "Libraries for KDE Oxygen Styles.") -subdepends=("${subdepends[@]}" "libqtdbus>=$Qt4 libqtgui>=$Qt4 libxext libkdecore bzip2 polkit-qt-1") +subdepends=("${subdepends[@]}" "libqtdbus>=$Qt4 libqtgui>=$Qt4 libxext kdelibs-core bzip2 polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') @@ -116,7 +116,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "klipper") subdescs=("${subdescs[@]}" "KDE cut and paste history utility.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') @@ -177,7 +177,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "kscreensaver") subdescs=("${subdescs[@]}" "KDE Screensaver system.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') @@ -219,7 +219,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "kcminit") subdescs=("${subdescs[@]}" "Startup Initialization for Control Modules.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 libqtgui>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') @@ -227,7 +227,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "kstartupconfig") subdescs=("${subdescs[@]}" "Utility to have some configuration options available from startkde.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtcore>=$Qt4 libqtdbus>=$Qt4 bzip2 polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtcore>=$Qt4 libqtdbus>=$Qt4 bzip2 polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') @@ -235,7 +235,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "ksystraycmd") subdescs=("${subdescs[@]}" "Allows any application to be kept in the system tray.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') @@ -253,7 +253,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "$pkgname-kstyles") subdescs=("${subdescs[@]}" "Runtime Files for Kstyles.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1 gamin xfsprogs-attr") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1 gamin xfsprogs-attr") subrodepends=("${subrodepends[@]}" "liboxygen") subgroups=("${subgroups[@]}" "kde kde-core kde-runtime") subreplaces=("${subreplaces[@]}" "kdebase-runtime-kstyles") @@ -263,7 +263,7 @@ _F_kde_subpkgs=("${subpkgs[@]}") subpkgs=("${subpkgs[@]}" "kdm") subdescs=("${subdescs[@]}" "KDE Display Manager") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 qimageblitz libqtdbus>=$Qt4 bzip2 libxext consolekit") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 qimageblitz libqtdbus>=$Qt4 bzip2 libxext consolekit") subrodepends=("${subrodepends[@]}" "kde4-pam") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') @@ -274,7 +274,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkdesolid") subdescs=("${subdescs[@]}" "Solid Control Library.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') @@ -284,7 +284,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') ## generic pcrocess-script-engine-lib ? subpkgs=("${subpkgs[@]}" "libksysguard") subdescs=("${subdescs[@]}" "Libraries for KDE.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtdbus>=$Qt4 bzip2 polkit-qt-1 libxcb libqtscript>=$Qt4 libqtwebkit>=$Qt4 libqtuitools>=$Qt4") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 bzip2 polkit-qt-1 libxcb libqtscript>=$Qt4 libqtwebkit>=$Qt4 libqtuitools>=$Qt4") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') @@ -589,7 +589,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "$pkgname-solid-kcm") subdescs=("${subdescs[@]}" "Solid KCM Modules.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1 gamin xfsprogs-attr") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext polkit-qt-1 gamin xfsprogs-attr") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') @@ -597,7 +597,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "$pkgname-qgui-plugin") subdescs=("${subdescs[@]}" "FIXME") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 gamin xfsprogs-attr libqtdbus>=$Qt4 libxext bzip2 polkit-qt-1") +subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtgui>=$Qt4 gamin xfsprogs-attr libqtdbus>=$Qt4 libxext bzip2 polkit-qt-1") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') @@ -771,12 +771,6 @@ build() KDE_project_install plasma/screensaver Fsplit plasma-screensaver /\* - #KDE_project_install plasma/tools - ## brr again man is not installed by project ... - #KDE_project_install doc - #Frm usr/share/doc - #Fsplit plasma-tools /\* - ## -solid KDE_project_install solid/solidshell @@ -792,9 +786,6 @@ build() #KDE_project_install solid/lirc #Fsplit $pkgname-solid-lirc /\* - #KDE_project_install solid/bluez - #Fsplit $pkgname-solid-bluez /\* - KDE_project_install solid/wicd Fsplit $pkgname-solid-wicd /\* From bouleetbil at frogdev.info Sun Aug 7 20:57:48 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 7 Aug 2011 20:57:48 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gdm-3.1.2-4-x86_64 *added --enable-split-authentication Message-ID: <20110807185748.B8E3D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=8d18ce06b42fa642f619e053238b165bfb1b1ae8 commit 8d18ce06b42fa642f619e053238b165bfb1b1ae8 Author: bouleetbil Date: Sun Aug 7 21:56:22 2011 +0200 gdm-3.1.2-4-x86_64 *added --enable-split-authentication diff --git a/source/gnome/gdm/FrugalBuild b/source/gnome/gdm/FrugalBuild index d741924..0987f73 100644 --- a/source/gnome/gdm/FrugalBuild +++ b/source/gnome/gdm/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gdm pkgver=3.1.2 -pkgrel=3 +pkgrel=4 pkgdesc="GNOME Display Manager" url="http://www.gnome.org/" backup=(etc/gdm/custom.conf etc/pam.d/gdm etc/pam.d/gdm-autologin) @@ -50,7 +50,8 @@ build() { --with-console-kit \ --with-pam-dir=/lib/security \ --with-pam-prefix=/etc \ - --with-at-spi-registryd-directory=/usr/libexec/at-spi + --with-at-spi-registryd-directory=/usr/libexec/at-spi \ + --enable-split-authentication Fmakeinstall chmod a+r $Fdestdir/var/gdm || Fdie From pingax at frugalware.fr Sun Aug 7 21:10:53 2011 From: pingax at frugalware.fr (Pingax) Date: Sun, 7 Aug 2011 21:10:53 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * French translation of news 212 Message-ID: <20110807191053.457FF1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=9d1d02c54d27d07140f944b20c143a407e800e93 commit 9d1d02c54d27d07140f944b20c143a407e800e93 Author: Pingax Date: Sun Aug 7 22:15:59 2011 +0200 * French translation of news 212 diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml index 144ed0b..1d0a843 100644 --- a/frugalware/xml/news_fr.xml +++ b/frugalware/xml/news_fr.xml @@ -22,6 +22,24 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 212 + Frugalware Newsletter num??ro 81 + Sat, 06 Aug 2011 23:49:23 +1000 + Phayz + 0 + +
      +
    • Bon voyage, Carl
    • +
    • Re-bienvenue Jercel !
    • +
    • Pacman-g2 est maintenant plus rapide
    • +
    • Examen portant sur Frugalware
    • +
    + Vous pouvez la lire ici. Nous esp??rons que appr??cierez de la lire. + ]]> +
    +
    + 211 Frugalware 1.5rc2 (Mores) disponible Mon, 01 Aug 2011 00:15:14 +0200 From bouleetbil at frogdev.info Sun Aug 7 21:11:54 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 7 Aug 2011 21:11:54 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-shell-extensions-3.1.4-2-x86_64 *remove useless ack and dock extension is auto hidding Message-ID: <20110807191154.583D51358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=6df7cad921c89fb62617e10f386295ac750c72fa commit 6df7cad921c89fb62617e10f386295ac750c72fa Author: bouleetbil Date: Sun Aug 7 22:10:13 2011 +0200 gnome-shell-extensions-3.1.4-2-x86_64 *remove useless ack and dock extension is auto hidding diff --git a/source/gnome/gnome-shell-extensions/FrugalBuild b/source/gnome/gnome-shell-extensions/FrugalBuild index 8294053..b8813a4 100644 --- a/source/gnome/gnome-shell-extensions/FrugalBuild +++ b/source/gnome/gnome-shell-extensions/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-shell-extensions pkgver=3.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Modify and extend GNOME Shell functionality and behavior" depends=('gnome-shell>=3.1.4') makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' \ @@ -49,9 +49,6 @@ build() { sh ./autogen.sh fi Fbuild --enable-extensions=all - #dock too big 24 is enought - Fsed "const DOCKICON_SIZE = 48" "const DOCKICON_SIZE = 24" \ - $Fdestdir/usr/share/gnome-shell/extensions/dock at gnome-shell-extensions.gnome.org/extension.js #hello world Frm usr/share/gnome-shell/extensions/example at gnome-shell-extensions.gnome.org FGnomeShellVersion From melko at frugalware.org Sun Aug 7 22:28:07 2011 From: melko at frugalware.org (Melko) Date: Sun, 7 Aug 2011 22:28:07 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdesdk-4.7.0-1-i686 Message-ID: <20110807202807.71A531358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=30f2232e366563e4cc3da17f18a9288dcd735977 commit 30f2232e366563e4cc3da17f18a9288dcd735977 Author: Melko Date: Sun Aug 7 23:35:31 2011 +0200 kdesdk-4.7.0-1-i686 * set jobs to one (try to fix build for ppc) diff --git a/source/kde-extra/kdesdk/FrugalBuild b/source/kde-extra/kdesdk/FrugalBuild index 9c770e1..d01968e 100644 --- a/source/kde-extra/kdesdk/FrugalBuild +++ b/source/kde-extra/kdesdk/FrugalBuild @@ -138,5 +138,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc ppc') _F_kde_subpkgs=("${subpkgs[@]}") rodepends=("${rodepends[@]}" "${subpkgs[@]}") +## try to fix build for ppc +MAKEFLAGS="-j1" # optimization OK From hermier at frugalware.org Sun Aug 7 23:05:03 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sun, 7 Aug 2011 23:05:03 +0200 (CEST) Subject: [Frugalware-git] pacman-g2: sync.c: Split download part of _pacman_trans_sync to a dedicated function. Message-ID: <20110807210503.C90E21358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=bfad3fe63a1cce849fbe7efdfbfaebf47ad1eed0 commit bfad3fe63a1cce849fbe7efdfbfaebf47ad1eed0 Author: Michel Hermier Date: Tue Aug 2 12:48:16 2011 +0200 sync.c: Split download part of _pacman_trans_sync to a dedicated function. diff --git a/lib/libpacman/sync.c b/lib/libpacman/sync.c index 98496ce..f87f1cb 100644 --- a/lib/libpacman/sync.c +++ b/lib/libpacman/sync.c @@ -637,17 +637,168 @@ cleanup: int _pacman_sync_commit(pmtrans_t *trans, pmlist_t **data) { - pmlist_t *i, *j, *files = NULL; + pmlist_t *i, *j; pmtrans_t *tr = NULL; - int replaces = 0, retval; - char ldir[PATH_MAX]; - int varcache = 1; - int tries = 0, doremove; + int replaces = 0; pmdb_t *db_local = trans->handle->db_local; ASSERT(db_local != NULL, RET_ERR(PM_ERR_DB_NULL, -1)); ASSERT(trans != NULL, RET_ERR(PM_ERR_TRANS_NULL, -1)); + if(handle->sysupgrade) { + _pacman_runhook(handle->root, handle->hooksdir, "pre_sysupgrade", trans); + } + /* remove conflicting and to-be-replaced packages */ + trans->state = STATE_COMMITING; + tr = _pacman_trans_new(); + if(tr == NULL) { + _pacman_log(PM_LOG_ERROR, _("could not create removal transaction")); + pm_errno = PM_ERR_MEMORY; + goto error; + } + + if(_pacman_trans_init(tr, PM_TRANS_TYPE_REMOVE, PM_TRANS_FLAG_NODEPS, trans->cbs) == -1) { + _pacman_log(PM_LOG_ERROR, _("could not initialize the removal transaction")); + goto error; + } + + for(i = trans->packages; i; i = i->next) { + pmsyncpkg_t *ps = i->data; + if(ps->type == PM_SYNC_TYPE_REPLACE) { + for(j = ps->data; j; j = j->next) { + pmpkg_t *pkg = j->data; + if(!_pacman_pkg_isin(pkg->name, tr->packages)) { + if(_pacman_trans_addtarget(tr, pkg->name) == -1) { + goto error; + } + replaces++; + } + } + } + } + if(replaces) { + _pacman_log(PM_LOG_FLOW1, _("removing conflicting and to-be-replaced packages")); + if(_pacman_trans_prepare(tr, data) == -1) { + _pacman_log(PM_LOG_ERROR, _("could not prepare removal transaction")); + goto error; + } + /* we want the frontend to be aware of commit details */ + tr->cbs.event = trans->cbs.event; + if(_pacman_trans_commit(tr, NULL) == -1) { + _pacman_log(PM_LOG_ERROR, _("could not commit removal transaction")); + goto error; + } + } + FREETRANS(tr); + + /* install targets */ + _pacman_log(PM_LOG_FLOW1, _("installing packages")); + tr = _pacman_trans_new(); + if(tr == NULL) { + _pacman_log(PM_LOG_ERROR, _("could not create transaction")); + pm_errno = PM_ERR_MEMORY; + goto error; + } + if(_pacman_trans_init(tr, PM_TRANS_TYPE_UPGRADE, trans->flags | PM_TRANS_FLAG_NODEPS, trans->cbs) == -1) { + _pacman_log(PM_LOG_ERROR, _("could not initialize transaction")); + goto error; + } + for(i = trans->packages; i; i = i->next) { + pmsyncpkg_t *ps = i->data; + pmpkg_t *spkg = ps->pkg; + char str[PATH_MAX]; + snprintf(str, PATH_MAX, "%s%s/%s-%s-%s" PM_EXT_PKG, handle->root, handle->cachedir, spkg->name, spkg->version, spkg->arch); + if(_pacman_trans_addtarget(tr, str) == -1) { + goto error; + } + /* using _pacman_list_last() is ok because addtarget() adds the new target at the + * end of the tr->packages list */ + spkg = _pacman_list_last(tr->packages)->data; + if(ps->type == PM_SYNC_TYPE_DEPEND || trans->flags & PM_TRANS_FLAG_ALLDEPS) { + spkg->reason = PM_PKG_REASON_DEPEND; + } else if(ps->type == PM_SYNC_TYPE_UPGRADE && !handle->sysupgrade) { + spkg->reason = PM_PKG_REASON_EXPLICIT; + } + } + if(_pacman_trans_prepare(tr, data) == -1) { + _pacman_log(PM_LOG_ERROR, _("could not prepare transaction")); + /* pm_errno is set by trans_prepare */ + goto error; + } + if(_pacman_trans_commit(tr, NULL) == -1) { + _pacman_log(PM_LOG_ERROR, _("could not commit transaction")); + goto error; + } + FREETRANS(tr); + + /* propagate replaced packages' requiredby fields to their new owners */ + if(replaces) { + _pacman_log(PM_LOG_FLOW1, _("updating database for replaced packages' dependencies")); + for(i = trans->packages; i; i = i->next) { + pmsyncpkg_t *ps = i->data; + if(ps->type == PM_SYNC_TYPE_REPLACE) { + pmpkg_t *new = _pacman_db_get_pkgfromcache(db_local, ps->pkg->name); + for(j = ps->data; j; j = j->next) { + pmlist_t *k; + pmpkg_t *old = j->data; + /* merge lists */ + for(k = old->requiredby; k; k = k->next) { + if(!_pacman_list_is_strin(k->data, new->requiredby)) { + /* replace old's name with new's name in the requiredby's dependency list */ + pmlist_t *m; + pmpkg_t *depender = _pacman_db_get_pkgfromcache(db_local, k->data); + if(depender == NULL) { + /* If the depending package no longer exists in the local db, + * then it must have ALSO conflicted with ps->pkg. If + * that's the case, then we don't have anything to propagate + * here. */ + continue; + } + for(m = depender->depends; m; m = m->next) { + if(!strcmp(m->data, old->name)) { + FREE(m->data); + m->data = strdup(new->name); + } + } + if(_pacman_db_write(db_local, depender, INFRQ_DEPENDS) == -1) { + _pacman_log(PM_LOG_ERROR, _("could not update requiredby for database entry %s-%s"), + new->name, new->version); + } + /* add the new requiredby */ + new->requiredby = _pacman_list_add(new->requiredby, strdup(k->data)); + } + } + } + if(_pacman_db_write(db_local, new, INFRQ_DEPENDS) == -1) { + _pacman_log(PM_LOG_ERROR, _("could not update new database entry %s-%s"), + new->name, new->version); + } + } + } + } + + if(handle->sysupgrade) { + _pacman_runhook(handle->root, handle->hooksdir, "post_sysupgrade", trans); + } + return(0); + +error: + FREETRANS(tr); + /* commiting failed, so this is still just a prepared transaction */ + trans->state = STATE_PREPARED; + return(-1); +} + +int _pacman_trans_download_commit(pmtrans_t *trans, pmlist_t **data) +{ + pmlist_t *i, *j, *files = NULL; + char ldir[PATH_MAX]; + int doremove, retval, tries = 0; + int varcache = 1; + +// ASSERT(db_local != NULL, RET_ERR(PM_ERR_DB_NULL, -1)); + ASSERT(trans != NULL, RET_ERR(PM_ERR_TRANS_NULL, -1)); + trans->state = STATE_DOWNLOADING; /* group sync records by repository and download */ snprintf(ldir, PATH_MAX, "%s%s", handle->root, handle->cachedir); @@ -800,6 +951,7 @@ int _pacman_sync_commit(pmtrans_t *trans, pmlist_t **data) } } } + if(retval) { pm_errno = PM_ERR_PKG_CORRUPTED; goto error; @@ -810,138 +962,12 @@ int _pacman_sync_commit(pmtrans_t *trans, pmlist_t **data) if(trans->flags & PM_TRANS_FLAG_DOWNLOADONLY) { return(0); } - - if(handle->sysupgrade) { - _pacman_runhook(handle->root, handle->hooksdir, "pre_sysupgrade", trans); - } - /* remove conflicting and to-be-replaced packages */ - trans->state = STATE_COMMITING; - tr = _pacman_trans_new(); - if(tr == NULL) { - _pacman_log(PM_LOG_ERROR, _("could not create removal transaction")); - pm_errno = PM_ERR_MEMORY; - goto error; - } - - if(_pacman_trans_init(tr, PM_TRANS_TYPE_REMOVE, PM_TRANS_FLAG_NODEPS, trans->cbs) == -1) { - _pacman_log(PM_LOG_ERROR, _("could not initialize the removal transaction")); - goto error; - } - - for(i = trans->packages; i; i = i->next) { - pmsyncpkg_t *ps = i->data; - if(ps->type == PM_SYNC_TYPE_REPLACE) { - for(j = ps->data; j; j = j->next) { - pmpkg_t *pkg = j->data; - if(!_pacman_pkg_isin(pkg->name, tr->packages)) { - if(_pacman_trans_addtarget(tr, pkg->name) == -1) { - goto error; - } - replaces++; - } - } - } - } - if(replaces) { - _pacman_log(PM_LOG_FLOW1, _("removing conflicting and to-be-replaced packages")); - if(_pacman_trans_prepare(tr, data) == -1) { - _pacman_log(PM_LOG_ERROR, _("could not prepare removal transaction")); - goto error; - } - /* we want the frontend to be aware of commit details */ - tr->cbs.event = trans->cbs.event; - if(_pacman_trans_commit(tr, NULL) == -1) { - _pacman_log(PM_LOG_ERROR, _("could not commit removal transaction")); + if(!retval) { + retval = _pacman_sync_commit(trans, data); + if(retval) { goto error; } } - FREETRANS(tr); - - /* install targets */ - _pacman_log(PM_LOG_FLOW1, _("installing packages")); - tr = _pacman_trans_new(); - if(tr == NULL) { - _pacman_log(PM_LOG_ERROR, _("could not create transaction")); - pm_errno = PM_ERR_MEMORY; - goto error; - } - if(_pacman_trans_init(tr, PM_TRANS_TYPE_UPGRADE, trans->flags | PM_TRANS_FLAG_NODEPS, trans->cbs) == -1) { - _pacman_log(PM_LOG_ERROR, _("could not initialize transaction")); - goto error; - } - for(i = trans->packages; i; i = i->next) { - pmsyncpkg_t *ps = i->data; - pmpkg_t *spkg = ps->pkg; - char str[PATH_MAX]; - snprintf(str, PATH_MAX, "%s%s/%s-%s-%s" PM_EXT_PKG, handle->root, handle->cachedir, spkg->name, spkg->version, spkg->arch); - if(_pacman_trans_addtarget(tr, str) == -1) { - goto error; - } - /* using _pacman_list_last() is ok because addtarget() adds the new target at the - * end of the tr->packages list */ - spkg = _pacman_list_last(tr->packages)->data; - if(ps->type == PM_SYNC_TYPE_DEPEND || trans->flags & PM_TRANS_FLAG_ALLDEPS) { - spkg->reason = PM_PKG_REASON_DEPEND; - } else if(ps->type == PM_SYNC_TYPE_UPGRADE && !handle->sysupgrade) { - spkg->reason = PM_PKG_REASON_EXPLICIT; - } - } - if(_pacman_trans_prepare(tr, data) == -1) { - _pacman_log(PM_LOG_ERROR, _("could not prepare transaction")); - /* pm_errno is set by trans_prepare */ - goto error; - } - if(_pacman_trans_commit(tr, NULL) == -1) { - _pacman_log(PM_LOG_ERROR, _("could not commit transaction")); - goto error; - } - FREETRANS(tr); - - /* propagate replaced packages' requiredby fields to their new owners */ - if(replaces) { - _pacman_log(PM_LOG_FLOW1, _("updating database for replaced packages' dependencies")); - for(i = trans->packages; i; i = i->next) { - pmsyncpkg_t *ps = i->data; - if(ps->type == PM_SYNC_TYPE_REPLACE) { - pmpkg_t *new = _pacman_db_get_pkgfromcache(db_local, ps->pkg->name); - for(j = ps->data; j; j = j->next) { - pmlist_t *k; - pmpkg_t *old = j->data; - /* merge lists */ - for(k = old->requiredby; k; k = k->next) { - if(!_pacman_list_is_strin(k->data, new->requiredby)) { - /* replace old's name with new's name in the requiredby's dependency list */ - pmlist_t *m; - pmpkg_t *depender = _pacman_db_get_pkgfromcache(db_local, k->data); - if(depender == NULL) { - /* If the depending package no longer exists in the local db, - * then it must have ALSO conflicted with ps->pkg. If - * that's the case, then we don't have anything to propagate - * here. */ - continue; - } - for(m = depender->depends; m; m = m->next) { - if(!strcmp(m->data, old->name)) { - FREE(m->data); - m->data = strdup(new->name); - } - } - if(_pacman_db_write(db_local, depender, INFRQ_DEPENDS) == -1) { - _pacman_log(PM_LOG_ERROR, _("could not update requiredby for database entry %s-%s"), - new->name, new->version); - } - /* add the new requiredby */ - new->requiredby = _pacman_list_add(new->requiredby, strdup(k->data)); - } - } - } - if(_pacman_db_write(db_local, new, INFRQ_DEPENDS) == -1) { - _pacman_log(PM_LOG_ERROR, _("could not update new database entry %s-%s"), - new->name, new->version); - } - } - } - } if(!varcache && !(trans->flags & PM_TRANS_FLAG_DOWNLOADONLY)) { /* delete packages */ @@ -949,23 +975,26 @@ int _pacman_sync_commit(pmtrans_t *trans, pmlist_t **data) unlink(i->data); } } - - if(handle->sysupgrade) { - _pacman_runhook(handle->root, handle->hooksdir, "post_sysupgrade", trans); - } - return(0); + return(retval); error: - FREETRANS(tr); /* commiting failed, so this is still just a prepared transaction */ trans->state = STATE_PREPARED; return(-1); } +#if 0 const pmtrans_ops_t _pacman_sync_pmtrans_opts = { .addtarget = _pacman_sync_addtarget, .prepare = _pacman_sync_prepare, .commit = _pacman_sync_commit }; +#endif + +const pmtrans_ops_t _pacman_sync_pmtrans_opts = { + .addtarget = _pacman_sync_addtarget, + .prepare = _pacman_sync_prepare, + .commit = _pacman_trans_download_commit +}; /* vim: set ts=2 sw=2 noet: */ From hermier at frugalware.org Sun Aug 7 23:05:03 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sun, 7 Aug 2011 23:05:03 +0200 (CEST) Subject: [Frugalware-git] pacman-g2: sync.c: remove unesserary istoonew (is in trans_sysupgrade) Message-ID: <20110807210503.D012D1358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=b42d8669a20da653cd266319782494a2fd7ad93e commit b42d8669a20da653cd266319782494a2fd7ad93e Author: Michel Hermier Date: Tue Aug 2 12:50:06 2011 +0200 sync.c: remove unesserary istoonew (is in trans_sysupgrade) diff --git a/lib/libpacman/sync.c b/lib/libpacman/sync.c index f87f1cb..5f70310 100644 --- a/lib/libpacman/sync.c +++ b/lib/libpacman/sync.c @@ -104,15 +104,6 @@ pmsyncpkg_t *find_pkginsync(char *needle, pmlist_t *haystack) return(NULL); } -static int istoonew(pmpkg_t *pkg) -{ - time_t t; - if (!handle->upgradedelay) - return 0; - time(&t); - return((pkg->date + handle->upgradedelay) > t); -} - int _pacman_sync_addtarget(pmtrans_t *trans, const char *name) { char targline[PKG_FULLNAME_LEN]; From hermier at frugalware.org Sun Aug 7 23:05:03 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sun, 7 Aug 2011 23:05:03 +0200 (CEST) Subject: [Frugalware-git] pacman-g2: be_files.c: Unifiy .lastupdate file for local and archives databases. Message-ID: <20110807210503.D66B3135844A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=c1efb1e32b328db0503334352da9d5ff10d43d30 commit c1efb1e32b328db0503334352da9d5ff10d43d30 Author: Michel Hermier Date: Mon Aug 8 00:13:28 2011 +0200 be_files.c: Unifiy .lastupdate file for local and archives databases. diff --git a/lib/libpacman/be_files.c b/lib/libpacman/be_files.c index cef2bc3..e3f4c3e 100644 --- a/lib/libpacman/be_files.c +++ b/lib/libpacman/be_files.c @@ -850,10 +850,7 @@ int _pacman_db_getlastupdate(pmdb_t *db, char *ts) return(-1); } - if (islocal(db)) - snprintf(file, PATH_MAX, "%s%s/%s/.lastupdate", handle->root, handle->dbpath, db->treename); - else - snprintf(file, PATH_MAX, "%s%s/%s.lastupdate", handle->root, handle->dbpath, db->treename); + snprintf(file, PATH_MAX, "%s%s/%s.lastupdate", handle->root, handle->dbpath, db->treename); /* get the last update time, if it's there */ if((fp = fopen(file, "r")) == NULL) { @@ -883,11 +880,7 @@ int _pacman_db_setlastupdate(pmdb_t *db, char *ts) return(-1); } - if (islocal(db)) - snprintf(file, PATH_MAX, "%s%s/%s/.lastupdate", handle->root, handle->dbpath, db->treename); - else { - snprintf(file, PATH_MAX, "%s%s/%s.lastupdate", handle->root, handle->dbpath, db->treename); - } + snprintf(file, PATH_MAX, "%s%s/%s.lastupdate", handle->root, handle->dbpath, db->treename); if((fp = fopen(file, "w")) == NULL) { return(-1); From pingax at frugalware.fr Sun Aug 7 23:08:34 2011 From: pingax at frugalware.fr (Pingax) Date: Sun, 7 Aug 2011 23:08:34 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * Spanish translation of news 212 Message-ID: <20110807210834.1F9761358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=3c1b87603e176961472d8650fec46df720b74109 commit 3c1b87603e176961472d8650fec46df720b74109 Author: DarkNekros Date: Mon Aug 8 00:14:11 2011 +0200 * Spanish translation of news 212 diff --git a/frugalware/xml/news_es.xml b/frugalware/xml/news_es.xml index 727cf27..43f976f 100644 --- a/frugalware/xml/news_es.xml +++ b/frugalware/xml/news_es.xml @@ -21,7 +21,33 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> - + + 212 + Frugalware Newsletter N??mero 81 + S??b, 06 Ago 2011 23:49:23 +1000 + phayz + 0 + + + Contenido del n??mero: +
      +
    • Bon voyage, Carl
    • +
    • ??Bienvenido de nuevo Jercel!
    • +
    • pacman-g2 ahora m??s r??pido
    • +
    • Frugalware Exam
    • +
    + Pod??is leerla aqu?? (en ingl??s). + Esperamos que os divirt??is con su lectura.
    +
    +
    + Traducido por Nekrodes. + ]]> +
    + /images/icons/newsletter.png +
    + 211 Frugalware 1.5rc2 (Mores) disponible Lun, 01 Ago 2011 00:15:14 +0200 From phayz at frugalware.org Sun Aug 7 23:09:16 2011 From: phayz at frugalware.org (Russell Dickenson (AKA phayz)) Date: Sun, 7 Aug 2011 23:09:16 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: Removed unwanted character from Disqus section Message-ID: <20110807210916.8A4C51358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=3087852c5014953a53ca4fdc1a5743efb03f5ba9 commit 3087852c5014953a53ca4fdc1a5743efb03f5ba9 Author: Russell Dickenson (AKA phayz) Date: Mon Aug 8 08:16:39 2011 +1000 Removed unwanted character from Disqus section modified: issue81.html diff --git a/frugalware/weeklynews/issue81.html b/frugalware/weeklynews/issue81.html index 8c9e7bd..ea156f3 100644 --- a/frugalware/weeklynews/issue81.html +++ b/frugalware/weeklynews/issue81.html @@ -666,7 +666,7 @@ others in the Frugalware community?

    we want the newsletter to meet the needs of Frugalware???s users.

    blog + comments powered by Disqus + + From pingax at frugalware.fr Mon Aug 8 13:00:07 2011 From: pingax at frugalware.fr (Pingax) Date: Mon, 8 Aug 2011 13:00:07 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: Revert "* French translation of newsletter 81" Message-ID: <20110808110007.72776135844A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=714294a52d7611158aa791bd7d22bd095b4e217c commit 714294a52d7611158aa791bd7d22bd095b4e217c Author: Pingax Date: Mon Aug 8 12:59:59 2011 +0200 Revert "* French translation of newsletter 81" This reverts commit b2658eefcc74c7ed6661bb7c5a34799d3a68bcf6. diff --git a/frugalware/weeklynews/issue81_fr.html b/frugalware/weeklynews/issue81_fr.html deleted file mode 100644 index 252cec5..0000000 --- a/frugalware/weeklynews/issue81_fr.html +++ /dev/null @@ -1,695 +0,0 @@ -
    - -

    Frugalware Linux Newsletter - num??ro 81

    - -

    ... Pour informer... pour ??duquer... pour divertir

    - -

    :)

    - -

    -

    Press [Any] key to continue...
    -

    - - -

    Bienvenue

    - -

    Bienvenue dans ce nouveau num??ro de la newsletter de la communaut?? Frugalienne, qui revient sur les derniers ??v??nements et activit??s de votre distribution favorite.

    - -

    Au sommaire de ce num??ro :

    - -
      -
    • Bon voyage, Carl
    • -
    • Re-bienvenue Jercel !
    • -
    • pacman-g2 est maintenant plus rapide
    • -
    • Examen Frugalware
    • -
    - -
    -
    Ev??n??ments... -

    - -

    Voici une s??lection des ??v??n??ments r??cents, qui pourraient vous int??resser :

    - -

    Frugalware 1.5rc2 est sortie

    - -

    Le 1er ao??t, le papa de Frugalware, VMiklos, a annonc?? la sortie de la - derni??re version de tests Frugalware 1.5 "Mores". - Il y a quelques changements significatifs depuis la derni??re version, nous - avons donc besoin de votre aide. - Si vous avez du temps et de la bande passe, merci de nous - aider ?? tester la version 1.5rc2. Tout ce que vous avez ?? faire est de - l'installer comme vous le faites habituellement, ainsi que les paquets que - vous avez l'habitude d'utiliser. Ne le faites pas sur votre machine principale, - mais plut??t sur un autre PC ou dans une machine virtuelle. Si vous trouvez - quelque chose qui marchait dans la version 1.4 et qui, d??sormais, ne marche - plus, merci de rapporter le bogue - sur notre Bug Tracking System. -

    - -

    Bon voyage, Carl

    - -

    Le contributeur Carl Andersen a annonc??, le 4 juillet 2011, sur la liste de - diffusion i18n, qu'il n'assurerait dor??navant plus les traductions danoises. - Ses autres centres d'int??r??ts et activit??s (entre autre le bateau), ont la - priorit??. Pendant 4 ans, il a effectu?? un excellent travail et nous sommes - d??sol??s de le voir partir. Vous retrouverez, un peu apr??s, une interview de - Carl, dans laquelle il revient sur sa contribution ?? Frugalware. - Bonne chance et bon vent !

    - -

    Re-bienvenue jercel

    - -

    Juste quand Carl a annonc?? son d??part, Jercel annon??ait, quant ?? lui, - qu'il revenait apr??s une coupure de six mois. Il est l'auteur de superbes - contributions dans le pass??, c'est donc super de le voir revenir.

    - -

    pacman-g2 is maintenant plus rapide

    - -

    VMiklos a r??cemment modifi?? la fa??on dont la base de donn??es de pacman-g2 - ??tait stock??e et manipul??e. Jusqu'?? pr??sent, la base de donn??es, contenue - dans un unique fichier, ??tait t??l??charg??e et d??compress??e dans plein de - petits fichiers. Quand une recherche ??tait effectu??e, la proc??dure ??tait - longue car plein de fichiers ??taient ouverts et ferm??s, ?? tour de r??le. - Ce changement a modifi?? ce comportement. D??sormais, la base de donn??es est - t??l??charg??e et d??compress??e dans la m??moire au lieu d'??tre d??compress??e - sur le disque dur. Cela a pour r??sultat une meilleure performance. - si pacman-g2 ??tait un produit commercial, nous pourrions surement dire : - "Formule nouvelle et am??lior??e ! Procurez-vous le imm??diatement car vous le - ne savez pas, il rend vos v??tements plus propres et plus lumineux ! :P

    - -

    Merci de mettre vos tests de mat??riels sur le wiki

    - -

    Avant d'acheter du mat??riel, il est souvient utile de savoir si quelqu'un - a eu le mat??riel similaire et s'il a eu ou non des probl??mes sous Linux. - Quelquefois, vous pouvez trouver l'information, des fois non. Pour que tout - le monde soit gagnant, merci d'ajouter au wiki quelques - informations sur le mat??riel que vous utilisez, en particulier les ordinateurs - portables, les imprimantes et les autres p??riph??riques. L'article n'a pas ?? - ??tre tr??s long, mais il devrait inclure le nom du constructeur et le mod??le - de la machine, afin qu'une br??ve description. Si vous avez modifi?? des fichiers - de configuration, ou utilis?? des informations provenant de sites Internet, - merci de les fournir sur l'article. Si tout le monde dans la communaut?? faisait - cela, ??a serait une source utile d'informations, et pas seulement pour les - utilisateurs de Frugalware, mais pour tous les utilisateurs de Linux.

    - -
    -
    Nouveaux paquet
    -
    - -

    Voici une s??lection de paquets qui ont ??t?? ajout??s depuis le dernier num??ro - de la newsletter :

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    PaquetDescriptionMainteneur
    -

    gnome-shell-extension-overview-icon-20110629

    -
    -

    Affiche une ic??ne sur chaque fen??tre, dans le mode - "Aper??u".

    -
    -

    Baste

    -
    -

    gnome-shell-extension-cpufreq-20110629

    -
    -

    Affiche et contr??le la fr??quence du processeur dans - gnome-shell.

    -
    -

    Baste

    -
    -

    gedit-plugin-whitespace-terminator-20110704

    -
    -

    Plugin pour Gedit qui supprime les espaces - blancs avant de sauvegarder un document.

    -
    -

    Baste

    -
    -

    gdm3setup-20110705

    -
    -

    Une interface utilisateur pour configurer GDM3.

    -
    -

    Baste

    -
    -

    openclonk-5.1.2

    -
    -

    Jeu d'action multijoueur libre, o?? vous - contr??lez les clonks, Free multiplayer action game where you control - clonks, des petits ??tres humanoide mais agiles et plein - d'esprit.

    -
    -

    Melko

    -
    -

    jdownloader-0.9581

    -
    -

    JDownloader est un gestionnaire de t??l??chargements - bas?? sur java, qui supporte RapidShare, MegaUpload, et quelques - 1000 autres sites.

    -
    -

    kikadf

    -
    -

    xloadimage-4.1

    -
    -

    Un utilitaire pour visualiser diff??rents formats - d'images sous X11.

    -
    -

    Elentir

    -
    -

    libhid-0.2.16

    -
    -

    Une librairie pour communiuquer avec les p??riph??riques - USB HID.

    -
    -

    James Buren

    -
    - -
    -
    Trucs et astuces
    -
    - -

    Ne soyez pas effray?? par les applications en mode console

    - -

    Although GUI applications often win fans for their 'bling', console - applications usually win fans for their functionality. They have several - advantages over equivalent GUI applications:

    - -
      -
    • they are often faster and require fewer system resources (memory - and CPU), making them especially good for older PCs and PCs/laptops - with less powerful CPUs;
    • - -
    • text-only interfaces use less screen space compared to a GUI - interface and if you use a small font you can fit a lot onto a screen. - This is especially useful for netbooks;
    • - -
    • they make a great combination with utilities such as screen - and Terminator - .
    • -
    - -

    Here are some console-based applications which you might find useful as - a replacement for a GUI application:

    - -
      -
    • tyrs - Identi.ca and Twitter client;
    • -
    • irssi - IRC client;
    • -
    • bashburn - Burn content to writeable CD/DVD media;
    • -
    • MOC - console audio player.
    • -
    - -

    Do you have any tips or tricks to share?

    - -

    This section relies on your contributions! If you have some tips and - tricks that you would like to share, please post them in the forum - or the comments section below.

    - - -
    -
    Interview
    -
    - -

    As I mentioned in the "Events etc" section, Carl Andersen will no longer - be contributing to Frugalware. Before he sailed away into the sunset I - asked him for a farewell interview, a chance to reflect on his work and - achievements. Thankfully he agreed and here is what he said...

    - -
    -
    What motivated you to begin translating Frugalware - projects?
    - -
    Early on, I became interested in translating Frugalware - projects. Mainly because I knew that a lot of Danish consumers were - interested in Frugalware's projects. I felt it only natural that - these people deserved to be able to read the manuals in their own - language. I also knew that there were a lot of elderly people who - did not know a word of English. I soon discovered that it was also a - lot of fun, as well as very hard work, translating the projects. - However, I also felt that it was important to keep going. All this - kept me interested and urged me to keep bettering myself.

    - -
    Did you learn anything over the four years you provided - translations?
    - -
    Yes. I learned a lot of technical terms which came in handy in - future projects. I also learned that translation from one language - to another is very hard work and that it takes a person with great - dedication to keep at it even when things get tough. It made me - appreciate other people's hard work even more than I did before, as - well as gave me a whole new perspective on words and translation in - general. The translation process also did wonders for my vocabulary. - Over the course of four years I also came to appreciate the - Frugalware organisation more and more, not to mention its - developers, whom I have always thought did an excellent job in - developing Frugalware.

    - -
    Did you have any aim(s) when you started ? If you did, did - you achieve it/them?
    - -
    Firstly, when I started translating I wanted to make Frugalware - and its projects known to a larger audience within Denmark. I feel - that I have fulfilled this aim. I run a website which focuses on - Frugalware and in four years it has been visited by 90,000 people - worldwide. So I am very pleased. Secondly, I especially wanted - elderly people to get acquainted with Frugalware and its projects. I - also feel that this aim has been achieved as I have gotten a lot of - positive responses to my work from all age groups.

    - -
    Are there any special moments you remember?
    - -
    There are always a lot of good and bad moments when you - embark on a grand adventure. However, I am glad to say that there - are a lot more good moments than bad. I especially remember my - moment of triumph when I first felt that all my hard work was - recognized and I also appreciate all the positive response and - heartfelt congratulations I get from people all over the world. I - really feel that I have been part of something important.

    - -
    Would you recommend translating to others who might be - interested?
    - -
    Definitely. I hope other people will take the translation of - Frugalware projects as seriously as I have. I feel it necessary to - keep the spirit of Frugalware alive and this is why the translation - process is such an important part. Without the translators there - would not be so many people who would be able to benefit from - Frugalware's projects. Of course more and more people nowadays are - able to understand English, but I still feel that many people are - happy that they are able to read about Frugalware in their own - language, especially the package program.

    - -
    Will you remain using Frugalware Linux?
    - -
    At the moment I am not using Frugalware Linux. I have - decided to try something new so at the moment I use Linux Mint. So - far I am very pleased with this version. It is very easy to install - and I really like the design. I could not be happier. I have used - Linux for twelve and a half years and I cannot promise that I will - never go back to using Frugalware Linux again. However, at the - moment I am happy exploring other possibilities. After all, they do - say that new experiences broaden the mind.

    -
    - -
    -
    Frugalware Exam
    -
    - -

    It's time to test your knowledge of Frugalware

    - -

    This is the third exam in an ongoing series aimed as testing your - knowledge of Frugalware. Below is a number of multiple-choice questions, - all of which you must answer. Make a note of your answers and check them - against the correct answers in the next newsletter issue. You will then be - able to compare your result against a table and confirm your Frugalware - rating.

    - -

    What's required to become a member of the Frugalware development team?

    - -
      -
    1. Payment of a huge membership fee;
    2. -
    3. a university degree;
    4. -
    5. Submission of enough FrugalBuild patches to have proven you know - what you're doing;
    6. -
    7. All of the above.
    8. -
    - -

    Frugalware packages are available around the world from what type of source?

    - -
      -
    1. walls;
    2. -
    3. mirrors;
    4. -
    5. windows;
    6. -
    7. an online subscription service.
    8. -
    - -

    Which of the following is NOT a label commonly applied to one or more -Frugalware package repositories?

    - -
      -
    1. current;
    2. -
    3. work-in-progress;
    4. -
    5. stable;
    6. -
    7. almost-stable-but-sometimes-makes-your-PC-explode.
    8. -
    - -

    Which of the following is NOT a recommended method of communicating with -others in the Frugalware community?

    - -
      -
    1. ouija board;
    2. -
    3. email;
    4. -
    5. IRC;
    6. -
    7. forums.
    8. -
    - -

    Frugalware's package manager (pacman-g2) is a fork of which package manager?

    - -
      -
    1. apt;
    2. -
    3. yum;
    4. -
    5. ArchLinux's pacman;
    6. -
    7. gcc.
    8. -
    - -

    What is the aim of the newsletter?

    - -
      -
    1. To reduce global carbon emissions;
    2. -
    3. Improve the wealth of its editor and author;
    4. -
    5. Inform readers about recent events and activities in the community;
    6. -
    7. Improve awareness of Pandas.
    8. -
    - -

    Who can edit the wiki?

    - -
      -
    1. Everyone;
    2. -
    3. Members of the Frugalware Wiki Maintainers Company;
    4. -
    5. Anyone with a wiki account;
    6. -
    7. Frugalware developers.
    8. -
    - -

    A Feature Request in the Bug Tracking System can be made if you want - what?

    - -
      -
    1. Someone to make you a cup of coffee;
    2. -
    3. A different wallpaper on your desktop;
    4. -
    5. A new feature or package, or an existing feature changed;
    6. -
    7. To be rich, famous and successful.
    8. -
    - - -
    -
    Focus on Packages
    -
    - -

    View Your Mind

    - -

    View Your Mind (VYM) is a mind mapping tool but just what you do with it is - not easy to explain. The general idea is that a mind map allows you to - record your ideas and thoughts in a graphical format which shows the - connections between them. Creating a mind map is done by starting at a - central point and branching out from there into related topics and - sub-topics. The advantage to this method is that it's easier to understand - connections between ideas because they're clearly shown in the map. It - requires both the analytical and artistic sides of the brain so is a more - effective method of noting ideas compared with a written list or "brain - dump". Mind maps, and VYM in this case, can be used for many - purposes but common uses are project planning. Look at the VYM home page, - which itself was created using VYM, for an example of its output. Creating - a mind map on computer is easier than on paper and more easily shared since - you can send either the map file itself or export it a static image format. - Next time you're writing down ideas on a topic, try VYM and you just might - get better results.

    - - View Your Mind screenshot - -
    -
    Users' Desktop Screenshots
    -
    - -

    This new section of the newsletter features screenshots of users' desktop - configurations. Whether we use a desktop environment or only a window - manager, most of us like to tweak the appearance of our desktop until it - looks just right. With almost endless configuration options it can become an - obsession. The screenshots which appear in this section are examples of what - you can achieve. You may not like them all but you may learn about an option - or application that you didn't know before. If the creator of the screenshot - has provided details of the configuration, these are provided below.

    - -

    Phayz

    - -

    Sadly there's only one users' desktop screenshot in this issue. - Please do submit them in the forum, otherwise this feature - will disappear.

    - -

    This screenshot features the IDE or Ikea Desktop Environment which is - very flexible, allowing for personal customisation. Highlights of this - desktop include:

    - -
      -
    • 1. A device commonly called a telephone which allows - people to communicate verbally to each other. Although it's - considered outdated now, prior to the rise of social networks - it was the primary means of communication worldwide;
    • - -
    • 2. A drinks container, allowing the convenient storage of - beverages such as tea or coffee. These are commonly used to keep the - user awake;
    • - -
    • 3. A notepad and pencil. These are even rarer than the telephone - and were once a common means of noting information. These are - considered of historic value only and have since been replaced with - smart phones and tablets;
    • - -
    • 4. A maze of cables which clearly illustrates the value of - wireless devices. In fact this arrangement is kept only to encourage - others to prevent this happening in their own homes.
    • -
    - - Screenshot of phayz's desktop - - -
    -
    From the wiki to you...
    -
    - -

    The wiki is a very useful source of information about Frugalware, - hardware and applications. Sometimes the question is asked: what should go - in the wiki and what should go in the official manual? The general - guideline is that the manual's purpose is to help you install, manage and - maintain Frugalware only, not individual applications. The wiki's purpose - is to allow everyone to contribute any information that they think might - be useful to other Frugalware users. Changes occur so quickly in the FLOSS - world that it would impossible to cover everything in the official - documentation but a wiki allows collective knowledge to be shared, which - is itself a great feature of the FLOSS community.

    - -

    Here are some highlights of recent additions and changes to the wiki.

    - -
      -
    • Elementary Portage - Updated. This page is used by - Devil505 to track the porting of the Elementary Project's applications - to Frugalware;
    • - -
    • Plank (Fran??ais) - New.Details of the simple dock, - Plank;
    • - -
    • SSH (and SSH (Fran??ais)) - Updated.Lots of - information about SSH
    • - -
    • TODO-1.6 - New. This page is used to detail what's - planned for Frugalware release 1.6
    • - -
    • Broadcom wireless (and Broadcom wireless (Fran??ais)) - New. - Lots if information about Broadcom wireless and various - configuration tweaks.
    • - -
    • Beatbox (and Beatbox (Fran??ais)) - New. Information - about the Beatbox media player.
    • - -
    • Frugalware production infrastructure - New Details - of the various servers which form the Frugalware infrastructure.
    • -
    - -
    -
    Bug Tracker System (BTS) Activity
    -
    - -

    The following table gives you a overview of activity on bugs and - feature requests as at 6 August 2011. Click on the link in each cell for - details of the relevant bug reports or feature requests.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ActivityBugsFeature Requests
    Open266168
    Opened since the previous newsletter23
    Closed since the previous newsletter5921
    - - -
    -
    Security Announcements
    -
    - -

    Remember - According to the normal support arrangements - for Frugalware, the release of 1.4 ("Nexon") means that no further security - or bug fixes will be released for Frugalware 1.3 ("Haven") or earlier.

    - -

    Here is a list of security issues which have - been discovered and fixed in the 1.4 release since the previous newsletter. -

    - - - - - - - - - -
    FSAPackageFSA DescriptionUpgrade To
    FSA733drupal7A vulnerability has been reported in Drupal, which can be exploited by malicious users to bypass certain security restrictionsdrupal7-7.7-1nexon1
    FSA732phpmyadminMultiple vulnerabilities have been reported in phpMyAdmin, which can be exploited by malicious users to conduct cross-site scripting attacks and potentially compromise a vulnerable system and by malicious people to disclose potentially sensitive information and potentially compromise a vulnerable systemphpmyadmin-3.4.3.2-1nexon1
    FSA731wiresharkTwo vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service)wireshark-1.6.1-1nexon1
    FSA730drupal6-develA vulnerability has been reported in the Devel module for Drupal, which can be exploited by malicious people to conduct cross-site request forgery attacksdrupal6-devel-6.x_1.25-1nexon1
    FSA729phpmyadminSome vulnerabilities have been reported in phpMyAdmin, which can be exploited by malicious users to disclose sensitive information and by malicious users and malicious people to compromise a vulnerable systemphpmyadmin-3.4.3.1-1nexon1
    FSA728wordpressMultiple vulnerabilities have been reported in WordPress, which can be exploited by malicious users to bypass certain security restrictions and conduct SQL injection attackswordpress-3.1.4-1nexon1
    FSA727drupal7A vulnerability has been reported in Drupal, which can be exploited by malicious people to bypass certain security restrictionsdrupal7-7.4-1nexon1
    FSA726libreofficeMultiple vulnerabilities have been reported in LibreOffice, which can be exploited by malicious people to compromise a user's systemlibreoffice-3.3.3.1-1nexon1
    - -
    -
    About the newsletter
    -
    - -

    Author

    - -

    The Frugalware newsletter is written and edited by Russell Dickenson (AKA - phayz). Credit for the Frugalware distribution goes to the development - team.

    - -

    Release

    - -

    To allow time for review and corrections, each newsletter is written ahead - of its release date. Therefore it may not mention events which occurred in - the few days before its release - e.g. security fixes. To be sure that you???ve - got the very latest information on these topics, go to the appropriate page - of the Frugalware web site.

    - -
    -
    Comments
    -
    - -

    If you would like to comment on the Frugalware newsletter, please do so in - the forums or the comments section below. Your feedback is valuable because - we want the newsletter to meet the needs of Frugalware???s users.

    - -
    blog - comments powered by Disqus - - From pingax at frugalware.fr Mon Aug 8 13:01:32 2011 From: pingax at frugalware.fr (Pingax) Date: Mon, 8 Aug 2011 13:01:32 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * French translation of newsletter 81 * First draft Message-ID: <20110808110132.483101358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=547c171b185430bcdf71de3bea35c0a53810e2fe commit 547c171b185430bcdf71de3bea35c0a53810e2fe Author: Pingax Date: Mon Aug 8 13:01:09 2011 +0200 * French translation of newsletter 81 * First draft diff --git a/frugalware/weeklynews/issue81_fr.html b/frugalware/weeklynews/issue81_fr.html new file mode 100644 index 0000000..252cec5 --- /dev/null +++ b/frugalware/weeklynews/issue81_fr.html @@ -0,0 +1,695 @@ +
    + +

    Frugalware Linux Newsletter - num??ro 81

    + +

    ... Pour informer... pour ??duquer... pour divertir

    + +

    :)

    + +

    +

    Press [Any] key to continue...
    +

    + + +

    Bienvenue

    + +

    Bienvenue dans ce nouveau num??ro de la newsletter de la communaut?? Frugalienne, qui revient sur les derniers ??v??nements et activit??s de votre distribution favorite.

    + +

    Au sommaire de ce num??ro :

    + +
      +
    • Bon voyage, Carl
    • +
    • Re-bienvenue Jercel !
    • +
    • pacman-g2 est maintenant plus rapide
    • +
    • Examen Frugalware
    • +
    + +
    +
    Ev??n??ments... +

    + +

    Voici une s??lection des ??v??n??ments r??cents, qui pourraient vous int??resser :

    + +

    Frugalware 1.5rc2 est sortie

    + +

    Le 1er ao??t, le papa de Frugalware, VMiklos, a annonc?? la sortie de la + derni??re version de tests Frugalware 1.5 "Mores". + Il y a quelques changements significatifs depuis la derni??re version, nous + avons donc besoin de votre aide. + Si vous avez du temps et de la bande passe, merci de nous + aider ?? tester la version 1.5rc2. Tout ce que vous avez ?? faire est de + l'installer comme vous le faites habituellement, ainsi que les paquets que + vous avez l'habitude d'utiliser. Ne le faites pas sur votre machine principale, + mais plut??t sur un autre PC ou dans une machine virtuelle. Si vous trouvez + quelque chose qui marchait dans la version 1.4 et qui, d??sormais, ne marche + plus, merci de rapporter le bogue + sur notre Bug Tracking System. +

    + +

    Bon voyage, Carl

    + +

    Le contributeur Carl Andersen a annonc??, le 4 juillet 2011, sur la liste de + diffusion i18n, qu'il n'assurerait dor??navant plus les traductions danoises. + Ses autres centres d'int??r??ts et activit??s (entre autre le bateau), ont la + priorit??. Pendant 4 ans, il a effectu?? un excellent travail et nous sommes + d??sol??s de le voir partir. Vous retrouverez, un peu apr??s, une interview de + Carl, dans laquelle il revient sur sa contribution ?? Frugalware. + Bonne chance et bon vent !

    + +

    Re-bienvenue jercel

    + +

    Juste quand Carl a annonc?? son d??part, Jercel annon??ait, quant ?? lui, + qu'il revenait apr??s une coupure de six mois. Il est l'auteur de superbes + contributions dans le pass??, c'est donc super de le voir revenir.

    + +

    pacman-g2 is maintenant plus rapide

    + +

    VMiklos a r??cemment modifi?? la fa??on dont la base de donn??es de pacman-g2 + ??tait stock??e et manipul??e. Jusqu'?? pr??sent, la base de donn??es, contenue + dans un unique fichier, ??tait t??l??charg??e et d??compress??e dans plein de + petits fichiers. Quand une recherche ??tait effectu??e, la proc??dure ??tait + longue car plein de fichiers ??taient ouverts et ferm??s, ?? tour de r??le. + Ce changement a modifi?? ce comportement. D??sormais, la base de donn??es est + t??l??charg??e et d??compress??e dans la m??moire au lieu d'??tre d??compress??e + sur le disque dur. Cela a pour r??sultat une meilleure performance. + si pacman-g2 ??tait un produit commercial, nous pourrions surement dire : + "Formule nouvelle et am??lior??e ! Procurez-vous le imm??diatement car vous le + ne savez pas, il rend vos v??tements plus propres et plus lumineux ! :P

    + +

    Merci de mettre vos tests de mat??riels sur le wiki

    + +

    Avant d'acheter du mat??riel, il est souvient utile de savoir si quelqu'un + a eu le mat??riel similaire et s'il a eu ou non des probl??mes sous Linux. + Quelquefois, vous pouvez trouver l'information, des fois non. Pour que tout + le monde soit gagnant, merci d'ajouter au wiki quelques + informations sur le mat??riel que vous utilisez, en particulier les ordinateurs + portables, les imprimantes et les autres p??riph??riques. L'article n'a pas ?? + ??tre tr??s long, mais il devrait inclure le nom du constructeur et le mod??le + de la machine, afin qu'une br??ve description. Si vous avez modifi?? des fichiers + de configuration, ou utilis?? des informations provenant de sites Internet, + merci de les fournir sur l'article. Si tout le monde dans la communaut?? faisait + cela, ??a serait une source utile d'informations, et pas seulement pour les + utilisateurs de Frugalware, mais pour tous les utilisateurs de Linux.

    + +
    +
    Nouveaux paquet
    +
    + +

    Voici une s??lection de paquets qui ont ??t?? ajout??s depuis le dernier num??ro + de la newsletter :

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    PaquetDescriptionMainteneur
    +

    gnome-shell-extension-overview-icon-20110629

    +
    +

    Affiche une ic??ne sur chaque fen??tre, dans le mode + "Aper??u".

    +
    +

    Baste

    +
    +

    gnome-shell-extension-cpufreq-20110629

    +
    +

    Affiche et contr??le la fr??quence du processeur dans + gnome-shell.

    +
    +

    Baste

    +
    +

    gedit-plugin-whitespace-terminator-20110704

    +
    +

    Plugin pour Gedit qui supprime les espaces + blancs avant de sauvegarder un document.

    +
    +

    Baste

    +
    +

    gdm3setup-20110705

    +
    +

    Une interface utilisateur pour configurer GDM3.

    +
    +

    Baste

    +
    +

    openclonk-5.1.2

    +
    +

    Jeu d'action multijoueur libre, o?? vous + contr??lez les clonks, Free multiplayer action game where you control + clonks, des petits ??tres humanoide mais agiles et plein + d'esprit.

    +
    +

    Melko

    +
    +

    jdownloader-0.9581

    +
    +

    JDownloader est un gestionnaire de t??l??chargements + bas?? sur java, qui supporte RapidShare, MegaUpload, et quelques + 1000 autres sites.

    +
    +

    kikadf

    +
    +

    xloadimage-4.1

    +
    +

    Un utilitaire pour visualiser diff??rents formats + d'images sous X11.

    +
    +

    Elentir

    +
    +

    libhid-0.2.16

    +
    +

    Une librairie pour communiuquer avec les p??riph??riques + USB HID.

    +
    +

    James Buren

    +
    + +
    +
    Trucs et astuces
    +
    + +

    Ne soyez pas effray?? par les applications en mode console

    + +

    Although GUI applications often win fans for their 'bling', console + applications usually win fans for their functionality. They have several + advantages over equivalent GUI applications:

    + +
      +
    • they are often faster and require fewer system resources (memory + and CPU), making them especially good for older PCs and PCs/laptops + with less powerful CPUs;
    • + +
    • text-only interfaces use less screen space compared to a GUI + interface and if you use a small font you can fit a lot onto a screen. + This is especially useful for netbooks;
    • + +
    • they make a great combination with utilities such as screen + and Terminator + .
    • +
    + +

    Here are some console-based applications which you might find useful as + a replacement for a GUI application:

    + +
      +
    • tyrs - Identi.ca and Twitter client;
    • +
    • irssi - IRC client;
    • +
    • bashburn - Burn content to writeable CD/DVD media;
    • +
    • MOC - console audio player.
    • +
    + +

    Do you have any tips or tricks to share?

    + +

    This section relies on your contributions! If you have some tips and + tricks that you would like to share, please post them in the forum + or the comments section below.

    + + +
    +
    Interview
    +
    + +

    As I mentioned in the "Events etc" section, Carl Andersen will no longer + be contributing to Frugalware. Before he sailed away into the sunset I + asked him for a farewell interview, a chance to reflect on his work and + achievements. Thankfully he agreed and here is what he said...

    + +
    +
    What motivated you to begin translating Frugalware + projects?
    + +
    Early on, I became interested in translating Frugalware + projects. Mainly because I knew that a lot of Danish consumers were + interested in Frugalware's projects. I felt it only natural that + these people deserved to be able to read the manuals in their own + language. I also knew that there were a lot of elderly people who + did not know a word of English. I soon discovered that it was also a + lot of fun, as well as very hard work, translating the projects. + However, I also felt that it was important to keep going. All this + kept me interested and urged me to keep bettering myself.

    + +
    Did you learn anything over the four years you provided + translations?
    + +
    Yes. I learned a lot of technical terms which came in handy in + future projects. I also learned that translation from one language + to another is very hard work and that it takes a person with great + dedication to keep at it even when things get tough. It made me + appreciate other people's hard work even more than I did before, as + well as gave me a whole new perspective on words and translation in + general. The translation process also did wonders for my vocabulary. + Over the course of four years I also came to appreciate the + Frugalware organisation more and more, not to mention its + developers, whom I have always thought did an excellent job in + developing Frugalware.

    + +
    Did you have any aim(s) when you started ? If you did, did + you achieve it/them?
    + +
    Firstly, when I started translating I wanted to make Frugalware + and its projects known to a larger audience within Denmark. I feel + that I have fulfilled this aim. I run a website which focuses on + Frugalware and in four years it has been visited by 90,000 people + worldwide. So I am very pleased. Secondly, I especially wanted + elderly people to get acquainted with Frugalware and its projects. I + also feel that this aim has been achieved as I have gotten a lot of + positive responses to my work from all age groups.

    + +
    Are there any special moments you remember?
    + +
    There are always a lot of good and bad moments when you + embark on a grand adventure. However, I am glad to say that there + are a lot more good moments than bad. I especially remember my + moment of triumph when I first felt that all my hard work was + recognized and I also appreciate all the positive response and + heartfelt congratulations I get from people all over the world. I + really feel that I have been part of something important.

    + +
    Would you recommend translating to others who might be + interested?
    + +
    Definitely. I hope other people will take the translation of + Frugalware projects as seriously as I have. I feel it necessary to + keep the spirit of Frugalware alive and this is why the translation + process is such an important part. Without the translators there + would not be so many people who would be able to benefit from + Frugalware's projects. Of course more and more people nowadays are + able to understand English, but I still feel that many people are + happy that they are able to read about Frugalware in their own + language, especially the package program.

    + +
    Will you remain using Frugalware Linux?
    + +
    At the moment I am not using Frugalware Linux. I have + decided to try something new so at the moment I use Linux Mint. So + far I am very pleased with this version. It is very easy to install + and I really like the design. I could not be happier. I have used + Linux for twelve and a half years and I cannot promise that I will + never go back to using Frugalware Linux again. However, at the + moment I am happy exploring other possibilities. After all, they do + say that new experiences broaden the mind.

    +
    + +
    +
    Frugalware Exam
    +
    + +

    It's time to test your knowledge of Frugalware

    + +

    This is the third exam in an ongoing series aimed as testing your + knowledge of Frugalware. Below is a number of multiple-choice questions, + all of which you must answer. Make a note of your answers and check them + against the correct answers in the next newsletter issue. You will then be + able to compare your result against a table and confirm your Frugalware + rating.

    + +

    What's required to become a member of the Frugalware development team?

    + +
      +
    1. Payment of a huge membership fee;
    2. +
    3. a university degree;
    4. +
    5. Submission of enough FrugalBuild patches to have proven you know + what you're doing;
    6. +
    7. All of the above.
    8. +
    + +

    Frugalware packages are available around the world from what type of source?

    + +
      +
    1. walls;
    2. +
    3. mirrors;
    4. +
    5. windows;
    6. +
    7. an online subscription service.
    8. +
    + +

    Which of the following is NOT a label commonly applied to one or more +Frugalware package repositories?

    + +
      +
    1. current;
    2. +
    3. work-in-progress;
    4. +
    5. stable;
    6. +
    7. almost-stable-but-sometimes-makes-your-PC-explode.
    8. +
    + +

    Which of the following is NOT a recommended method of communicating with +others in the Frugalware community?

    + +
      +
    1. ouija board;
    2. +
    3. email;
    4. +
    5. IRC;
    6. +
    7. forums.
    8. +
    + +

    Frugalware's package manager (pacman-g2) is a fork of which package manager?

    + +
      +
    1. apt;
    2. +
    3. yum;
    4. +
    5. ArchLinux's pacman;
    6. +
    7. gcc.
    8. +
    + +

    What is the aim of the newsletter?

    + +
      +
    1. To reduce global carbon emissions;
    2. +
    3. Improve the wealth of its editor and author;
    4. +
    5. Inform readers about recent events and activities in the community;
    6. +
    7. Improve awareness of Pandas.
    8. +
    + +

    Who can edit the wiki?

    + +
      +
    1. Everyone;
    2. +
    3. Members of the Frugalware Wiki Maintainers Company;
    4. +
    5. Anyone with a wiki account;
    6. +
    7. Frugalware developers.
    8. +
    + +

    A Feature Request in the Bug Tracking System can be made if you want + what?

    + +
      +
    1. Someone to make you a cup of coffee;
    2. +
    3. A different wallpaper on your desktop;
    4. +
    5. A new feature or package, or an existing feature changed;
    6. +
    7. To be rich, famous and successful.
    8. +
    + + +
    +
    Focus on Packages
    +
    + +

    View Your Mind

    + +

    View Your Mind (VYM) is a mind mapping tool but just what you do with it is + not easy to explain. The general idea is that a mind map allows you to + record your ideas and thoughts in a graphical format which shows the + connections between them. Creating a mind map is done by starting at a + central point and branching out from there into related topics and + sub-topics. The advantage to this method is that it's easier to understand + connections between ideas because they're clearly shown in the map. It + requires both the analytical and artistic sides of the brain so is a more + effective method of noting ideas compared with a written list or "brain + dump". Mind maps, and VYM in this case, can be used for many + purposes but common uses are project planning. Look at the VYM home page, + which itself was created using VYM, for an example of its output. Creating + a mind map on computer is easier than on paper and more easily shared since + you can send either the map file itself or export it a static image format. + Next time you're writing down ideas on a topic, try VYM and you just might + get better results.

    + + View Your Mind screenshot + +
    +
    Users' Desktop Screenshots
    +
    + +

    This new section of the newsletter features screenshots of users' desktop + configurations. Whether we use a desktop environment or only a window + manager, most of us like to tweak the appearance of our desktop until it + looks just right. With almost endless configuration options it can become an + obsession. The screenshots which appear in this section are examples of what + you can achieve. You may not like them all but you may learn about an option + or application that you didn't know before. If the creator of the screenshot + has provided details of the configuration, these are provided below.

    + +

    Phayz

    + +

    Sadly there's only one users' desktop screenshot in this issue. + Please do submit them in the forum, otherwise this feature + will disappear.

    + +

    This screenshot features the IDE or Ikea Desktop Environment which is + very flexible, allowing for personal customisation. Highlights of this + desktop include:

    + +
      +
    • 1. A device commonly called a telephone which allows + people to communicate verbally to each other. Although it's + considered outdated now, prior to the rise of social networks + it was the primary means of communication worldwide;
    • + +
    • 2. A drinks container, allowing the convenient storage of + beverages such as tea or coffee. These are commonly used to keep the + user awake;
    • + +
    • 3. A notepad and pencil. These are even rarer than the telephone + and were once a common means of noting information. These are + considered of historic value only and have since been replaced with + smart phones and tablets;
    • + +
    • 4. A maze of cables which clearly illustrates the value of + wireless devices. In fact this arrangement is kept only to encourage + others to prevent this happening in their own homes.
    • +
    + + Screenshot of phayz's desktop + + +
    +
    From the wiki to you...
    +
    + +

    The wiki is a very useful source of information about Frugalware, + hardware and applications. Sometimes the question is asked: what should go + in the wiki and what should go in the official manual? The general + guideline is that the manual's purpose is to help you install, manage and + maintain Frugalware only, not individual applications. The wiki's purpose + is to allow everyone to contribute any information that they think might + be useful to other Frugalware users. Changes occur so quickly in the FLOSS + world that it would impossible to cover everything in the official + documentation but a wiki allows collective knowledge to be shared, which + is itself a great feature of the FLOSS community.

    + +

    Here are some highlights of recent additions and changes to the wiki.

    + +
      +
    • Elementary Portage - Updated. This page is used by + Devil505 to track the porting of the Elementary Project's applications + to Frugalware;
    • + +
    • Plank (Fran??ais) - New.Details of the simple dock, + Plank;
    • + +
    • SSH (and SSH (Fran??ais)) - Updated.Lots of + information about SSH
    • + +
    • TODO-1.6 - New. This page is used to detail what's + planned for Frugalware release 1.6
    • + +
    • Broadcom wireless (and Broadcom wireless (Fran??ais)) - New. + Lots if information about Broadcom wireless and various + configuration tweaks.
    • + +
    • Beatbox (and Beatbox (Fran??ais)) - New. Information + about the Beatbox media player.
    • + +
    • Frugalware production infrastructure - New Details + of the various servers which form the Frugalware infrastructure.
    • +
    + +
    +
    Bug Tracker System (BTS) Activity
    +
    + +

    The following table gives you a overview of activity on bugs and + feature requests as at 6 August 2011. Click on the link in each cell for + details of the relevant bug reports or feature requests.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ActivityBugsFeature Requests
    Open266168
    Opened since the previous newsletter23
    Closed since the previous newsletter5921
    + + +
    +
    Security Announcements
    +
    + +

    Remember - According to the normal support arrangements + for Frugalware, the release of 1.4 ("Nexon") means that no further security + or bug fixes will be released for Frugalware 1.3 ("Haven") or earlier.

    + +

    Here is a list of security issues which have + been discovered and fixed in the 1.4 release since the previous newsletter. +

    + + + + + + + + + +
    FSAPackageFSA DescriptionUpgrade To
    FSA733drupal7A vulnerability has been reported in Drupal, which can be exploited by malicious users to bypass certain security restrictionsdrupal7-7.7-1nexon1
    FSA732phpmyadminMultiple vulnerabilities have been reported in phpMyAdmin, which can be exploited by malicious users to conduct cross-site scripting attacks and potentially compromise a vulnerable system and by malicious people to disclose potentially sensitive information and potentially compromise a vulnerable systemphpmyadmin-3.4.3.2-1nexon1
    FSA731wiresharkTwo vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service)wireshark-1.6.1-1nexon1
    FSA730drupal6-develA vulnerability has been reported in the Devel module for Drupal, which can be exploited by malicious people to conduct cross-site request forgery attacksdrupal6-devel-6.x_1.25-1nexon1
    FSA729phpmyadminSome vulnerabilities have been reported in phpMyAdmin, which can be exploited by malicious users to disclose sensitive information and by malicious users and malicious people to compromise a vulnerable systemphpmyadmin-3.4.3.1-1nexon1
    FSA728wordpressMultiple vulnerabilities have been reported in WordPress, which can be exploited by malicious users to bypass certain security restrictions and conduct SQL injection attackswordpress-3.1.4-1nexon1
    FSA727drupal7A vulnerability has been reported in Drupal, which can be exploited by malicious people to bypass certain security restrictionsdrupal7-7.4-1nexon1
    FSA726libreofficeMultiple vulnerabilities have been reported in LibreOffice, which can be exploited by malicious people to compromise a user's systemlibreoffice-3.3.3.1-1nexon1
    + +
    +
    About the newsletter
    +
    + +

    Author

    + +

    The Frugalware newsletter is written and edited by Russell Dickenson (AKA + phayz). Credit for the Frugalware distribution goes to the development + team.

    + +

    Release

    + +

    To allow time for review and corrections, each newsletter is written ahead + of its release date. Therefore it may not mention events which occurred in + the few days before its release - e.g. security fixes. To be sure that you???ve + got the very latest information on these topics, go to the appropriate page + of the Frugalware web site.

    + +
    +
    Comments
    +
    + +

    If you would like to comment on the Frugalware newsletter, please do so in + the forums or the comments section below. Your feedback is valuable because + we want the newsletter to meet the needs of Frugalware???s users.

    + +
    blog + comments powered by Disqus + + From hermier at frugalware.org Mon Aug 8 13:48:40 2011 From: hermier at frugalware.org (Michel Hermier) Date: Mon, 8 Aug 2011 13:48:40 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: okular-4.7.0-2-i686 Message-ID: <20110808114840.2CE151358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=3adb0a58910cdc61749cc12b83d236b2769ad553 commit 3adb0a58910cdc61749cc12b83d236b2769ad553 Author: Michel Hermier Date: Mon Aug 8 13:47:37 2011 +0200 okular-4.7.0-2-i686 * libkdecore -> kdelibs-core diff --git a/source/kde-extra/okular/FrugalBuild b/source/kde-extra/okular/FrugalBuild index 748b136..bcc0835 100644 --- a/source/kde-extra/okular/FrugalBuild +++ b/source/kde-extra/okular/FrugalBuild @@ -2,16 +2,16 @@ # Maintainer: centuri0 pkgname=okular -pkgrel=1 +pkgrel=2 pkgdesc="KDE universal document viewer." groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') Finclude kde -depends=('libthreadweaver>=$_F_kde_ver' 'libkdesu>=$_F_kde_ver' 'libkdecore>=$_F_kde_ver' \ +depends=("kdelibs-core>=$_F_kde_ver" "kdelibs-interfaces>=$_F_kde_ver" "libthreadweaver>=$_F_kde_ver" "libkdesu>=$_F_kde_ver" \ 'attica>=0.2.0' "libkutils>=$_F_kde_ver" "libnepomuk>=$_F_kde_ver" 'qimageblitz>=0.0.4' \ "libkhtml>=$_F_kde_ver" 'ebook-tools>=0.2.1' 'qca>=2.0.3' 'chmlib>=0.40' 'libspectre>=0.2.6' \ 'poppler-qt4>=0.16.3' 'djvulibre>=3.5.24') makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ - "ksgmltools2>=$_F_kde_ver" "kdelibs-interfaces>=$_F_kde_ver") + "ksgmltools2>=$_F_kde_ver") # optimization OK From vmiklos at frugalware.org Mon Aug 8 14:54:22 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 8 Aug 2011 14:54:22 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: newsletter: support plain translations (like news items) Message-ID: <20110808125422.CDCDB1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=b88da350898b6fb3431a05af34dc7db166a08743 commit b88da350898b6fb3431a05af34dc7db166a08743 Author: Miklos Vajna Date: Mon Aug 8 13:41:45 2011 +0200 newsletter: support plain translations (like news items) diff --git a/frugalware/newsletter.php b/frugalware/newsletter.php index fea5e3e..ca74095 100644 --- a/frugalware/newsletter.php +++ b/frugalware/newsletter.php @@ -33,8 +33,13 @@ include("config.inc.php"); // let's start page include("header.php"); -$id = ( $_GET['id'] != "" ) ? $_GET['id'] : 1; -$content = file_get_contents('weeklynews/issue' . $id . '.html'); +$id = ( $_GET['id'] != "" ) ? (int)$_GET['id'] : 1; +$flang = ( $lang == "en" ) ? "" : "_$lang"; +if (file_exists("weeklynews/issue$id".$flang.".html")) + $htmlfile = "weeklynews/issue$id".$flang.".html"; +else + $htmlfile = "weeklynews/issue$id.html"; +$content = file_get_contents($htmlfile); fwmiddlebox(gettext("Frugalware Newsletter Issue $id"), $content); From melko at frugalware.org Mon Aug 8 15:08:43 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 15:08:43 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: smokeqt-4.7.0-2-i686 Message-ID: <20110808130843.520581358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=e2699ab7d4df20da9f1c71642a325fd9076fc504 commit e2699ab7d4df20da9f1c71642a325fd9076fc504 Author: Melko Date: Mon Aug 8 15:06:52 2011 +0200 smokeqt-4.7.0-2-i686 * add some missing deps diff --git a/source/kde/smokeqt/FrugalBuild b/source/kde/smokeqt/FrugalBuild index f829883..ca56333 100644 --- a/source/kde/smokeqt/FrugalBuild +++ b/source/kde/smokeqt/FrugalBuild @@ -2,11 +2,14 @@ # Maintainer: centuri0 pkgname=smokeqt -pkgrel=1 +pkgrel=2 pkgdesc="SMOKE bindings for the Qt libraries." groups=('kde') archs=('i686' 'x86_64' 'ppc') Finclude kde -depends=("smokegen>=$_F_kde_ver" 'qimageblitz>=0.0.4' 'phonon>=4.5.0' "qscintilla2-qt4>=2.5.1") +depends=("smokegen>=$_F_kde_ver" 'qimageblitz>=0.0.4' "qscintilla2-qt4>=2.5.1" "libqt3support>=$_F_kde_qtver" \ + "libqtdeclarative>=$_F_kde_qtver" "libqthelp>=$_F_kde_qtver" "libqtmultimedia>=$_F_kde_qtver" "libqtnetwork>=$_F_kde_qtver" \ + "libqtopengl>=$_F_kde_qtver" "libqtscript>=$_F_kde_qtver" "libqtsql>=$_F_kde_qtver" "libqttest>=$_F_kde_qtver" \ + "libqtuitools>=$_F_kde_qtver" "libqtwebkit>=$_F_kde_qtver" "libqtxmlpatterns>=$_F_kde_qtver") # optimization OK From hermier at frugalware.org Mon Aug 8 15:29:05 2011 From: hermier at frugalware.org (Michel Hermier) Date: Mon, 8 Aug 2011 15:29:05 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kate-4.7.0-2-i686 Message-ID: <20110808132905.3D4781358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=529ba859017d98e53a86377690a32cdce97c4e83 commit 529ba859017d98e53a86377690a32cdce97c4e83 Author: Michel Hermier Date: Mon Aug 8 15:26:55 2011 +0200 kate-4.7.0-2-i686 * Lets hope this split way suck less (there was a dependency loop before) diff --git a/source/include/kde.sh b/source/include/kde.sh index 07c052f..7a095f5 100644 --- a/source/include/kde.sh +++ b/source/include/kde.sh @@ -211,7 +211,7 @@ KDE_path_install() # * KDE_project_install: Install a specific package. Parameters: 1) Name of the # project. 2) path of the project (optional). ### -KDE_project_install() +__KDE_project_install() { local fail=1 path="${2:-$1}" local -a paths @@ -221,6 +221,7 @@ KDE_project_install() "apps/lib/$path" "experimental/$path" # for kdebase-runtime "filters/$path" # for koffice + "interfaces/$path" # for kdelibs "lib/$path" "libs/$path" ) @@ -258,6 +259,33 @@ KDE_project_install() return $fail } +KDE_project_install() +{ + ## we use for weird or not logical names + ## $pkgname- + local path="${2:-$1}" + local clean="$(eval "echo -n \"\${path/#$pkgname-/}"\")" # Remove front "$pkgname-" + if [ "$path" != "$clean" ] && \ + KDE_project_install "$1" "$clean"; then + return 0 + fi + + if __KDE_project_install "$1" "${path}"; then + return 0 + fi + if __KDE_project_install "$1" "${path//-//}"; then # Transform "-" into "/" + return 0 + fi + + clean="${path/#lib/}" # Remove front "lib" + if [ "$path" != "$clean" ] && \ + KDE_project_install "$1" "$clean"; then + return 0 + fi + + return 1 +} + ### # * KDE_project_split(): Moves a KDE project to a subpackage. Parameters: # 1) name of the subpackage 2) Name of the project (see KDE_project_install). @@ -294,33 +322,6 @@ __kde_find_split_files() # subdirectory project. Example: "kdelibs-kioslave-ftp" would search for # kioslave/ftp project subdir. ### -__KDE_split() -{ - ## we use for weird or not logical names - ## $pkgname- - local path="${2:-$1}" - local clean="$(eval "echo -n \"\${path/#$pkgname-/}"\")" # Remove front "$pkgname-" - if [ "$path" != "$clean" ] && \ - __KDE_split "$1" "$clean"; then - return 0 - fi - - if KDE_project_install "$1" "${path}"; then - return 0 - fi - if KDE_project_install "$1" "${path//-//}"; then # Transform "-" into "/" - return 0 - fi - - clean="${path/#lib/}" # Remove front "lib" - if [ "$path" != "$clean" ] && \ - __KDE_split "$1" "$clean"; then - return 0 - fi - - return 1 -} - KDE_split() { local i @@ -337,7 +338,7 @@ KDE_split() esac Fmessage "Splitting $i" - if __KDE_split "$i"; then + if KDE_project_install "$i"; then KDE_cleanup Fsplit "$i" /\* else diff --git a/source/kde-extra/kate/FrugalBuild b/source/kde-extra/kate/FrugalBuild index 318b506..7723761 100644 --- a/source/kde-extra/kate/FrugalBuild +++ b/source/kde-extra/kate/FrugalBuild @@ -2,39 +2,56 @@ # Maintainer: centuri0 pkgname=kate -pkgrel=1 +pkgrel=2 pkgdesc="Advanced Text Editor." groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') Finclude kde -depends=("kdelibs>=$_F_kde_ver" "libqtdeclarative>=$_F_kde_qtver") +depends=("libqtdeclarative>=$_F_kde_qtver") +rodepends=("kdelibs-core>=$_F_kde_ver libkdekate>=$_F_kde_ver") makedepends=("${makedepends[@]}" "kdelibs-compiletime>=$_F_kde_ver" \ - "ksgmltools2>=$_F_kde_ver" "kdelibs-interfaces>=$_F_kde_ver" "libqttest>=$_F_kde_qtver") + "ksgmltools2>=$_F_kde_ver" "libqttest>=$_F_kde_qtver") + +subpkgs=("${subpkgs[@]}" "kate-plasma") +subdescs=("${subdescs[@]}" "Kate plasmoid.") +subdepends=("${subdepends[@]}" "libplasma>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "libkdekate>=$_F_kde_ver") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "kwrite") subdescs=("${subdescs[@]}" "Text Editor.") -subdepends=("${subdepends[@]}" "libnepomuk>=$_F_kde_ver kdelibs-interfaces>=$_F_kde_ver libqtgui>=$_F_kde_qtver libqtdbus>=$_F_kde_qtver libqtnetwork>=$_F_kde_qtver") -subrodepends=("${subrodepends[@]}" '') +subdepends=("${subdepends[@]}" "") +subrodepends=("${subrodepends[@]}" "kdelibs-core>=$_F_kde_ver libkdekate>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') _F_kde_subpkgs=("${subpkgs[@]}") +subpkgs=("${subpkgs[@]}" "kate-interfaces") +subdescs=("${subdescs[@]}" "Kparts interfaces for kate.") +subdepends=("${subdepends[@]}" "") +subrodepends=("${subrodepends[@]}" "kdelibs-interfaces>=$_F_kde_ver") +subgroups=("${subgroups[@]}" 'kde') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + subpkgs=("${subpkgs[@]}" "libkdekate") subdescs=("${subdescs[@]}" "KPart for Kate (KDE Advanced Text Editor).") -subdepends=("${subdepends[@]}" "libqtgui>=$_F_kde_qtver libqtdbus>=$_F_kde_qtver libqtscript>=$_F_kde_qtver gamin xfsprogs-attr bzip2 libxext polkit-qt-1>=0.99.0 - libkdecore>=$_F_kde_ver libkutils>=$_F_kde_ver kdelibs-interfaces>=$_F_kde_ver") -subrodepends=("${subrodepends[@]}" '') +subdepends=("${subdepends[@]}" "libkutils>=$_F_kde_ver + libqtscript>=$_F_kde_qtver libnepomuk>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "kate-interfaces>=$pkgver") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') build() { KDE_make_split - KDE_project_install part - Fsplit libkdekate /\* + KDE_project_split kate-interfaces kate/interfaces/kate + KDE_project_split libkdekate part KDE_install + + Fsplit kate-interfaces usr/lib/libkateinterfaces.* } # optimization OK From hermier at frugalware.org Mon Aug 8 15:42:29 2011 From: hermier at frugalware.org (Michel Hermier) Date: Mon, 8 Aug 2011 15:42:29 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdelibs-4.7.0-5-i686 Message-ID: <20110808134229.AB4871358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=e551e638efa05cf400fe44abc2f0a841a6448c0f commit e551e638efa05cf400fe44abc2f0a841a6448c0f Author: Michel Hermier Date: Mon Aug 8 15:37:13 2011 +0200 kdelibs-4.7.0-5-i686 * Split kdelibs-core in subpackages, it is required at run time but not at build time. * Let's try to reduice the dependecy madness a little. * Some dependencies in new subpackages are broken but depending on kdelibs-core is ok (should be more or less fixed on next run). diff --git a/source/kde/kdelibs/FrugalBuild b/source/kde/kdelibs/FrugalBuild index 6b76582..6b3ef39 100644 --- a/source/kde/kdelibs/FrugalBuild +++ b/source/kde/kdelibs/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: centuri0 pkgname=kdelibs -pkgrel=4 +pkgrel=5 pkgdesc="KDE4 Core Libraries." groups=('kde') replaces=('kat') @@ -21,16 +21,22 @@ sha1sums=("${sha1sums[@]}" \ DNSSDDEP="libdnssd>=$_F_kde_ver" KDE3SUPPORTDEP="libkde3support>=$_F_kde_ver" +KDECOREDEP="libkdecore>=$_F_kde_ver" +KDEUIDEP="libkdeui>=$_F_kde_ver" KDESUDEP="libkdesu>=$_F_kde_ver" +KIODEP="libkio>=$_F_kde_ver" +KJSDEP="libkjs>=$_F_kde_ver" WEBKITDEP="libkdewebkit>=$_F_kde_ver" KFILEDEP="libkfile>=$_F_kde_ver" KHTMLDEP="libkhtml>=$_F_kdever" KNEWDEP="libknewstuff>=$_F_kde_ver" KNOTITYDEP="libknotify>=$_F_kde_ver" +KPARTSDEP="libkparts>=$_F_kde_ver" KROSSDEP="libkross>=$_F_kde_ver" KUTILSDEP="libkutils>=$_F_kde_ver" NEPOMUKDEP="libnepomuk>=$_F_kde_ver" PLASMADEP="libplasma>=$_F_kde_ver" +SOLIDDEP="libsolid>=$_F_kde_ver" THREADWDEP="libthreadweaver>=$_F_kde_ver" KDELIBS_COREDEP="kdelibs-core>=$_F_kde_ver" @@ -65,29 +71,71 @@ LIBQTXMLPATTERNSDEP="libqtxmlpatterns>=$_F_kde_qtver" subpkgs=("${subpkgs[@]}" "libkde3support") subdescs=("${subdescs[@]}" "Libraries to support KDE3 code.") subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQT3SUPPORTDEP $LIBQTSVGDEP - $POLKIT_QT_1DEP gamin xfsprogs-attr libsm libxcursor libpng fontconfig libxi") + xfsprogs-attr libsm libxcursor libpng fontconfig libxi") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP $KDESUDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') +subpkgs=("${subpkgs[@]}" "libkdecore") +subdescs=("${subdescs[@]}" "KDE core library.") +subdepends=("${subdepends[@]}" "$POLKIT_QT_1DEP $LIBQTNETWORKDEP bzip2 gamin xz") +subrodepends=("${subrodepends[@]}" "") +subgroups=("${subgroups[@]}" 'kde kde-core') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + +subpkgs=("${subpkgs[@]}" "libkdeui") +subdescs=("${subdescs[@]}" "KDE core UI library.") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP attica libdbusmenu-qt libxtst") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subgroups=("${subgroups[@]}" 'kde kde-core') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + +subpkgs=("${subpkgs[@]}" "libkio") +subdescs=("${subdescs[@]}" "KDE core IO library.") +subdepends=("${subdepends[@]}" "") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subgroups=("${subgroups[@]}" 'kde kde-core') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + +subpkgs=("${subpkgs[@]}" "libkjs") +subdescs=("${subdescs[@]}" "KDE core JavaScript library.") +subdepends=("${subdepends[@]}" "") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subgroups=("${subgroups[@]}" 'kde kde-core') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + +subpkgs=("${subpkgs[@]}" "libkparts") +subdescs=("${subdescs[@]}" "KDE core loadable parts components library.") +subdepends=("${subdepends[@]}" "") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subgroups=("${subgroups[@]}" 'kde kde-core') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + +subpkgs=("${subpkgs[@]}" "libsolid") +subdescs=("${subdescs[@]}" "KDE core hardware support library.") +subdepends=("${subdepends[@]}" "") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subgroups=("${subgroups[@]}" 'kde kde-core') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + subpkgs=("${subpkgs[@]}" "libplasma") subdescs=("${subdescs[@]}" "Framework for the KDE desktop shell and its widgets.") subdepends=("${subdepends[@]}" "$LIBQTUITOOLSDEP $LIBQTWEBKITDEP $LIBQTOPENGLDEP - qca gamin xfsprogs-attr libqtdbus libxcb libxdamage $POLKIT_QT_1DEP") + qca xfsprogs-attr libqtdbus libxcb libxdamage") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP $KNEWDEP $THREADWDEP $DNSSDDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libdnssd") subdescs=("${subdescs[@]}" "Interface to support the DNS-SD (Zeroconf) protocol.") -subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP bzip2 libxext $POLKIT_QT_1DEP avahi") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP libxext avahi") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libknotify") subdescs=("${subdescs[@]}" "User Notification Libraries.") -subdepends=("${subdepends[@]}" "$PHONONDEP gamin xfsprogs-attr bzip2 libxext $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$PHONONDEP xfsprogs-attr libxext") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP phonon-backend-vlc") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -95,35 +143,35 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkross") subdescs=("${subdescs[@]}" "Scripting Libraries.") subdepends=("${subdepends[@]}" "$LIBQTSVGDEP $LIBQTDBUSDEP $LIBQTDESIGNERDEP - gamin xfsprogs-attr libpng fontconfig libxi $POLKIT_QT_1DEP libsm libxcursor") + xfsprogs-attr libpng fontconfig libxi libsm libxcursor") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP $KFILEDEP libkjsembed>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkdewebkit") subdescs=("${subdescs[@]}" "KDE WebKit Library") -subdepends=("${subdepends[@]}" "$LIBQTWEBKITDEP $LIBQTGUIDEP $LIBQTDBUSDEP gamin xfsprogs-attr bzip2 libxext libxcb $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTWEBKITDEP $LIBQTGUIDEP $LIBQTDBUSDEP xfsprogs-attr libxext libxcb") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkhtml") subdescs=("${subdescs[@]}" "HTML rendering widget designed for Konqueror.") -subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP libjpeg>=8a libgif pcre libxcb gamin xfsprogs-attr libxext bzip2 $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP libjpeg>=8a libgif pcre libxcb xfsprogs-attr libxext") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP kdelibs-interfaces>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkfile") subdescs=("${subdescs[@]}" "File management widgets and dialogs libraries.") -subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP gamin xfsprogs-attr bzip2 libxext $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP xfsprogs-attr libxext") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libknewstuff") subdescs=("${subdescs[@]}" "Allows applications to easily download data from the Internet.") -subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP gamin xfsprogs-attr bzip2 libxext $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP xfsprogs-attr libxext") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -131,21 +179,21 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkdewidgets") subdescs=("${subdescs[@]}" "KDE custom widgets for Qt Designer.") subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTNETWORKDEP $LIBQTDBUSDEP $LIBQTSQLDEP - libstdc++ zlib strigi>=0.7.2 xfsprogs-acl libxrender libice libxext $POLKIT_QT_1DEP") + libstdc++ zlib strigi>=0.7.2 xfsprogs-acl libxrender libice libxext") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP $KDESUDEP $KDE3SUPPORTDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkjsembed") subdescs=("${subdescs[@]}" "ECMAScript bindings libraries.") -subdepends=("${subdepends[@]}" "$LIBQTUITOOLSDEP $LIBQTDBUSDEP bzip2 libx11 $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTUITOOLSDEP $LIBQTDBUSDEP libx11") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkutils") subdescs=("${subdescs[@]}" "Utility library for printing, chatting and more.") -subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP libxscrnsaver gamin xfsprogs-attr bzip2 $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP libxscrnsaver xfsprogs-attr") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -159,14 +207,14 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkimgio") subdescs=("${subdescs[@]}" "Gimgio class extension libraries.") -subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP jasper libxext bzip2 $POLKIT_QT_1DEP openexr>=1.6.1") +subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP jasper libxext openexr>=1.6.1") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkunitconversion") subdescs=("${subdescs[@]}" "KDE Unit conversation library.") -subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP bzip2 libxext $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP libxext") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -189,7 +237,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libnepomuk") subdescs=("${subdescs[@]}" "Semantic information retrieval and tagging.") -subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP soprano-backend-redland>=2.7.0 bzip2 $POLKIT_QT_1DEP libxext shared-desktop-ontologies") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQTGUIDEP soprano-backend-redland>=2.7.0 libxext shared-desktop-ontologies") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -202,7 +250,7 @@ _F_kde_subpkgs=("${subpkgs[@]}") subpkgs=("${subpkgs[@]}" "ksgmltools2") subdescs=("${subdescs[@]}" "KDE doc tools.") -subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP docbook-xsl libxslt bzip2 gamin xfsprogs-attr libxext $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTDBUSDEP docbook-xsl libxslt xfsprogs-attr libxext") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -210,7 +258,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') ## maybe split more ? interfces/ ? worth doing that ? subpkgs=("${subpkgs[@]}" "$pkgname-interfaces") subdescs=("${subdescs[@]}" "Kparts interface for text editors, mediaplayer and scripting.") -subdepends=("${subdepends[@]}" "gamin xfsprogs-attr bzip2 libxext $POLKIT_QT_1DEP $PHONONDEP") +subdepends=("${subdepends[@]}" "xfsprogs-attr libxext $PHONONDEP") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -218,7 +266,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') ## this need kpty subpkgs=("${subpkgs[@]}" "libkdesu") subdescs=("${subdescs[@]}" "Library for password entering and handling.") -subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP bzip2 $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -237,10 +285,10 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "kdelibs-core") subdescs=("${subdescs[@]}" "KDE4 Core Library.") -subdepends=("${subdepends[@]}" "$LIBQTNETWORKDEP pcre xz $POLKIT_QT_1DEP \ - libdbusmenu-qt>=0.7.0 libgcc strigi>=0.7.2-2 xfsprogs-acl libxrender libice \ - libxtst libxfixes libuuid libkrb5 shared-mime-info udev udisks upower attica>=0.1.2") -subrodepends=("${subrodepends[@]}" "kdelibs-data") +subdepends=("${subdepends[@]}" "pcre \ + libgcc strigi>=0.7.2-2 xfsprogs-acl libxrender libice \ + libxfixes libuuid libkrb5 shared-mime-info udev udisks upower") +subrodepends=("${subrodepends[@]}" "$KDEUIDEP $KIODEP $KJSDEP $KPARTSDEP $SOLIDDEP kdelibs-data") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -268,21 +316,21 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "sonnet-plugin-hspell") subdescs=("${subdescs[@]}" "Natural language processing for hspell") -subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP bzip2 $POLKIT_QT_1DEP hspell") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP hspell") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "sonnet-plugin-aspell") subdescs=("${subdescs[@]}" "Natural language processing for aspell") -subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP aspell bzip2 $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP aspell") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "sonnet-plugin-enchant") subdescs=("${subdescs[@]}" "Natural language processing for enchant") -subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP enchant bzip2 $POLKIT_QT_1DEP") +subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP enchant") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -303,38 +351,19 @@ build() KDE_project_split sonnet-plugin-enchant sonnet/plugins/enchant ## libkdesu - KDE_project_install kdesu KDE_project_install kpty - Fsplit libkdesu /\* + KDE_project_split libkdesu ## -interfaces - KDE_project_install interfaces/khexedit - KDE_project_install interfaces/kimproxy - KDE_project_install interfaces/kmediaplayer - KDE_project_install interfaces/kregexpeditor - KDE_project_install interfaces/kspeech - KDE_project_install interfaces/ktexteditor - KDE_project_install interfaces/terminal - Fsplit $pkgname-interfaces /\* + KDE_project_split $pkgname-interfaces ##### kdelibs-core / kdelibs-data start ####### - KDE_project_install kdecore KDE_project_install kinit KDE_project_install kded KDE_project_install kconf_update - KDE_project_install kio KDE_project_install kioslave - KDE_project_install interfaces/kio KDE_project_install licenses KDE_project_install mimetypes - KDE_project_install kjs - KDE_project_install kdeui - KDE_project_install kparts - KDE_project_install solid - - ## KDEUI has 2 icon folders ? hmm ? what for ? - ## And why do we need desktop files for the libs ? .protocol files ? colors ??? - ## These are kdebase-runtime files ? no ?:) I'm lost :-D ## OK -data subpackage -> man pages KDE_project_install doc @@ -343,12 +372,9 @@ build() KDE_cleanup - Fsplit kdelibs-data usr/share/apps/kdeui/about - Fsplit kdelibs-data usr/share/apps/kdeui/pics Fsplit kdelibs-data usr/share/kde4/services Fsplit kdelibs-data usr/share/kde4/servicetypes Fsplit kdelibs-data usr/share/apps/LICENSES - Fsplit kdelibs-data etc/kde/config/colors Fsplit kdelibs-data etc/xdg/menus Fsplit kdelibs-data usr/share/man From melko at frugalware.org Mon Aug 8 16:18:50 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 16:18:50 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: smokekde-4.7.0-1-i686 Message-ID: <20110808141850.97FA71358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=2e191a441ea6f36a41dcadf3ce4005bab3e74820 commit 2e191a441ea6f36a41dcadf3ce4005bab3e74820 Author: Melko Date: Mon Aug 8 16:16:38 2011 +0200 smokekde-4.7.0-1-i686 * new package * split from kdebindings diff --git a/source/kde/smokekde/FrugalBuild b/source/kde/smokekde/FrugalBuild new file mode 100644 index 0000000..3ca6ea6 --- /dev/null +++ b/source/kde/smokekde/FrugalBuild @@ -0,0 +1,13 @@ +# Compiling Time: 3.02 SBU +# Maintainer: centuri0 + +pkgname=smokekde +pkgrel=1 +pkgdesc="SMOKE bindings for libraries created by the KDE community." +groups=('kde') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("okular>=$_F_kde_ver" "kate>=$_F_kde_ver" "smokeqt>=$_F_kde_ver" "libakonadi>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdepimlibs-compiletime>=$_F_kde_ver" 'boost>=1.46.1') + +# optimization OK From melko at frugalware.org Mon Aug 8 16:50:34 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 16:50:34 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: perlqt-4.7.0-1-i686 Message-ID: <20110808145034.25E101358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=925c3d8aa63c751a4d47774899de85bd4967aa9a commit 925c3d8aa63c751a4d47774899de85bd4967aa9a Author: Melko Date: Mon Aug 8 16:49:22 2011 +0200 perlqt-4.7.0-1-i686 * new package * split from kdebindings diff --git a/source/kde/perlqt/FrugalBuild b/source/kde/perlqt/FrugalBuild new file mode 100644 index 0000000..f20f2dc --- /dev/null +++ b/source/kde/perlqt/FrugalBuild @@ -0,0 +1,18 @@ +# Compiling Time: 1.29 SBU +# Maintainer: centuri0 + +pkgname=perlqt +pkgrel=1 +pkgdesc="Perl bindings for the Qt libraries." +groups=('kde') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("smokeqt>=$_F_kde_ver") + +build() { + unset MAKEFLAGS + unset _F_KDE_LD_FLAGS + KDE_build +} + +# optimization OK From pingax at frugalware.fr Mon Aug 8 17:02:06 2011 From: pingax at frugalware.fr (Pingax) Date: Mon, 8 Aug 2011 17:02:06 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * French translation of newsletter 81 / Second draft Message-ID: <20110808150206.CCFAA1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=849f8988471f002ce43bf20a3c81e3fcce6815c5 commit 849f8988471f002ce43bf20a3c81e3fcce6815c5 Author: Pingax Date: Mon Aug 8 17:01:41 2011 +0200 * French translation of newsletter 81 / Second draft diff --git a/frugalware/weeklynews/issue81_fr.html b/frugalware/weeklynews/issue81_fr.html index 252cec5..aa6449e 100644 --- a/frugalware/weeklynews/issue81_fr.html +++ b/frugalware/weeklynews/issue81_fr.html @@ -93,14 +93,13 @@ utilisateurs de Frugalware, mais pour tous les utilisateurs de Linux.


    -
    Nouveaux paquet
    +
    Nouveaux paquets

    Voici une s??lection de paquets qui ont ??t?? ajout??s depuis le dernier num??ro de la newsletter :

    - +
    @@ -238,171 +237,174 @@

    Ne soyez pas effray?? par les applications en mode console

    -

    Although GUI applications often win fans for their 'bling', console - applications usually win fans for their functionality. They have several - advantages over equivalent GUI applications:

    +

    Alors que les applications graphiques trouvent leurs adeptes par leur c??t?? 'bling', + les applications en mode texte gagne les leurs pour leurs fonctionnalit??s. + Il y a diff??rents avantages par rapport aux applications graphiques :

      -
    • they are often faster and require fewer system resources (memory - and CPU), making them especially good for older PCs and PCs/laptops - with less powerful CPUs;
    • +
    • Elles sont souvent plus rapide et exigent moins de ressources syst??me + (m??moire et processeur), les rendant accessibles aux machines plus anciennes, + disposant de processeur moins performant ;
    • -
    • text-only interfaces use less screen space compared to a GUI - interface and if you use a small font you can fit a lot onto a screen. - This is especially useful for netbooks;
    • +
    • Les applications texte prennent moins de place ?? l'??cran, compar?? aux + applications graphiques et si vous utilisez une petite taille de police, vous pouvez + placez beaucoup d'application texte sur votre ??cran. Cela est particuli??rement utile + pour les netbooks;
    • -
    • they make a great combination with utilities such as screen - and Terminator - .
    • +
    • Ils forment une bonne combinaison avec des outils tels que : + screen + et Terminator.
    -

    Here are some console-based applications which you might find useful as - a replacement for a GUI application:

    +

    Voici quelques applications texte qui peuvent ais??ment remplacer certaines applications + graphiques :

      -
    • tyrs - Identi.ca and Twitter client;
    • -
    • irssi - IRC client;
    • -
    • bashburn - Burn content to writeable CD/DVD media;
    • -
    • MOC - console audio player.
    • +
    • tyrs - client Identi.ca et Twitter ;
    • +
    • irssi - client IRC ;
    • +
    • bashburn - utilitaire pour graver des donn??es sur CD/DVD ;
    • +
    • MOC - lecteur audio.
    -

    Do you have any tips or tricks to share?

    +

    Avez-vous des trucs et astuces ?? partager ?

    -

    This section relies on your contributions! If you have some tips and - tricks that you would like to share, please post them in the forum - or the comments section below.

    +

    Cette section d??pend de vos contributions ! Si vous avez des astuces que + vous voudriez partager, merci de les poster sur le forum ou laissez un commentaire + ?? la fin de la newsletter.


    Interview

    -

    As I mentioned in the "Events etc" section, Carl Andersen will no longer - be contributing to Frugalware. Before he sailed away into the sunset I - asked him for a farewell interview, a chance to reflect on his work and - achievements. Thankfully he agreed and here is what he said...

    +

    Comme je l'ai mentionn?? dans la section "Ev??nements...", Carl Andersen ne contribuera + plus ?? Frugalware. Avant qu'il aille naviguer jusqu'au coucher du soleil, je lui ai demand?? + une interview "d'adieu", une chance de r??fl??chir au travail accompli durant ces ann??es. + Heureusement, il a accept??. Voici ce qu'il a dit...

    -
    What motivated you to begin translating Frugalware - projects?
    +
    Qu'est ce qui vous a motiv?? ?? commencer ?? traduire les projets de Frugalware ?
    -
    Early on, I became interested in translating Frugalware - projects. Mainly because I knew that a lot of Danish consumers were - interested in Frugalware's projects. I felt it only natural that - these people deserved to be able to read the manuals in their own - language. I also knew that there were a lot of elderly people who - did not know a word of English. I soon discovered that it was also a - lot of fun, as well as very hard work, translating the projects. - However, I also felt that it was important to keep going. All this - kept me interested and urged me to keep bettering myself.

    +
    Tr??s t??t, j'ai ??t?? int??ress?? dans la traduction des projets de Frugalware. + Principalement car je connaissais un bon nombre d'utlisteurs danois qui ??taient + int??ress??s dans les projets. J'ai pens?? qu'il ??tait naturel que ces personnes + puissent lire les manuels dans leur langue. Je savais ??galement que beaucoup + de personnes ??g??es ne savaient pas un mot d'anglais. J'ai bient??t d??couvert + que c'??tait beaucoup de plaisir, mais aussi un travail tr??s dur de traduire + les projets. Mais j'ai senti que c'??tait important de continuer ce travail. + Tout ??a m'a permis de rester int??ress?? et de m'am??liorer.

    -
    Did you learn anything over the four years you provided - translations?
    +
    Avez-vous avez quelque chose pendant ces quatres ann??es, + durant lesquelles vous avez fourni les traductions ?
    -
    Yes. I learned a lot of technical terms which came in handy in - future projects. I also learned that translation from one language - to another is very hard work and that it takes a person with great - dedication to keep at it even when things get tough. It made me - appreciate other people's hard work even more than I did before, as - well as gave me a whole new perspective on words and translation in - general. The translation process also did wonders for my vocabulary. - Over the course of four years I also came to appreciate the - Frugalware organisation more and more, not to mention its - developers, whom I have always thought did an excellent job in - developing Frugalware.

    +
    Oui. J'ai appris beaucoup de mots techniques, qui seront + pratiques pour les projets futurs. J'ai ??galement appris que la + traduction d'un langage ?? un autre est un travail tr??s dur et + qu'il faut une personne avec un certain d??vouement pour + maintenir les choses, m??me quand ??a se corse. Cela m'a permis + d'appr??cier davantage le dur travail des autres personnes, ainsi + qu'un nouvelle perspective sur les mots et la traduction en + g??n??ral. Le processus de traduction a ??t?? ??galement b??n??fique + pour mon vocabulaire. Au cours des quatre ans, j'en suis venu + ?? aimer de plus en plus l'organisation de Frugalware, sans oublier + les d??veloppeurs, qui ont toujours, je pense, fait un excellent + dans le d??veloppement de Frugalware.

    -
    Did you have any aim(s) when you started ? If you did, did - you achieve it/them?
    +
    Aviez-vous des objectifs quand vous avez commenc?? ? Si oui, + les avez-vous achev?? ?
    -
    Firstly, when I started translating I wanted to make Frugalware - and its projects known to a larger audience within Denmark. I feel - that I have fulfilled this aim. I run a website which focuses on - Frugalware and in four years it has been visited by 90,000 people - worldwide. So I am very pleased. Secondly, I especially wanted - elderly people to get acquainted with Frugalware and its projects. I - also feel that this aim has been achieved as I have gotten a lot of - positive responses to my work from all age groups.

    +
    Premi??rement, lorsque j'ai commenc?? la traduction, je voulais + que Frugalware et l'ensemble de ses projets soient davantage + connus au Danemark. Je pense que j'ai compl??tement rempli cet + objectif. Je tiens un site Internet, qui se centre sur Frugalware + et, durant les quatre ann??es, il a ??t?? visit?? par 90,000 personnes, + du monde entier. J'en suis donc tr??s heureux. Deuxi??mement, j'ai + voulu que les personnes ??g??es aient connaissance de Frugalware et + de ses projets. Je pense que cet objectif a aussi ??t?? atteint car + j'ai eu beaucoup de r??ponses positives de mon travail, de personnes + de tout ??ge.

    -
    Are there any special moments you remember?
    +
    Vous souvenez-vous de certains moments sp??ciaux ?
    -
    There are always a lot of good and bad moments when you - embark on a grand adventure. However, I am glad to say that there - are a lot more good moments than bad. I especially remember my - moment of triumph when I first felt that all my hard work was - recognized and I also appreciate all the positive response and - heartfelt congratulations I get from people all over the world. I - really feel that I have been part of something important.

    +
    Il y a toujours beaucoup de bons et mauvais moments quand + vous embarquez dans une grande aventure. Par contre, je suis + heureux de dire qu'il y a plus de bons moments que de mauvais. + Je me rappelle d'un moment de triomphe, lorsque j'ai vu que tout + mon travail avait ??t?? reconnu et j'ai ??galement appr??ci?? les + r??ponses positives et les f??licitations sinc??res re??ues de + personnes partout dans le monde. J'ai vraiment senti que j'avais + fait quelque chose d'important.

    -
    Would you recommend translating to others who might be - interested?
    +
    Recommanderiez-vous l'activit?? de traductions aux personnes + qui seraient int??ress??es ?
    -
    Definitely. I hope other people will take the translation of - Frugalware projects as seriously as I have. I feel it necessary to - keep the spirit of Frugalware alive and this is why the translation - process is such an important part. Without the translators there - would not be so many people who would be able to benefit from - Frugalware's projects. Of course more and more people nowadays are - able to understand English, but I still feel that many people are - happy that they are able to read about Frugalware in their own - language, especially the package program.

    +
    Absolument. J'esp??re que les autres personnes qui se + chargeront de la traduction de Frugalware le feront avec autant + de s??rieux que je l'ai fait. Je pense qu'il est important de + garder vivant l'esprit de Frugalware, et c'est pour ??a que les + traductions sont une part importante d'un projet. Sans traducteur, + nous ne serions pas autant ?? utliser Frugalware. Bien s??r, + aujourd'hui, de plus en plus de personnes sont ?? m??me de + comprendre l'anglais. Mais, j'ai le sentiment que les gens sont + contents de pouvoir profiter de Frugalware dans leur langue, tout + sp??cialement le gestionnaire de paquets.

    -
    Will you remain using Frugalware Linux?
    +
    Continuerez-vous ?? utiliser Frugalware ?
    -
    At the moment I am not using Frugalware Linux. I have - decided to try something new so at the moment I use Linux Mint. So - far I am very pleased with this version. It is very easy to install - and I really like the design. I could not be happier. I have used - Linux for twelve and a half years and I cannot promise that I will - never go back to using Frugalware Linux again. However, at the - moment I am happy exploring other possibilities. After all, they do - say that new experiences broaden the mind.

    +
    Pour le moment, je n'utilise pas Frugalware. J'ai d??cid?? + d'essayer quelque chose de nouveau. J'utilise pour le moment + Linux Mint. Pour le moment, je suis content de cette version. + Elle est tr??s simple ?? installer et j'aime beaucoup le design. + Je ne pouvais pas ??tre plus satisfait. J'ai utilis?? Linux + pendant douze ans et demi, et je ne peux pas promettre que je ne + reviendrais pas sur Frugalware. Mais pour le moment, je suis + content de pouvoir explorer d'autres possiblit??s. Apr??s tout, + ne dit-on pas que les nouvelles exp??riences ??largissent l'esprit ? +


    -
    Frugalware Exam
    +
    Examen Frugalware

    -

    It's time to test your knowledge of Frugalware

    +

    Il est temps de tester vos connaissances sur Frugalware

    -

    This is the third exam in an ongoing series aimed as testing your - knowledge of Frugalware. Below is a number of multiple-choice questions, - all of which you must answer. Make a note of your answers and check them - against the correct answers in the next newsletter issue. You will then be - able to compare your result against a table and confirm your Frugalware - rating.

    +

    C'est le trois??me examen d'une s??rie qui a pour but de tester vos + connaissances sur Frugalware. Vous trouverez, apr??s, une s??rie de questions + ?? choix multiple. Chacune devra avoir une r??ponse. Notez vos r??ponses, vous + les comparerez aux r??sultats qui para??tront dans la prochaine newsletter. Vous + pourrez ainsi conna??tre votre niveau de connaissance de Frugalware.

    -

    What's required to become a member of the Frugalware development team?

    +

    Quels sont les pr??requis n??cessaires pour int??grer l'??quipe de d??veloppement ?

      -
    1. Payment of a huge membership fee;
    2. -
    3. a university degree;
    4. -
    5. Submission of enough FrugalBuild patches to have proven you know - what you're doing;
    6. -
    7. All of the above.
    8. +
    9. R??glement de frais d'adh??sion ??normes ;
    10. +
    11. Un dipl??me universitaire ;
    12. +
    13. Avoir soumis assez de FrugalBuild (sous forme de patch) qui prouvent + que vous savez ce que vous faites ;
    14. +
    15. Tout ce qui a ??t?? dit pr??c??demment.
    -

    Frugalware packages are available around the world from what type of source?

    +

    Les paquets Frugalware sont disponibles dans le monde entier gr??ce ?? :

      -
    1. walls;
    2. -
    3. mirrors;
    4. -
    5. windows;
    6. -
    7. an online subscription service.
    8. +
    9. Des murs ;
    10. +
    11. Des miroirs ;
    12. +
    13. Des fen??tres ;
    14. +
    15. Un service de souscription en ligne.
    -

    Which of the following is NOT a label commonly applied to one or more -Frugalware package repositories?

    +

    Laquelle de ces ??tiquettes ne s'applique PAS au d??p??t de paquets de Frugalware ?

    1. current;
    2. work-in-progress;
    3. stable;
    4. -
    5. almost-stable-but-sometimes-makes-your-PC-explode.
    6. +
    7. Plut??t stable mais, de temps en temps, fait exploser votre PC.
    -

    Which of the following is NOT a recommended method of communicating with -others in the Frugalware community?

    +

    Laquelle de ces m??thodes n'est pas recommand??e pour communiquer au sein de + la communaut?? de Frugalware ?

    1. ouija board;
    2. @@ -411,46 +413,48 @@ others in the Frugalware community?

    3. forums.
    -

    Frugalware's package manager (pacman-g2) is a fork of which package manager?

    +

    Le gestionnaire de paquets de Frugalware (pacman-g2) est issu de quel + gestionnaire de paquets ?

    1. apt;
    2. yum;
    3. -
    4. ArchLinux's pacman;
    5. +
    6. pacman utilis?? chez Archlinux;
    7. gcc.
    -

    What is the aim of the newsletter?

    +

    Quel est le but de la newsletter ?

      -
    1. To reduce global carbon emissions;
    2. -
    3. Improve the wealth of its editor and author;
    4. -
    5. Inform readers about recent events and activities in the community;
    6. -
    7. Improve awareness of Pandas.
    8. +
    9. R??duire les ??missions globables de CO2 ;
    10. +
    11. Accro??tre la richesse de l'auteur et de l'??diteur ;
    12. +
    13. Informer les lecteurs des derniers ??v??nements et actvit??s dans la + communaut?? ;
    14. +
    15. Am??liorer la sensibilisation par rapport aux pandas.
    -

    Who can edit the wiki?

    +

    Qui peut contribuer au wiki ?

      -
    1. Everyone;
    2. -
    3. Members of the Frugalware Wiki Maintainers Company;
    4. -
    5. Anyone with a wiki account;
    6. -
    7. Frugalware developers.
    8. +
    9. Tout le monde ;
    10. +
    11. Les membres de la Compagnie des Mainteneurs du Wiki Frugalware ;
    12. +
    13. Quiconque avec un compte sur le wiki ;
    14. +
    15. Les d??veloppeurs Frugalware.
    -

    A Feature Request in the Bug Tracking System can be made if you want - what?

    +

    Une "Feature Request" sur le syst??me de suivi des bugs peut ??tre faite si :

      -
    1. Someone to make you a cup of coffee;
    2. -
    3. A different wallpaper on your desktop;
    4. -
    5. A new feature or package, or an existing feature changed;
    6. -
    7. To be rich, famous and successful.
    8. +
    9. Vous voulez que quelqu'un vous fasse du caf?? ;
    10. +
    11. Vous voulez un fond d'??cran diff??rent sur votre ordinateur ;
    12. +
    13. Vous voulez un nouveau paquet, une nouvelle fonctionnalit??, ou + changer une fonctionnalit?? existante ;
    14. +
    15. Vous voulez ??tre riche, c??l??bre et couronn?? de succ??s.

    -
    Focus on Packages
    +
    Gros plan sur des paquets

    View Your Mind

    From hermier at frugalware.org Mon Aug 8 17:19:18 2011 From: hermier at frugalware.org (Michel Hermier) Date: Mon, 8 Aug 2011 17:19:18 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kate-4.7.0-2-i686 Message-ID: <20110808151918.934A81358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=dda7d7551048fa3be9b86f3ff8be3fee9ce50c77 commit dda7d7551048fa3be9b86f3ff8be3fee9ce50c77 Author: Michel Hermier Date: Mon Aug 8 17:13:30 2011 +0200 kate-4.7.0-2-i686 * Oups fix depends. diff --git a/source/kde-extra/kate/FrugalBuild b/source/kde-extra/kate/FrugalBuild index 7723761..7025c7d 100644 --- a/source/kde-extra/kate/FrugalBuild +++ b/source/kde-extra/kate/FrugalBuild @@ -7,7 +7,7 @@ pkgdesc="Advanced Text Editor." groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') Finclude kde -depends=("libqtdeclarative>=$_F_kde_qtver") +depends=("libkde3support>=$_F_kde_ver libqtdeclarative>=$_F_kde_qtver") rodepends=("kdelibs-core>=$_F_kde_ver libkdekate>=$_F_kde_ver") makedepends=("${makedepends[@]}" "kdelibs-compiletime>=$_F_kde_ver" \ "ksgmltools2>=$_F_kde_ver" "libqttest>=$_F_kde_qtver") @@ -30,15 +30,15 @@ _F_kde_subpkgs=("${subpkgs[@]}") subpkgs=("${subpkgs[@]}" "kate-interfaces") subdescs=("${subdescs[@]}" "Kparts interfaces for kate.") -subdepends=("${subdepends[@]}" "") -subrodepends=("${subrodepends[@]}" "kdelibs-interfaces>=$_F_kde_ver") +subdepends=("${subdepends[@]}" "kdelibs-interfaces>=$_F_kde_ver libnepomuk>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkdekate") subdescs=("${subdescs[@]}" "KPart for Kate (KDE Advanced Text Editor).") -subdepends=("${subdepends[@]}" "libkutils>=$_F_kde_ver - libqtscript>=$_F_kde_qtver libnepomuk>=$_F_kde_ver") +subdepends=("${subdepends[@]}" "libkfile>=$_F_kde_ver libkutils>=$_F_kde_ver + libqtscript>=$_F_kde_qtver") subrodepends=("${subrodepends[@]}" "kate-interfaces>=$pkgver") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') From melko at frugalware.org Mon Aug 8 17:37:50 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 17:37:50 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: perlkde-4.7.0-1-i686 Message-ID: <20110808153750.5B8DE1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=2a4d947cc1ceaf26b57269ceb847ac6cd071014f commit 2a4d947cc1ceaf26b57269ceb847ac6cd071014f Author: Melko Date: Mon Aug 8 17:36:35 2011 +0200 perlkde-4.7.0-1-i686 * new package * split from kdebindings diff --git a/source/kde/perlkde/FrugalBuild b/source/kde/perlkde/FrugalBuild new file mode 100644 index 0000000..c1a65d1 --- /dev/null +++ b/source/kde/perlkde/FrugalBuild @@ -0,0 +1,13 @@ +# Compiling Time: 0.34 SBU +# Maintainer: centuri0 + +pkgname=perlkde +pkgrel=1 +pkgdesc="Perl bindings for libraries created by the KDE community." +groups=('kde') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("smokekde>=$_F_kde_ver" "libplasma>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdepimlibs-compiletime>=$_F_kde_ver" "perlqt>=$_F_kde_ver") + +# optimization OK From melko at frugalware.org Mon Aug 8 17:55:50 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 17:55:50 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: qtruby-4.7.0-1-i686 Message-ID: <20110808155550.BE5A61358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=2faf53e0c19c5aa38f8cc5768802456974e59e6d commit 2faf53e0c19c5aa38f8cc5768802456974e59e6d Author: Melko Date: Mon Aug 8 17:54:42 2011 +0200 qtruby-4.7.0-1-i686 * new package * split from kdebindings diff --git a/source/kde/qtruby/FrugalBuild b/source/kde/qtruby/FrugalBuild new file mode 100644 index 0000000..a00ae8b --- /dev/null +++ b/source/kde/qtruby/FrugalBuild @@ -0,0 +1,18 @@ +# Compiling Time: 0.83 SBU +# Maintainer: centuri0 + +pkgname=qtruby +pkgrel=1 +pkgdesc="Ruby bindings for the Qt libraries." +groups=('kde') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("smokeqt>=$_F_kde_ver" 'ruby>=1.9.2') + +build() { + unset MAKEFLAGS + unset _F_KDE_LD_FLAGS + KDE_build +} + +# optimization OK From melko at frugalware.org Mon Aug 8 18:23:41 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 18:23:41 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: korundum-4.7.0-1-i686 Message-ID: <20110808162341.0F50D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=03852ac88c960e640a6a9f6224a1bf5a9d528a28 commit 03852ac88c960e640a6a9f6224a1bf5a9d528a28 Author: Melko Date: Mon Aug 8 18:22:40 2011 +0200 korundum-4.7.0-1-i686 * new package * split from kdebindings diff --git a/source/kde/korundum/FrugalBuild b/source/kde/korundum/FrugalBuild new file mode 100644 index 0000000..428fe31 --- /dev/null +++ b/source/kde/korundum/FrugalBuild @@ -0,0 +1,13 @@ +# Compiling Time: 0.26 SBU +# Maintainer: centuri0 + +pkgname=korundum +pkgrel=1 +pkgdesc="Ruby bindings for libraries created by the KDE community." +groups=('kde') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("libkdewebkit>=$_F_kde_ver" "smokekde>=$_F_kde_ver" "qtruby>=$_F_kde_ver" "libplasma>=$_F_kde_ver") +makedepends=("${makedepends[@]}" 'boost>=1.46.1' "kdelibs-compiletime>=$_F_kde_ver") + +# optimization OK From melko at frugalware.org Mon Aug 8 19:24:25 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 19:24:25 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: pykde4-4.7.0-1-i686 Message-ID: <20110808172425.BFE651358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=05e462936d17ef818438afee4e73ece32236112e commit 05e462936d17ef818438afee4e73ece32236112e Author: Melko Date: Mon Aug 8 19:23:21 2011 +0200 pykde4-4.7.0-1-i686 * new package * split from kdebindings diff --git a/source/kde-extra/pykde4/FrugalBuild b/source/kde-extra/pykde4/FrugalBuild new file mode 100644 index 0000000..5d6fb7a --- /dev/null +++ b/source/kde-extra/pykde4/FrugalBuild @@ -0,0 +1,16 @@ +# Compiling Time: 0.83 SBU +# Maintainer: centuri0 + +pkgname=pykde4 +pkgrel=1 +pkgdesc="Python KDE bindings using PyQt4 SIP technology." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("libnepomuk>=$_F_kde_ver" "libkhtml>=$_F_kde_ver" "libplasma>=$_F_kde_ver" "libqtdeclarative>=$_F_kde_qtver" \ + "libakonadi>=$_F_kde_ver" "libkfile>=$_F_kde_ver" "libkdesu>=$_F_kde_ver" "libkdewebkit>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=$_F_kde_ver" 'boost>=1.46.1' 'phonon>=4.5.0' 'sip>=4.12.2' "libqtopengl>=$_F_kde_qtver" \ + "libqtsql>=$_F_kde_qtver" "libqtwebkit>=$_F_kde_qtver" "libqtdesigner>=$_F_kde_qtver" \ + "pyqt4>=4.8.4" "libdnssd>=$_F_kde_ver" "libknewstuff>=$_F_kde_ver") + +# optimization OK From bouleetbil at frogdev.info Mon Aug 8 20:03:04 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 8 Aug 2011 20:03:04 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gdm-3.1.2-5-x86_64 *--disable-split-authentication Message-ID: <20110808180304.06B9F1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=468989b55f6b28043a844b54d86481ee4f36e9ae commit 468989b55f6b28043a844b54d86481ee4f36e9ae Author: bouleetbil Date: Mon Aug 8 19:52:46 2011 +0200 gdm-3.1.2-5-x86_64 *--disable-split-authentication diff --git a/source/gnome/gdm/FrugalBuild b/source/gnome/gdm/FrugalBuild index 0987f73..e3daa52 100644 --- a/source/gnome/gdm/FrugalBuild +++ b/source/gnome/gdm/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gdm pkgver=3.1.2 -pkgrel=4 +pkgrel=5 pkgdesc="GNOME Display Manager" url="http://www.gnome.org/" backup=(etc/gdm/custom.conf etc/pam.d/gdm etc/pam.d/gdm-autologin) @@ -51,7 +51,7 @@ build() { --with-pam-dir=/lib/security \ --with-pam-prefix=/etc \ --with-at-spi-registryd-directory=/usr/libexec/at-spi \ - --enable-split-authentication + --disable-split-authentication Fmakeinstall chmod a+r $Fdestdir/var/gdm || Fdie From melko at frugalware.org Mon Aug 8 20:55:31 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 20:55:31 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kross-interpreters-4.7.0-1-i686 Message-ID: <20110808185531.AEFF01358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=9ba6124b1b5c115085629a470638173a042ee394 commit 9ba6124b1b5c115085629a470638173a042ee394 Author: Melko Date: Mon Aug 8 20:54:21 2011 +0200 kross-interpreters-4.7.0-1-i686 * new package * split from kdebindings diff --git a/source/kde-extra/kross-interpreters/FrugalBuild b/source/kde-extra/kross-interpreters/FrugalBuild new file mode 100644 index 0000000..cbd0d61 --- /dev/null +++ b/source/kde-extra/kross-interpreters/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.83 SBU +# Maintainer: centuri0 + +pkgname=kross-interpreters +pkgrel=1 +pkgdesc="Language interpreters to enable in-process scripting with Kross." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=('libgcj>=4.5.3' "libkross>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=$_F_kde_ver" 'phonon>=4.5.0' \ + "libqttest>=$_F_kde_qtver" "libkdesu>=$_F_kde_ver") + +# optimization OK From melko at frugalware.org Mon Aug 8 21:09:30 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 21:09:30 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: qyoto-4.7.0-1-i686 Message-ID: <20110808190930.2D69F1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=652e08d2f08f178cdd25d4545c45103f2e55784f commit 652e08d2f08f178cdd25d4545c45103f2e55784f Author: Melko Date: Mon Aug 8 21:08:24 2011 +0200 qyoto-4.7.0-1-i686 * new package * split from kdebindings diff --git a/source/kde-extra/qyoto/FrugalBuild b/source/kde-extra/qyoto/FrugalBuild new file mode 100644 index 0000000..31e0ce5 --- /dev/null +++ b/source/kde-extra/qyoto/FrugalBuild @@ -0,0 +1,21 @@ +# Compiling Time: 0.33 SBU +# Maintainer: centuri0 + +pkgname=qyoto +pkgrel=1 +pkgdesc=".NET/Mono bindings for the Qt libraries." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude mono kde +depends=("smokeqt>=$_F_kde_ver") +makedepends=("${makedepends[@]}" 'mono') + +build() { + unset MAKEFLAGS + unset _F_KDE_LD_FLAGS + Fmonoexport + KDE_build + Fmonocleanup +} + +# optimization OK From melko at frugalware.org Mon Aug 8 21:25:38 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 21:25:38 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kimono-4.7.0-1-i686 Message-ID: <20110808192538.312241358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=0896a8e944484ce0305a26ccdb6ee2e075726394 commit 0896a8e944484ce0305a26ccdb6ee2e075726394 Author: Melko Date: Mon Aug 8 21:24:26 2011 +0200 kimono-4.7.0-1-i686 * new package * split from kdebindings diff --git a/source/kde-extra/kimono/FrugalBuild b/source/kde-extra/kimono/FrugalBuild new file mode 100644 index 0000000..3dcf364 --- /dev/null +++ b/source/kde-extra/kimono/FrugalBuild @@ -0,0 +1,19 @@ +# Compiling Time: 0.26 SBU +# Maintainer: centuri0 + +pkgname=kimono +pkgrel=1 +pkgdesc=".NET/Mono bindings for the KDE libraries." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude mono kde +depends=("libplasma>=$_F_kde_ver" "libkdewebkit>=$_F_kde_ver" 'mono>=2.10.0' "smokekde>=$_F_kde_ver" "qyoto>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdepimlibs-compiletime>=$_F_kde_ver" "libknewstuff>=$_F_kde_ver" 'boost>=1.46.1') + +build() { + Fmonoexport + KDE_build + Fmonocleanup +} + +# optimization OK From melko at frugalware.org Mon Aug 8 23:03:08 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 23:03:08 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: smokegen-4.7.0-2-i686 Message-ID: <20110808210308.58FD81358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=4d09c3c32396583a0ce5dde0c30aec9167361a9e commit 4d09c3c32396583a0ce5dde0c30aec9167361a9e Author: Melko Date: Mon Aug 8 22:36:52 2011 +0200 smokegen-4.7.0-2-i686 * move to extra diff --git a/source/kde/smokegen/FrugalBuild b/source/kde-extra/smokegen/FrugalBuild similarity index 91% rename from source/kde/smokegen/FrugalBuild rename to source/kde-extra/smokegen/FrugalBuild index 44d69bd..843bd6e 100644 --- a/source/kde/smokegen/FrugalBuild +++ b/source/kde-extra/smokegen/FrugalBuild @@ -2,9 +2,9 @@ # Maintainer: centuri0 pkgname=smokegen -pkgrel=1 +pkgrel=2 pkgdesc="A general purpose C++ parser with a plugin infrastructure." -groups=('kde') +groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') Finclude kde depends=("libqtxml>=$_F_kde_qtver") From melko at frugalware.org Mon Aug 8 23:03:08 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 23:03:08 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: smokeqt-4.7.0-3-i686 Message-ID: <20110808210308.6E6651358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=30f481890d8bcf6cd3ba576736c273e4148b758c commit 30f481890d8bcf6cd3ba576736c273e4148b758c Author: Melko Date: Mon Aug 8 22:37:58 2011 +0200 smokeqt-4.7.0-3-i686 * move to extra diff --git a/source/kde/smokeqt/FrugalBuild b/source/kde-extra/smokeqt/FrugalBuild similarity index 95% rename from source/kde/smokeqt/FrugalBuild rename to source/kde-extra/smokeqt/FrugalBuild index ca56333..c0a6949 100644 --- a/source/kde/smokeqt/FrugalBuild +++ b/source/kde-extra/smokeqt/FrugalBuild @@ -2,9 +2,9 @@ # Maintainer: centuri0 pkgname=smokeqt -pkgrel=2 +pkgrel=3 pkgdesc="SMOKE bindings for the Qt libraries." -groups=('kde') +groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') Finclude kde depends=("smokegen>=$_F_kde_ver" 'qimageblitz>=0.0.4' "qscintilla2-qt4>=2.5.1" "libqt3support>=$_F_kde_qtver" \ From melko at frugalware.org Mon Aug 8 23:03:08 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 23:03:08 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: smokekde-4.7.0-2-i686 Message-ID: <20110808210308.75191135844A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=25e845c8d1938cf43d68771e9a01c954ecc9472a commit 25e845c8d1938cf43d68771e9a01c954ecc9472a Author: Melko Date: Mon Aug 8 22:41:22 2011 +0200 smokekde-4.7.0-2-i686 * move to extra diff --git a/source/kde/smokekde/FrugalBuild b/source/kde-extra/smokekde/FrugalBuild similarity index 93% rename from source/kde/smokekde/FrugalBuild rename to source/kde-extra/smokekde/FrugalBuild index 3ca6ea6..9c65dfd 100644 --- a/source/kde/smokekde/FrugalBuild +++ b/source/kde-extra/smokekde/FrugalBuild @@ -2,9 +2,9 @@ # Maintainer: centuri0 pkgname=smokekde -pkgrel=1 +pkgrel=2 pkgdesc="SMOKE bindings for libraries created by the KDE community." -groups=('kde') +groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') Finclude kde depends=("okular>=$_F_kde_ver" "kate>=$_F_kde_ver" "smokeqt>=$_F_kde_ver" "libakonadi>=$_F_kde_ver") From melko at frugalware.org Mon Aug 8 23:03:08 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 23:03:08 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: qtruby-4.7.0-2-i686 Message-ID: <20110808210308.7B73B135844B@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=3de807795c5b0308eae15962a3aadcfd736096ab commit 3de807795c5b0308eae15962a3aadcfd736096ab Author: Melko Date: Mon Aug 8 22:43:08 2011 +0200 qtruby-4.7.0-2-i686 * move to extra diff --git a/source/kde/qtruby/FrugalBuild b/source/kde-extra/qtruby/FrugalBuild similarity index 91% rename from source/kde/qtruby/FrugalBuild rename to source/kde-extra/qtruby/FrugalBuild index a00ae8b..07357b3 100644 --- a/source/kde/qtruby/FrugalBuild +++ b/source/kde-extra/qtruby/FrugalBuild @@ -2,9 +2,9 @@ # Maintainer: centuri0 pkgname=qtruby -pkgrel=1 +pkgrel=2 pkgdesc="Ruby bindings for the Qt libraries." -groups=('kde') +groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') Finclude kde depends=("smokeqt>=$_F_kde_ver" 'ruby>=1.9.2') From melko at frugalware.org Mon Aug 8 23:03:08 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 23:03:08 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: perlqt-4.7.0-2-i686 Message-ID: <20110808210308.819281358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=1774ba943f8030ca105bc498eda96fe55c69edee commit 1774ba943f8030ca105bc498eda96fe55c69edee Author: Melko Date: Mon Aug 8 22:44:48 2011 +0200 perlqt-4.7.0-2-i686 * move to extra diff --git a/source/kde/perlqt/FrugalBuild b/source/kde-extra/perlqt/FrugalBuild similarity index 90% rename from source/kde/perlqt/FrugalBuild rename to source/kde-extra/perlqt/FrugalBuild index f20f2dc..81e198c 100644 --- a/source/kde/perlqt/FrugalBuild +++ b/source/kde-extra/perlqt/FrugalBuild @@ -2,9 +2,9 @@ # Maintainer: centuri0 pkgname=perlqt -pkgrel=1 +pkgrel=2 pkgdesc="Perl bindings for the Qt libraries." -groups=('kde') +groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') Finclude kde depends=("smokeqt>=$_F_kde_ver") From melko at frugalware.org Mon Aug 8 23:03:08 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 23:03:08 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: perlkde-4.7.0-2-i686 Message-ID: <20110808210308.8886B1358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=779f3b4712eba8f7af68247b167db1cb1e7ee7f4 commit 779f3b4712eba8f7af68247b167db1cb1e7ee7f4 Author: Melko Date: Mon Aug 8 22:45:42 2011 +0200 perlkde-4.7.0-2-i686 * move to extra diff --git a/source/kde/perlkde/FrugalBuild b/source/kde-extra/perlkde/FrugalBuild similarity index 92% rename from source/kde/perlkde/FrugalBuild rename to source/kde-extra/perlkde/FrugalBuild index c1a65d1..2863e7d 100644 --- a/source/kde/perlkde/FrugalBuild +++ b/source/kde-extra/perlkde/FrugalBuild @@ -2,9 +2,9 @@ # Maintainer: centuri0 pkgname=perlkde -pkgrel=1 +pkgrel=2 pkgdesc="Perl bindings for libraries created by the KDE community." -groups=('kde') +groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') Finclude kde depends=("smokekde>=$_F_kde_ver" "libplasma>=$_F_kde_ver") From melko at frugalware.org Mon Aug 8 23:03:08 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 23:03:08 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: korundum-4.7.0-2-i686 Message-ID: <20110808210308.8ECFE135844C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=87d0c250085a66ebfc4983f24433bb402bf01ee6 commit 87d0c250085a66ebfc4983f24433bb402bf01ee6 Author: Melko Date: Mon Aug 8 22:47:09 2011 +0200 korundum-4.7.0-2-i686 * move to extra diff --git a/source/kde/korundum/FrugalBuild b/source/kde-extra/korundum/FrugalBuild similarity index 93% rename from source/kde/korundum/FrugalBuild rename to source/kde-extra/korundum/FrugalBuild index 428fe31..e695cce 100644 --- a/source/kde/korundum/FrugalBuild +++ b/source/kde-extra/korundum/FrugalBuild @@ -2,9 +2,9 @@ # Maintainer: centuri0 pkgname=korundum -pkgrel=1 +pkgrel=2 pkgdesc="Ruby bindings for libraries created by the KDE community." -groups=('kde') +groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') Finclude kde depends=("libkdewebkit>=$_F_kde_ver" "smokekde>=$_F_kde_ver" "qtruby>=$_F_kde_ver" "libplasma>=$_F_kde_ver") From melko at frugalware.org Mon Aug 8 23:58:07 2011 From: melko at frugalware.org (Melko) Date: Mon, 8 Aug 2011 23:58:07 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: pykde4-4.7.0-2-i686 Message-ID: <20110808215807.2343D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=62017a68c5a9b86f69c9bb5d7e3e3d255db3890a commit 62017a68c5a9b86f69c9bb5d7e3e3d255db3890a Author: Melko Date: Mon Aug 8 23:56:45 2011 +0200 pykde4-4.7.0-2-i686 * move pyqt4 to deps diff --git a/source/kde-extra/pykde4/FrugalBuild b/source/kde-extra/pykde4/FrugalBuild index 5d6fb7a..ca9c61d 100644 --- a/source/kde-extra/pykde4/FrugalBuild +++ b/source/kde-extra/pykde4/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: centuri0 pkgname=pykde4 -pkgrel=1 +pkgrel=2 pkgdesc="Python KDE bindings using PyQt4 SIP technology." groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') Finclude kde depends=("libnepomuk>=$_F_kde_ver" "libkhtml>=$_F_kde_ver" "libplasma>=$_F_kde_ver" "libqtdeclarative>=$_F_kde_qtver" \ - "libakonadi>=$_F_kde_ver" "libkfile>=$_F_kde_ver" "libkdesu>=$_F_kde_ver" "libkdewebkit>=$_F_kde_ver") + "libakonadi>=$_F_kde_ver" "libkfile>=$_F_kde_ver" "libkdesu>=$_F_kde_ver" "libkdewebkit>=$_F_kde_ver" "pyqt4>=4.8.4") makedepends=("${makedepends[@]}" "kdelibs-compiletime>=$_F_kde_ver" 'boost>=1.46.1' 'phonon>=4.5.0' 'sip>=4.12.2' "libqtopengl>=$_F_kde_qtver" \ "libqtsql>=$_F_kde_qtver" "libqtwebkit>=$_F_kde_qtver" "libqtdesigner>=$_F_kde_qtver" \ - "pyqt4>=4.8.4" "libdnssd>=$_F_kde_ver" "libknewstuff>=$_F_kde_ver") + "libdnssd>=$_F_kde_ver" "libknewstuff>=$_F_kde_ver") # optimization OK From melko at frugalware.org Tue Aug 9 00:07:38 2011 From: melko at frugalware.org (Melko) Date: Tue, 9 Aug 2011 00:07:38 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdeadmin-4.7.0-1-i686 Message-ID: <20110808220738.3C9D81358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=008f5c5f0276e1eba0d82c295fec8e2503553f09 commit 008f5c5f0276e1eba0d82c295fec8e2503553f09 Author: Melko Date: Tue Aug 9 00:06:11 2011 +0200 kdeadmin-4.7.0-1-i686 * version bump * use kde-version.sh diff --git a/source/kde/kdeadmin/FrugalBuild b/source/kde/kdeadmin/FrugalBuild index 72a4aed..fd6978c 100644 --- a/source/kde/kdeadmin/FrugalBuild +++ b/source/kde/kdeadmin/FrugalBuild @@ -1,4 +1,4 @@ -# Compiling Time: 2.10 SBU +# Compiling Time: 1.17 SBU # Maintainer: centuri0 pkgname=kdeadmin @@ -9,7 +9,7 @@ archs=('i686' 'x86_64' 'ppc') ## knetworkconf does not work for FW _F_cmake_confopts="-DBUILD_knetworkconf:BOOL=OFF -DBUILD_kpackage:BOOL=OFF" Finclude kde -depends=("${depends[@]}" "kdebase-runtime>=${_F_kde_ver}" "kdebindings>=${_F_kde_ver}" \ +depends=("${depends[@]}" "kdebase-runtime>=${_F_kde_ver}" "pykde4>=${_F_kde_ver}" \ "kdepimlibs>=${_F_kde_ver}" 'pycups' 'system-config-printer' "libdbusmenu-qt>=0.7.0") makedepends=("${makedepends[@]}" \ "kdebase-runtime-compiletime>=${_F_kde_ver}" \ @@ -22,6 +22,4 @@ subdepends=("${subdepends[@]}" '') subgroups=("${subgroups[@]}" 'docs-extra kde-docs') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -sha1sums=('010912294a12461a8a0bfdce69c5373b37342cb6') - # optimization OK From russelldickenson at gmail.com Tue Aug 9 00:32:17 2011 From: russelldickenson at gmail.com (Russell Dickenson) Date: Tue, 9 Aug 2011 08:32:17 +1000 Subject: [Frugalware-git] homepage-ng: * French translation of newsletter 81 / Second draft In-Reply-To: <20110808150206.CCFAA1358448@genesis.frugalware.org> References: <20110808150206.CCFAA1358448@genesis.frugalware.org> Message-ID: 2011/8/9 Pingax : > Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=849f8988471f002ce43bf20a3c81e3fcce6815c5 > > commit 849f8988471f002ce43bf20a3c81e3fcce6815c5 > Author: Pingax > Date: ? Mon Aug 8 17:01:41 2011 +0200 > > * French translation of newsletter 81 / Second draft 8< --------------------- SNIP Pingax, Thanks for starting on this. As I understand from Carl Andersen's farewell interview, translating is difficult so I really appreciate your effort. Do you think you'll be translating future issues or is this a test? -- May you always be Frugal, Russell Dickenson (AKA phayz) From melko at frugalware.org Tue Aug 9 02:32:36 2011 From: melko at frugalware.org (Melko) Date: Tue, 9 Aug 2011 02:32:36 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: smokekde-4.7.0-2-i686 Message-ID: <20110809003236.70A0E1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=74977c71569480414660ee174232ca00dd0ba52e commit 74977c71569480414660ee174232ca00dd0ba52e Author: Melko Date: Tue Aug 9 02:31:28 2011 +0200 smokekde-4.7.0-2-i686 * add missing deps (?!) diff --git a/source/kde-extra/smokekde/FrugalBuild b/source/kde-extra/smokekde/FrugalBuild index 9c65dfd..7769714 100644 --- a/source/kde-extra/smokekde/FrugalBuild +++ b/source/kde-extra/smokekde/FrugalBuild @@ -7,7 +7,7 @@ pkgdesc="SMOKE bindings for libraries created by the KDE community." groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') Finclude kde -depends=("okular>=$_F_kde_ver" "kate>=$_F_kde_ver" "smokeqt>=$_F_kde_ver" "libakonadi>=$_F_kde_ver") -makedepends=("${makedepends[@]}" "kdepimlibs-compiletime>=$_F_kde_ver" 'boost>=1.46.1') +depends=("okular>=$_F_kde_ver" "kate>=$_F_kde_ver" "smokeqt>=$_F_kde_ver" "libakonadi>=$_F_kde_ver" "libplasma>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdepimlibs-compiletime>=$_F_kde_ver" 'boost>=1.46.1' "libknewstuff>=$_F_kde_ver") # optimization OK From devil505linux at gmail.com Tue Aug 9 10:43:02 2011 From: devil505linux at gmail.com (Devil505) Date: Tue, 9 Aug 2011 10:43:02 +0200 (CEST) Subject: [Frugalware-git] devil505temp: gpodder-2.18-1-i686 * version bump Message-ID: <20110809084302.A457C1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=942847d1e77a13c8ea52debb9a79cc7c511b2e77 commit 942847d1e77a13c8ea52debb9a79cc7c511b2e77 Author: Devil505 Date: Tue Aug 9 10:40:10 2011 +0200 gpodder-2.18-1-i686 * version bump diff --git a/source/gnome-extra/gpodder/FrugalBuild b/source/gnome-extra/gpodder/FrugalBuild index 7d24b23..2dcbf84 100644 --- a/source/gnome-extra/gpodder/FrugalBuild +++ b/source/gnome-extra/gpodder/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=gpodder -pkgver=2.17 +pkgver=2.18 pkgrel=1 pkgdesc="A podcast receiver/catcher." depends=('pygtk' 'pyxml' 'wget' 'python>=2.7' 'libglade' 'imagemagick>=6.4.8_9' 'feedparser' 'pysqlite2' 'python-mygpoclient>=1.5' 'python-sqlite3') @@ -12,6 +12,6 @@ archs=('i686' 'x86_64') _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude berlios gnome-scriptlet -sha1sums=('9469785e579233509b4f52a6e4afb6550cdf7186') +sha1sums=('02d0ed954b596c592b8113c60ba1b30dd9fde23a') From melko at frugalware.org Tue Aug 9 12:13:17 2011 From: melko at frugalware.org (Melko) Date: Tue, 9 Aug 2011 12:13:17 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdeutils-4.7.0-1-i686 Message-ID: <20110809101317.248DF1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=b88134524f1830f57bd23d034cbae0bed35290c7 commit b88134524f1830f57bd23d034cbae0bed35290c7 Author: Melko Date: Tue Aug 9 12:12:07 2011 +0200 kdeutils-4.7.0-1-i686 * version bump * use kde-version.sh diff --git a/source/kde/kdeutils/FrugalBuild b/source/kde/kdeutils/FrugalBuild index 426f4f6..979bafb 100644 --- a/source/kde/kdeutils/FrugalBuild +++ b/source/kde/kdeutils/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: centuri0 pkgname=kdeutils -pkgrel=2 +pkgrel=1 pkgdesc="KDE General Utilities" groups=('kde') replaces=('pwmanager' 'pwmanager-i18n') @@ -11,8 +11,7 @@ Finclude kde depends=("${depends[@]}" "kdelibs>=${_F_kde_ver}" "kdepimlibs>=${_F_kde_ver}" \ 'libqt3support') makedepends=("${makedepends[@]}" "kdepimlibs-compiletime>=${_F_kde_ver}" 'openssl>=1.0.0' \ - 'docbook-xsl' "libdbusmenu-qt>=0.8.0" "kdebase-workspace-compiletime>=${_F_kde_ver}") -sha1sums=('1c2ae023d9a6bcf72d3cebd0d7df2e6a175ffdcb') + 'docbook-xsl' "libdbusmenu-qt>=0.8.0" "kdebase-workspace-compiletime>=${_F_kde_ver}" "ksgmltools2>=$_F_kde_ver") subpkgs=("${subpkgs[@]}" "ark") subdescs=("${subdescs[@]}" 'Ark is a program for managing various archive formats.') @@ -88,7 +87,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64') subpkgs=("${subpkgs[@]}" "printer-applet") subdescs=("${subdescs[@]}" 'Printer-applet is a system tray utility, to autoconfig printers') -subdepends=("${subdepends[@]}" "kdebindings>=${_F_kde_ver} system-config-printer") +subdepends=("${subdepends[@]}" "pykde4>=${_F_kde_ver} system-config-printer") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') From melko at frugalware.org Tue Aug 9 12:33:16 2011 From: melko at frugalware.org (Melko) Date: Tue, 9 Aug 2011 12:33:16 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdeaccessibility-4.7.0-1-i686 Message-ID: <20110809103316.5DEAD1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=157a0e9d609bc231f1bbf11ef9580e21a415db47 commit 157a0e9d609bc231f1bbf11ef9580e21a415db47 Author: Melko Date: Tue Aug 9 12:31:34 2011 +0200 kdeaccessibility-4.7.0-1-i686 * version bump * use kde-version.sh diff --git a/source/kde-extra/kdeaccessibility/FrugalBuild b/source/kde-extra/kdeaccessibility/FrugalBuild index c669ff5..7fca3df 100644 --- a/source/kde-extra/kdeaccessibility/FrugalBuild +++ b/source/kde-extra/kdeaccessibility/FrugalBuild @@ -8,14 +8,13 @@ groups=('kde-extra') archs=('i686' 'x86_64') Finclude kde depends=("kdelibs>=${_F_kde_ver}" "libqt3support>=$_F_kde_qtver" "libqtcore>=$_F_kde_qtver" 'libgcc' 'libice' 'libxrender' \ - 'util-linux-ng' 'libxi' 'alsa-lib' 'speech-dispatcher') + 'util-linux-ng' 'libxi' 'alsa-lib' 'speech-dispatcher' "libnepomuk>=$_F_kde_ver") makedepends=("${makedepends[@]}" "kdebase-runtime>=${_F_kde_ver}" "kdelibs-compiletime>=${_F_kde_ver}" \ - "docbook-xsl" "libdbusmenu-qt>=0.8.0") + "docbook-xsl" "libdbusmenu-qt>=0.8.0" "ksgmltools2>=$_F_kde_ver") subpkgs=("$pkgname-docs") subdescs=("Kdeaccessibility Documentation") subdepends=('') subgroups=('docs-extra kde-docs') subarchs=('i686 x86_64') -sha1sums=('6e40aab7c95671070cad0b5f59507ff887414ce0') # optimization OK From melko at frugalware.org Tue Aug 9 13:15:29 2011 From: melko at frugalware.org (Melko) Date: Tue, 9 Aug 2011 13:15:29 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdeartwork-4.7.0-1-i686 Message-ID: <20110809111529.06C9E1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=f35421dea33009094a2519acda05e3d5f14dd958 commit f35421dea33009094a2519acda05e3d5f14dd958 Author: Melko Date: Tue Aug 9 13:14:12 2011 +0200 kdeartwork-4.7.0-1-i686 * version bump * use kde-version.sh diff --git a/source/kde-extra/kdeartwork/FrugalBuild b/source/kde-extra/kdeartwork/FrugalBuild index 1581798..02f6162 100644 --- a/source/kde-extra/kdeartwork/FrugalBuild +++ b/source/kde-extra/kdeartwork/FrugalBuild @@ -13,8 +13,7 @@ Finclude kde depends=() makedepends=("${makedepends[@]}" 'xscreensaver' 'eigen>=2.0.6' "kdelibs>=${_F_kde_ver}" \ "kdelibs-compiletime>=${_F_kde_ver}" "kdebase-workspace-compiletime>=${_F_kde_ver}" \ - "kscreensaver>=${_F_kde_ver}" "docbook-xsl" "kwin>=${_F_kde_ver}" "libdbusmenu-qt>=0.8.0") -sha1sums=('9bcf223f7ee2ca0e12f9c8ab8235dcd35f589a8d') + "kscreensaver>=${_F_kde_ver}" "docbook-xsl" "kwin>=${_F_kde_ver}" "libdbusmenu-qt>=0.8.0" "libnepomuk>=$_F_kde_ver") subpkgs=("$pkgname-desktoptheme-slim-glow") subdescs=("KDE4 Plasma Theme") From melko at frugalware.org Tue Aug 9 13:54:16 2011 From: melko at frugalware.org (Melko) Date: Tue, 9 Aug 2011 13:54:16 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdegames-4.7.0-1-i686 Message-ID: <20110809115416.079E31358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=20b6b2b4523a91423b05fd8560dd59d6e6a8ff65 commit 20b6b2b4523a91423b05fd8560dd59d6e6a8ff65 Author: Melko Date: Tue Aug 9 13:52:13 2011 +0200 kdegames-4.7.0-1-i686 * version bump * move to extra * use kde-version.sh diff --git a/source/kde/kdegames/FrugalBuild b/source/kde-extra/kdegames/FrugalBuild similarity index 80% rename from source/kde/kdegames/FrugalBuild rename to source/kde-extra/kdegames/FrugalBuild index 9ff2132..d73f0b3 100644 --- a/source/kde/kdegames/FrugalBuild +++ b/source/kde-extra/kdegames/FrugalBuild @@ -4,7 +4,7 @@ pkgname=kdegames pkgrel=1 pkgdesc="Games for KDE." -groups=('kde') +groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') _F_cmakekde_final=OFF provides=('ksudoku') @@ -12,10 +12,9 @@ replaces=('ksudoku' 'boson' 'knights') conflicts=('ksudoku') Finclude kde depends=("libqt3support>=$_F_kde_qtver" 'qca' 'libgcc' 'libice' 'libxrender' 'util-linux-ng' "kdelibs>=${_F_kde_ver}" \ - 'libxi' 'libglu' 'ggz-client-libs') + 'libxi' 'libglu' 'ggz-client-libs' "libnepomuk>=$_F_kde_ver") makedepends=("${makedepends[@]}" "kdelibs-compiletime>=$_F_kde_ver" "docbook-xsl" \ - "libdbusmenu-qt>=0.8.0") -sha1sums=('28c4908439f493fa30436875a77de01a21e88f4c') + "libdbusmenu-qt>=0.8.0" "ksgmltools2>=$_F_kde_ver" "pykde4>=$_F_kde_ver" 'twisted') subpkgs=("${subpkgs[@]}" "$pkgname-docs") subdescs=("${subdescs[@]}" "$pkgname Documentation") From hermier at frugalware.org Tue Aug 9 16:35:22 2011 From: hermier at frugalware.org (Michel Hermier) Date: Tue, 9 Aug 2011 16:35:22 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdebase-workspace-4.7.0-3-i686 Message-ID: <20110809143522.C665D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=a41de4c8f8c142cbe52584b0b50e8371d0b0689e commit a41de4c8f8c142cbe52584b0b50e8371d0b0689e Author: Michel Hermier Date: Tue Aug 9 16:34:06 2011 +0200 kdebase-workspace-4.7.0-3-i686 * Merge ksysguard and libksysguard. diff --git a/source/kde/kdebase-workspace/FrugalBuild b/source/kde/kdebase-workspace/FrugalBuild index 08c2d3b..47cdcbd 100644 --- a/source/kde/kdebase-workspace/FrugalBuild +++ b/source/kde/kdebase-workspace/FrugalBuild @@ -1,11 +1,13 @@ # Compiling Time: 17.03 SBU # Maintainer: centuri0 +USE_DETECTDEPENDS=${USE_DETECTDEPENDS:-"n"} + USE_GPSD=${USE_GPSD:-"n"} USE_NETWORKMANAGER=${USE_NETWORKMANAGER:-"n"} pkgname=kdebase-workspace -pkgrel=2 +pkgrel=3 pkgdesc="Programs specific for the KDE4 desktop." groups=('kde') archs=('i686' 'x86_64' 'ppc') @@ -126,7 +128,7 @@ subpkgs=("${subpkgs[@]}" "ksysguard") subdescs=("${subdescs[@]}" "KDE System Monitor") subdepends=("${subdepends[@]}" "libqtxml>=$Qt4 dbus libknewstuff>=$Kde4 libqtsvg>=$Qt4 libsm libxcursor sqlite3 phonon>=4.4.0 libqtxmlpatterns>=$Qt4 libxi lmsensors>=3.2.0") -subrodepends=("${subrodepends[@]}" "libksysguard") +subrodepends=("${subrodepends[@]}" "kdelibs-core>=$Kde4") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -144,7 +146,7 @@ subpkgs=("${subpkgs[@]}" "krunner") subdescs=("${subdescs[@]}" "KDE run command interface.") subdepends=("${subdepends[@]}" "libkutils>=$Kde4 libknewstuff>=$Kde4 libdnssd>=$Kde4 libthreadweaver>=$Kde4 libice qca libqtopengl>=$Qt4 libqtnetwork>=$Qt4 libxdamage libxi dbus libxxf86misc") -subrodepends=("${subrodepends[@]}" "libkworkspace>=$Kde4 libksysguard>=$Kde4 libkephal>=$Kde4") +subrodepends=("${subrodepends[@]}" "libkworkspace>=$Kde4 libkephal>=$Kde4 ksysguard>=$Kde4") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -280,17 +282,6 @@ subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -## fix me what exactly does this ? -## generic pcrocess-script-engine-lib ? -subpkgs=("${subpkgs[@]}" "libksysguard") -subdescs=("${subdescs[@]}" "Libraries for KDE.") -subdepends=("${subdepends[@]}" "kdelibs-core>=$Kde4 libqtdbus>=$Qt4 bzip2 polkit-qt-1 libxcb libqtscript>=$Qt4 libqtwebkit>=$Qt4 libqtuitools>=$Qt4") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'kde kde-core') -subreplaces=("${subreplaces[@]}" '') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - - ### plasma split is the biggest work.. ### NEVER: BUMP without to check what changed .. @@ -664,6 +655,11 @@ subgroups=("${subgroups[@]}" 'docs-extra kde-docs') subreplaces=("${subreplaces[@]}" '') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') +# To detected dependecies with makepkg -a +if Fuse DETECTDEPENDS; then + makedepends=("${makedepends[@]}" "$pkgname" "${subpkgs[@]}") +fi + ## FIXME! move all the files gone here to kde-fw ## FIX kde-fw also ;) build() @@ -681,9 +677,6 @@ build() KDE_project_install libs/solid Fsplit libkdesolid /\* - KDE_project_install libs/ksysguard - Fsplit libksysguard /\* - ## -cursors KDE_project_install cursors Fsplit $pkgname-extra-cursors /usr/share/kde/icons/Oxygen_*_Big From bouleetbil at frogdev.info Tue Aug 9 17:28:21 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 9 Aug 2011 17:28:21 +0200 (CEST) Subject: [Frugalware-git] gnometesting: modemmanager-0.5-1-x86_64 Message-ID: <20110809152821.9FA741358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=78e4cbd10acbf32e82901b91663164bcfe0c04cd commit 78e4cbd10acbf32e82901b91663164bcfe0c04cd Author: bouleetbil Date: Tue Aug 9 17:18:19 2011 +0200 modemmanager-0.5-1-x86_64 *Version bump diff --git a/source/network/modemmanager/FrugalBuild b/source/network/modemmanager/FrugalBuild index e65d7cb..0db5b13 100644 --- a/source/network/modemmanager/FrugalBuild +++ b/source/network/modemmanager/FrugalBuild @@ -3,7 +3,7 @@ pkgname=modemmanager _F_gnome_name=ModemManager -pkgver=0.4.998 +pkgver=0.5 pkgrel=1 pppVer=2.4.5 pkgdesc="Mobile broadband modem management service" @@ -15,4 +15,4 @@ Finclude gnome options=('scriptlet') Fconfopts="$Fconfopts --with-tests=yes --disable-more-warnings --with-polkit=yes \ --with-pppd-plugin-dir=/usr/lib/pppd/$pppVer --with-udev-base-dir=/lib/udev/" -sha1sums=('d27722fb889abc64ebec8049255f18150479fb9a') +sha1sums=('6fbfba6bd572fc44d890a22924df7fc6a97ab6a5') From melko at frugalware.org Tue Aug 9 19:24:10 2011 From: melko at frugalware.org (Melko) Date: Tue, 9 Aug 2011 19:24:10 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdetoys-4.7.0-1-i686 Message-ID: <20110809172410.51EBF1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=4a240a8c2ce38169cf0a1c2015aeb14af8387bc5 commit 4a240a8c2ce38169cf0a1c2015aeb14af8387bc5 Author: Melko Date: Tue Aug 9 19:22:09 2011 +0200 kdetoys-4.7.0-1-i686 * version bump * use kde-version.sh diff --git a/source/kde-extra/kdetoys/FrugalBuild b/source/kde-extra/kdetoys/FrugalBuild index d4b97e5..fbcbfe9 100644 --- a/source/kde-extra/kdetoys/FrugalBuild +++ b/source/kde-extra/kdetoys/FrugalBuild @@ -1,4 +1,4 @@ -# Compiling Time: 0.01 SBU +# Compiling Time: 0.20 SBU # Maintainer: centuri0 pkgname=kdetoys @@ -10,7 +10,6 @@ makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=${_F_kde_ver}" "docbook-xsl" "libdbusmenu-qt>=0.8.0") groups=('kde-extra') archs=('i686' 'x86_64') -sha1sums=('0ce43a76f5b7005d60430692ae87421661281f1f') subpkgs=("${subpkgs[@]}" "$pkgname-docs") subdescs=("${subdescs[@]}" "$pkgname Documentation") From melko at frugalware.org Tue Aug 9 19:50:07 2011 From: melko at frugalware.org (Melko) Date: Tue, 9 Aug 2011 19:50:07 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdeplasma-addons-4.7.0-1-i686 Message-ID: <20110809175007.24DD01358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=e657f6ec3a0f3b1d688e1e43f75a8420245331f6 commit e657f6ec3a0f3b1d688e1e43f75a8420245331f6 Author: Melko Date: Tue Aug 9 19:48:52 2011 +0200 kdeplasma-addons-4.7.0-1-i686 * version bump * use kde-version.sh diff --git a/source/kde/kdeplasma-addons/FrugalBuild b/source/kde/kdeplasma-addons/FrugalBuild index 7664463..a167b23 100644 --- a/source/kde/kdeplasma-addons/FrugalBuild +++ b/source/kde/kdeplasma-addons/FrugalBuild @@ -8,10 +8,10 @@ groups=('kde') archs=('i686' 'x86_64') replaces=('kdeaddons') Finclude kde -depends=("${depends[@]}" "kdebase-workspace>=${_F_kde_ver}" "kdegraphics>=${_F_kde_ver}") +depends=("${depends[@]}" "kdebase-workspace>=$_F_kde_ver" "libkexiv2>=$_F_kde_ver" \ + "libkdewebkit>=$_F_kde_ver" "libkross>=$_F_kde_ver") makedepends=("${makedepends[@]}" 'eigen' "kdebase-workspace-compiletime>=${_F_kde_ver}" "marble>=${_F_kde_ver}" \ "scim" "docbook-xsl" "boost>=1.46.1" "libdbusmenu-qt>=0.8.0" "libqtdeclarative>=_F_kde_qtver") -sha1sums=('3bce5e41160ec318dbea9128c3e9104a4428deb8') # optimization OK From melko at frugalware.org Tue Aug 9 19:51:58 2011 From: melko at frugalware.org (Melko) Date: Tue, 9 Aug 2011 19:51:58 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kde-l10n-4.7.0-1-i686 Message-ID: <20110809175158.59B321358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=de46802fa7ba5f88d063375cedbb166220973915 commit de46802fa7ba5f88d063375cedbb166220973915 Author: Melko Date: Tue Aug 9 19:50:26 2011 +0200 kde-l10n-4.7.0-1-i686 * version bump * add language bs * remove languages gu,hi,mai diff --git a/source/locale-extra/kde-l10n/FrugalBuild b/source/locale-extra/kde-l10n/FrugalBuild index 6cec4e5..1fbecae 100644 --- a/source/locale-extra/kde-l10n/FrugalBuild +++ b/source/locale-extra/kde-l10n/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: centuri0 pkgname=kde-l10n -pkgver=4.6.5 +pkgver=4.7.0 pkgrel=1 pkgdesc="Dummy package." url="http://www.kde.org" pkgurl="ftp://ftp.kde.org/pub/kde/stable/$pkgver/src/$pkgname" depends=() -makedepends=("kdelibs>=${_F_kde_ver}" "kdelibs-compiletime>=${_F_kde_ver}" "automoc4" "docbook-xsl") +makedepends=("kdelibs>=${_F_kde_ver}" "kdelibs-compiletime>=${_F_kde_ver}" "automoc4" "docbook-xsl" "ksgmltools2") groups=('locale-extra') archs=('i686' 'x86_64' 'ppc') options=('nodocs' 'scriptlet') @@ -16,20 +16,20 @@ groups=('locale-extra') #up2date="lynx -dump http://www.kde.org/download/|grep 'kdelibs'|sed -n '1 p'|sed 's/.*-\([^ ]*\) .*/\1/'" up2date=$pkgver ## This parts are most from the OOo build. *me gives janny and vmiklos some power cookies* :) -klangs=( 'ar' 'bg' 'ca' 'ca at valencia' 'cs' 'da' 'de' 'el' -'en_GB' 'es' 'et' 'eu' 'fi' 'fr' 'ga' 'gl' 'gu' 'he' 'hi' 'hr' 'hu' -'ia' 'id' 'is' 'it' 'ja' 'kk' 'km' 'kn' 'ko' 'lt' 'lv' 'mai' 'nb' 'nds' 'nl' 'nn' 'pa' +klangs=( 'ar' 'bg' 'bs' 'ca' 'ca at valencia' 'cs' 'da' 'de' 'el' +'en_GB' 'es' 'et' 'eu' 'fi' 'fr' 'ga' 'gl' 'he' 'hr' 'hu' +'ia' 'id' 'is' 'it' 'ja' 'kk' 'km' 'kn' 'ko' 'lt' 'lv' 'nb' 'nds' 'nl' 'nn' 'pa' 'pl' 'pt' 'pt_BR' 'ro' 'ru' 'sk' 'sl' 'sr' 'sv' 'th' -'tr' 'uk' 'wa' 'zh_CN' 'zh_TW') -kdescs=('Arabic' 'Bulgarian' +'tr' 'ug' 'uk' 'wa' 'zh_CN' 'zh_TW') +kdescs=('Arabic' 'Bulgarian' 'Bosnian' 'Catalan' 'Catalan (Valencian)' 'Czech' 'Danish' 'German' 'EL' 'British' 'Spanish' 'Estonian' 'Basque' 'Finnish' 'French' -'Irish' 'Galician' 'Gujarati' 'Hebrew' 'Hindi' 'Croatian' 'Hungarian' 'Interlingua' 'Indonesian' 'Icelandic' -'Italian' 'Japanese' 'Kazakh' 'Kannada' 'Korean' 'Lithuanian' 'Latvian' 'Maithili' +'Irish' 'Galician' 'Hebrew' 'Croatian' 'Hungarian' 'Interlingua' 'Indonesian' 'Icelandic' +'Italian' 'Japanese' 'Kazakh' 'Kannada' 'Korean' 'Lithuanian' 'Latvian' 'Norwegian' 'Low Saxon' 'Dutch' 'Norwegian' 'Punjabi' 'Polish' 'Portuguese' 'Brazilian' 'Romanian' 'Russian' 'Slovak' 'Slovenian' 'Serbian' 'Swedish' 'Thai' -'Turkish' 'Ukrainian' 'Walloon' 'Chinese Simplified' 'Chinese Traditional') +'Turkish' 'Uyghur' 'Ukrainian' 'Walloon' 'Chinese Simplified' 'Chinese Traditional') ## source() i=0 while [ $i -lt ${#klangs[@]} ] @@ -68,57 +68,56 @@ build() -sha1sums=('0b02d58c399b0b99c1b44d2df3a39eec64d38eaa' \ - 'f3a163802bcef7f27e4986041fd0eaa9fd1b981f' \ - '515ab7fb4b6ceeddc326cf4d8d7398c3d4cf0ac9' \ - '9daf5f14831ae2634f38a6406b2baca2d4887033' \ - 'c20295a121276352e2fc535cb7b81b9a35b2a79a' \ - 'bb1787fd9d7085bf814da84c3714e8ff2b3b2fcb' \ - '8b01f47f2e01e69d23c2a7cef9eb870c716523b5' \ - 'e8680089abfa8a50c6bc7e0cd5ddd7ad63e7c980' \ - '0091423be22512e6e1d57533b605500c941be5a6' \ - 'c1c8bf1251ee91e1f964e0116012ce73dee60f32' \ - '286ff64481137f7d3e715e516c645aac1b87070c' \ - 'a4667521245dcd042483ab0dd6f89284bc36f9b9' \ - '71204dc08656233ed3d397d082bc471828248b63' \ - '4ec39c36654763ce84d8d0b65e51ac96c931f075' \ - 'c3ea379ff4e02b2b1db80ff72086544007ce1324' \ - 'faadc49fda96ed4b8895aa414f94882143e911e0' \ - '32eacc28fbf36dfe952ef11650bed8b84a038c12' \ - '73e9fe55ad2037aa10b12789814ba28c61225729' \ - '30af5e295ffd2f9b9e6c8665e24f0b11cae41b73' \ - 'a1aad3a4ae6b597d261e908f2f374f5b3e047a74' \ - '1b49bd7ca144ea27066b8a78f2f572222900718c' \ - '22aeb381a98feba2054dc7c1aaa8cc9f4102cd99' \ - 'ae2413ade1bf4553368610483fc47dfc316d196a' \ - 'b8b872d1e7237200b19701ad0a9c9158d46b71a7' \ - '37beae53fb59c6a2684166a33921d89925451ed1' \ - '60082c005704cff964079ece9603379d29eb8d64' \ - '866c077fc0aa52d3a4f83c99da00d3a7d561dd0e' \ - 'ae62c87afe5aee0f0131f64854848950fdac63fa' \ - 'e54128116ee7afcae2e63e8ae98ceab40da29c84' \ - '4881bf2297dd87c1948ec1e66c474022a7e4c985' \ - 'c915e3bfb84efd51129715b46e1ca359cd6da864' \ - '02d613b6618277bc85fe9da956e4f66b9a096613' \ - '9d125a3bc7af6086850eba078a1dd3e1e34c2458' \ - '1f915a43b4b97282bc1c47db63eaa7cd6849103e' \ - '689e5c7c7cd253894ec46190e4fb481a3eaf164a' \ - '33edd31abfa3921a47f60d116e445fbe98d99458' \ - 'f6108cb25f63b188e78ae747a9fff1c48831f470' \ - '9195b8edab0b6eacd4ccc8fc7d688e082f2c1634' \ - 'f15e07cb79d2d1b0f83f94006d7b1f44014d1473' \ - 'd141652737dd7fbefa1b6fc8207e3b036edb0537' \ - '52b3d095d28a42050a29d2fbc045fa45ffddfadc' \ - 'cb514c632759b43a6dd56a016ab47054610429ef' \ - 'e2a2280ce7fdf737fbbd928309842272174515de' \ - 'e7b93a8a6cd42b1df4d3cdd4b248a06130f672aa' \ - '68d1b746d4675a806056052c2aef79e2376085c7' \ - '801b64c457e28447b46687f599f3e6b254d1bfce' \ - 'feaa0789dd1ae0fd476f964eef00cea0b4e7401a' \ - '6875f839497a04939f4c07f80bff8709612b6c30' \ - '81c51b15ebc60f3b56373687029d3dddd491e8e8' \ - '80a4e4a09248e1e030611f4d3626cf1cadf8959f' \ - '51be32786c5ba832b594990d1f661b3f4fccd7c7' \ - '93ff5255cbee2eb831df5442d193547266ebe1c5' \ - 'e4653f9dd7879f02c0f31384cc6fa3b0c3aae08d') +sha1sums=('89b71a58bab08ae94278d393f8e49f4171da29b1' \ + '588a2d74308b2923329a021bfeeb1feb187d27ed' \ + '6ca54326cc8dcb714ecd99f814a393bdee8217b3' \ + '0b59c4abdd423d4cf25af6cb7f5aca2d9dcd47b9' \ + '2fe9091bbb865ea450d5633a5cc9668403137ed7' \ + 'd596116e29a1a6aa67cbd3b6756917eb5c6448d5' \ + '5fc67bf0e08235a5087fe8367f0c6399902c35b4' \ + '9f45817f53452728c078265307341f82e5ce3162' \ + '683c27c007770ec1a3e46754fc0fe97d12a8bb7b' \ + '7b612aa38e9fab88d253791fa86de186ba14a221' \ + '9d8035f6d3c77a80f7ea586a35aa180a59963d45' \ + 'd3bcc5ff4330c58c5ad8d0c685431f784c667198' \ + 'da3a7e971e36fecc8526aabfeb6f15d8e00a8bac' \ + '4ce73ae1b7e80a948961a551be67ddbd8d64f563' \ + 'd1668de83562a730a29d9506ece7f705ee384599' \ + '18c4a91df12268a71bb1674663aab9fb5151a0a7' \ + '4b804da2ed46af3c3b7630a9de8fce1ffe67fd32' \ + '7f3d6a28087273918deff1f4385dd59e516dfdad' \ + '94f17f3bb1489c91efd228d4eab102c70ab1f474' \ + '18fc2c8f4ac193c901ad6dec8daa2e5c813bb6d6' \ + '020d6159e2e1bfae702137b52a0df49ca7d87ed4' \ + '28e9952ccbf718482bbbefc95c66169d7f6c5394' \ + 'bc8e6503e2f0be26c9513bc106299164a339322f' \ + '57112c198c25d57b9e8d9ab8c7b4f2e36b770543' \ + 'd5bac69be920b750779a0836951e0d83eea54c9a' \ + '8bf2f9eda95e03ec01e0f4c0f8454a35991bc157' \ + '50ceeff787b53db95b81d99e1a45b570676bf7a9' \ + 'e0bbdd272be75a1c1da76e9c9b1ffb468596c130' \ + '95b5017c43fc6c992f656a3c1043600c27ec6c6a' \ + '628f4f5434fd20e823af9bf298df32ffbc227e88' \ + '0a660e7deddea0b0c18ed37fd963e20129ca91d7' \ + 'a196ab446fea6024d5d01294f0cf09accbfeac7d' \ + '7b5bda19f867333f34231ea7fc6e151583773e92' \ + '1bee7c003e87169c1577ce5a00f8d2f8992c04c1' \ + '55492ae1e3e6d391e67a3dea6f62c2e93e5bf207' \ + 'a7362ce1e59163ab47fa0d1749999c9f3b1f6237' \ + '17b78e52657ccbd4417e1a662c51799bb3afd7ff' \ + '7c59f9a3800704673688f6919cc97259b72fe825' \ + '04e1686c806458749bc3c61186f01d7ab5e6588f' \ + '953853ac7753b14204977c1d9019efbe0e8381de' \ + '0cf496fc86eaab9ff660c7590be3f9f4a5c65b17' \ + '618538c53ce3aa77b13da96537a5d78ab5e2bfd0' \ + '7e232835a308467744d47992ff8247d87efec481' \ + '834ea1a44b75c1d677884f63ed374b11f6f33ef7' \ + '137a507df797643abce3773dbfbda0232adffbe2' \ + '6318c6d3f50d9f6f7b590aa120767c81f7dd2231' \ + '6cf4ce7f968901609e07dc3a464de83ca06f9ec2' \ + 'f522f56aa820fbce49011112578b19cfedb6b639' \ + '767ac509379d11fe334ed43aaabcdde8caa76d35' \ + '0a497eb38d835ec57661ffd9ed6157431da7838b' \ + '7cff78be13fa260f9747624261d57c3eaa19083a' \ + '3868f6cb1e397a0c02aa090957acc7604504dec6') From hermier at frugalware.org Tue Aug 9 21:44:55 2011 From: hermier at frugalware.org (Michel Hermier) Date: Tue, 9 Aug 2011 21:44:55 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: util.sh: Add new Fsubsplit to allow splitting bettween subpackages. Message-ID: <20110809194455.71C581358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=d670b61b72e525b0bad4508da57049df1d13315b commit d670b61b72e525b0bad4508da57049df1d13315b Author: Michel Hermier Date: Tue Aug 9 21:37:57 2011 +0200 util.sh: Add new Fsubsplit to allow splitting bettween subpackages. diff --git a/source/include/util.sh b/source/include/util.sh index acc702a..7ecadf0 100644 --- a/source/include/util.sh +++ b/source/include/util.sh @@ -1454,24 +1454,32 @@ Fcleandestdir() { ### Fsplit() { - local i dir path subpkg=$1 - shift 1 - if [ ! -d $startdir/pkg.$subpkg ]; then - # FIXME Compatibility: check for $subpkg in subpkgs - warning "Trying to move $@ to undeclared subpackage $subpkg" - mkdir -p $startdir/pkg.$subpkg/ - Fdie - fi + Fsubsplit '' "$@" +} + +### +# * Fsubsplit(): Moves a file pattern from a subpackage to another subpackage. +# Parameters: 1) name of the source subpackage 2) name of the dest subpackage +# 3) pattern of the files to move. +# +# NOTE: You have to quote wildcards to split the proper files! (/foo/* => /foo/\*) +### +Fsubsplit() +{ + local srcpkg="$1" srcdir="`Fsubdestdir "$1"`" srcinfo="`Fsubdestdirinfo "$1"`" + local destpkg="$2" destdir="`Fsubdestdir "$2"`" destinfo="`Fsubdestdirinfo "$2"`" + local i dir path + shift 2 for i in "$@" do - Fmessage "Moving $i to subpackage $subpkg" - for path in $Fdestdir/$i + Fmessage "Moving $i$srcinfo to subpackage $destpkg" + for path in "$srcdir"/$i do - path=`echo ${path%/}` # Remove / suffix if found - dir=`dirname ${path#$Fdestdir}` # Remove $Fdestdir prefix, and last dir element - mkdir -p $startdir/pkg.$subpkg/$dir/ - mv $path $startdir/pkg.$subpkg/$dir/ || Fdie + path="`echo ${path%/}`" # Remove / suffix if found + dir="`dirname ${path#$srcdir}`" # Remove $Fdestdir prefix, and last dir element + mkdir -p "$destdir/$dir/" + mv "$path" "$destdir/$dir/" || Fdie done done } From hermier at frugalware.org Tue Aug 9 21:44:55 2011 From: hermier at frugalware.org (Michel Hermier) Date: Tue, 9 Aug 2011 21:44:55 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdelibs-4.7.0-6-i686 Message-ID: <20110809194455.836D51358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=d1332699ee1330573cd4a1731af6a7a9f94fbf2d commit d1332699ee1330573cd4a1731af6a7a9f94fbf2d Author: Michel Hermier Date: Tue Aug 9 21:41:09 2011 +0200 kdelibs-4.7.0-6-i686 * Trying to reduce and solve some depends issues. diff --git a/source/kde/kdelibs/FrugalBuild b/source/kde/kdelibs/FrugalBuild index 6b3ef39..431dcee 100644 --- a/source/kde/kdelibs/FrugalBuild +++ b/source/kde/kdelibs/FrugalBuild @@ -1,8 +1,10 @@ # Compiling Time: 25.85 SBU # Maintainer: centuri0 +USE_DETECTDEPENDS=${USE_DETECTDEPENDS:-"n"} + pkgname=kdelibs -pkgrel=5 +pkgrel=6 pkgdesc="KDE4 Core Libraries." groups=('kde') replaces=('kat') @@ -26,6 +28,7 @@ KDEUIDEP="libkdeui>=$_F_kde_ver" KDESUDEP="libkdesu>=$_F_kde_ver" KIODEP="libkio>=$_F_kde_ver" KJSDEP="libkjs>=$_F_kde_ver" +KJSEMBEDEDDEP="libkjsembeded>=$_F_kde_ver" WEBKITDEP="libkdewebkit>=$_F_kde_ver" KFILEDEP="libkfile>=$_F_kde_ver" KHTMLDEP="libkhtml>=$_F_kdever" @@ -70,9 +73,8 @@ LIBQTXMLPATTERNSDEP="libqtxmlpatterns>=$_F_kde_qtver" subpkgs=("${subpkgs[@]}" "libkde3support") subdescs=("${subdescs[@]}" "Libraries to support KDE3 code.") -subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP $LIBQT3SUPPORTDEP $LIBQTSVGDEP - xfsprogs-attr libsm libxcursor libpng fontconfig libxi") -subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP $KDESUDEP") +subdepends=("${subdepends[@]}" "$LIBQT3SUPPORTDEP") +subrodepends=("${subrodepends[@]}" "$KDESUDEP $NEPOMUKDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -92,8 +94,8 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkio") subdescs=("${subdescs[@]}" "KDE core IO library.") -subdepends=("${subdepends[@]}" "") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subdepends=("${subdepends[@]}" "$LIBQTSCRIPTDEP") +subrodepends=("${subrodepends[@]}" "$NEPOMUKDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -107,7 +109,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkparts") subdescs=("${subdescs[@]}" "KDE core loadable parts components library.") subdepends=("${subdepends[@]}" "") -subrodepends=("${subrodepends[@]}" "$KDECOREDEP") +subrodepends=("${subrodepends[@]}" "$NEPOMUKDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -122,7 +124,7 @@ subpkgs=("${subpkgs[@]}" "libplasma") subdescs=("${subdescs[@]}" "Framework for the KDE desktop shell and its widgets.") subdepends=("${subdepends[@]}" "$LIBQTUITOOLSDEP $LIBQTWEBKITDEP $LIBQTOPENGLDEP qca xfsprogs-attr libqtdbus libxcb libxdamage") -subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP $KNEWDEP $THREADWDEP $DNSSDDEP") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP $KNEWDEP $THREADWDEP $DNSSDDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -135,16 +137,15 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libknotify") subdescs=("${subdescs[@]}" "User Notification Libraries.") -subdepends=("${subdepends[@]}" "$PHONONDEP xfsprogs-attr libxext") -subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP phonon-backend-vlc") +subdepends=("${subdepends[@]}" "$PHONONDEP") +subrodepends=("${subrodepends[@]}" "$NEPOMUKDEP phonon-backend-vlc") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkross") subdescs=("${subdescs[@]}" "Scripting Libraries.") -subdepends=("${subdepends[@]}" "$LIBQTSVGDEP $LIBQTDBUSDEP $LIBQTDESIGNERDEP - xfsprogs-attr libpng fontconfig libxi libsm libxcursor") -subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP $KFILEDEP libkjsembed>=$_F_kde_ver") +subdepends=("${subdepends[@]}" "$LIBQTDESIGNERDEP") +subrodepends=("${subrodepends[@]}" "$KFILEDEP $KJSEMBEDEDDEP $NEPOMUKDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -179,14 +180,14 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkdewidgets") subdescs=("${subdescs[@]}" "KDE custom widgets for Qt Designer.") subdepends=("${subdepends[@]}" "$LIBQTGUIDEP $LIBQTNETWORKDEP $LIBQTDBUSDEP $LIBQTSQLDEP - libstdc++ zlib strigi>=0.7.2 xfsprogs-acl libxrender libice libxext") + strigi>=0.7.2 xfsprogs-acl libxrender libice libxext") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP $KDESUDEP $KDE3SUPPORTDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkjsembed") subdescs=("${subdescs[@]}" "ECMAScript bindings libraries.") -subdepends=("${subdepends[@]}" "$LIBQTUITOOLSDEP $LIBQTDBUSDEP libx11") +subdepends=("${subdepends[@]}" "$LIBQTUITOOLSDEP $LIBQTDBUSDEP") subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -200,7 +201,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libthreadweaver") subdescs=("${subdescs[@]}" "Job-based threading library.") -subdepends=("${subdepends[@]}" "$LIBQTCOREDEP libgcc") +subdepends=("${subdepends[@]}" "$LIBQTCOREDEP") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -224,14 +225,14 @@ rodepends=("${rodepends[@]}" "${subpkgs[@]}") subpkgs=("${subpkgs[@]}" "libkactivities") subdescs=("${subdescs[@]}" "Libraries for the KDE activities management.") subdepends=("${subdepends[@]}" "") -subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkdeclarative") subdescs=("${subdescs[@]}" "KDE declarative extensions") -subdepends=("${subdepends[@]}" "$LIBQTDECLARATIVE") -subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") +subdepends=("${subdepends[@]}" "$LIBQTDECLARATIVE $LIBQTSQLDEP $LIBQTXMLPATTERNS") +subrodepends=("${subrodepends[@]}" "$KDEUIDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -258,16 +259,16 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') ## maybe split more ? interfces/ ? worth doing that ? subpkgs=("${subpkgs[@]}" "$pkgname-interfaces") subdescs=("${subdescs[@]}" "Kparts interface for text editors, mediaplayer and scripting.") -subdepends=("${subdepends[@]}" "xfsprogs-attr libxext $PHONONDEP") -subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") +subdepends=("${subdepends[@]}" "$PHONONDEP") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') ## this need kpty subpkgs=("${subpkgs[@]}" "libkdesu") subdescs=("${subdescs[@]}" "Library for password entering and handling.") -subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP") -subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") +subdepends=("${subdepends[@]}" "") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -310,31 +311,36 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "$pkgname-compiletime") subdescs=("${subdescs[@]}" "Kdelibs extra headers, cmake and pkgconfig files") subdepends=("${subdepends[@]}" "") -subrodepends=("${subrodepends[@]}" "") +subrodepends=("${subrodepends[@]}" "cmake") subgroups=("${subgroups[@]}" 'devel-extra kde-build') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "sonnet-plugin-hspell") subdescs=("${subdescs[@]}" "Natural language processing for hspell") -subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP hspell") -subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") +subdepends=("${subdepends[@]}" "hspell") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "sonnet-plugin-aspell") subdescs=("${subdescs[@]}" "Natural language processing for aspell") -subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP aspell") -subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") +subdepends=("${subdepends[@]}" "aspell") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "sonnet-plugin-enchant") subdescs=("${subdescs[@]}" "Natural language processing for enchant") -subdepends=("${subdepends[@]}" "$LIBQTDBUSDEP enchant") -subrodepends=("${subrodepends[@]}" "$KDELIBS_COREDEP") +subdepends=("${subdepends[@]}" "enchant") +subrodepends=("${subrodepends[@]}" "$KDECOREDEP") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') +# To detected dependecies with makepkg -a +if Fuse DETECTDEPENDS; then + makedepends=("${makedepends[@]}" "$pkgname" "${subpkgs[@]}") +fi + build() { Fcd @@ -342,6 +348,8 @@ build() sed -i -e 's|KDE_VERSION_STRING.*|KDE_VERSION_STRING "(KDE ${KDE_VERSION}) Frugalware Linux")|g' CMakeLists.txt || Fdie KDE_make_split + Fsubsplit libkdecore libkjs /usr/lib/kde4/ktranscript.\* + ## ksgmltools2 KDE_project_split ksgmltools2 kdoctools @@ -385,4 +393,3 @@ build() } # optimization OK - From melko at frugalware.org Tue Aug 9 21:47:08 2011 From: melko at frugalware.org (Melko) Date: Tue, 9 Aug 2011 21:47:08 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: oxygen-icons-4.7.0-1-i686 Message-ID: <20110809194708.A08CB1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=51622ff36fe1edea2d342faea6977b52d4bc0287 commit 51622ff36fe1edea2d342faea6977b52d4bc0287 Author: Melko Date: Tue Aug 9 21:45:19 2011 +0200 oxygen-icons-4.7.0-1-i686 * version bump * use kde-version.sh diff --git a/source/kde/oxygen-icons/FrugalBuild b/source/kde/oxygen-icons/FrugalBuild index 62f5b47..f5e4602 100644 --- a/source/kde/oxygen-icons/FrugalBuild +++ b/source/kde/oxygen-icons/FrugalBuild @@ -11,7 +11,6 @@ replaces=('nuvola') url='http://www.oxygen-icons.org/' license=('LGPL') Finclude kde -sha1sums=('a71990ebe08dd86ba49ac40011a802c4f28cf4ea') build() { KDE_build From devil505linux at gmail.com Tue Aug 9 22:33:31 2011 From: devil505linux at gmail.com (Devil505) Date: Tue, 9 Aug 2011 22:33:31 +0200 (CEST) Subject: [Frugalware-git] ayatana: overlay-scrollbar-0.2.6-1-i686 * version bump Message-ID: <20110809203331.9A6151358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=507d259d8b638ee4586e3ed31ed7927c536921a2 commit 507d259d8b638ee4586e3ed31ed7927c536921a2 Author: Devil505 Date: Tue Aug 9 22:31:15 2011 +0200 overlay-scrollbar-0.2.6-1-i686 * version bump diff --git a/source/ayatana-extra/overlay-scrollbar/FrugalBuild b/source/ayatana-extra/overlay-scrollbar/FrugalBuild index 0e3e84a..c76aa1f 100644 --- a/source/ayatana-extra/overlay-scrollbar/FrugalBuild +++ b/source/ayatana-extra/overlay-scrollbar/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=overlay-scrollbar -pkgver=0.2.5 +pkgver=0.2.6 pkgrel=1 pkgdesc="Ayatana Scrollbars use an overlay to ensure that scrollbars take up no active screen real-estate." depends=('gtk+2' 'gtk+3' 'cairo') @@ -11,5 +11,5 @@ _F_launchpad_branch="0.2" Finclude launchpad groups=('ayatana-extra') archs=('i686' 'x86_64') -sha1sums=('bef40cb41dfa8b4e89a5c173241a3b082ee6416f') +sha1sums=('3f394bf58ca4b80b30f5507bd0ffe59513fba099') From vmiklos at frugalware.org Wed Aug 10 00:18:38 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 10 Aug 2011 00:18:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: utouch-geis-2.1.1-2-i686 Message-ID: <20110809221838.195B21358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=44064eae724ce55af8370fd1e93a0be7a93b1297 commit 44064eae724ce55af8370fd1e93a0be7a93b1297 Author: Miklos Vajna Date: Tue Aug 9 22:59:41 2011 +0200 utouch-geis-2.1.1-2-i686 - fix sha1sums diff --git a/source/lib-extra/utouch-geis/FrugalBuild b/source/lib-extra/utouch-geis/FrugalBuild index 7b031a7..f33d489 100644 --- a/source/lib-extra/utouch-geis/FrugalBuild +++ b/source/lib-extra/utouch-geis/FrugalBuild @@ -3,7 +3,7 @@ pkgname=utouch-geis pkgver=2.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Implementation of the GEIS (Gesture Engine Interface and Support) interface." depends=('utouch-grail>=1.0.19' 'libxi' 'dbus') groups=('lib-extra') @@ -11,6 +11,6 @@ archs=('i686' 'x86_64') _F_launchpad_subdir="2.1.0" Finclude launchpad source=(http://launchpad.net/utouch-geis/trunk/2.1.1/+download/$pkgname-$pkgver.tar.gz) -sha1sums=('47fb10727470ae5bb61be5c4523788b9b02273a1') +sha1sums=('bac00ffb1a4631fc2449ea091777552293665c1c') # optimization OK From vmiklos at frugalware.org Wed Aug 10 00:18:37 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 10 Aug 2011 00:18:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: wxsvg-1.0.8-3-i686 Message-ID: <20110809221838.039451358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=175a74558bcec6b6d2d307d57c4d6470924f5bd4 commit 175a74558bcec6b6d2d307d57c4d6470924f5bd4 Author: Miklos Vajna Date: Tue Aug 9 22:57:02 2011 +0200 wxsvg-1.0.8-3-i686 - depend on ffmpeg-0.6 diff --git a/source/xlib-extra/wxsvg/FrugalBuild b/source/xlib-extra/wxsvg/FrugalBuild index 7128093..c2aa95f 100644 --- a/source/xlib-extra/wxsvg/FrugalBuild +++ b/source/xlib-extra/wxsvg/FrugalBuild @@ -4,12 +4,13 @@ pkgname=wxsvg pkgver=1.0.8 extraver=-1 -pkgrel=2 +pkgrel=3 pkgdesc="wxSVG is C++ library to create, manipulate and render SVG files" _F_sourceforge_ext="$extraver.tar.bz2" Finclude sourceforge url="http://www.wxsvg.org/" -depends=('libart_lgpl' 'libstdc++' 'wxgtk>=2.8.10-2' 'libxxf86vm' 'expat' 'libxdamage' 'libice' 'ffmpeg>=0.8') +depends=('libart_lgpl' 'libstdc++' 'wxgtk>=2.8.10-2' 'libxxf86vm' 'expat' 'libxdamage' 'libice' 'ffmpeg-0.6') +makedepends=('ffmpeg-0.6-compiletime') groups=('xlib-extra') _F_cd_path="$pkgname-$pkgver$extraver" archs=('i686' 'x86_64') From vmiklos at frugalware.org Wed Aug 10 00:18:38 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 10 Aug 2011 00:18:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tavrasm-122jb-2-i686 Message-ID: <20110809221838.439EC135844B@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a651629fc7c88ada4688a43c2b76f387bc2b29fa commit a651629fc7c88ada4688a43c2b76f387bc2b29fa Author: Miklos Vajna Date: Tue Aug 9 23:04:03 2011 +0200 tavrasm-122jb-2-i686 - work around smp build diff --git a/source/devel-extra/tavrasm/FrugalBuild b/source/devel-extra/tavrasm/FrugalBuild index 644d653..2470d9c 100644 --- a/source/devel-extra/tavrasm/FrugalBuild +++ b/source/devel-extra/tavrasm/FrugalBuild @@ -4,7 +4,7 @@ pkgname=tavrasm pkgver=122jb -pkgrel=1 +pkgrel=2 pkgdesc="Assembler for the Atmel AVR series of microcontrollers" url="http://freshmeat.net/projects/tavrasm/" depends=('libgcc') @@ -18,6 +18,7 @@ sha1sums=('01e54712409bab18c368765ca321d1131445999a') build() { Fcd ${pkgname}.${pkgver}/src + unset MAKEFLAGS Fmake Fexerel ${pkgname} usr/bin/${pkgname} } From vmiklos at frugalware.org Wed Aug 10 00:18:38 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 10 Aug 2011 00:18:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: trickle-1.07-6-i686 Message-ID: <20110809221838.3B480135844A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=66f504e1538ce0a13b2be4914ab75e85b3253dd9 commit 66f504e1538ce0a13b2be4914ab75e85b3253dd9 Author: Miklos Vajna Date: Tue Aug 9 23:02:23 2011 +0200 trickle-1.07-6-i686 - add missing netdb.h includes diff --git a/source/network-extra/trickle/FrugalBuild b/source/network-extra/trickle/FrugalBuild index e65b3b6..f1349eb 100644 --- a/source/network-extra/trickle/FrugalBuild +++ b/source/network-extra/trickle/FrugalBuild @@ -3,7 +3,7 @@ pkgname=trickle pkgver=1.07 -pkgrel=5 +pkgrel=6 pkgdesc="a portable lightweight userspace bandwidth shaper" url="http://monkey.org/~marius/pages/?page=trickle" depends=('libevent>=2.0.10' 'grep') @@ -11,7 +11,8 @@ groups=('network-extra') archs=('i686' 'x86_64') #up2date="lynx -dump http://monkey.org/~marius/pages/?page=trickle | grep -m1 'http.*tar.gz' | sed 's/.*trickle-\(.*\)\.tar.*/\1/'" up2date=$pkgver -source=(http://monkey.org/~marius/$pkgname/$pkgname-$pkgver.tar.gz allow_autoreconf.patch headers.patch) +source=(http://monkey.org/~marius/$pkgname/$pkgname-$pkgver.tar.gz allow_autoreconf.patch headers.patch \ + trickle-1.07-include_netdb.patch) build() { @@ -23,6 +24,7 @@ build() } sha1sums=('fb524ef3ef1944ad5863312dfc235cbf802efa30' \ '085448f72c511ccbd98bb43fddb912bfa7c7a8f3' \ - '27f71fc47e3c633b1eaa24f898a0b1f9cec19716') + '27f71fc47e3c633b1eaa24f898a0b1f9cec19716' \ + 'eb5209507f539598665272c1f99fa043e38f78a5') # optimization OK diff --git a/source/network-extra/trickle/trickle-1.07-include_netdb.patch b/source/network-extra/trickle/trickle-1.07-include_netdb.patch new file mode 100644 index 0000000..1d4528d --- /dev/null +++ b/source/network-extra/trickle/trickle-1.07-include_netdb.patch @@ -0,0 +1,56 @@ +diff -up trickle-1.06/client.c.include_netdb trickle-1.06/client.c +--- trickle-1.06/client.c.include_netdb 2003-05-09 04:16:42.000000000 +0200 ++++ trickle-1.06/client.c 2008-06-07 17:16:50.000000000 +0200 +@@ -6,7 +6,7 @@ + * + * $Id: client.c,v 1.14 2003/05/09 02:16:42 marius Exp $ + */ +- ++#include + #include + + #ifdef HAVE_CONFIG_H +diff -up trickle-1.06/tricklectl.c.include_netdb trickle-1.06/tricklectl.c +--- trickle-1.06/tricklectl.c.include_netdb 2003-06-03 01:13:28.000000000 +0200 ++++ trickle-1.06/tricklectl.c 2008-06-07 17:18:01.000000000 +0200 +@@ -6,7 +6,7 @@ + * + * $Id: tricklectl.c,v 1.4 2003/06/02 23:13:28 marius Exp $ + */ +- ++#include + #include + + #ifdef HAVE_CONFIG_H +diff -up trickle-1.06/trickled.c.include_netdb trickle-1.06/trickled.c +--- trickle-1.06/trickled.c.include_netdb 2003-05-09 04:16:42.000000000 +0200 ++++ trickle-1.06/trickled.c 2008-06-07 17:16:34.000000000 +0200 +@@ -13,6 +13,7 @@ + * initial spike + */ + ++#include + #include + + #ifdef HAVE_CONFIG_H +--- trickle-1.07/trickledu.c.old 2008-08-29 04:19:47.000000000 +0300 ++++ trickle-1.07/trickledu.c 2008-08-29 04:20:37.000000000 +0300 +@@ -7,6 +7,7 @@ + * $Id: trickledu.c,v 1.16 2004/02/13 06:11:21 marius Exp $ + */ + ++#include + #include + + #ifdef HAVE_CONFIG_H +diff -up trickle-1.06/trickle-overload.c.include_netdb trickle-1.06/trickle-overload.c +--- trickle-1.06/trickle-overload.c.include_netdb 2003-06-03 01:13:28.000000000 +0200 ++++ trickle-1.06/trickle-overload.c 2008-06-07 17:21:51.000000000 +0200 +@@ -10,6 +10,7 @@ + /* Ick. linux sucks. */ + #define _GNU_SOURCE + ++#include + #include + + #ifdef HAVE_CONFIG_H From hermier at frugalware.org Wed Aug 10 09:04:13 2011 From: hermier at frugalware.org (Michel Hermier) Date: Wed, 10 Aug 2011 09:04:13 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: ksnapshot-4.7.0-1-i686 Message-ID: <20110810070413.6BB781358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=4152cf36990f2ccaae64a62232bb9926eb193a4a commit 4152cf36990f2ccaae64a62232bb9926eb193a4a Author: Michel Hermier Date: Wed Aug 10 09:03:25 2011 +0200 ksnapshot-4.7.0-1-i686 * New package. (Splitted of kdegraphics) diff --git a/source/kde-extra/ksnapshot/FrugalBuild b/source/kde-extra/ksnapshot/FrugalBuild new file mode 100644 index 0000000..a11180b --- /dev/null +++ b/source/kde-extra/ksnapshot/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.38 SBU +# Maintainer: centuri0 + +pkgname=ksnapshot +pkgrel=1 +pkgdesc="KDE kpart for viewing SVGs." +groups=('kde-extra') +archs=('i686' 'x86_64' 'ppc') +Finclude kde +depends=("kdelibs-core>=$_F_kde_ver" "kdebase-runtime-phonon>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdelibs-compiletime>=$_F_kde_ver" \ + "ksgmltools2>=$_F_kde_ver") + +# optimization OK From ryuo at frugalware.org Wed Aug 10 10:05:33 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 10 Aug 2011 10:05:33 +0200 (CEST) Subject: [Frugalware-git] kernel30: kernel.sh * temporaily comment out DRACUT. we're not going to use it yet. Message-ID: <20110810080533.76D1B1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=4dd5e4db7dea659966625a0a283b87514686ddb2 commit 4dd5e4db7dea659966625a0a283b87514686ddb2 Author: James Buren Date: Wed Aug 10 03:04:25 2011 -0500 kernel.sh * temporaily comment out DRACUT. we're not going to use it yet. diff --git a/source/include/kernel.sh b/source/include/kernel.sh index 10894cc..52ad9c3 100644 --- a/source/include/kernel.sh +++ b/source/include/kernel.sh @@ -140,9 +140,9 @@ fi if [ "$CARCH" = "arm" -o "$CARCH" = "ppc" ]; then makedepends=("${makedepends[@]}" 'u-boot-tools') fi -if Fuse DRACUT; then - makedepends=("${makedepends[@]}" 'dracut') -fi +#if Fuse DRACUT; then +# makedepends=("${makedepends[@]}" 'dracut') +#fi groups=('base') archs=('i686' 'x86_64' 'ppc' 'arm') options=('nodocs' 'genscriptlet') From ryuo at frugalware.org Wed Aug 10 10:16:26 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 10 Aug 2011 10:16:26 +0200 (CEST) Subject: [Frugalware-git] kernel30: kernel.sh / kernel-version.sh * fix up2date for new 3.0 setup * bump to patch level 1 Message-ID: <20110810081626.796171358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=70636d74c3847763c6c7702766256730a8d14c38 commit 70636d74c3847763c6c7702766256730a8d14c38 Author: James Buren Date: Wed Aug 10 03:14:48 2011 -0500 kernel.sh / kernel-version.sh * fix up2date for new 3.0 setup * bump to patch level 1 diff --git a/source/include/kernel-version.sh b/source/include/kernel-version.sh index 8c0daf3..20ed074 100644 --- a/source/include/kernel-version.sh +++ b/source/include/kernel-version.sh @@ -18,7 +18,7 @@ pkgver=3.0 _F_kernelver_ver=3.0.0 _F_kernelver_rel=1 -_F_kernelver_stable=0 +_F_kernelver_stable=1 ### # == APPENDED VALUES diff --git a/source/include/kernel.sh b/source/include/kernel.sh index 52ad9c3..3973902 100644 --- a/source/include/kernel.sh +++ b/source/include/kernel.sh @@ -146,7 +146,7 @@ fi groups=('base') archs=('i686' 'x86_64' 'ppc' 'arm') options=('nodocs' 'genscriptlet') -up2date="lynx -dump $url/kdist/finger_banner |grep stable|sed -n 's/.* \([0-9]*\.[0-9]*\.[0-9]*\).*/\1/;1 p'" +up2date="lynx -dump $url/kdist/finger_banner |grep stable|sed -n 's/.* \([0-9]*\.[0-9]*\).*/\1/;1 p'" # this can be removed after Frualware 1.5 is out replaces=('redirfs' 'dazuko') install="src/kernel.install" From ryuo at frugalware.org Wed Aug 10 10:27:20 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 10 Aug 2011 10:27:20 +0200 (CEST) Subject: [Frugalware-git] kernel30: kernel-3.0-1-i686 * update all configs with default spit out by make menuconfig Message-ID: <20110810082720.CB6441358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=22bfbb9a16e7a10493ed9ad13bb36377ae9fea30 commit 22bfbb9a16e7a10493ed9ad13bb36377ae9fea30 Author: James Buren Date: Wed Aug 10 03:26:12 2011 -0500 kernel-3.0-1-i686 * update all configs with default spit out by make menuconfig diff --git a/source/base/kernel/config.arm b/source/base/kernel/config.arm index 11ed871..36c2ac9 100644 --- a/source/base/kernel/config.arm +++ b/source/base/kernel/config.arm @@ -1,7 +1,6 @@ # # Automatically generated make config: don't edit -# Linux/arm 2.6.39 Kernel Configuration -# Sun May 22 14:40:34 2011 +# Linux/arm 3.0.1 Kernel Configuration # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -25,7 +24,6 @@ CONFIG_NEED_DMA_MAP_STATE=y CONFIG_VECTORS_BASE=0xffff0000 # CONFIG_ARM_PATCH_PHYS_VIRT is not set CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" -CONFIG_CONSTRUCTORS=y CONFIG_HAVE_IRQ_WORK=y CONFIG_IRQ_WORK=y @@ -44,6 +42,7 @@ CONFIG_HAVE_KERNEL_LZO=y CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_LZMA is not set # CONFIG_KERNEL_LZO is not set +CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y @@ -65,6 +64,7 @@ CONFIG_HAVE_GENERIC_HARDIRQS=y CONFIG_GENERIC_HARDIRQS=y CONFIG_HAVE_SPARSE_IRQ=y CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_CHIP=y # CONFIG_SPARSE_IRQ is not set # @@ -82,7 +82,6 @@ CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=19 CONFIG_CGROUPS=y # CONFIG_CGROUP_DEBUG is not set -CONFIG_CGROUP_NS=y CONFIG_CGROUP_FREEZER=y CONFIG_CGROUP_DEVICE=y CONFIG_CPUSETS=y @@ -123,7 +122,6 @@ CONFIG_UID16=y CONFIG_SYSCTL_SYSCALL=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set -# CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y @@ -241,7 +239,6 @@ CONFIG_MMU=y # CONFIG_ARCH_FOOTBRIDGE is not set # CONFIG_ARCH_MXC is not set # CONFIG_ARCH_MXS is not set -# CONFIG_ARCH_STMP3XXX is not set # CONFIG_ARCH_NETX is not set # CONFIG_ARCH_H720X is not set # CONFIG_ARCH_IOP13XX is not set @@ -258,7 +255,6 @@ CONFIG_ARCH_KIRKWOOD=y # CONFIG_ARCH_ORION5X is not set # CONFIG_ARCH_MMP is not set # CONFIG_ARCH_KS8695 is not set -# CONFIG_ARCH_NS9XXX is not set # CONFIG_ARCH_W90X900 is not set # CONFIG_ARCH_NUC93X is not set # CONFIG_ARCH_TEGRA is not set @@ -271,7 +267,6 @@ CONFIG_ARCH_KIRKWOOD=y # CONFIG_ARCH_S3C2410 is not set # CONFIG_ARCH_S3C64XX is not set # CONFIG_ARCH_S5P64X0 is not set -# CONFIG_ARCH_S5P6442 is not set # CONFIG_ARCH_S5PC100 is not set # CONFIG_ARCH_S5PV210 is not set # CONFIG_ARCH_EXYNOS4 is not set @@ -373,6 +368,7 @@ CONFIG_AEABI=y # CONFIG_OABI_COMPAT is not set # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set +CONFIG_HAVE_ARCH_PFN_VALID=y # CONFIG_HIGHMEM is not set CONFIG_SELECT_MEMORY_MODEL=y CONFIG_FLATMEM_MANUAL=y @@ -388,6 +384,7 @@ CONFIG_VIRT_TO_BUS=y # CONFIG_KSM is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 CONFIG_NEED_PER_CPU_KM=y +# CONFIG_CLEANCACHE is not set CONFIG_FORCE_MAX_ZONEORDER=11 CONFIG_ALIGNMENT_TRAP=y CONFIG_UACCESS_WITH_MEMCPY=y @@ -398,6 +395,7 @@ CONFIG_UACCESS_WITH_MEMCPY=y # # Boot options # +# CONFIG_USE_OF is not set CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CMDLINE="" @@ -437,7 +435,6 @@ CONFIG_BINFMT_MISC=m CONFIG_PM_RUNTIME=y CONFIG_PM=y CONFIG_PM_DEBUG=y -# CONFIG_PM_VERBOSE is not set CONFIG_PM_ADVANCED_DEBUG=y # CONFIG_APM_EMULATION is not set CONFIG_NET=y @@ -762,6 +759,7 @@ CONFIG_NET_SCH_NETEM=m CONFIG_NET_SCH_DRR=m # CONFIG_NET_SCH_MQPRIO is not set # CONFIG_NET_SCH_CHOKE is not set +# CONFIG_NET_SCH_QFQ is not set # CONFIG_NET_SCH_INGRESS is not set # @@ -841,7 +839,6 @@ CONFIG_WIRELESS_EXT=y CONFIG_WEXT_CORE=y CONFIG_WEXT_PROC=y CONFIG_WEXT_SPY=y -CONFIG_WEXT_PRIV=y CONFIG_CFG80211=m # CONFIG_NL80211_TESTMODE is not set # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set @@ -895,7 +892,6 @@ CONFIG_EXTRA_FIRMWARE="" CONFIG_MTD=y # CONFIG_MTD_DEBUG is not set # CONFIG_MTD_TESTS is not set -CONFIG_MTD_PARTITIONS=y # CONFIG_MTD_REDBOOT_PARTS is not set CONFIG_MTD_CMDLINE_PARTS=y # CONFIG_MTD_AFS_PARTS is not set @@ -1274,7 +1270,6 @@ CONFIG_MARVELL_PHY=y # CONFIG_VITESSE_PHY is not set # CONFIG_SMSC_PHY is not set # CONFIG_BROADCOM_PHY is not set -# CONFIG_BCM63XX_PHY is not set # CONFIG_ICPLUS_PHY is not set # CONFIG_REALTEK_PHY is not set # CONFIG_NATIONAL_PHY is not set @@ -1380,10 +1375,11 @@ CONFIG_ATH_COMMON=m CONFIG_ATH9K_HW=m CONFIG_ATH9K_COMMON=m CONFIG_ATH9K=m +# CONFIG_ATH9K_PCI is not set +# CONFIG_ATH9K_AHB is not set # CONFIG_ATH9K_DEBUGFS is not set CONFIG_ATH9K_RATE_CONTROL=y # CONFIG_ATH9K_HTC is not set -# CONFIG_AR9170_USB is not set CONFIG_CARL9170=m CONFIG_CARL9170_LEDS=y CONFIG_CARL9170_WPC=y @@ -1414,21 +1410,23 @@ CONFIG_RT73USB=m CONFIG_RT2800USB=m # CONFIG_RT2800USB_RT33XX is not set CONFIG_RT2800USB_RT35XX=y +# CONFIG_RT2800USB_RT53XX is not set CONFIG_RT2800USB_UNKNOWN=y CONFIG_RT2800_LIB=m CONFIG_RT2X00_LIB_USB=m CONFIG_RT2X00_LIB=m -CONFIG_RT2X00_LIB_HT=y CONFIG_RT2X00_LIB_FIRMWARE=y CONFIG_RT2X00_LIB_CRYPTO=y CONFIG_RT2X00_LIB_LEDS=y # CONFIG_RT2X00_DEBUG is not set # CONFIG_RTL8192CE is not set +# CONFIG_RTL8192SE is not set # CONFIG_RTL8192CU is not set # CONFIG_WL1251 is not set # CONFIG_WL12XX_MENU is not set CONFIG_ZD1211RW=m # CONFIG_ZD1211RW_DEBUG is not set +# CONFIG_MWIFIEX is not set # # Enable WiMAX (Networking options) to see the WiMAX drivers @@ -1463,6 +1461,7 @@ CONFIG_USB_ARMLINUX=y # CONFIG_USB_KC2190 is not set CONFIG_USB_NET_ZAURUS=m # CONFIG_USB_NET_CX82310_ETH is not set +# CONFIG_USB_NET_KALMIA is not set CONFIG_USB_HSO=m # CONFIG_USB_NET_INT51X1 is not set # CONFIG_USB_IPHETH is not set @@ -1523,6 +1522,7 @@ CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_KEYBOARD=y # CONFIG_KEYBOARD_ADP5588 is not set +# CONFIG_KEYBOARD_ADP5589 is not set CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_QT1070 is not set CONFIG_KEYBOARD_QT2160=m @@ -1533,6 +1533,7 @@ CONFIG_KEYBOARD_TCA6416=m # CONFIG_KEYBOARD_LM8323 is not set # CONFIG_KEYBOARD_MAX7359 is not set # CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set # CONFIG_KEYBOARD_NEWTON is not set # CONFIG_KEYBOARD_OPENCORES is not set # CONFIG_KEYBOARD_STOWAWAY is not set @@ -1555,6 +1556,7 @@ CONFIG_INPUT_TOUCHSCREEN=y # CONFIG_TOUCHSCREEN_GUNZE is not set # CONFIG_TOUCHSCREEN_ELO is not set # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set +# CONFIG_TOUCHSCREEN_MAX11801 is not set # CONFIG_TOUCHSCREEN_MCS5000 is not set # CONFIG_TOUCHSCREEN_MTOUCH is not set # CONFIG_TOUCHSCREEN_INEXIO is not set @@ -1613,6 +1615,7 @@ CONFIG_LEGACY_PTY_COUNT=16 # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_NOZOMI is not set # CONFIG_N_GSM is not set +# CONFIG_TRACE_SINK is not set # CONFIG_DEVKMEM is not set # @@ -1639,6 +1642,7 @@ CONFIG_SERIAL_CORE_CONSOLE=y # CONFIG_SERIAL_ALTERA_UART is not set # CONFIG_SERIAL_IFX6X60 is not set # CONFIG_SERIAL_PCH_UART is not set +# CONFIG_SERIAL_XILINX_PS_UART is not set # CONFIG_HVC_DCC is not set # CONFIG_IPMI_HANDLER is not set # CONFIG_HW_RANDOM is not set @@ -1738,14 +1742,23 @@ CONFIG_SPI_ORION=y # # PPS generators support # + +# +# PTP clock support +# + +# +# Enable Device Drivers -> PPS to see the PTP clock options. +# CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_GPIOLIB=y # CONFIG_DEBUG_GPIO is not set # CONFIG_GPIO_SYSFS is not set # -# Memory mapped GPIO expanders: +# Memory mapped GPIO drivers: # +CONFIG_GPIO_BASIC_MMIO_CORE=m CONFIG_GPIO_BASIC_MMIO=m # CONFIG_GPIO_IT8761E is not set # CONFIG_GPIO_VX855 is not set @@ -1812,6 +1825,12 @@ CONFIG_SSB_POSSIBLE=y # Sonics Silicon Backplane # # CONFIG_SSB is not set +CONFIG_BCMA_POSSIBLE=y + +# +# Broadcom specific AMBA +# +# CONFIG_BCMA is not set CONFIG_MFD_SUPPORT=y # CONFIG_MFD_CORE is not set # CONFIG_MFD_88PM860X is not set @@ -1823,6 +1842,7 @@ CONFIG_MFD_SUPPORT=y # CONFIG_TPS6105X is not set # CONFIG_TPS65010 is not set # CONFIG_TPS6507X is not set +# CONFIG_MFD_TPS6586X is not set # CONFIG_TWL4030_CORE is not set # CONFIG_MFD_STMPE is not set # CONFIG_MFD_TC3589X is not set @@ -1846,9 +1866,9 @@ CONFIG_MFD_SUPPORT=y # CONFIG_LPC_SCH is not set # CONFIG_MFD_RDC321X is not set # CONFIG_MFD_JANZ_CMODIO is not set -# CONFIG_MFD_TPS6586X is not set # CONFIG_MFD_VX855 is not set # CONFIG_MFD_WL1273_CORE is not set +# CONFIG_MFD_TPS65910 is not set # CONFIG_REGULATOR is not set CONFIG_MEDIA_SUPPORT=m @@ -1876,6 +1896,7 @@ CONFIG_IR_RC5_SZ_DECODER=m CONFIG_IR_LIRC_CODEC=m CONFIG_IR_IMON=m # CONFIG_IR_MCEUSB is not set +# CONFIG_IR_REDRAT3 is not set # CONFIG_IR_STREAMZAP is not set CONFIG_RC_LOOPBACK=m CONFIG_MEDIA_ATTACH=y @@ -1904,6 +1925,7 @@ CONFIG_MEDIA_TUNER_MXL5007T=m CONFIG_MEDIA_TUNER_MC44S803=m CONFIG_MEDIA_TUNER_MAX2165=m CONFIG_MEDIA_TUNER_TDA18218=m +CONFIG_MEDIA_TUNER_TDA18212=m CONFIG_VIDEO_V4L2=m CONFIG_VIDEOBUF_GEN=m CONFIG_VIDEOBUF_VMALLOC=m @@ -1920,11 +1942,10 @@ CONFIG_VIDEO_HELPER_CHIPS_AUTO=y CONFIG_VIDEO_IR_I2C=m # -# Audio decoders +# Audio decoders, processors and mixers # CONFIG_VIDEO_MSP3400=m CONFIG_VIDEO_CS53L32A=m -CONFIG_VIDEO_M52790=m CONFIG_VIDEO_WM8775=m CONFIG_VIDEO_WM8739=m CONFIG_VIDEO_VP27SMPX=m @@ -1936,14 +1957,13 @@ CONFIG_VIDEO_VP27SMPX=m # # Video decoders # -CONFIG_VIDEO_MT9V011=m CONFIG_VIDEO_SAA711X=m -CONFIG_VIDEO_SAA717X=m CONFIG_VIDEO_TVP5150=m # # Video and audio decoders # +CONFIG_VIDEO_SAA717X=m CONFIG_VIDEO_CX25840=m # @@ -1957,10 +1977,20 @@ CONFIG_VIDEO_CX2341X=m CONFIG_VIDEO_SAA7127=m # +# Camera sensor devices +# +CONFIG_VIDEO_MT9V011=m + +# # Video improvement chips # CONFIG_VIDEO_UPD64031A=m CONFIG_VIDEO_UPD64083=m + +# +# Miscelaneous helper chips +# +CONFIG_VIDEO_M52790=m CONFIG_VIDEO_VIVI=m # CONFIG_VIDEO_BT848 is not set # CONFIG_VIDEO_CPIA2 is not set @@ -1994,6 +2024,7 @@ CONFIG_USB_GSPCA_CPIA1=m CONFIG_USB_GSPCA_ETOMS=m CONFIG_USB_GSPCA_FINEPIX=m CONFIG_USB_GSPCA_JEILINJ=m +# CONFIG_USB_GSPCA_KINECT is not set CONFIG_USB_GSPCA_KONICA=m CONFIG_USB_GSPCA_MARS=m CONFIG_USB_GSPCA_MR97310A=m @@ -2115,8 +2146,10 @@ CONFIG_DVB_CAPTURE_DRIVERS=y # # DVB-T (terrestrial) frontends # +CONFIG_DVB_DRXD=m CONFIG_DVB_ZL10353=m CONFIG_DVB_TDA10048=m +CONFIG_DVB_CXD2820R=m # # DVB-C (cable) frontends @@ -2282,12 +2315,10 @@ CONFIG_USB_HIDDEV=y # # Special HID drivers # -# CONFIG_HID_3M_PCT is not set CONFIG_HID_A4TECH=y # CONFIG_HID_ACRUX is not set CONFIG_HID_APPLE=y CONFIG_HID_BELKIN=y -CONFIG_HID_CANDO=m CONFIG_HID_CHERRY=y CONFIG_HID_CHICONY=y # CONFIG_HID_PRODIKEYS is not set @@ -2311,7 +2342,6 @@ CONFIG_HID_LOGITECH=y # CONFIG_LOGIWII_FF is not set # CONFIG_HID_MAGICMOUSE is not set CONFIG_HID_MICROSOFT=y -# CONFIG_HID_MOSART is not set CONFIG_HID_MONTEREY=y CONFIG_HID_MULTITOUCH=m CONFIG_HID_NTRIG=m @@ -2330,7 +2360,6 @@ CONFIG_HID_PICOLCD_LEDS=y # CONFIG_HID_ROCCAT_PYRA is not set CONFIG_HID_SAMSUNG=m # CONFIG_HID_SONY is not set -# CONFIG_HID_STANTUM is not set CONFIG_HID_SUNPLUS=m # CONFIG_HID_GREENASIA is not set # CONFIG_HID_SMARTJOYPLUS is not set @@ -2472,7 +2501,6 @@ CONFIG_USB_SERIAL_SPCP8X5=m CONFIG_USB_SERIAL_HP4X=m CONFIG_USB_SERIAL_SAFE=m # CONFIG_USB_SERIAL_SAFE_PADDED is not set -# CONFIG_USB_SERIAL_SAMBA is not set CONFIG_USB_SERIAL_SIEMENS_MPI=m CONFIG_USB_SERIAL_SIERRAWIRELESS=m CONFIG_USB_SERIAL_SYMBOL=m @@ -2547,6 +2575,7 @@ CONFIG_MMC_MVSDIO=y # CONFIG_MMC_CB710 is not set # CONFIG_MMC_VIA_SDMMC is not set # CONFIG_MMC_DW is not set +# CONFIG_MMC_VUB300 is not set CONFIG_MMC_USHC=m # CONFIG_MEMSTICK is not set CONFIG_NEW_LEDS=y @@ -2619,10 +2648,13 @@ CONFIG_RTC_DRV_S35390A=y # CONFIG_RTC_DRV_FM3130 is not set # CONFIG_RTC_DRV_RX8581 is not set # CONFIG_RTC_DRV_RX8025 is not set +# CONFIG_RTC_DRV_EM3027 is not set +# CONFIG_RTC_DRV_RV3029C2 is not set # # SPI RTC drivers # +# CONFIG_RTC_DRV_M41T93 is not set # CONFIG_RTC_DRV_M41T94 is not set # CONFIG_RTC_DRV_DS1305 is not set # CONFIG_RTC_DRV_DS1390 is not set @@ -2673,18 +2705,15 @@ CONFIG_DMA_ENGINE=y # CONFIG_AUXDISPLAY is not set # CONFIG_UIO is not set CONFIG_STAGING=y -# CONFIG_STAGING_EXCLUDE_BUILD is not set # CONFIG_ET131X is not set # CONFIG_VIDEO_GO7007 is not set # CONFIG_VIDEO_CX25821 is not set # CONFIG_VIDEO_TM6000 is not set -# CONFIG_USB_IP_COMMON is not set +# CONFIG_USBIP_CORE is not set # CONFIG_W35UND is not set # CONFIG_PRISM2_USB is not set # CONFIG_ECHO is not set -# CONFIG_BRCM80211 is not set -CONFIG_RT2870=m -# CONFIG_COMEDI is not set +# CONFIG_BRCMUTIL is not set # CONFIG_ASUS_OLED is not set # CONFIG_R8187SE is not set # CONFIG_RTL8192U is not set @@ -2729,6 +2758,7 @@ CONFIG_MACH_NO_WESTBRIDGE=y # Altera FPGA firmware download module # # CONFIG_ALTERA_STAPL is not set +CONFIG_CLKSRC_MMIO=y # # File systems @@ -2775,7 +2805,7 @@ CONFIG_BTRFS_FS=m CONFIG_BTRFS_FS_POSIX_ACL=y # CONFIG_NILFS2_FS is not set CONFIG_FS_POSIX_ACL=y -CONFIG_EXPORTFS=y +CONFIG_EXPORTFS=m CONFIG_FILE_LOCKING=y CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y @@ -2837,6 +2867,7 @@ CONFIG_PROC_PAGE_MONITOR=y CONFIG_SYSFS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y # CONFIG_HUGETLB_PAGE is not set CONFIG_CONFIGFS_FS=m CONFIG_MISC_FILESYSTEMS=y @@ -2909,7 +2940,6 @@ CONFIG_CIFS_POSIX=y # CONFIG_CIFS_DFS_UPCALL is not set CONFIG_CIFS_FSCACHE=y # CONFIG_CIFS_ACL is not set -# CONFIG_CIFS_EXPERIMENTAL is not set # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set @@ -3016,6 +3046,7 @@ CONFIG_TIMER_STATS=y # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set CONFIG_STACKTRACE=y +# CONFIG_DEBUG_STACK_USAGE is not set # CONFIG_DEBUG_KOBJECT is not set CONFIG_DEBUG_BUGVERBOSE=y # CONFIG_DEBUG_INFO is not set @@ -3075,7 +3106,6 @@ CONFIG_HAVE_ARCH_KGDB=y CONFIG_STRICT_DEVMEM=y CONFIG_ARM_UNWIND=y CONFIG_DEBUG_USER=y -# CONFIG_DEBUG_STACK_USAGE is not set # CONFIG_DEBUG_LL is not set # CONFIG_OC_ETM is not set @@ -3218,7 +3248,6 @@ CONFIG_BINARY_PRINTF=y # CONFIG_RAID6_PQ=m CONFIG_BITREVERSE=y -CONFIG_GENERIC_FIND_LAST_BIT=y CONFIG_CRC_CCITT=y CONFIG_CRC16=y # CONFIG_CRC_T10DIF is not set diff --git a/source/base/kernel/config.i686 b/source/base/kernel/config.i686 index 3a10f68..173aa92 100644 --- a/source/base/kernel/config.i686 +++ b/source/base/kernel/config.i686 @@ -1,7 +1,6 @@ # # Automatically generated make config: don't edit -# Linux/i386 2.6.39 Kernel Configuration -# Sun May 22 12:59:05 2011 +# Linux/x86 3.0.1 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -54,7 +53,6 @@ CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx" CONFIG_KTIME_SCALAR=y CONFIG_ARCH_CPU_PROBE_RELEASE=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" -CONFIG_CONSTRUCTORS=y CONFIG_HAVE_IRQ_WORK=y CONFIG_IRQ_WORK=y @@ -76,6 +74,7 @@ CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_LZMA is not set # CONFIG_KERNEL_XZ is not set # CONFIG_KERNEL_LZO is not set +CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y @@ -114,13 +113,13 @@ CONFIG_PREEMPT_RCU=y CONFIG_RCU_FANOUT=32 # CONFIG_RCU_FANOUT_EXACT is not set # CONFIG_TREE_RCU_TRACE is not set +# CONFIG_RCU_BOOST is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=17 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y CONFIG_CGROUPS=y # CONFIG_CGROUP_DEBUG is not set -CONFIG_CGROUP_NS=y CONFIG_CGROUP_FREEZER=y CONFIG_CGROUP_DEVICE=y CONFIG_CPUSETS=y @@ -159,7 +158,6 @@ CONFIG_UID16=y CONFIG_SYSCTL_SYSCALL=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set -# CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y @@ -285,7 +283,6 @@ CONFIG_SMP=y CONFIG_X86_MPPARSE=y CONFIG_X86_BIGSMP=y CONFIG_X86_EXTENDED_PLATFORM=y -CONFIG_X86_ELAN=y # CONFIG_X86_INTEL_CE is not set # CONFIG_X86_RDC321X is not set # CONFIG_X86_32_NON_STANDARD is not set @@ -303,17 +300,47 @@ CONFIG_PARAVIRT_CLOCK=y # CONFIG_PARAVIRT_DEBUG is not set CONFIG_NO_BOOTMEM=y CONFIG_MEMTEST=y -CONFIG_X86_INTERNODE_CACHE_SHIFT=4 +# CONFIG_M386 is not set +# CONFIG_M486 is not set +# CONFIG_M586 is not set +# CONFIG_M586TSC is not set +# CONFIG_M586MMX is not set +CONFIG_M686=y +# CONFIG_MPENTIUMII is not set +# CONFIG_MPENTIUMIII is not set +# CONFIG_MPENTIUMM is not set +# CONFIG_MPENTIUM4 is not set +# CONFIG_MK6 is not set +# CONFIG_MK7 is not set +# CONFIG_MK8 is not set +# CONFIG_MCRUSOE is not set +# CONFIG_MEFFICEON is not set +# CONFIG_MWINCHIPC6 is not set +# CONFIG_MWINCHIP3D is not set +# CONFIG_MELAN is not set +# CONFIG_MGEODEGX1 is not set +# CONFIG_MGEODE_LX is not set +# CONFIG_MCYRIXIII is not set +# CONFIG_MVIAC3_2 is not set +# CONFIG_MVIAC7 is not set +# CONFIG_MCORE2 is not set +# CONFIG_MATOM is not set +# CONFIG_X86_GENERIC is not set +CONFIG_X86_INTERNODE_CACHE_SHIFT=5 CONFIG_X86_CMPXCHG=y CONFIG_CMPXCHG_LOCAL=y -CONFIG_X86_L1_CACHE_SHIFT=4 +CONFIG_X86_L1_CACHE_SHIFT=5 CONFIG_X86_XADD=y +# CONFIG_X86_PPRO_FENCE is not set CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y -CONFIG_X86_ALIGNMENT_16=y -CONFIG_X86_MINIMUM_CPU_FAMILY=4 +CONFIG_X86_USE_PPRO_CHECKSUM=y +CONFIG_X86_TSC=y +CONFIG_X86_CMPXCHG64=y +CONFIG_X86_CMOV=y +CONFIG_X86_MINIMUM_CPU_FAMILY=5 CONFIG_X86_DEBUGCTLMSR=y CONFIG_CPU_SUP_INTEL=y CONFIG_CPU_SUP_CYRIX_32=y @@ -388,6 +415,7 @@ CONFIG_HWPOISON_INJECT=m CONFIG_TRANSPARENT_HUGEPAGE=y CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y # CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set +# CONFIG_CLEANCACHE is not set CONFIG_HIGHPTE=y CONFIG_X86_CHECK_BIOS_CORRUPTION=y CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y @@ -436,7 +464,6 @@ CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y CONFIG_ACPI_PROCFS=y CONFIG_ACPI_PROCFS_POWER=y -CONFIG_ACPI_POWER_METER=m # CONFIG_ACPI_EC_DEBUGFS is not set CONFIG_ACPI_PROC_EVENT=y CONFIG_ACPI_AC=m @@ -458,6 +485,7 @@ CONFIG_X86_PM_TIMER=y CONFIG_ACPI_CONTAINER=m CONFIG_ACPI_SBS=m # CONFIG_ACPI_HED is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set # CONFIG_ACPI_APEI is not set CONFIG_SFI=y CONFIG_X86_APM_BOOT=y @@ -473,7 +501,6 @@ CONFIG_APM=m # CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=m -# CONFIG_CPU_FREQ_DEBUG is not set CONFIG_CPU_FREQ_STAT=m CONFIG_CPU_FREQ_STAT_DETAILS=y # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set @@ -487,12 +514,10 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=m CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m # -# CPUFreq processor drivers +# x86 CPU frequency scaling drivers # # CONFIG_X86_PCC_CPUFREQ is not set CONFIG_X86_ACPI_CPUFREQ=m -# CONFIG_ELAN_CPUFREQ is not set -# CONFIG_SC520_CPUFREQ is not set CONFIG_X86_POWERNOW_K6=m CONFIG_X86_POWERNOW_K7=m CONFIG_X86_POWERNOW_K7_ACPI=y @@ -981,6 +1006,7 @@ CONFIG_NET_SCH_NETEM=m CONFIG_NET_SCH_DRR=m # CONFIG_NET_SCH_MQPRIO is not set # CONFIG_NET_SCH_CHOKE is not set +# CONFIG_NET_SCH_QFQ is not set CONFIG_NET_SCH_INGRESS=m # @@ -1213,6 +1239,7 @@ CONFIG_WIMAX_DEBUG_LEVEL=8 CONFIG_RFKILL=y CONFIG_RFKILL_LEDS=y CONFIG_RFKILL_INPUT=y +# CONFIG_RFKILL_REGULATOR is not set CONFIG_NET_9P=m CONFIG_NET_9P_VIRTIO=m CONFIG_NET_9P_RDMA=m @@ -1239,12 +1266,10 @@ CONFIG_EXTRA_FIRMWARE="" # CONFIG_DEBUG_DRIVER is not set # CONFIG_DEBUG_DEVRES is not set # CONFIG_SYS_HYPERVISOR is not set -CONFIG_ARCH_NO_SYSDEV_OPS=y CONFIG_CONNECTOR=m CONFIG_MTD=m # CONFIG_MTD_DEBUG is not set CONFIG_MTD_TESTS=m -CONFIG_MTD_PARTITIONS=y CONFIG_MTD_REDBOOT_PARTS=m CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set @@ -1393,6 +1418,7 @@ CONFIG_OF=y # Device Tree and Open Firmware support # # CONFIG_PROC_DEVICETREE is not set +CONFIG_OF_PROMTREE=y CONFIG_OF_ADDRESS=y CONFIG_OF_IRQ=y CONFIG_OF_DEVICE=y @@ -1486,6 +1512,7 @@ CONFIG_AD525X_DPOT=m # CONFIG_AD525X_DPOT_SPI is not set CONFIG_IBM_ASM=m CONFIG_PHANTOM=m +# CONFIG_INTEL_MID_PTI is not set CONFIG_SGI_IOC4=m CONFIG_TIFM_CORE=m CONFIG_TIFM_7XX1=m @@ -1721,6 +1748,7 @@ CONFIG_SCSI_EATA_MAX_TAGS=16 CONFIG_SCSI_FUTURE_DOMAIN=m CONFIG_SCSI_FD_MCS=m CONFIG_SCSI_GDTH=m +# CONFIG_SCSI_ISCI is not set CONFIG_SCSI_GENERIC_NCR5380=m CONFIG_SCSI_GENERIC_NCR5380_MMIO=m CONFIG_SCSI_GENERIC_NCR53C400=y @@ -1911,6 +1939,7 @@ CONFIG_TCM_IBLOCK=m CONFIG_TCM_FILEIO=m CONFIG_TCM_PSCSI=m # CONFIG_LOOPBACK_TARGET is not set +# CONFIG_TCM_FC is not set CONFIG_FUSION=y CONFIG_FUSION_SPI=y CONFIG_FUSION_FC=m @@ -1974,7 +2003,6 @@ CONFIG_CICADA_PHY=m CONFIG_VITESSE_PHY=m CONFIG_SMSC_PHY=m CONFIG_BROADCOM_PHY=m -CONFIG_BCM63XX_PHY=m CONFIG_ICPLUS_PHY=m # CONFIG_REALTEK_PHY is not set CONFIG_NATIONAL_PHY=m @@ -2197,11 +2225,11 @@ CONFIG_ATH5K_PCI=y CONFIG_ATH9K_HW=m CONFIG_ATH9K_COMMON=m CONFIG_ATH9K=m +# CONFIG_ATH9K_PCI is not set +# CONFIG_ATH9K_AHB is not set # CONFIG_ATH9K_DEBUGFS is not set CONFIG_ATH9K_RATE_CONTROL=y # CONFIG_ATH9K_HTC is not set -CONFIG_AR9170_USB=m -CONFIG_AR9170_LEDS=y CONFIG_CARL9170=m CONFIG_CARL9170_LEDS=y CONFIG_CARL9170_WPC=y @@ -2250,6 +2278,7 @@ CONFIG_IWLAGN=m # # CONFIG_IWLWIFI_DEBUG is not set # CONFIG_IWLWIFI_DEVICE_TRACING is not set +# CONFIG_IWLWIFI_DEVICE_SVTOOL is not set # CONFIG_IWL_P2P is not set CONFIG_IWLWIFI_LEGACY=m @@ -2298,17 +2327,18 @@ CONFIG_RT73USB=m CONFIG_RT2800USB=m CONFIG_RT2800USB_RT33XX=y # CONFIG_RT2800USB_RT35XX is not set +# CONFIG_RT2800USB_RT53XX is not set # CONFIG_RT2800USB_UNKNOWN is not set CONFIG_RT2800_LIB=m CONFIG_RT2X00_LIB_PCI=m CONFIG_RT2X00_LIB_USB=m CONFIG_RT2X00_LIB=m -CONFIG_RT2X00_LIB_HT=y CONFIG_RT2X00_LIB_FIRMWARE=y CONFIG_RT2X00_LIB_CRYPTO=y CONFIG_RT2X00_LIB_LEDS=y # CONFIG_RT2X00_DEBUG is not set CONFIG_RTL8192CE=m +# CONFIG_RTL8192SE is not set # CONFIG_RTL8192CU is not set CONFIG_RTLWIFI=m CONFIG_RTL8192C_COMMON=m @@ -2324,6 +2354,7 @@ CONFIG_WL12XX_SDIO_TEST=m CONFIG_WL12XX_PLATFORM_DATA=y CONFIG_ZD1211RW=m # CONFIG_ZD1211RW_DEBUG is not set +# CONFIG_MWIFIEX is not set # # WiMAX Wireless Broadband devices @@ -2363,6 +2394,7 @@ CONFIG_USB_ARMLINUX=y CONFIG_USB_KC2190=y CONFIG_USB_NET_ZAURUS=m CONFIG_USB_NET_CX82310_ETH=m +# CONFIG_USB_NET_KALMIA is not set CONFIG_USB_HSO=m CONFIG_USB_NET_INT51X1=m CONFIG_USB_CDC_PHONET=m @@ -2574,8 +2606,6 @@ CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y CONFIG_CAPI_TRACE=y CONFIG_ISDN_CAPI_MIDDLEWARE=y CONFIG_ISDN_CAPI_CAPI20=m -CONFIG_ISDN_CAPI_CAPIFS_BOOL=y -CONFIG_ISDN_CAPI_CAPIFS=m CONFIG_ISDN_CAPI_CAPIDRV=m # @@ -2653,6 +2683,7 @@ CONFIG_INPUT_EVDEV=m # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ADP5588=m +# CONFIG_KEYBOARD_ADP5589 is not set CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_QT1070 is not set # CONFIG_KEYBOARD_QT2160 is not set @@ -2664,6 +2695,7 @@ CONFIG_KEYBOARD_MATRIX=m CONFIG_KEYBOARD_LM8323=m CONFIG_KEYBOARD_MAX7359=m # CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set CONFIG_KEYBOARD_NEWTON=m CONFIG_KEYBOARD_OPENCORES=m CONFIG_KEYBOARD_STOWAWAY=m @@ -2744,6 +2776,7 @@ CONFIG_TOUCHSCREEN_FUJITSU=m CONFIG_TOUCHSCREEN_GUNZE=m CONFIG_TOUCHSCREEN_ELO=m CONFIG_TOUCHSCREEN_WACOM_W8001=m +# CONFIG_TOUCHSCREEN_MAX11801 is not set CONFIG_TOUCHSCREEN_MCS5000=m CONFIG_TOUCHSCREEN_MTOUCH=m CONFIG_TOUCHSCREEN_INEXIO=m @@ -2844,6 +2877,7 @@ CONFIG_NOZOMI=m CONFIG_ISI=m CONFIG_N_HDLC=m # CONFIG_N_GSM is not set +# CONFIG_TRACE_SINK is not set CONFIG_DEVKMEM=y CONFIG_STALDRV=y @@ -2885,6 +2919,7 @@ CONFIG_SERIAL_JSM=m # CONFIG_SERIAL_ALTERA_UART is not set CONFIG_SERIAL_IFX6X60=m CONFIG_SERIAL_PCH_UART=m +# CONFIG_SERIAL_XILINX_PS_UART is not set CONFIG_PRINTER=m CONFIG_LP_CONSOLE=y CONFIG_PPDEV=m @@ -3045,6 +3080,11 @@ CONFIG_PPS_CLIENT_PARPORT=m # # PPS generators support # + +# +# PTP clock support +# +# CONFIG_PTP_1588_CLOCK is not set CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_GPIOLIB=y # CONFIG_DEBUG_GPIO is not set @@ -3052,8 +3092,9 @@ CONFIG_GPIO_SYSFS=y CONFIG_GPIO_MAX730X=m # -# Memory mapped GPIO expanders: +# Memory mapped GPIO drivers: # +CONFIG_GPIO_BASIC_MMIO_CORE=m CONFIG_GPIO_BASIC_MMIO=m # CONFIG_GPIO_IT8761E is not set # CONFIG_GPIO_SCH is not set @@ -3102,6 +3143,7 @@ CONFIG_W1_CON=y CONFIG_W1_MASTER_MATROX=m CONFIG_W1_MASTER_DS2490=m CONFIG_W1_MASTER_DS2482=m +# CONFIG_W1_MASTER_DS1WM is not set CONFIG_W1_MASTER_GPIO=m # @@ -3109,17 +3151,20 @@ CONFIG_W1_MASTER_GPIO=m # CONFIG_W1_SLAVE_THERM=m CONFIG_W1_SLAVE_SMEM=m +# CONFIG_W1_SLAVE_DS2408 is not set CONFIG_W1_SLAVE_DS2423=m CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2433=m CONFIG_W1_SLAVE_DS2433_CRC=y CONFIG_W1_SLAVE_DS2760=m +# CONFIG_W1_SLAVE_DS2780 is not set CONFIG_W1_SLAVE_BQ27000=m CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m # CONFIG_TEST_POWER is not set CONFIG_BATTERY_DS2760=m +# CONFIG_BATTERY_DS2780 is not set CONFIG_BATTERY_DS2782=m CONFIG_BATTERY_OLPC=m CONFIG_BATTERY_BQ20Z75=m @@ -3130,6 +3175,7 @@ CONFIG_BATTERY_MAX17040=m CONFIG_BATTERY_MAX17042=m CONFIG_CHARGER_PCF50633=m CONFIG_CHARGER_ISP1704=m +# CONFIG_CHARGER_MAX8903 is not set CONFIG_CHARGER_GPIO=m CONFIG_HWMON=y CONFIG_HWMON_VID=m @@ -3156,6 +3202,7 @@ CONFIG_SENSORS_ADT7475=m # CONFIG_SENSORS_ASC7621 is not set CONFIG_SENSORS_K8TEMP=m CONFIG_SENSORS_K10TEMP=m +# CONFIG_SENSORS_FAM15H_POWER is not set CONFIG_SENSORS_ASB100=m CONFIG_SENSORS_ATXP1=m CONFIG_SENSORS_DS620=m @@ -3170,7 +3217,6 @@ CONFIG_SENSORS_GL518SM=m CONFIG_SENSORS_GL520SM=m CONFIG_SENSORS_GPIO_FAN=m CONFIG_SENSORS_CORETEMP=m -# CONFIG_SENSORS_PKGTEMP is not set CONFIG_SENSORS_IBMAEM=m CONFIG_SENSORS_IBMPEX=m CONFIG_SENSORS_IT87=m @@ -3195,8 +3241,10 @@ CONFIG_SENSORS_LTC4245=m CONFIG_SENSORS_LTC4261=m CONFIG_SENSORS_LM95241=m CONFIG_SENSORS_MAX1111=m +# CONFIG_SENSORS_MAX16065 is not set CONFIG_SENSORS_MAX1619=m # CONFIG_SENSORS_MAX6639 is not set +# CONFIG_SENSORS_MAX6642 is not set CONFIG_SENSORS_MAX6650=m CONFIG_SENSORS_PC87360=m CONFIG_SENSORS_PC87427=m @@ -3209,6 +3257,7 @@ CONFIG_SENSORS_SIS5595=m CONFIG_SENSORS_DME1737=m # CONFIG_SENSORS_EMC1403 is not set # CONFIG_SENSORS_EMC2103 is not set +# CONFIG_SENSORS_EMC6W201 is not set CONFIG_SENSORS_SMSC47M1=m CONFIG_SENSORS_SMSC47M192=m CONFIG_SENSORS_SMSC47B397=m @@ -3241,6 +3290,7 @@ CONFIG_SENSORS_MC13783_ADC=m # # ACPI drivers # +# CONFIG_SENSORS_ACPI_POWER is not set CONFIG_SENSORS_ATK0110=m CONFIG_THERMAL=y CONFIG_THERMAL_HWMON=y @@ -3324,6 +3374,12 @@ CONFIG_SSB_SDIOHOST_POSSIBLE=y # CONFIG_SSB_DEBUG is not set CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_DRIVER_PCICORE=y +CONFIG_BCMA_POSSIBLE=y + +# +# Broadcom specific AMBA +# +# CONFIG_BCMA is not set CONFIG_MFD_SUPPORT=y CONFIG_MFD_CORE=m CONFIG_MFD_SM501=m @@ -3337,10 +3393,10 @@ CONFIG_TPS65010=m CONFIG_MFD_WM8400=m # CONFIG_MFD_WM831X_SPI is not set CONFIG_MFD_PCF50633=m -CONFIG_MFD_MC13783=m -CONFIG_MFD_MC13XXX=m CONFIG_PCF50633_ADC=m CONFIG_PCF50633_GPIO=m +CONFIG_MFD_MC13783=m +CONFIG_MFD_MC13XXX=m # CONFIG_ABX500_CORE is not set # CONFIG_EZX_PCAP is not set CONFIG_MFD_CS5535=m @@ -3403,7 +3459,9 @@ CONFIG_IR_LIRC_CODEC=m # CONFIG_IR_IMON is not set # CONFIG_IR_MCEUSB is not set # CONFIG_IR_ITE_CIR is not set +# CONFIG_IR_FINTEK is not set CONFIG_IR_NUVOTON=m +# CONFIG_IR_REDRAT3 is not set # CONFIG_IR_STREAMZAP is not set CONFIG_IR_WINBOND_CIR=m CONFIG_RC_LOOPBACK=m @@ -3429,6 +3487,7 @@ CONFIG_MEDIA_TUNER_MXL5007T=m CONFIG_MEDIA_TUNER_MC44S803=m CONFIG_MEDIA_TUNER_MAX2165=m CONFIG_MEDIA_TUNER_TDA18218=m +CONFIG_MEDIA_TUNER_TDA18212=m CONFIG_VIDEO_V4L2=m CONFIG_VIDEOBUF_GEN=m CONFIG_VIDEOBUF_DMA_SG=m @@ -3448,7 +3507,7 @@ CONFIG_VIDEO_HELPER_CHIPS_AUTO=y CONFIG_VIDEO_IR_I2C=m # -# Audio decoders +# Audio decoders, processors and mixers # CONFIG_VIDEO_TVAUDIO=m CONFIG_VIDEO_TDA7432=m @@ -3458,7 +3517,6 @@ CONFIG_VIDEO_TEA6420=m CONFIG_VIDEO_MSP3400=m CONFIG_VIDEO_CS5345=m CONFIG_VIDEO_CS53L32A=m -CONFIG_VIDEO_M52790=m CONFIG_VIDEO_WM8775=m CONFIG_VIDEO_WM8739=m CONFIG_VIDEO_VP27SMPX=m @@ -3476,17 +3534,15 @@ CONFIG_VIDEO_BT819=m CONFIG_VIDEO_BT856=m CONFIG_VIDEO_BT866=m CONFIG_VIDEO_KS0127=m -CONFIG_VIDEO_OV7670=m -CONFIG_VIDEO_MT9V011=m CONFIG_VIDEO_SAA7110=m CONFIG_VIDEO_SAA711X=m -CONFIG_VIDEO_SAA717X=m CONFIG_VIDEO_TVP5150=m CONFIG_VIDEO_VPX3220=m # # Video and audio decoders # +CONFIG_VIDEO_SAA717X=m CONFIG_VIDEO_CX25840=m # @@ -3503,10 +3559,21 @@ CONFIG_VIDEO_ADV7170=m CONFIG_VIDEO_ADV7175=m # +# Camera sensor devices +# +CONFIG_VIDEO_OV7670=m +CONFIG_VIDEO_MT9V011=m + +# # Video improvement chips # CONFIG_VIDEO_UPD64031A=m CONFIG_VIDEO_UPD64083=m + +# +# Miscelaneous helper chips +# +CONFIG_VIDEO_M52790=m CONFIG_VIDEO_VIVI=m CONFIG_VIDEO_BT848=m CONFIG_VIDEO_BT848_DVB=y @@ -3578,6 +3645,7 @@ CONFIG_USB_GSPCA_CONEX=m CONFIG_USB_GSPCA_ETOMS=m CONFIG_USB_GSPCA_FINEPIX=m CONFIG_USB_GSPCA_JEILINJ=m +# CONFIG_USB_GSPCA_KINECT is not set CONFIG_USB_GSPCA_KONICA=m CONFIG_USB_GSPCA_MARS=m # CONFIG_USB_GSPCA_MR97310A is not set @@ -3637,7 +3705,6 @@ CONFIG_RADIO_RTRACK2=m CONFIG_RADIO_AZTECH=m CONFIG_RADIO_GEMTEK=m CONFIG_RADIO_MAXIRADIO=m -CONFIG_RADIO_MAESTRO=m CONFIG_RADIO_MIROPCM20=m CONFIG_RADIO_SF16FMI=m CONFIG_RADIO_SF16FMR2=m @@ -3806,6 +3873,7 @@ CONFIG_DVB_SP8870=m CONFIG_DVB_SP887X=m CONFIG_DVB_CX22700=m CONFIG_DVB_CX22702=m +CONFIG_DVB_DRXD=m CONFIG_DVB_L64781=m CONFIG_DVB_TDA1004X=m CONFIG_DVB_NXT6000=m @@ -3819,6 +3887,7 @@ CONFIG_DVB_TDA10048=m CONFIG_DVB_AF9013=m CONFIG_DVB_EC100=m CONFIG_DVB_STV0367=m +CONFIG_DVB_CXD2820R=m # # DVB-C (cable) frontends @@ -3860,6 +3929,7 @@ CONFIG_DVB_TUNER_DIB0090=m CONFIG_DVB_LNBP21=m CONFIG_DVB_ISL6405=m CONFIG_DVB_ISL6421=m +CONFIG_DVB_ISL6423=m CONFIG_DVB_LGS8GXX=m CONFIG_DVB_ATBM8830=m CONFIG_DVB_TDA665x=m @@ -3965,12 +4035,14 @@ CONFIG_FB_ATY=m # CONFIG_FB_ATY_GX is not set CONFIG_FB_ATY_BACKLIGHT=y CONFIG_FB_S3=m +CONFIG_FB_S3_DDC=y # CONFIG_FB_SAVAGE is not set CONFIG_FB_SIS=m CONFIG_FB_SIS_300=y CONFIG_FB_SIS_315=y CONFIG_FB_VIA=m # CONFIG_FB_VIA_DIRECT_PROCFS is not set +# CONFIG_FB_VIA_X_COMPATIBILITY is not set # CONFIG_FB_NEOMAGIC is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_3DFX is not set @@ -4007,6 +4079,7 @@ CONFIG_BACKLIGHT_CARILLO_RANCH=m # CONFIG_BACKLIGHT_APPLE is not set CONFIG_BACKLIGHT_SAHARA=m # CONFIG_BACKLIGHT_ADP8860 is not set +# CONFIG_BACKLIGHT_ADP8870 is not set # CONFIG_BACKLIGHT_PCF50633 is not set # @@ -4171,9 +4244,10 @@ CONFIG_SND_ENS1371=m CONFIG_SND_ES1938=m CONFIG_SND_ES1968=m # CONFIG_SND_ES1968_INPUT is not set +# CONFIG_SND_ES1968_RADIO is not set CONFIG_SND_FM801=m CONFIG_SND_FM801_TEA575X_BOOL=y -CONFIG_SND_FM801_TEA575X=m +CONFIG_SND_TEA575X=m CONFIG_SND_HDA_INTEL=m CONFIG_SND_HDA_HWDEP=y CONFIG_SND_HDA_RECONFIG=y @@ -4199,6 +4273,7 @@ CONFIG_SND_ICE1724=m CONFIG_SND_INTEL8X0=m CONFIG_SND_INTEL8X0M=m CONFIG_SND_KORG1212=m +# CONFIG_SND_LOLA is not set CONFIG_SND_LX6464ES=m CONFIG_SND_MAESTRO3=m # CONFIG_SND_MAESTRO3_INPUT is not set @@ -4228,6 +4303,7 @@ CONFIG_SND_USB_US122L=m # CONFIG_SND_USB_6FIRE is not set CONFIG_SND_FIREWIRE=y # CONFIG_SND_FIREWIRE_SPEAKERS is not set +# CONFIG_SND_ISIGHT is not set CONFIG_SND_PCMCIA=y CONFIG_SND_VXPOCKET=m CONFIG_SND_PDAUDIOCF=m @@ -4248,12 +4324,10 @@ CONFIG_USB_HIDDEV=y # # Special HID drivers # -# CONFIG_HID_3M_PCT is not set CONFIG_HID_A4TECH=y # CONFIG_HID_ACRUX is not set CONFIG_HID_APPLE=y CONFIG_HID_BELKIN=y -# CONFIG_HID_CANDO is not set CONFIG_HID_CHERRY=y CONFIG_HID_CHICONY=y # CONFIG_HID_PRODIKEYS is not set @@ -4278,7 +4352,6 @@ CONFIG_LOGIRUMBLEPAD2_FF=y # CONFIG_LOGIWII_FF is not set # CONFIG_HID_MAGICMOUSE is not set CONFIG_HID_MICROSOFT=y -# CONFIG_HID_MOSART is not set CONFIG_HID_MONTEREY=y CONFIG_HID_MULTITOUCH=m CONFIG_HID_NTRIG=y @@ -4297,7 +4370,6 @@ CONFIG_HID_ROCCAT_KONEPLUS=m CONFIG_HID_ROCCAT_PYRA=m CONFIG_HID_SAMSUNG=y CONFIG_HID_SONY=y -# CONFIG_HID_STANTUM is not set # CONFIG_HID_SUNPLUS is not set CONFIG_HID_GREENASIA=y # CONFIG_GREENASIA_FF is not set @@ -4349,6 +4421,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y CONFIG_USB_UHCI_HCD=y CONFIG_USB_U132_HCD=m CONFIG_USB_SL811_HCD=m +# CONFIG_USB_SL811_HCD_ISO is not set CONFIG_USB_SL811_CS=m CONFIG_USB_R8A66597_HCD=m CONFIG_USB_WHCI_HCD=m @@ -4449,7 +4522,6 @@ CONFIG_USB_SERIAL_SPCP8X5=m CONFIG_USB_SERIAL_HP4X=m CONFIG_USB_SERIAL_SAFE=m CONFIG_USB_SERIAL_SAFE_PADDED=y -CONFIG_USB_SERIAL_SAMBA=m CONFIG_USB_SERIAL_SIEMENS_MPI=m CONFIG_USB_SERIAL_SIERRAWIRELESS=m # CONFIG_USB_SERIAL_SYMBOL is not set @@ -4573,6 +4645,7 @@ CONFIG_MMC_TIFM_SD=m CONFIG_MMC_SDRICOH_CS=m CONFIG_MMC_CB710=m CONFIG_MMC_VIA_SDMMC=m +# CONFIG_MMC_VUB300 is not set CONFIG_MMC_USHC=m CONFIG_MEMSTICK=m # CONFIG_MEMSTICK_DEBUG is not set @@ -4710,10 +4783,13 @@ CONFIG_RTC_DRV_S35390A=m CONFIG_RTC_DRV_FM3130=m CONFIG_RTC_DRV_RX8581=m CONFIG_RTC_DRV_RX8025=m +# CONFIG_RTC_DRV_EM3027 is not set +# CONFIG_RTC_DRV_RV3029C2 is not set # # SPI RTC drivers # +# CONFIG_RTC_DRV_M41T93 is not set CONFIG_RTC_DRV_M41T94=m CONFIG_RTC_DRV_DS1305=m CONFIG_RTC_DRV_DS1390=m @@ -4779,7 +4855,6 @@ CONFIG_UIO_SERCOS3=m CONFIG_UIO_PCI_GENERIC=m # CONFIG_UIO_NETX is not set CONFIG_STAGING=y -# CONFIG_STAGING_EXCLUDE_BUILD is not set CONFIG_STALLION=m CONFIG_ISTALLION=m CONFIG_DIGIEPCA=m @@ -4802,19 +4877,14 @@ CONFIG_VIDEO_GO7007_TW2804=m CONFIG_VIDEO_CX25821=m CONFIG_VIDEO_CX25821_ALSA=m # CONFIG_VIDEO_TM6000 is not set -CONFIG_USB_IP_COMMON=m -CONFIG_USB_IP_VHCI_HCD=m -CONFIG_USB_IP_HOST=m -# CONFIG_USB_IP_DEBUG_ENABLE is not set +# CONFIG_USBIP_CORE is not set CONFIG_W35UND=m CONFIG_PRISM2_USB=m CONFIG_ECHO=m -CONFIG_BRCM80211=m -CONFIG_BRCMSMAC=y +CONFIG_BRCMUTIL=m +CONFIG_BRCMSMAC=m # CONFIG_BRCMFMAC is not set # CONFIG_BRCMDBG is not set -CONFIG_RT2860=m -CONFIG_RT2870=m CONFIG_COMEDI=m # CONFIG_COMEDI_DEBUG is not set # CONFIG_COMEDI_MISC_DRIVERS is not set @@ -4949,6 +5019,7 @@ CONFIG_IIO_RING_BUFFER=y CONFIG_IIO_SW_RING=m # CONFIG_IIO_KFIFO_BUF is not set CONFIG_IIO_TRIGGER=y +CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 # # Accelerometers @@ -4967,8 +5038,6 @@ CONFIG_LIS3L02DQ_BUF_RING_SW=y # # Analog to digital convertors # -CONFIG_MAX1363=m -CONFIG_MAX1363_RING_BUFFER=y CONFIG_AD7150=m CONFIG_AD7152=m CONFIG_AD7291=m @@ -4979,11 +5048,14 @@ CONFIG_AD799X=m CONFIG_AD799X_RING_BUFFER=y CONFIG_AD7476=m CONFIG_AD7887=m +# CONFIG_AD7780 is not set CONFIG_AD7745=m CONFIG_AD7816=m CONFIG_ADT75=m CONFIG_ADT7310=m CONFIG_ADT7410=m +CONFIG_MAX1363=m +CONFIG_MAX1363_RING_BUFFER=y # # Analog digital bi-direction convertors @@ -4997,6 +5069,8 @@ CONFIG_ADT7316_I2C=m # CONFIG_AD5624R_SPI=m CONFIG_AD5446=m +# CONFIG_AD5504 is not set +# CONFIG_AD5791 is not set # CONFIG_MAX517 is not set # @@ -5017,19 +5091,19 @@ CONFIG_ADIS16060=m CONFIG_ADIS16080=m CONFIG_ADIS16130=m # CONFIG_ADIS16260 is not set +# CONFIG_ADXRS450 is not set # # Inertial measurement units # -# CONFIG_ADIS16300 is not set -# CONFIG_ADIS16350 is not set # CONFIG_ADIS16400 is not set # # Light sensors # -CONFIG_SENSORS_TSL2563=m CONFIG_SENSORS_ISL29018=m +CONFIG_SENSORS_TSL2563=m +# CONFIG_TSL2583 is not set # # Magnetometer sensors @@ -5087,7 +5161,6 @@ CONFIG_AR600x_SD31_XXX=y # CONFIG_AR600x_CUSTOM_XXX is not set # CONFIG_ATH6KL_ENABLE_COEXISTENCE is not set # CONFIG_ATH6KL_HCI_BRIDGE is not set -# CONFIG_ATH6KL_CFG80211 is not set # CONFIG_ATH6KL_HTC_RAW_INTERFACE is not set # CONFIG_ATH6KL_VIRTUAL_SCATTER_GATHER is not set # CONFIG_ATH6KL_SKIP_ABI_VERSION_CHECK is not set @@ -5125,6 +5198,7 @@ CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4=m # Altera FPGA firmware download module # # CONFIG_ALTERA_STAPL is not set +# CONFIG_INTEL_MEI is not set CONFIG_X86_PLATFORM_DEVICES=y CONFIG_ACER_WMI=m CONFIG_ACERHDF=m @@ -5166,6 +5240,9 @@ CONFIG_IBM_RTL=m CONFIG_XO1_RFKILL=m # CONFIG_XO15_EBOOK is not set CONFIG_SAMSUNG_LAPTOP=m +CONFIG_MXM_WMI=m +# CONFIG_INTEL_OAKTRAIL is not set +CONFIG_CLKSRC_I8253=y # # Firmware Drivers @@ -5181,6 +5258,7 @@ CONFIG_DMIID=y CONFIG_ISCSI_IBFT_FIND=y CONFIG_ISCSI_IBFT=m # CONFIG_SIGMA is not set +# CONFIG_GOOGLE_FIRMWARE is not set # # File systems @@ -5296,6 +5374,7 @@ CONFIG_PROC_PAGE_MONITOR=y CONFIG_SYSFS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y # CONFIG_HUGETLBFS is not set # CONFIG_HUGETLB_PAGE is not set CONFIG_CONFIGFS_FS=m @@ -5385,7 +5464,6 @@ CONFIG_CIFS=m # CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_DFS_UPCALL is not set # CONFIG_CIFS_FSCACHE is not set -# CONFIG_CIFS_EXPERIMENTAL is not set CONFIG_NCP_FS=m CONFIG_NCPFS_PACKET_SIGNING=y CONFIG_NCPFS_IOCTL_LOCKING=y @@ -5507,6 +5585,7 @@ CONFIG_SLUB_STATS=y # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set CONFIG_STACKTRACE=y +# CONFIG_DEBUG_STACK_USAGE is not set # CONFIG_DEBUG_KOBJECT is not set # CONFIG_DEBUG_HIGHMEM is not set CONFIG_DEBUG_BUGVERBOSE=y @@ -5524,10 +5603,12 @@ CONFIG_ARCH_WANT_FRAME_POINTERS=y # CONFIG_FRAME_POINTER is not set # CONFIG_BOOT_PRINTK_DELAY is not set # CONFIG_RCU_TORTURE_TEST is not set -# CONFIG_RCU_CPU_STALL_DETECTOR is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=60 +CONFIG_RCU_CPU_STALL_VERBOSE=y # CONFIG_BACKTRACE_SELF_TEST is not set # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set # CONFIG_LKDTM is not set # CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set # CONFIG_FAULT_INJECTION is not set @@ -5583,8 +5664,6 @@ CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_EARLY_PRINTK=y # CONFIG_EARLY_PRINTK_DBGP is not set # CONFIG_DEBUG_STACKOVERFLOW is not set -# CONFIG_DEBUG_STACK_USAGE is not set -# CONFIG_DEBUG_PER_CPU_MAPS is not set # CONFIG_X86_PTDUMP is not set # CONFIG_DEBUG_RODATA is not set # CONFIG_DEBUG_SET_MODULE_RONX is not set @@ -5681,7 +5760,6 @@ CONFIG_CRYPTO_ECB=m CONFIG_CRYPTO_LRW=m CONFIG_CRYPTO_PCBC=m CONFIG_CRYPTO_XTS=m -CONFIG_CRYPTO_FPU=m # # Hash modes @@ -5779,8 +5857,6 @@ CONFIG_BINARY_PRINTF=y CONFIG_RAID6_PQ=y CONFIG_BITREVERSE=y CONFIG_GENERIC_FIND_FIRST_BIT=y -CONFIG_GENERIC_FIND_NEXT_BIT=y -CONFIG_GENERIC_FIND_LAST_BIT=y CONFIG_CRC_CCITT=m CONFIG_CRC16=y CONFIG_CRC_T10DIF=y diff --git a/source/base/kernel/config.ppc b/source/base/kernel/config.ppc index 524e836..804357c 100644 --- a/source/base/kernel/config.ppc +++ b/source/base/kernel/config.ppc @@ -1,7 +1,6 @@ # # Automatically generated make config: don't edit -# Linux/powerpc 2.6.39 Kernel Configuration -# Sun May 22 14:40:04 2011 +# Linux/powerpc 3.0.1 Kernel Configuration # # CONFIG_PPC64 is not set @@ -43,8 +42,6 @@ CONFIG_LOCKDEP_SUPPORT=y CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_ARCH_HAS_ILOG2_U32=y CONFIG_GENERIC_HWEIGHT=y -CONFIG_GENERIC_FIND_NEXT_BIT=y -CONFIG_GENERIC_FIND_BIT_LE=y CONFIG_GENERIC_GPIO=y # CONFIG_ARCH_NO_VIRT_TO_BUS is not set CONFIG_PPC=y @@ -58,6 +55,7 @@ CONFIG_PPC_OF=y CONFIG_AUDIT_ARCH=y CONFIG_GENERIC_BUG=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y +# CONFIG_EPAPR_BOOT is not set CONFIG_DEFAULT_UIMAGE=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_SUSPEND_POSSIBLE=y @@ -65,7 +63,6 @@ CONFIG_ARCH_SUSPEND_POSSIBLE=y # CONFIG_PPC_DCR_MMIO is not set CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" -CONFIG_CONSTRUCTORS=y CONFIG_HAVE_IRQ_WORK=y CONFIG_IRQ_WORK=y @@ -78,6 +75,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set +CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y @@ -112,12 +110,12 @@ CONFIG_PREEMPT_RCU=y CONFIG_RCU_FANOUT=32 # CONFIG_RCU_FANOUT_EXACT is not set # CONFIG_TREE_RCU_TRACE is not set +# CONFIG_RCU_BOOST is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=14 CONFIG_CGROUPS=y # CONFIG_CGROUP_DEBUG is not set -CONFIG_CGROUP_NS=y CONFIG_CGROUP_FREEZER=y CONFIG_CGROUP_DEVICE=y CONFIG_CPUSETS=y @@ -156,7 +154,6 @@ CONFIG_ANON_INODES=y # CONFIG_EXPERT is not set CONFIG_SYSCTL_SYSCALL=y CONFIG_KALLSYMS=y -# CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y @@ -255,6 +252,10 @@ CONFIG_DEFAULT_IOSCHED="deadline" # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set # CONFIG_MUTEX_SPIN_ON_OWNER is not set CONFIG_FREEZER=y +# CONFIG_PPC_XICS is not set +# CONFIG_PPC_ICP_NATIVE is not set +# CONFIG_PPC_ICP_HV is not set +# CONFIG_PPC_ICS_RTAS is not set # # Platform support @@ -278,6 +279,7 @@ CONFIG_PPC_PMAC=y # CONFIG_PPC_86xx is not set # CONFIG_EMBEDDED6xx is not set # CONFIG_AMIGAONE is not set +# CONFIG_PPC_WSP is not set CONFIG_KVM_GUEST=y CONFIG_PPC_NATIVE=y CONFIG_PPC_OF_BOOT_TRAMPOLINE=y @@ -294,11 +296,13 @@ CONFIG_RTAS_PROC=y # CONFIG_MPIC_U3_HT_IRQS is not set CONFIG_PPC_MPC106=y # CONFIG_PPC_970_NAP is not set -# CONFIG_PPC_INDIRECT_IO is not set -# CONFIG_GENERIC_IOMAP is not set +# CONFIG_PPC_P7_NAP is not set + +# +# CPU Frequency scaling +# CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=y -# CONFIG_CPU_FREQ_DEBUG is not set CONFIG_CPU_FREQ_STAT=y # CONFIG_CPU_FREQ_STAT_DETAILS is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set @@ -373,6 +377,7 @@ CONFIG_VIRT_TO_BUS=y # CONFIG_KSM is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 CONFIG_NEED_PER_CPU_KM=y +# CONFIG_CLEANCACHE is not set CONFIG_PPC_4K_PAGES=y CONFIG_FORCE_MAX_ZONEORDER=11 # CONFIG_CMDLINE_BOOL is not set @@ -387,7 +392,6 @@ CONFIG_PM_SLEEP=y # CONFIG_PM_RUNTIME is not set CONFIG_PM=y CONFIG_PM_DEBUG=y -# CONFIG_PM_VERBOSE is not set # CONFIG_PM_ADVANCED_DEBUG is not set CONFIG_CAN_PM_TRACE=y CONFIG_APM_EMULATION=m @@ -824,6 +828,7 @@ CONFIG_MAC80211_LEDS=y CONFIG_RFKILL=m CONFIG_RFKILL_LEDS=y CONFIG_RFKILL_INPUT=y +# CONFIG_RFKILL_GPIO is not set # CONFIG_NET_9P is not set # CONFIG_CAIF is not set # CONFIG_CEPH_LIB is not set @@ -895,6 +900,7 @@ CONFIG_CDROM_PKTCDVD_BUFFERS=8 CONFIG_MISC_DEVICES=y # CONFIG_AD525X_DPOT is not set # CONFIG_PHANTOM is not set +# CONFIG_INTEL_MID_PTI is not set # CONFIG_SGI_IOC4 is not set # CONFIG_TIFM_CORE is not set CONFIG_ICS932S401=m @@ -1267,7 +1273,6 @@ CONFIG_CICADA_PHY=m CONFIG_VITESSE_PHY=m CONFIG_SMSC_PHY=m CONFIG_BROADCOM_PHY=m -# CONFIG_BCM63XX_PHY is not set CONFIG_ICPLUS_PHY=m CONFIG_REALTEK_PHY=m CONFIG_NATIONAL_PHY=m @@ -1440,10 +1445,12 @@ CONFIG_APPLE_AIRPORT=m # CONFIG_P54_COMMON is not set # CONFIG_RT2X00 is not set # CONFIG_RTL8192CE is not set +# CONFIG_RTL8192SE is not set # CONFIG_RTL8192CU is not set # CONFIG_WL1251 is not set # CONFIG_WL12XX_MENU is not set # CONFIG_ZD1211RW is not set +# CONFIG_MWIFIEX is not set # # Enable WiMAX (Networking options) to see the WiMAX drivers @@ -1472,6 +1479,7 @@ CONFIG_USB_NET_NET1080=m # CONFIG_USB_NET_CDC_SUBSET is not set CONFIG_USB_NET_ZAURUS=m # CONFIG_USB_NET_CX82310_ETH is not set +# CONFIG_USB_NET_KALMIA is not set # CONFIG_USB_HSO is not set CONFIG_USB_NET_INT51X1=m CONFIG_USB_CDC_PHONET=m @@ -1531,6 +1539,7 @@ CONFIG_INPUT_EVDEV=m # CONFIG_INPUT_KEYBOARD=y # CONFIG_KEYBOARD_ADP5588 is not set +# CONFIG_KEYBOARD_ADP5589 is not set # CONFIG_KEYBOARD_ATKBD is not set # CONFIG_KEYBOARD_QT1070 is not set # CONFIG_KEYBOARD_QT2160 is not set @@ -1542,6 +1551,7 @@ CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_LM8323=m # CONFIG_KEYBOARD_MAX7359 is not set # CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set # CONFIG_KEYBOARD_NEWTON is not set # CONFIG_KEYBOARD_OPENCORES is not set # CONFIG_KEYBOARD_STOWAWAY is not set @@ -1596,6 +1606,7 @@ CONFIG_LEGACY_PTY_COUNT=256 # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_NOZOMI is not set # CONFIG_N_GSM is not set +# CONFIG_TRACE_SINK is not set CONFIG_DEVKMEM=y # @@ -1630,12 +1641,14 @@ CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=115200 # CONFIG_SERIAL_ALTERA_UART is not set # CONFIG_SERIAL_IFX6X60 is not set # CONFIG_SERIAL_PCH_UART is not set +# CONFIG_SERIAL_XILINX_PS_UART is not set # CONFIG_HVC_RTAS is not set # CONFIG_HVC_UDBG is not set # CONFIG_IPMI_HANDLER is not set CONFIG_HW_RANDOM=m # CONFIG_HW_RANDOM_TIMERIOMEM is not set CONFIG_NVRAM=y +# CONFIG_GEN_RTC is not set # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set @@ -1752,13 +1765,18 @@ CONFIG_PPS=m # # PPS generators support # + +# +# PTP clock support +# +# CONFIG_PTP_1588_CLOCK is not set CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_GPIOLIB=y # CONFIG_GPIO_SYSFS is not set # -# Memory mapped GPIO expanders: +# Memory mapped GPIO drivers: # # CONFIG_GPIO_BASIC_MMIO is not set # CONFIG_GPIO_IT8761E is not set @@ -1803,6 +1821,7 @@ CONFIG_POWER_SUPPLY=m # CONFIG_PDA_POWER is not set CONFIG_APM_POWER=m # CONFIG_TEST_POWER is not set +# CONFIG_BATTERY_DS2780 is not set CONFIG_BATTERY_DS2782=m CONFIG_BATTERY_PMU=m # CONFIG_BATTERY_BQ20Z75 is not set @@ -1811,6 +1830,7 @@ CONFIG_BATTERY_BQ27X00_I2C=y CONFIG_BATTERY_BQ27X00_PLATFORM=y CONFIG_BATTERY_MAX17040=m # CONFIG_BATTERY_MAX17042 is not set +# CONFIG_CHARGER_MAX8903 is not set # CONFIG_CHARGER_GPIO is not set CONFIG_HWMON=m # CONFIG_HWMON_VID is not set @@ -1866,8 +1886,10 @@ CONFIG_HWMON=m # CONFIG_SENSORS_LTC4261 is not set # CONFIG_SENSORS_LM95241 is not set # CONFIG_SENSORS_MAX1111 is not set +# CONFIG_SENSORS_MAX16065 is not set # CONFIG_SENSORS_MAX1619 is not set # CONFIG_SENSORS_MAX6639 is not set +# CONFIG_SENSORS_MAX6642 is not set # CONFIG_SENSORS_MAX6650 is not set # CONFIG_SENSORS_PC87360 is not set # CONFIG_SENSORS_PC87427 is not set @@ -1880,6 +1902,7 @@ CONFIG_HWMON=m # CONFIG_SENSORS_DME1737 is not set # CONFIG_SENSORS_EMC1403 is not set # CONFIG_SENSORS_EMC2103 is not set +# CONFIG_SENSORS_EMC6W201 is not set # CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_SMSC47M192 is not set # CONFIG_SENSORS_SMSC47B397 is not set @@ -1922,6 +1945,12 @@ CONFIG_SSB_PCMCIAHOST=y # CONFIG_SSB_DEBUG is not set CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_DRIVER_PCICORE=y +CONFIG_BCMA_POSSIBLE=y + +# +# Broadcom specific AMBA +# +# CONFIG_BCMA is not set CONFIG_MFD_SUPPORT=y CONFIG_MFD_CORE=m # CONFIG_MFD_88PM860X is not set @@ -1931,6 +1960,7 @@ CONFIG_MFD_CORE=m # CONFIG_TPS6105X is not set # CONFIG_TPS65010 is not set # CONFIG_TPS6507X is not set +# CONFIG_MFD_TPS6586X is not set # CONFIG_TWL4030_CORE is not set # CONFIG_MFD_STMPE is not set # CONFIG_MFD_TC3589X is not set @@ -1953,9 +1983,9 @@ CONFIG_MFD_WM8400=m # CONFIG_LPC_SCH is not set # CONFIG_MFD_RDC321X is not set # CONFIG_MFD_JANZ_CMODIO is not set -# CONFIG_MFD_TPS6586X is not set # CONFIG_MFD_VX855 is not set # CONFIG_MFD_WL1273_CORE is not set +# CONFIG_MFD_TPS65910 is not set # CONFIG_REGULATOR is not set CONFIG_MEDIA_SUPPORT=m @@ -1982,6 +2012,7 @@ CONFIG_IR_RC5_SZ_DECODER=m CONFIG_IR_LIRC_CODEC=m # CONFIG_IR_IMON is not set # CONFIG_IR_MCEUSB is not set +# CONFIG_IR_REDRAT3 is not set # CONFIG_IR_STREAMZAP is not set # CONFIG_RC_LOOPBACK is not set @@ -2087,8 +2118,9 @@ CONFIG_FB_3DFX_I2C=y # CONFIG_FB_VIRTUAL is not set CONFIG_FB_METRONOME=m CONFIG_FB_MB862XX=m -# CONFIG_FB_MB862XX_PCI_GDC is not set +CONFIG_FB_MB862XX_PCI_GDC=y # CONFIG_FB_MB862XX_LIME is not set +CONFIG_FB_MB862XX_I2C=y # CONFIG_FB_BROADSHEET is not set CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=m @@ -2103,6 +2135,7 @@ CONFIG_LCD_CLASS_DEVICE=m CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_GENERIC=y # CONFIG_BACKLIGHT_ADP8860 is not set +# CONFIG_BACKLIGHT_ADP8870 is not set # # Display device support @@ -2204,6 +2237,7 @@ CONFIG_SND_CTXFI=m # CONFIG_SND_INTEL8X0 is not set # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_KORG1212 is not set +# CONFIG_SND_LOLA is not set CONFIG_SND_LX6464ES=m # CONFIG_SND_MAESTRO3 is not set # CONFIG_SND_MIXART is not set @@ -2256,12 +2290,10 @@ CONFIG_USB_HID=y # # Special HID drivers # -# CONFIG_HID_3M_PCT is not set CONFIG_HID_A4TECH=y # CONFIG_HID_ACRUX is not set CONFIG_HID_APPLE=y CONFIG_HID_BELKIN=y -# CONFIG_HID_CANDO is not set CONFIG_HID_CHERRY=y CONFIG_HID_CHICONY=y # CONFIG_HID_PRODIKEYS is not set @@ -2284,7 +2316,6 @@ CONFIG_HID_LOGITECH=y # CONFIG_LOGIG940_FF is not set # CONFIG_LOGIWII_FF is not set CONFIG_HID_MICROSOFT=y -# CONFIG_HID_MOSART is not set CONFIG_HID_MONTEREY=y # CONFIG_HID_MULTITOUCH is not set CONFIG_HID_NTRIG=y @@ -2302,7 +2333,6 @@ CONFIG_HID_PETALYNX=y # CONFIG_HID_ROCCAT_PYRA is not set CONFIG_HID_SAMSUNG=y CONFIG_HID_SONY=y -# CONFIG_HID_STANTUM is not set # CONFIG_HID_SUNPLUS is not set CONFIG_HID_GREENASIA=y # CONFIG_GREENASIA_FF is not set @@ -2456,7 +2486,6 @@ CONFIG_USB_SERIAL_PL2303=m CONFIG_USB_SERIAL_HP4X=m CONFIG_USB_SERIAL_SAFE=m CONFIG_USB_SERIAL_SAFE_PADDED=y -# CONFIG_USB_SERIAL_SAMBA is not set # CONFIG_USB_SERIAL_SIEMENS_MPI is not set # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set # CONFIG_USB_SERIAL_SYMBOL is not set @@ -2543,72 +2572,7 @@ CONFIG_LEDS_TRIGGER_BACKLIGHT=m # CONFIG_ACCESSIBILITY is not set # CONFIG_INFINIBAND is not set # CONFIG_EDAC is not set -CONFIG_RTC_LIB=m -CONFIG_RTC_CLASS=m - -# -# RTC interfaces -# -CONFIG_RTC_INTF_SYSFS=y -CONFIG_RTC_INTF_PROC=y -CONFIG_RTC_INTF_DEV=y -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set -CONFIG_RTC_DRV_TEST=m - -# -# I2C RTC drivers -# -CONFIG_RTC_DRV_DS1307=m -# CONFIG_RTC_DRV_DS1374 is not set -CONFIG_RTC_DRV_DS1672=m -# CONFIG_RTC_DRV_DS3232 is not set -# CONFIG_RTC_DRV_MAX6900 is not set -CONFIG_RTC_DRV_RS5C372=m -CONFIG_RTC_DRV_ISL1208=m -# CONFIG_RTC_DRV_ISL12022 is not set -CONFIG_RTC_DRV_X1205=m -CONFIG_RTC_DRV_PCF8563=m -# CONFIG_RTC_DRV_PCF8583 is not set -# CONFIG_RTC_DRV_M41T80 is not set -# CONFIG_RTC_DRV_BQ32K is not set -# CONFIG_RTC_DRV_S35390A is not set -# CONFIG_RTC_DRV_FM3130 is not set -CONFIG_RTC_DRV_RX8581=m -CONFIG_RTC_DRV_RX8025=m - -# -# SPI RTC drivers -# -# CONFIG_RTC_DRV_M41T94 is not set -# CONFIG_RTC_DRV_DS1305 is not set -# CONFIG_RTC_DRV_DS1390 is not set -# CONFIG_RTC_DRV_MAX6902 is not set -# CONFIG_RTC_DRV_R9701 is not set -# CONFIG_RTC_DRV_RS5C348 is not set -# CONFIG_RTC_DRV_DS3234 is not set -# CONFIG_RTC_DRV_PCF2123 is not set - -# -# Platform RTC drivers -# -# CONFIG_RTC_DRV_CMOS is not set -CONFIG_RTC_DRV_DS1286=m -# CONFIG_RTC_DRV_DS1511 is not set -CONFIG_RTC_DRV_DS1553=m -CONFIG_RTC_DRV_DS1742=m -# CONFIG_RTC_DRV_STK17TA8 is not set -CONFIG_RTC_DRV_M48T86=m -CONFIG_RTC_DRV_M48T35=m -# CONFIG_RTC_DRV_M48T59 is not set -# CONFIG_RTC_DRV_MSM6242 is not set -CONFIG_RTC_DRV_BQ4802=m -# CONFIG_RTC_DRV_RP5C01 is not set -CONFIG_RTC_DRV_V3020=m - -# -# on-CPU RTC drivers -# -CONFIG_RTC_DRV_GENERIC=m +# CONFIG_RTC_CLASS is not set # CONFIG_DMADEVICES is not set # CONFIG_AUXDISPLAY is not set CONFIG_UIO=m @@ -2717,6 +2681,7 @@ CONFIG_PROC_PAGE_MONITOR=y CONFIG_SYSFS=y CONFIG_TMPFS=y # CONFIG_TMPFS_POSIX_ACL is not set +# CONFIG_TMPFS_XATTR is not set # CONFIG_HUGETLB_PAGE is not set # CONFIG_CONFIGFS_FS is not set CONFIG_MISC_FILESYSTEMS=y @@ -2766,7 +2731,6 @@ CONFIG_CIFS=m # CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_XATTR is not set # CONFIG_CIFS_DEBUG2 is not set -# CONFIG_CIFS_EXPERIMENTAL is not set # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set @@ -2839,7 +2803,6 @@ CONFIG_NLS_UTF8=m # CONFIG_RAID6_PQ=m CONFIG_BITREVERSE=y -CONFIG_GENERIC_FIND_LAST_BIT=y CONFIG_CRC_CCITT=y CONFIG_CRC16=y # CONFIG_CRC_T10DIF is not set @@ -2895,13 +2858,15 @@ CONFIG_DEBUG_FS=y # CONFIG_SPARSE_RCU_POINTER is not set CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_MEMORY_INIT=y -# CONFIG_RCU_CPU_STALL_DETECTOR is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=60 +CONFIG_RCU_CPU_STALL_VERBOSE=y # CONFIG_LKDTM is not set CONFIG_SYSCTL_SYSCALL_CHECK=y CONFIG_HAVE_FUNCTION_TRACER=y CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y CONFIG_HAVE_DYNAMIC_FTRACE=y CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y CONFIG_RING_BUFFER=y CONFIG_RING_BUFFER_ALLOW_SWAP=y CONFIG_TRACING_SUPPORT=y diff --git a/source/base/kernel/config.x86_64 b/source/base/kernel/config.x86_64 index c4088d5..fa5a79d 100644 --- a/source/base/kernel/config.x86_64 +++ b/source/base/kernel/config.x86_64 @@ -1,7 +1,6 @@ # # Automatically generated make config: don't edit -# Linux/x86_64 2.6.39 Kernel Configuration -# Sun May 22 14:39:05 2011 +# Linux/x86_64 3.0.1 Kernel Configuration # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -54,7 +53,6 @@ CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx - # CONFIG_KTIME_SCALAR is not set CONFIG_ARCH_CPU_PROBE_RELEASE=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" -CONFIG_CONSTRUCTORS=y CONFIG_HAVE_IRQ_WORK=y CONFIG_IRQ_WORK=y @@ -76,6 +74,7 @@ CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_LZMA is not set # CONFIG_KERNEL_XZ is not set # CONFIG_KERNEL_LZO is not set +CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y @@ -114,13 +113,13 @@ CONFIG_PREEMPT_RCU=y CONFIG_RCU_FANOUT=64 # CONFIG_RCU_FANOUT_EXACT is not set # CONFIG_TREE_RCU_TRACE is not set +# CONFIG_RCU_BOOST is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=17 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y CONFIG_CGROUPS=y # CONFIG_CGROUP_DEBUG is not set -CONFIG_CGROUP_NS=y CONFIG_CGROUP_FREEZER=y CONFIG_CGROUP_DEVICE=y CONFIG_CPUSETS=y @@ -159,7 +158,6 @@ CONFIG_UID16=y CONFIG_SYSCTL_SYSCALL=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set -# CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y @@ -357,11 +355,11 @@ CONFIG_ARCH_PHYS_ADDR_T_64BIT=y CONFIG_ARCH_DMA_ADDR_T_64BIT=y CONFIG_DIRECT_GBPAGES=y # CONFIG_NUMA is not set -CONFIG_ARCH_PROC_KCORE_TEXT=y -CONFIG_ARCH_SPARSEMEM_DEFAULT=y CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG_ARCH_MEMORY_PROBE=y +CONFIG_ARCH_PROC_KCORE_TEXT=y CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 CONFIG_SELECT_MEMORY_MODEL=y CONFIG_SPARSEMEM_MANUAL=y @@ -392,6 +390,7 @@ CONFIG_HWPOISON_INJECT=m CONFIG_TRANSPARENT_HUGEPAGE=y CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y # CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set +# CONFIG_CLEANCACHE is not set CONFIG_X86_CHECK_BIOS_CORRUPTION=y CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y CONFIG_X86_RESERVE_LOW=64 @@ -440,7 +439,6 @@ CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y CONFIG_ACPI_PROCFS=y CONFIG_ACPI_PROCFS_POWER=y -CONFIG_ACPI_POWER_METER=m # CONFIG_ACPI_EC_DEBUGFS is not set CONFIG_ACPI_PROC_EVENT=y CONFIG_ACPI_AC=m @@ -463,6 +461,7 @@ CONFIG_ACPI_CONTAINER=m CONFIG_ACPI_HOTPLUG_MEMORY=m CONFIG_ACPI_SBS=m # CONFIG_ACPI_HED is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set # CONFIG_ACPI_APEI is not set CONFIG_SFI=y @@ -471,7 +470,6 @@ CONFIG_SFI=y # CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=m -# CONFIG_CPU_FREQ_DEBUG is not set CONFIG_CPU_FREQ_STAT=m CONFIG_CPU_FREQ_STAT_DETAILS=y # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set @@ -485,7 +483,7 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=m CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m # -# CPUFreq processor drivers +# x86 CPU frequency scaling drivers # CONFIG_X86_PCC_CPUFREQ=m CONFIG_X86_ACPI_CPUFREQ=m @@ -950,6 +948,7 @@ CONFIG_NET_SCH_NETEM=m CONFIG_NET_SCH_DRR=m # CONFIG_NET_SCH_MQPRIO is not set # CONFIG_NET_SCH_CHOKE is not set +# CONFIG_NET_SCH_QFQ is not set CONFIG_NET_SCH_INGRESS=m # @@ -994,6 +993,8 @@ CONFIG_BATMAN_ADV=m CONFIG_RPS=y CONFIG_RFS_ACCEL=y CONFIG_XPS=y +CONFIG_HAVE_BPF_JIT=y +# CONFIG_BPF_JIT is not set # # Network testing @@ -1175,6 +1176,7 @@ CONFIG_WIMAX_DEBUG_LEVEL=8 CONFIG_RFKILL=m CONFIG_RFKILL_LEDS=y CONFIG_RFKILL_INPUT=y +# CONFIG_RFKILL_REGULATOR is not set CONFIG_NET_9P=m CONFIG_NET_9P_VIRTIO=m CONFIG_NET_9P_RDMA=m @@ -1201,12 +1203,10 @@ CONFIG_EXTRA_FIRMWARE="" # CONFIG_DEBUG_DRIVER is not set # CONFIG_DEBUG_DEVRES is not set # CONFIG_SYS_HYPERVISOR is not set -CONFIG_ARCH_NO_SYSDEV_OPS=y CONFIG_CONNECTOR=m CONFIG_MTD=m # CONFIG_MTD_DEBUG is not set CONFIG_MTD_TESTS=m -CONFIG_MTD_PARTITIONS=y CONFIG_MTD_REDBOOT_PARTS=m CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y @@ -1429,6 +1429,7 @@ CONFIG_AD525X_DPOT=m # CONFIG_AD525X_DPOT_SPI is not set CONFIG_IBM_ASM=m CONFIG_PHANTOM=m +# CONFIG_INTEL_MID_PTI is not set CONFIG_SGI_IOC4=m CONFIG_TIFM_CORE=m CONFIG_TIFM_7XX1=m @@ -1641,6 +1642,7 @@ CONFIG_SCSI_EATA=m CONFIG_SCSI_EATA_MAX_TAGS=16 CONFIG_SCSI_FUTURE_DOMAIN=m CONFIG_SCSI_GDTH=m +# CONFIG_SCSI_ISCI is not set CONFIG_SCSI_IPS=y CONFIG_SCSI_INITIO=m CONFIG_SCSI_INIA100=m @@ -1803,6 +1805,7 @@ CONFIG_TCM_IBLOCK=m CONFIG_TCM_FILEIO=m CONFIG_TCM_PSCSI=m # CONFIG_LOOPBACK_TARGET is not set +# CONFIG_TCM_FC is not set CONFIG_FUSION=y CONFIG_FUSION_SPI=y CONFIG_FUSION_FC=m @@ -1866,7 +1869,6 @@ CONFIG_CICADA_PHY=m CONFIG_VITESSE_PHY=m CONFIG_SMSC_PHY=m CONFIG_BROADCOM_PHY=m -# CONFIG_BCM63XX_PHY is not set CONFIG_ICPLUS_PHY=m # CONFIG_REALTEK_PHY is not set CONFIG_NATIONAL_PHY=m @@ -2038,10 +2040,11 @@ CONFIG_ATH5K_PCI=y CONFIG_ATH9K_HW=m CONFIG_ATH9K_COMMON=m CONFIG_ATH9K=m +# CONFIG_ATH9K_PCI is not set +# CONFIG_ATH9K_AHB is not set # CONFIG_ATH9K_DEBUGFS is not set CONFIG_ATH9K_RATE_CONTROL=y # CONFIG_ATH9K_HTC is not set -# CONFIG_AR9170_USB is not set # CONFIG_CARL9170 is not set CONFIG_B43=m CONFIG_B43_PCI_AUTOSELECT=y @@ -2088,6 +2091,7 @@ CONFIG_IWLAGN=m # # CONFIG_IWLWIFI_DEBUG is not set # CONFIG_IWLWIFI_DEVICE_TRACING is not set +# CONFIG_IWLWIFI_DEVICE_SVTOOL is not set # CONFIG_IWL_P2P is not set CONFIG_IWLWIFI_LEGACY=m @@ -2135,17 +2139,18 @@ CONFIG_RT73USB=m CONFIG_RT2800USB=m # CONFIG_RT2800USB_RT33XX is not set CONFIG_RT2800USB_RT35XX=y +# CONFIG_RT2800USB_RT53XX is not set CONFIG_RT2800USB_UNKNOWN=y CONFIG_RT2800_LIB=m CONFIG_RT2X00_LIB_PCI=m CONFIG_RT2X00_LIB_USB=m CONFIG_RT2X00_LIB=m -CONFIG_RT2X00_LIB_HT=y CONFIG_RT2X00_LIB_FIRMWARE=y CONFIG_RT2X00_LIB_CRYPTO=y CONFIG_RT2X00_LIB_LEDS=y # CONFIG_RT2X00_DEBUG is not set CONFIG_RTL8192CE=m +# CONFIG_RTL8192SE is not set # CONFIG_RTL8192CU is not set CONFIG_RTLWIFI=m CONFIG_RTL8192C_COMMON=m @@ -2161,6 +2166,7 @@ CONFIG_WL12XX_SDIO_TEST=m CONFIG_WL12XX_PLATFORM_DATA=y CONFIG_ZD1211RW=m # CONFIG_ZD1211RW_DEBUG is not set +# CONFIG_MWIFIEX is not set # # WiMAX Wireless Broadband devices @@ -2200,6 +2206,7 @@ CONFIG_USB_ARMLINUX=y CONFIG_USB_KC2190=y CONFIG_USB_NET_ZAURUS=m # CONFIG_USB_NET_CX82310_ETH is not set +# CONFIG_USB_NET_KALMIA is not set # CONFIG_USB_HSO is not set CONFIG_USB_NET_INT51X1=m CONFIG_USB_CDC_PHONET=m @@ -2387,8 +2394,6 @@ CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y CONFIG_CAPI_TRACE=y CONFIG_ISDN_CAPI_MIDDLEWARE=y CONFIG_ISDN_CAPI_CAPI20=m -CONFIG_ISDN_CAPI_CAPIFS_BOOL=y -CONFIG_ISDN_CAPI_CAPIFS=m CONFIG_ISDN_CAPI_CAPIDRV=m # @@ -2464,6 +2469,7 @@ CONFIG_INPUT_EVDEV=m # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ADP5588=m +# CONFIG_KEYBOARD_ADP5589 is not set CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_QT1070 is not set # CONFIG_KEYBOARD_QT2160 is not set @@ -2475,6 +2481,7 @@ CONFIG_KEYBOARD_MATRIX=m CONFIG_KEYBOARD_LM8323=m CONFIG_KEYBOARD_MAX7359=m # CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set CONFIG_KEYBOARD_NEWTON=m CONFIG_KEYBOARD_OPENCORES=m CONFIG_KEYBOARD_STOWAWAY=m @@ -2550,6 +2557,7 @@ CONFIG_TOUCHSCREEN_FUJITSU=m CONFIG_TOUCHSCREEN_GUNZE=m CONFIG_TOUCHSCREEN_ELO=m CONFIG_TOUCHSCREEN_WACOM_W8001=m +# CONFIG_TOUCHSCREEN_MAX11801 is not set CONFIG_TOUCHSCREEN_MCS5000=m CONFIG_TOUCHSCREEN_MTOUCH=m CONFIG_TOUCHSCREEN_INEXIO=m @@ -2647,6 +2655,7 @@ CONFIG_NOZOMI=m CONFIG_ISI=m CONFIG_N_HDLC=m # CONFIG_N_GSM is not set +# CONFIG_TRACE_SINK is not set CONFIG_DEVKMEM=y CONFIG_STALDRV=y @@ -2682,6 +2691,7 @@ CONFIG_SERIAL_TIMBERDALE=m # CONFIG_SERIAL_ALTERA_UART is not set CONFIG_SERIAL_IFX6X60=m CONFIG_SERIAL_PCH_UART=m +# CONFIG_SERIAL_XILINX_PS_UART is not set CONFIG_PRINTER=m CONFIG_LP_CONSOLE=y CONFIG_PPDEV=m @@ -2831,6 +2841,11 @@ CONFIG_PPS_CLIENT_PARPORT=m # # PPS generators support # + +# +# PTP clock support +# +# CONFIG_PTP_1588_CLOCK is not set CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_GPIOLIB=y # CONFIG_DEBUG_GPIO is not set @@ -2838,7 +2853,7 @@ CONFIG_GPIO_SYSFS=y CONFIG_GPIO_MAX730X=m # -# Memory mapped GPIO expanders: +# Memory mapped GPIO drivers: # # CONFIG_GPIO_BASIC_MMIO is not set CONFIG_GPIO_IT8761E=m @@ -2889,6 +2904,7 @@ CONFIG_W1_CON=y CONFIG_W1_MASTER_MATROX=m CONFIG_W1_MASTER_DS2490=m CONFIG_W1_MASTER_DS2482=m +# CONFIG_W1_MASTER_DS1WM is not set CONFIG_W1_MASTER_GPIO=m # @@ -2896,17 +2912,20 @@ CONFIG_W1_MASTER_GPIO=m # CONFIG_W1_SLAVE_THERM=m CONFIG_W1_SLAVE_SMEM=m +# CONFIG_W1_SLAVE_DS2408 is not set CONFIG_W1_SLAVE_DS2423=m CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2433=m CONFIG_W1_SLAVE_DS2433_CRC=y CONFIG_W1_SLAVE_DS2760=m +# CONFIG_W1_SLAVE_DS2780 is not set CONFIG_W1_SLAVE_BQ27000=m CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m # CONFIG_TEST_POWER is not set CONFIG_BATTERY_DS2760=m +# CONFIG_BATTERY_DS2780 is not set CONFIG_BATTERY_DS2782=m # CONFIG_BATTERY_BQ20Z75 is not set CONFIG_BATTERY_BQ27x00=m @@ -2916,6 +2935,7 @@ CONFIG_BATTERY_MAX17040=m CONFIG_BATTERY_MAX17042=m CONFIG_CHARGER_PCF50633=m # CONFIG_CHARGER_ISP1704 is not set +# CONFIG_CHARGER_MAX8903 is not set CONFIG_CHARGER_GPIO=m CONFIG_HWMON=y CONFIG_HWMON_VID=m @@ -2942,6 +2962,7 @@ CONFIG_SENSORS_ADT7475=m CONFIG_SENSORS_ASC7621=m CONFIG_SENSORS_K8TEMP=m CONFIG_SENSORS_K10TEMP=m +# CONFIG_SENSORS_FAM15H_POWER is not set CONFIG_SENSORS_ASB100=m CONFIG_SENSORS_ATXP1=m CONFIG_SENSORS_DS620=m @@ -2956,7 +2977,6 @@ CONFIG_SENSORS_GL518SM=m CONFIG_SENSORS_GL520SM=m # CONFIG_SENSORS_GPIO_FAN is not set CONFIG_SENSORS_CORETEMP=m -# CONFIG_SENSORS_PKGTEMP is not set CONFIG_SENSORS_IBMAEM=m CONFIG_SENSORS_IBMPEX=m CONFIG_SENSORS_IT87=m @@ -2981,8 +3001,10 @@ CONFIG_SENSORS_LTC4245=m # CONFIG_SENSORS_LTC4261 is not set CONFIG_SENSORS_LM95241=m CONFIG_SENSORS_MAX1111=m +# CONFIG_SENSORS_MAX16065 is not set CONFIG_SENSORS_MAX1619=m # CONFIG_SENSORS_MAX6639 is not set +# CONFIG_SENSORS_MAX6642 is not set CONFIG_SENSORS_MAX6650=m CONFIG_SENSORS_PC87360=m CONFIG_SENSORS_PC87427=m @@ -2995,6 +3017,7 @@ CONFIG_SENSORS_SIS5595=m CONFIG_SENSORS_DME1737=m # CONFIG_SENSORS_EMC1403 is not set # CONFIG_SENSORS_EMC2103 is not set +# CONFIG_SENSORS_EMC6W201 is not set CONFIG_SENSORS_SMSC47M1=m CONFIG_SENSORS_SMSC47M192=m CONFIG_SENSORS_SMSC47B397=m @@ -3025,6 +3048,7 @@ CONFIG_SENSORS_APPLESMC=m # # ACPI drivers # +# CONFIG_SENSORS_ACPI_POWER is not set CONFIG_SENSORS_ATK0110=m CONFIG_THERMAL=y CONFIG_THERMAL_HWMON=y @@ -3099,6 +3123,12 @@ CONFIG_SSB_SDIOHOST_POSSIBLE=y # CONFIG_SSB_DEBUG is not set CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_DRIVER_PCICORE=y +CONFIG_BCMA_POSSIBLE=y + +# +# Broadcom specific AMBA +# +# CONFIG_BCMA is not set CONFIG_MFD_SUPPORT=y CONFIG_MFD_CORE=m CONFIG_MFD_SM501=m @@ -3112,9 +3142,9 @@ CONFIG_TPS65010=m CONFIG_MFD_WM8400=m # CONFIG_MFD_WM831X_SPI is not set CONFIG_MFD_PCF50633=m -# CONFIG_MFD_MC13XXX is not set CONFIG_PCF50633_ADC=m CONFIG_PCF50633_GPIO=m +# CONFIG_MFD_MC13XXX is not set # CONFIG_ABX500_CORE is not set # CONFIG_EZX_PCAP is not set CONFIG_MFD_CS5535=m @@ -3174,7 +3204,9 @@ CONFIG_IR_LIRC_CODEC=m # CONFIG_IR_IMON is not set # CONFIG_IR_MCEUSB is not set # CONFIG_IR_ITE_CIR is not set +# CONFIG_IR_FINTEK is not set # CONFIG_IR_NUVOTON is not set +# CONFIG_IR_REDRAT3 is not set # CONFIG_IR_STREAMZAP is not set CONFIG_IR_WINBOND_CIR=m CONFIG_RC_LOOPBACK=m @@ -3200,6 +3232,7 @@ CONFIG_MEDIA_TUNER_MXL5007T=m CONFIG_MEDIA_TUNER_MC44S803=m CONFIG_MEDIA_TUNER_MAX2165=m CONFIG_MEDIA_TUNER_TDA18218=m +CONFIG_MEDIA_TUNER_TDA18212=m CONFIG_VIDEO_V4L2=m CONFIG_VIDEOBUF_GEN=m CONFIG_VIDEOBUF_DMA_SG=m @@ -3219,7 +3252,7 @@ CONFIG_VIDEO_HELPER_CHIPS_AUTO=y CONFIG_VIDEO_IR_I2C=m # -# Audio decoders +# Audio decoders, processors and mixers # CONFIG_VIDEO_TVAUDIO=m CONFIG_VIDEO_TDA7432=m @@ -3229,7 +3262,6 @@ CONFIG_VIDEO_TEA6420=m CONFIG_VIDEO_MSP3400=m CONFIG_VIDEO_CS5345=m CONFIG_VIDEO_CS53L32A=m -CONFIG_VIDEO_M52790=m CONFIG_VIDEO_WM8775=m CONFIG_VIDEO_WM8739=m CONFIG_VIDEO_VP27SMPX=m @@ -3247,17 +3279,15 @@ CONFIG_VIDEO_BT819=m CONFIG_VIDEO_BT856=m CONFIG_VIDEO_BT866=m CONFIG_VIDEO_KS0127=m -CONFIG_VIDEO_OV7670=m -CONFIG_VIDEO_MT9V011=m CONFIG_VIDEO_SAA7110=m CONFIG_VIDEO_SAA711X=m -CONFIG_VIDEO_SAA717X=m CONFIG_VIDEO_TVP5150=m CONFIG_VIDEO_VPX3220=m # # Video and audio decoders # +CONFIG_VIDEO_SAA717X=m CONFIG_VIDEO_CX25840=m # @@ -3274,10 +3304,21 @@ CONFIG_VIDEO_ADV7170=m CONFIG_VIDEO_ADV7175=m # +# Camera sensor devices +# +CONFIG_VIDEO_OV7670=m +CONFIG_VIDEO_MT9V011=m + +# # Video improvement chips # CONFIG_VIDEO_UPD64031A=m CONFIG_VIDEO_UPD64083=m + +# +# Miscelaneous helper chips +# +CONFIG_VIDEO_M52790=m CONFIG_VIDEO_VIVI=m CONFIG_VIDEO_BT848=m CONFIG_VIDEO_BT848_DVB=y @@ -3348,6 +3389,7 @@ CONFIG_USB_GSPCA_CPIA1=m CONFIG_USB_GSPCA_ETOMS=m CONFIG_USB_GSPCA_FINEPIX=m CONFIG_USB_GSPCA_JEILINJ=m +# CONFIG_USB_GSPCA_KINECT is not set # CONFIG_USB_GSPCA_KONICA is not set CONFIG_USB_GSPCA_MARS=m # CONFIG_USB_GSPCA_MR97310A is not set @@ -3403,7 +3445,6 @@ CONFIG_USB_S2255=m # CONFIG_V4L_MEM2MEM_DRIVERS is not set CONFIG_RADIO_ADAPTERS=y CONFIG_RADIO_MAXIRADIO=m -CONFIG_RADIO_MAESTRO=m CONFIG_I2C_SI4713=m CONFIG_RADIO_SI4713=m CONFIG_USB_DSBR=m @@ -3574,6 +3615,7 @@ CONFIG_DVB_SP8870=m CONFIG_DVB_SP887X=m CONFIG_DVB_CX22700=m CONFIG_DVB_CX22702=m +CONFIG_DVB_DRXD=m CONFIG_DVB_L64781=m CONFIG_DVB_TDA1004X=m CONFIG_DVB_NXT6000=m @@ -3587,6 +3629,7 @@ CONFIG_DVB_TDA10048=m CONFIG_DVB_AF9013=m CONFIG_DVB_EC100=m CONFIG_DVB_STV0367=m +CONFIG_DVB_CXD2820R=m # # DVB-C (cable) frontends @@ -3723,12 +3766,14 @@ CONFIG_FB_ATY=m # CONFIG_FB_ATY_GX is not set CONFIG_FB_ATY_BACKLIGHT=y CONFIG_FB_S3=m +CONFIG_FB_S3_DDC=y # CONFIG_FB_SAVAGE is not set CONFIG_FB_SIS=m CONFIG_FB_SIS_300=y CONFIG_FB_SIS_315=y CONFIG_FB_VIA=m # CONFIG_FB_VIA_DIRECT_PROCFS is not set +# CONFIG_FB_VIA_X_COMPATIBILITY is not set # CONFIG_FB_NEOMAGIC is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_3DFX is not set @@ -3765,6 +3810,7 @@ CONFIG_BACKLIGHT_CARILLO_RANCH=m # CONFIG_BACKLIGHT_APPLE is not set CONFIG_BACKLIGHT_SAHARA=m # CONFIG_BACKLIGHT_ADP8860 is not set +# CONFIG_BACKLIGHT_ADP8870 is not set # CONFIG_BACKLIGHT_PCF50633 is not set # @@ -3892,9 +3938,10 @@ CONFIG_SND_ENS1371=m CONFIG_SND_ES1938=m CONFIG_SND_ES1968=m # CONFIG_SND_ES1968_INPUT is not set +# CONFIG_SND_ES1968_RADIO is not set CONFIG_SND_FM801=m CONFIG_SND_FM801_TEA575X_BOOL=y -CONFIG_SND_FM801_TEA575X=m +CONFIG_SND_TEA575X=m CONFIG_SND_HDA_INTEL=m CONFIG_SND_HDA_HWDEP=y # CONFIG_SND_HDA_RECONFIG is not set @@ -3921,6 +3968,7 @@ CONFIG_SND_ICE1724=m CONFIG_SND_INTEL8X0=m CONFIG_SND_INTEL8X0M=m CONFIG_SND_KORG1212=m +# CONFIG_SND_LOLA is not set CONFIG_SND_LX6464ES=m CONFIG_SND_MAESTRO3=m # CONFIG_SND_MAESTRO3_INPUT is not set @@ -3949,6 +3997,7 @@ CONFIG_SND_USB_US122L=m # CONFIG_SND_USB_6FIRE is not set CONFIG_SND_FIREWIRE=y # CONFIG_SND_FIREWIRE_SPEAKERS is not set +# CONFIG_SND_ISIGHT is not set CONFIG_SND_PCMCIA=y CONFIG_SND_VXPOCKET=m CONFIG_SND_PDAUDIOCF=m @@ -3969,12 +4018,10 @@ CONFIG_USB_HIDDEV=y # # Special HID drivers # -CONFIG_HID_3M_PCT=m CONFIG_HID_A4TECH=y # CONFIG_HID_ACRUX is not set CONFIG_HID_APPLE=y CONFIG_HID_BELKIN=y -# CONFIG_HID_CANDO is not set CONFIG_HID_CHERRY=y CONFIG_HID_CHICONY=y # CONFIG_HID_PRODIKEYS is not set @@ -3999,7 +4046,6 @@ CONFIG_LOGIRUMBLEPAD2_FF=y # CONFIG_LOGIWII_FF is not set # CONFIG_HID_MAGICMOUSE is not set CONFIG_HID_MICROSOFT=y -# CONFIG_HID_MOSART is not set CONFIG_HID_MONTEREY=y CONFIG_HID_MULTITOUCH=m CONFIG_HID_NTRIG=y @@ -4018,7 +4064,6 @@ CONFIG_HID_ROCCAT_KONEPLUS=m # CONFIG_HID_ROCCAT_PYRA is not set CONFIG_HID_SAMSUNG=y CONFIG_HID_SONY=y -CONFIG_HID_STANTUM=m # CONFIG_HID_SUNPLUS is not set CONFIG_HID_GREENASIA=y # CONFIG_GREENASIA_FF is not set @@ -4071,6 +4116,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y CONFIG_USB_UHCI_HCD=m CONFIG_USB_U132_HCD=m CONFIG_USB_SL811_HCD=m +# CONFIG_USB_SL811_HCD_ISO is not set CONFIG_USB_SL811_CS=m CONFIG_USB_R8A66597_HCD=m CONFIG_USB_WHCI_HCD=m @@ -4171,7 +4217,6 @@ CONFIG_USB_SERIAL_SPCP8X5=m CONFIG_USB_SERIAL_HP4X=m CONFIG_USB_SERIAL_SAFE=m CONFIG_USB_SERIAL_SAFE_PADDED=y -# CONFIG_USB_SERIAL_SAMBA is not set CONFIG_USB_SERIAL_SIEMENS_MPI=m CONFIG_USB_SERIAL_SIERRAWIRELESS=m # CONFIG_USB_SERIAL_SYMBOL is not set @@ -4295,6 +4340,7 @@ CONFIG_MMC_SPI=m CONFIG_MMC_SDRICOH_CS=m CONFIG_MMC_CB710=m CONFIG_MMC_VIA_SDMMC=m +# CONFIG_MMC_VUB300 is not set # CONFIG_MMC_USHC is not set CONFIG_MEMSTICK=m # CONFIG_MEMSTICK_DEBUG is not set @@ -4321,6 +4367,7 @@ CONFIG_LEDS_CLASS=y # CONFIG_LEDS_NET5501 is not set CONFIG_LEDS_ALIX2=m CONFIG_LEDS_PCA9532=m +# CONFIG_LEDS_PCA9532_GPIO is not set CONFIG_LEDS_GPIO=m CONFIG_LEDS_GPIO_PLATFORM=y CONFIG_LEDS_LP3944=m @@ -4431,10 +4478,13 @@ CONFIG_RTC_DRV_S35390A=m CONFIG_RTC_DRV_FM3130=m CONFIG_RTC_DRV_RX8581=m CONFIG_RTC_DRV_RX8025=m +# CONFIG_RTC_DRV_EM3027 is not set +# CONFIG_RTC_DRV_RV3029C2 is not set # # SPI RTC drivers # +# CONFIG_RTC_DRV_M41T93 is not set CONFIG_RTC_DRV_M41T94=m CONFIG_RTC_DRV_DS1305=m CONFIG_RTC_DRV_DS1390=m @@ -4499,7 +4549,6 @@ CONFIG_UIO_SERCOS3=m CONFIG_UIO_PCI_GENERIC=m CONFIG_UIO_NETX=m CONFIG_STAGING=y -# CONFIG_STAGING_EXCLUDE_BUILD is not set CONFIG_STALLION=m CONFIG_ISTALLION=m CONFIG_DIGIEPCA=m @@ -4523,17 +4572,14 @@ CONFIG_VIDEO_CX25821=m CONFIG_VIDEO_CX25821_ALSA=m # CONFIG_VIDEO_TM6000 is not set # CONFIG_DVB_CXD2099 is not set -CONFIG_USB_IP_COMMON=m -CONFIG_USB_IP_VHCI_HCD=m -CONFIG_USB_IP_HOST=m -# CONFIG_USB_IP_DEBUG_ENABLE is not set +# CONFIG_USBIP_CORE is not set CONFIG_W35UND=m CONFIG_PRISM2_USB=m CONFIG_ECHO=m -CONFIG_BRCM80211=m -CONFIG_BRCMSMAC=y -CONFIG_RT2860=m -CONFIG_RT2870=m +CONFIG_BRCMUTIL=m +CONFIG_BRCMSMAC=m +# CONFIG_BRCMFMAC is not set +# CONFIG_BRCMDBG is not set CONFIG_COMEDI=m # CONFIG_COMEDI_DEBUG is not set # CONFIG_COMEDI_MISC_DRIVERS is not set @@ -4665,6 +4711,7 @@ CONFIG_IIO_RING_BUFFER=y CONFIG_IIO_SW_RING=m # CONFIG_IIO_KFIFO_BUF is not set CONFIG_IIO_TRIGGER=y +CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 # # Accelerometers @@ -4683,8 +4730,6 @@ CONFIG_LIS3L02DQ_BUF_RING_SW=y # # Analog to digital convertors # -CONFIG_MAX1363=m -CONFIG_MAX1363_RING_BUFFER=y CONFIG_AD7150=m CONFIG_AD7152=m CONFIG_AD7291=m @@ -4694,11 +4739,14 @@ CONFIG_AD7314=m # CONFIG_AD799X is not set # CONFIG_AD7476 is not set CONFIG_AD7887=m +# CONFIG_AD7780 is not set CONFIG_AD7745=m CONFIG_AD7816=m CONFIG_ADT75=m CONFIG_ADT7310=m CONFIG_ADT7410=m +CONFIG_MAX1363=m +CONFIG_MAX1363_RING_BUFFER=y # # Analog digital bi-direction convertors @@ -4712,6 +4760,8 @@ CONFIG_ADT7316_I2C=m # CONFIG_AD5624R_SPI=m CONFIG_AD5446=m +# CONFIG_AD5504 is not set +# CONFIG_AD5791 is not set # CONFIG_MAX517 is not set # @@ -4732,19 +4782,19 @@ CONFIG_ADIS16060=m CONFIG_ADIS16080=m CONFIG_ADIS16130=m # CONFIG_ADIS16260 is not set +# CONFIG_ADXRS450 is not set # # Inertial measurement units # -# CONFIG_ADIS16300 is not set -# CONFIG_ADIS16350 is not set # CONFIG_ADIS16400 is not set # # Light sensors # -CONFIG_SENSORS_TSL2563=m # CONFIG_SENSORS_ISL29018 is not set +CONFIG_SENSORS_TSL2563=m +# CONFIG_TSL2583 is not set # # Magnetometer sensors @@ -4811,6 +4861,7 @@ CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4=m # Altera FPGA firmware download module # # CONFIG_ALTERA_STAPL is not set +# CONFIG_INTEL_MEI is not set CONFIG_X86_PLATFORM_DEVICES=y CONFIG_ACER_WMI=m CONFIG_ACERHDF=m @@ -4850,6 +4901,8 @@ CONFIG_INTEL_IPS=m # CONFIG_IBM_RTL is not set # CONFIG_XO15_EBOOK is not set CONFIG_SAMSUNG_LAPTOP=m +CONFIG_MXM_WMI=m +# CONFIG_INTEL_OAKTRAIL is not set # # Firmware Drivers @@ -4865,6 +4918,7 @@ CONFIG_DMIID=y CONFIG_ISCSI_IBFT_FIND=y CONFIG_ISCSI_IBFT=y # CONFIG_SIGMA is not set +# CONFIG_GOOGLE_FIRMWARE is not set # # File systems @@ -4973,6 +5027,7 @@ CONFIG_PROC_PAGE_MONITOR=y CONFIG_SYSFS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y # CONFIG_HUGETLBFS is not set # CONFIG_HUGETLB_PAGE is not set CONFIG_CONFIGFS_FS=m @@ -5060,7 +5115,6 @@ CONFIG_CIFS_POSIX=y # CONFIG_CIFS_DEBUG2 is not set CONFIG_CIFS_DFS_UPCALL=y # CONFIG_CIFS_ACL is not set -CONFIG_CIFS_EXPERIMENTAL=y CONFIG_NCP_FS=m CONFIG_NCPFS_PACKET_SIGNING=y CONFIG_NCPFS_IOCTL_LOCKING=y @@ -5179,6 +5233,7 @@ CONFIG_SLUB_STATS=y # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set CONFIG_STACKTRACE=y +# CONFIG_DEBUG_STACK_USAGE is not set # CONFIG_DEBUG_KOBJECT is not set CONFIG_DEBUG_BUGVERBOSE=y # CONFIG_DEBUG_INFO is not set @@ -5195,10 +5250,12 @@ CONFIG_ARCH_WANT_FRAME_POINTERS=y # CONFIG_FRAME_POINTER is not set # CONFIG_BOOT_PRINTK_DELAY is not set # CONFIG_RCU_TORTURE_TEST is not set -# CONFIG_RCU_CPU_STALL_DETECTOR is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=60 +CONFIG_RCU_CPU_STALL_VERBOSE=y # CONFIG_BACKTRACE_SELF_TEST is not set # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set # CONFIG_LKDTM is not set # CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set # CONFIG_FAULT_INJECTION is not set @@ -5254,8 +5311,6 @@ CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_EARLY_PRINTK=y # CONFIG_EARLY_PRINTK_DBGP is not set # CONFIG_DEBUG_STACKOVERFLOW is not set -# CONFIG_DEBUG_STACK_USAGE is not set -# CONFIG_DEBUG_PER_CPU_MAPS is not set # CONFIG_X86_PTDUMP is not set # CONFIG_DEBUG_RODATA is not set # CONFIG_DEBUG_SET_MODULE_RONX is not set @@ -5353,7 +5408,6 @@ CONFIG_CRYPTO_ECB=m CONFIG_CRYPTO_LRW=m CONFIG_CRYPTO_PCBC=m CONFIG_CRYPTO_XTS=m -CONFIG_CRYPTO_FPU=m # # Hash modes @@ -5450,8 +5504,6 @@ CONFIG_BINARY_PRINTF=y CONFIG_RAID6_PQ=y CONFIG_BITREVERSE=y CONFIG_GENERIC_FIND_FIRST_BIT=y -CONFIG_GENERIC_FIND_NEXT_BIT=y -CONFIG_GENERIC_FIND_LAST_BIT=y CONFIG_CRC_CCITT=m CONFIG_CRC16=y CONFIG_CRC_T10DIF=y From devil505linux at gmail.com Wed Aug 10 15:10:29 2011 From: devil505linux at gmail.com (Devil505) Date: Wed, 10 Aug 2011 15:10:29 +0200 (CEST) Subject: [Frugalware-git] devil505temp: ubuntuone-client-1.7.1-1-i686 * version bump Message-ID: <20110810131029.944A31358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=5f4e09fa19ea56611d7ee9297d975293677a6f23 commit 5f4e09fa19ea56611d7ee9297d975293677a6f23 Author: Devil505 Date: Wed Aug 10 15:08:20 2011 +0200 ubuntuone-client-1.7.1-1-i686 * version bump diff --git a/source/ayatana-extra/ubuntuone-client/FrugalBuild b/source/ayatana-extra/ubuntuone-client/FrugalBuild index 831eab2..7f4cd8a 100644 --- a/source/ayatana-extra/ubuntuone-client/FrugalBuild +++ b/source/ayatana-extra/ubuntuone-client/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=ubuntuone-client -pkgver=1.7.0 -pkgrel=2 +pkgver=1.7.1 +pkgrel=1 pkgdesc="Client for Ubuntu One shareing service" depends=('dbus-python' 'gnome-python-desktop' 'gnome-settings-daemon' 'libproxy' \ 'pyinotify' 'python-configglue' 'notify-python' 'python-simplejson' \ @@ -13,6 +13,6 @@ groups=('ayatana-extra') archs=('i686' 'x86_64') _F_gnome_iconcache="y" Finclude launchpad gnome-scriptlet -sha1sums=('bec06cfd8fe0af64e26a59666fb70513003f30d5') +sha1sums=('554e46f641963e238fe283f0093b3e882fc68eef') # optimization OK From bouleetbil at frogdev.info Wed Aug 10 20:54:03 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 10 Aug 2011 20:54:03 +0200 (CEST) Subject: [Frugalware-git] bouletmp: libfm-0.1.16-1-x86_64 *version bump Message-ID: <20110810185403.7A7301358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=f27ed418f847bffc79ea5d540f4da2272827704f commit f27ed418f847bffc79ea5d540f4da2272827704f Author: bouleetbil Date: Wed Aug 10 20:43:52 2011 +0200 libfm-0.1.16-1-x86_64 *version bump diff --git a/source/xlib-extra/libfm/FrugalBuild b/source/xlib-extra/libfm/FrugalBuild index 5804c42..c7b7a9b 100644 --- a/source/xlib-extra/libfm/FrugalBuild +++ b/source/xlib-extra/libfm/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=libfm -pkgver=0.1.14 +pkgver=0.1.16 pkgrel=1 pkgdesc="GIO-based library for file manager-like programs" depends=('gtk+2>=2.20.0-2' 'gvfs' 'menu-cache') @@ -12,6 +12,13 @@ options=('scriptlet') archs=('i686' 'x86_64' 'ppc') _F_sourceforge_dirname="pcmanfm" Finclude sourceforge -sha1sums=('980fc93d8f00035a7a35c0dcb947232fe4b19ef9') +sha1sums=('c3f4b10baa596ddfc09ae9efbd2c922a26114de8') + +build() { + Fcd + sed -i '/^\ \ \ \ docs/d' configure.ac || Fdie + autoreconf -i || Fdie + Fbuild +} # optimization OK From bouleetbil at frogdev.info Wed Aug 10 20:56:47 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 10 Aug 2011 20:56:47 +0200 (CEST) Subject: [Frugalware-git] bouletmp: pcmanfm-0.9.9-1-x86_64 Message-ID: <20110810185647.8EE871358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=5cfb8091b90f629652bcae6a4fb345f280af280c commit 5cfb8091b90f629652bcae6a4fb345f280af280c Author: bouleetbil Date: Wed Aug 10 20:46:46 2011 +0200 pcmanfm-0.9.9-1-x86_64 *Version bump diff --git a/source/xapps-extra/pcmanfm/FrugalBuild b/source/xapps-extra/pcmanfm/FrugalBuild index 0357658..a9e447a 100644 --- a/source/xapps-extra/pcmanfm/FrugalBuild +++ b/source/xapps-extra/pcmanfm/FrugalBuild @@ -3,10 +3,10 @@ # Contributor: Priyank Gosalia pkgname=pcmanfm -pkgver=0.9.8 -pkgrel=3 +pkgver=0.9.9 +pkgrel=1 pkgdesc="Extremely fast and lightweight file manager." -depends=('libxml2>=2.7.8' 'gtk+2>=2.20.0-2' 'gamin' 'expat' 'startup-notification' 'libfm>=0.1.14' 'dbus-glib>=0.71') +depends=('libxml2>=2.7.8' 'gtk+2>=2.20.0-2' 'gamin' 'expat' 'startup-notification' 'libfm>=0.1.16' 'dbus-glib>=0.71') makedepends=('intltool') groups=('xapps-extra' 'lxde-desktop') options=('scriptlet') @@ -14,6 +14,6 @@ archs=('i686' 'x86_64' 'ppc') _F_gnome_mime="y" _F_gnome_desktop="y" Finclude gnome-scriptlet sourceforge -sha1sums=('0bd82a53e72328b71ca1482bf589314b70c628f8') +sha1sums=('de7099f57d7139a3d184cd162e02f5f5601667ec') # optimization OK From vmiklos at frugalware.org Wed Aug 10 21:16:16 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 10 Aug 2011 21:16:16 +0200 (CEST) Subject: [Frugalware-git] frugalware: up to 1.5 final Message-ID: <20110810191616.474451358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware.git;a=commitdiff;h=2d1a196fb74c1b6c707c4941296e4140d844b53d commit 2d1a196fb74c1b6c707c4941296e4140d844b53d Author: Miklos Vajna Date: Wed Aug 10 20:03:15 2011 +0200 up to 1.5 final diff --git a/Makefile b/Makefile index 3d7e4a6..19c9eb5 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 1.5rc2 +VERSION = 1.5 CODENAME = Mores FRUGALWARE_LANGS = de hu it From vmiklos at frugalware.org Wed Aug 10 21:17:59 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 10 Aug 2011 21:17:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: frugalware-1.5-1-i686 Message-ID: <20110810191759.095B61358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=75326c003f602a66fd0c719a92ff8d5b5e3b7966 commit 75326c003f602a66fd0c719a92ff8d5b5e3b7966 Author: Miklos Vajna Date: Wed Aug 10 20:04:46 2011 +0200 frugalware-1.5-1-i686 - version bump diff --git a/source/base/frugalware/FrugalBuild b/source/base/frugalware/FrugalBuild index d254741..8cbd3c1 100644 --- a/source/base/frugalware/FrugalBuild +++ b/source/base/frugalware/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=frugalware -pkgver=1.5rc2 +pkgver=1.5 pkgrel=1 pkgdesc="Basic Frugalware Linux filesystem package" url="http://ftp.frugalware.org/pub/other/frugalware/" From vmiklos at frugalware.org Wed Aug 10 21:19:14 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 10 Aug 2011 21:19:14 +0200 (CEST) Subject: [Frugalware-git] setup: updates for 1.2.1 Message-ID: <20110810191914.2B4FB1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=dd8b68451ffd5a9d07f2c0f0e68c414ab180faa8 commit dd8b68451ffd5a9d07f2c0f0e68c414ab180faa8 Author: Miklos Vajna Date: Wed Aug 10 20:06:13 2011 +0200 updates for 1.2.1 diff --git a/NEWS b/NEWS index 9c5aad9..4af8f85 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +1.2.1 - add bg_BG to GLIBC_LANGS + - qemu: enable kvm by default + - installpkgs_forreal: avoid reading uninitialized value + - select: pkgdb is no longer a directory 1.2.0 - fix gdb support - support reading pacman-g2 fdb files directly - fwife updates diff --git a/configure b/configure index 51cb877..e15a3b3 100755 --- a/configure +++ b/configure @@ -21,7 +21,7 @@ elif os.uname()[-1] == 'ppc': packages.extend(['mac-fdisk']) # when releasing a new setup, please update this. -version = "1.2.0" +version = "1.2.1" # parse our options parser = OptionParser(version="configure for Frugalware Setup v%s" % (version)) From vmiklos at frugalware.org Wed Aug 10 21:27:57 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 10 Aug 2011 21:27:57 +0200 (CEST) Subject: [Frugalware-git] pacman-tools: repoman: sync should not ignore the return code of upload Message-ID: <20110810192757.73BCC1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=980e190c4c79489c19f5725474765895c1d47af9 commit 980e190c4c79489c19f5725474765895c1d47af9 Author: Miklos Vajna Date: Wed Aug 10 20:14:46 2011 +0200 repoman: sync should not ignore the return code of upload diff --git a/repoman b/repoman index 161cba0..9021a93 100755 --- a/repoman +++ b/repoman @@ -709,7 +709,11 @@ sync() if ls *-$arch.fpm &>/dev/null; then for i in *-$arch.fpm do - _check_nobuild || dry_run upload $i frugalware-$arch/ + if ! _check_nobuild; then + if ! dry_run upload $i frugalware-$arch/; then + return 1 + fi + fi done fi From vmiklos at frugalware.org Wed Aug 10 21:33:57 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 10 Aug 2011 21:33:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: fwsetup-1.2.1-1-i686 Message-ID: <20110810193357.94C0A1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e45bf00d0f024ae4c2bb11f81e91545df2199bc8 commit e45bf00d0f024ae4c2bb11f81e91545df2199bc8 Author: Miklos Vajna Date: Wed Aug 10 21:33:40 2011 +0200 fwsetup-1.2.1-1-i686 - version bump diff --git a/source/devel-extra/fwsetup/FrugalBuild b/source/devel-extra/fwsetup/FrugalBuild index 31f9f6f..b54841f 100644 --- a/source/devel-extra/fwsetup/FrugalBuild +++ b/source/devel-extra/fwsetup/FrugalBuild @@ -5,14 +5,14 @@ USE_DEVEL=${USE_DEVEL:-"n"} USE_GUI=${USE_GUI:-"y"} pkgname=fwsetup -pkgver=1.2.0 +pkgver=1.2.1 Fuse $USE_DEVEL && pkgver=1.1.8.8.g24530c3 pkgrel=1 pkgdesc="Frugalware Setup" url="http://ftp.frugalware.org/pub/other/setup/" depends=() makedepends=('dialog' 'parted>=2.3' 'pacman-g2>=3.5.5' 'module-init-tools' \ - 'frugalware>=1.5rc2' 'busybox>=1.12.1-2' 'frugalwareutils>=0.9.3-5' \ + 'frugalware>=1.5' 'busybox>=1.12.1-2' 'frugalwareutils>=0.9.3-5' \ 'gdb>=7.0.1-2') if [ "$CARCH" != "ppc" ]; then Fconfopts="$Fconfopts --enable-tftp" From hermier at frugalware.org Thu Aug 11 09:29:27 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 11 Aug 2011 09:29:27 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdelibs-4.7.0-7-i686 Message-ID: <20110811072927.2000F1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=1908c02edf6d6e7fecfb5b613c0b60caed74250d commit 1908c02edf6d6e7fecfb5b613c0b60caed74250d Author: Michel Hermier Date: Wed Aug 10 12:21:20 2011 +0200 kdelibs-4.7.0-7-i686 * oups mixed libkjsembed name with libkjsembeded. diff --git a/source/kde/kdelibs/FrugalBuild b/source/kde/kdelibs/FrugalBuild index 431dcee..5a36c62 100644 --- a/source/kde/kdelibs/FrugalBuild +++ b/source/kde/kdelibs/FrugalBuild @@ -4,7 +4,7 @@ USE_DETECTDEPENDS=${USE_DETECTDEPENDS:-"n"} pkgname=kdelibs -pkgrel=6 +pkgrel=7 pkgdesc="KDE4 Core Libraries." groups=('kde') replaces=('kat') @@ -28,7 +28,7 @@ KDEUIDEP="libkdeui>=$_F_kde_ver" KDESUDEP="libkdesu>=$_F_kde_ver" KIODEP="libkio>=$_F_kde_ver" KJSDEP="libkjs>=$_F_kde_ver" -KJSEMBEDEDDEP="libkjsembeded>=$_F_kde_ver" +KJSEMBEDDEP="libkjsembed>=$_F_kde_ver" WEBKITDEP="libkdewebkit>=$_F_kde_ver" KFILEDEP="libkfile>=$_F_kde_ver" KHTMLDEP="libkhtml>=$_F_kdever" @@ -145,7 +145,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "libkross") subdescs=("${subdescs[@]}" "Scripting Libraries.") subdepends=("${subdepends[@]}" "$LIBQTDESIGNERDEP") -subrodepends=("${subrodepends[@]}" "$KFILEDEP $KJSEMBEDEDDEP $NEPOMUKDEP") +subrodepends=("${subrodepends[@]}" "$KFILEDEP $KJSEMBEDDEP $NEPOMUKDEP") subgroups=("${subgroups[@]}" 'kde kde-core') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') From bouleetbil at frogdev.info Thu Aug 11 09:43:02 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 11 Aug 2011 09:43:02 +0200 (CEST) Subject: [Frugalware-git] bouletmp: libfm-0.1.16-2-i686 *fix makedepends Message-ID: <20110811074302.0CFAA1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=bdcaeef41718784b3ab44a5d61582eabb5f0362c commit bdcaeef41718784b3ab44a5d61582eabb5f0362c Author: bouleetbil Date: Thu Aug 11 07:32:49 2011 +0200 libfm-0.1.16-2-i686 *fix makedepends diff --git a/source/xlib-extra/libfm/FrugalBuild b/source/xlib-extra/libfm/FrugalBuild index c7b7a9b..b6c3547 100644 --- a/source/xlib-extra/libfm/FrugalBuild +++ b/source/xlib-extra/libfm/FrugalBuild @@ -3,10 +3,10 @@ pkgname=libfm pkgver=0.1.16 -pkgrel=1 +pkgrel=2 pkgdesc="GIO-based library for file manager-like programs" depends=('gtk+2>=2.20.0-2' 'gvfs' 'menu-cache') -makedepends=('intltool') +makedepends=('intltool' 'gtk-doc') groups=('xlib-extra') options=('scriptlet') archs=('i686' 'x86_64' 'ppc') From vmiklos at frugalware.org Thu Aug 11 10:32:47 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 11 Aug 2011 10:32:47 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: Remove ftp8 Message-ID: <20110811083247.9463E1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=0fd5df0244c8f81626959fed8e67f8105d3a9461 commit 0fd5df0244c8f81626959fed8e67f8105d3a9461 Author: Miklos Vajna Date: Thu Aug 11 10:32:07 2011 +0200 Remove ftp8 From: Alexander Feller In the next two weeks i must close my mirror. Can you remove the links from your mirror list? Thanks diff --git a/frugalware/xml/mirrors2.xml b/frugalware/xml/mirrors2.xml index 990385d..616314b 100644 --- a/frugalware/xml/mirrors2.xml +++ b/frugalware/xml/mirrors2.xml @@ -124,21 +124,7 @@ If you modify this file, be sure it's still valid - read /hooks/README! http://free.org/ 2 GBit - - 8 - ftp - http - rsync - distro/frugalware - distro/frugalware - frugalware - linux-de.org - Germany - de - linux-de.org - http://mirror.linux-de.org/ - 100 MBit - + 9 ftp From hermier at frugalware.org Thu Aug 11 11:02:40 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 11 Aug 2011 11:02:40 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdeedu-4.7.0-1-i686 Message-ID: <20110811090240.453D81358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=09bb186015ee14d2d8de3dbd115a3c3a93d5fda8 commit 09bb186015ee14d2d8de3dbd115a3c3a93d5fda8 Author: Michel Hermier Date: Thu Aug 11 11:01:59 2011 +0200 kdeedu-4.7.0-1-i686 * Provide fake virtual migration package. diff --git a/source/kde-extra/kdeedu/FrugalBuild b/source/kde-extra/kdeedu/FrugalBuild index c8cc179..c93d845 100644 --- a/source/kde-extra/kdeedu/FrugalBuild +++ b/source/kde-extra/kdeedu/FrugalBuild @@ -7,32 +7,36 @@ pkgdesc="Educational programs for KDE." groups=('kde-extra') archs=('i686' 'x86_64') Finclude kde -depends=("${depends[@]}" "kdelibs>=${_F_kde_ver}" 'libice' 'libxrender' 'util-linux-ng' 'libxi' 'openbabel' \ - 'libglu' 'libjpeg' 'sqlite3' "libqtxmlpatterns>=$_F_kde_qtver" 'python' 'libboost>=1.46.1' 'libqtscript' "libqtscripttools" \ - 'cfitsio' "libqt3support>=$_F_kde_qtver" 'gsl' 'indilib>=0.6' 'libqalculate>=0.9.7' 'xplanet') -makedepends=("${makedepends[@]}" 'boost' 'cfitsio' 'eigen' 'facile' 'gmm' 'ocaml' "kdelibs-compiletime>=${_F_kde_ver}" "libqtgui>=$_F_kde_qtver" \ - "libqtxml>=$_F_kde_qtver" "libqtxmlpatterns>=$_F_kde_qtver" "libqtscript>=$_F_kde_qtver" "libqttest>=$_F_kde_qtver" 'libgl' 'libgcc' 'libxext' \ - 'docbook-xsl' "libdbusmenu-qt>=0.8.0") -provides=('kalgebra' 'koctave') -replaces=('kalgebra' 'koctave') -conflicts=('kalgebra' 'koctave') -sha1sums=('64247eb68b2710a66baaf824d798e46b34ca4d4f') +source=() +sha1sums=() +depends=() +makedepends=() +rodepends=("blinken>=$_F_kde_ver" \ + "cantor>=$_F_kde_ver" \ + "kalgebra>=$_F_kde_ver" \ + "kalzium>=$_F_kde_ver" \ + "kanagram>=$_F_kde_ver" \ + "kbruch>=$_F_kde_ver" \ + "kgeography>=$_F_kde_ver" \ + "khangman>=$_F_kde_ver" \ + "kig>=$_F_kde_ver" \ + "kiten>=$_F_kde_ver" \ + "klettres>=$_F_kde_ver" \ + "kmplot>=$_F_kde_ver" \ + "kstars>=$_F_kde_ver" \ + "ktouch>=$_F_kde_ver" \ + "kturtle>=$_F_kde_ver" \ + "kwordquiz>=$_F_kde_ver" \ + "marble>=$_F_kde_ver" \ + "parley>=$_F_kde_ver" \ + "rocs>=$_F_kde_ver" \ + "step>=$_F_kde_ver") -subpkgs=("${subpkgs[@]}" "marble") -subdescs=("${subdescs[@]}" "Desktop Globe / World Atlas for KDE") -subdepends=("${subdepends[@]}" "libqtgui>=${_F_kde_qtver} libqtxml kdelibs>=${_F_kde_ver} libqtscript libgcc libice libxrender libxext sqlite3 libqtxmlpatterns util-linux-ng libgl") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64') - -subpkgs=("${subpkgs[@]}" "$pkgname-docs") -subdescs=("${subdescs[@]}" "Kdeedu Documentation") -subdepends=("${subdepends[@]}" '') -subgroups=("${subgroups[@]}" 'docs-extra kde-docs') -subarchs=("${subarchs[@]}" 'i686 x86_64') - -_F_kde_subpkgs=("${subpkgs[@]}") - -rodepends=("${rodepends[@]}" "marble=$_F_kde_ver") +build() +{ + # Nothing to do here (virtual package) + return 0 +} # optimization OK From melko at frugalware.org Thu Aug 11 11:03:53 2011 From: melko at frugalware.org (Melko) Date: Thu, 11 Aug 2011 11:03:53 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdepim-runtime-4.7.0-1-i686 Message-ID: <20110811090353.D53C11358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=a555e5e1260d11b2cc4a6fd0f7a483015512f83c commit a555e5e1260d11b2cc4a6fd0f7a483015512f83c Author: Melko Date: Thu Aug 11 10:57:11 2011 +0200 kdepim-runtime-4.7.0-1-i686 * version bump * drop patch diff --git a/source/kde/kdepim-runtime/FrugalBuild b/source/kde/kdepim-runtime/FrugalBuild index 1a1307b..37ba9a9 100644 --- a/source/kde/kdepim-runtime/FrugalBuild +++ b/source/kde/kdepim-runtime/FrugalBuild @@ -2,8 +2,7 @@ # Maintainer: centuri0 pkgname=kdepim-runtime -pkgver=4.6.0 -pkgrel=2 +pkgrel=1 pkgdesc="KDE PIM Runtime" groups=('kde') archs=('i686' 'x86_64') @@ -13,9 +12,6 @@ depends=("${depends[@]}" "kdelibs-interfaces>=$_F_kde_ver" "kdepimlibs>=$_F_kde_ 'libboost>=1.46.1' "libqt3support>=$_F_kde_qtver" "libqttest>=$_F_kde_qtver" 'libice' 'libxrender' 'libuuid' \ 'libxi' 'cyrus-sasl' 'strigi' 'libstrigiqtdbusclient' "akonadi>=1.5.0" "libdbusmenu-qt>=0.7.0" "attica>=0.2.0") makedepends=("${makedepends[@]}" 'boost' "kdepimlibs-compiletime>=$_F_kde_ver" "docbook-xsl") -source=(ftp://ftp.kde.org/pub/kde/stable/kdepim-$pkgver/src/$pkgname-$pkgver.tar.bz2 disable-l10n.patch) -sha1sums=('2a2e29ba805ae2c94fa4da6371693e59575d3ed8' \ - 'f6c01348ee3565c06c9a7146db360a2ba66f2d46') # optimization OK diff --git a/source/kde/kdepim-runtime/disable-l10n.patch b/source/kde/kdepim-runtime/disable-l10n.patch deleted file mode 100644 index 663381d..0000000 --- a/source/kde/kdepim-runtime/disable-l10n.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- kdepim-runtime-4.6.0/CMakeLists.txt~ 2011-06-10 16:49:12.130427269 +0000 -+++ kdepim-runtime-4.6.0/CMakeLists.txt 2011-06-10 16:56:52.871414776 +0000 -@@ -194,7 +194,3 @@ - update_xdg_mimetypes(${XDG_MIME_INSTALL_DIR}) - - macro_display_feature_log() -- --find_package(Msgfmt REQUIRED) --find_package(Gettext REQUIRED) --add_subdirectory(po) - \ No newline at end of file From hermier at frugalware.org Thu Aug 11 11:47:39 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 11 Aug 2011 11:47:39 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdegraphics-4.7.0-1-i686 Message-ID: <20110811094739.308931358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=ca785158489c10b7d446493dfa727af9ff0e2e9b commit ca785158489c10b7d446493dfa727af9ff0e2e9b Author: Michel Hermier Date: Thu Aug 11 11:44:01 2011 +0200 kdegraphics-4.7.0-1-i686 * Provide fake virtual migration package. diff --git a/source/kde/kdegraphics/FrugalBuild b/source/kde/kdegraphics/FrugalBuild index 958eeb0..7e4aeef 100644 --- a/source/kde/kdegraphics/FrugalBuild +++ b/source/kde/kdegraphics/FrugalBuild @@ -2,151 +2,37 @@ # Maintainer: centuri0 pkgname=kdegraphics -pkgrel=2 +pkgrel=1 pkgdesc="KDE Graphics Programs" groups=('kde') archs=('i686' 'x86_64' 'ppc') Finclude kde -makedepends=("${makedepends[@]}" "ksgmltools2>=${_F_kde_ver}" "libqtdesigner>=$_F_kde_qtver" \ - "docbook-xsl" "libdbusmenu-qt>=0.8.0" "attica>=0.2.0") -sha1sums=('1e64698993d0754dfae1296d8d16ba9370f9a08c') - -Qt4="${_F_kde_qtver}" -Kde4="${_F_kde_ver}" - -subpkgs=("${subpkgs[@]}" "libkdcraw") -subdescs=("${subdescs[@]}" "A C++ wrapper around LibRaw library to decode RAW pictures.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 lcms libgomp libqtgui>=$Qt4 libqtdbus>=$Qt4 gamin xfsprogs-attr bzip2 libxext") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "libkexiv2") -subdescs=("${subdescs[@]}" "A C++ library to manipulate EXIF/IPTC/XMP metadata using Exiv2 library.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 exiv2>=0.21 libqtdbus>=$Qt4 bzip2 libxext expat") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "libkipi") -subdescs=("${subdescs[@]}" "KDE Image Plugin Interface, a C++ library to share plugins among graphic applications.") -subdepends=("${subdepends[@]}" "libqtgui>=$Qt4 libkdecore>=$Kde4 libxext gamin xfsprogs-attr libqtdbus>=$Qt4 bzip2") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "libksane") -subdescs=("${subdescs[@]}" "A C++ library for SANE interface to control flat scanners.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 sane-backends libqtgui>=$Qt4 libqtdbus>=$Qt4 libusb bzip2 libxext") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "libsvgpart") -subdescs=("${subdescs[@]}" "KDE SVG part loader.") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext gamin xfsprogs-attr") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "gwenview") -subdescs=("${subdescs[@]}" "KDE Image Viewer") -subdepends=("${subdepends[@]}" "libkfile>=$Kde4 phonon>=4.4.0 libjpeg exiv2>=0.21 libnepomuk>=$Kde4 libqtsvg>=$Kde4 libqtxml>=$Qt4 - expat libsm libxcursor libpng fontconfig libxi") -subrodepends=("${subrodepends[@]}" "libkipi>=$Kde4") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "kamera") -subdescs=("${subdescs[@]}" "KDE Webcam Configurator Tool") -subdepends=("${subdepends[@]}" "libgphoto2 libstdc++ zlib strigi>=0.7.2-2 libqtnetwork>=$Qt4 libqtxml>=$Qt4 xfsprogs-acl libxrender libqtgui>=$Qt4 - xz libice libxtst libxfixes libuuid libkde3support>=$Kde4 libqtsql>=$Qt4") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "kcolorchooser") -subdescs=("${subdescs[@]}" "KDE Color Selector") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "kgamma") -subdescs=("${subdescs[@]}" "KDE Gamma Configurator") -subdepends=("${subdepends[@]}" "libxxf86vm libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "kolourpaint") -subdescs=("${subdescs[@]}" "KDE Paint Program") -subdepends=("${subdepends[@]}" "libqtcore>=$Qt4 libqtsvg>=$Qt4 libsm libxcursor libpng fontconfig libxi libkutils>=$Kde4 libqt3support>=$Qt4 qimageblitz attica>=0.2.0") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "kruler") -subdescs=("${subdescs[@]}" "KDE Ruler Widget") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libqtgui>=$Qt4 libqtdbus>=$Qt4 bzip2 libxext") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "$pkgname-thumbnailers") -subdescs=("${subdescs[@]}" "Thumnailers Creators for Kdegraphics.") -subdepends=("${subdepends[@]}" "libqtgui>=$Qt4 strigi>=0.7.2-2 libqtnetwork>=$Qt4 xfsprogs-acl libxrender libqtdbus>=$Qt4 - libice libgcc libxtst libxfixes xz libuuid libgomp expat") -subrodepends=("${subrodepends[@]}" "libkdcraw>=$Kde4 libkexiv2>=$Kde4") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "$pkgname-strigi-analyzer") -subdescs=("${subdescs[@]}" "Strigi Analyzer for Kdegraphics.") -subdepends=("${subdepends[@]}" "strigi>=0.7.2-2 libgcc libtiff libqtgui>=$Qt4 libice libxrender libxext libuuid") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "ksaneplugin") -subdescs=("${subdescs[@]}" "KDE Sane Plugin.") -subdepends=("${subdepends[@]}" "libqtgui>=$Qt4 libqtdbus>=$Qt4 gamin xfsprogs-attr bzip2 libxext libieee1284 libgphoto2") -subrodepends=("${subrodepends[@]}" "libksane>=$Kde4") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -subpkgs=("${subpkgs[@]}" "ksnapshot") -subdescs=("${subdescs[@]}" "KDE Screenshot Utility") -subdepends=("${subdepends[@]}" "libkdecore>=$Kde4 libxext libqtdbus>=$Qt4 libqtgui>=$Qt4 gamin xfsprogs-attr bzip2") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -subrodepends=("${subrodepends[@]}" "") - -subpkgs=("${subpkgs[@]}" "okular") -subdescs=("${subdescs[@]}" "KDE universal document viewer") -subdepends=("${subdepends[@]}" "libthreadweaver>=$Kde4 libqtnetwork>=$Qt4 strigi>=0.7.2-2 xfsprogs-acl libqtsvg>=$Qt4 libice libxtst libxcursor xz libxau libxdmcp libuuid - ebook-tools qca chmlib libkdesu>=$Kde4 libspectre cups libkutils>=$Kde4 qimageblitz poppler-qt4 djvulibre libkhtml>=$Kde4") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'kde') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -rodepends=("${rodepends[@]}" "${subpkgs[@]}") - -subpkgs=("${subpkgs[@]}" "$pkgname-docs") -subdescs=("${subdescs[@]}" "kdegraphics Documentation") -subdepends=("${subdepends[@]}" '') -subgroups=("${subgroups[@]}" 'docs-extra kde-docs') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -subrodepends=("${subrodepends[@]}" "") - -subpkgs=("${subpkgs[@]}" "$pkgname-compiletime") -subdescs=("${subdescs[@]}" "KDE Graphics extra headers, cmake and pkgconfig files.") -subdepends=("${subdepends[@]}" "kdelibs-compiletime>=$Kde4") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'devel-extra kde-build') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - -_F_kde_subpkgs=("${subpkgs[@]}") +source=() +sha1sums=() +depends=() +makedepends=() +replaces=("$pkgname-docs" "$pkgname-compiletime") +rodepends=("libkdcraw>=$_F_kde_ver" \ + "libkexiv2>=$_F_kde_ver" \ + "libkipi>=$_F_kde_ver" \ + "libksane>=$_F_kde_ver" \ + "svgpart>=$_F_kde_ver" \ + "gwenview>=$_F_kde_ver" \ + "kamera>=$_F_kde_ver" \ + "kcolorchooser>=$_F_kde_ver" \ + "kgamma>=$_F_kde_ver" \ + "kolourpaint>=$_F_kde_ver" \ + "kruler>=$_F_kde_ver" \ + "$pkgname-strigi-analyzer>=$_F_kde_ver" \ + "$pkgname-thumbnailers>=$_F_kde_ver" \ + "ksaneplugin>=$_F_kde_ver" \ + "ksnapshot>=$_F_kde_ver" \ + "okular>=$_F_kde_ver") + +build() +{ + # Nothing to do here (virtual package) + return 0 +} # optimization OK - From hermier at frugalware.org Thu Aug 11 12:00:27 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 11 Aug 2011 12:00:27 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdeedu-4.7.0-2-i686 Message-ID: <20110811100027.350E11358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=6d2efe92156ae95114c2618df98e0e2255697ce4 commit 6d2efe92156ae95114c2618df98e0e2255697ce4 Author: Michel Hermier Date: Thu Aug 11 11:59:46 2011 +0200 kdeedu-4.7.0-2-i686 * Replace kdeedu-docs. diff --git a/source/kde-extra/kdeedu/FrugalBuild b/source/kde-extra/kdeedu/FrugalBuild index c93d845..9a1ae5f 100644 --- a/source/kde-extra/kdeedu/FrugalBuild +++ b/source/kde-extra/kdeedu/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: centuri0 pkgname=kdeedu -pkgrel=1 +pkgrel=2 pkgdesc="Educational programs for KDE." groups=('kde-extra') archs=('i686' 'x86_64') @@ -11,6 +11,7 @@ source=() sha1sums=() depends=() makedepends=() +replace=("$pkgname-docs") rodepends=("blinken>=$_F_kde_ver" \ "cantor>=$_F_kde_ver" \ "kalgebra>=$_F_kde_ver" \ @@ -39,4 +40,3 @@ build() } # optimization OK - From hermier at frugalware.org Thu Aug 11 12:38:17 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 11 Aug 2011 12:38:17 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdeedu-4.7.0-3-i686 Message-ID: <20110811103817.9F7341358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=b0a0719e6c9f7c10a65f57cb930f99210309dad0 commit b0a0719e6c9f7c10a65f57cb930f99210309dad0 Author: Michel Hermier Date: Thu Aug 11 12:37:37 2011 +0200 kdeedu-4.7.0-3-i686 * We must provide the trinity removal rule. diff --git a/source/kde-extra/kdeedu/FrugalBuild b/source/kde-extra/kdeedu/FrugalBuild index 9a1ae5f..05b31cb 100644 --- a/source/kde-extra/kdeedu/FrugalBuild +++ b/source/kde-extra/kdeedu/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: centuri0 pkgname=kdeedu -pkgrel=2 +pkgrel=3 pkgdesc="Educational programs for KDE." groups=('kde-extra') archs=('i686' 'x86_64') @@ -11,7 +11,6 @@ source=() sha1sums=() depends=() makedepends=() -replace=("$pkgname-docs") rodepends=("blinken>=$_F_kde_ver" \ "cantor>=$_F_kde_ver" \ "kalgebra>=$_F_kde_ver" \ @@ -33,6 +32,10 @@ rodepends=("blinken>=$_F_kde_ver" \ "rocs>=$_F_kde_ver" \ "step>=$_F_kde_ver") +provides=("$pkgname-docs") +conflicts=("${provides[@]}") +replaces=("${provides[@]}") + build() { # Nothing to do here (virtual package) From hermier at frugalware.org Thu Aug 11 12:41:54 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 11 Aug 2011 12:41:54 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdegraphics-4.7.0-2-i686 Message-ID: <20110811104154.6563B1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=8c2ce434e3924a51cd2d79be12be7bad1414a7e3 commit 8c2ce434e3924a51cd2d79be12be7bad1414a7e3 Author: Michel Hermier Date: Thu Aug 11 12:41:26 2011 +0200 kdegraphics-4.7.0-2-i686 * We must provide the trinity removal rule. diff --git a/source/kde/kdegraphics/FrugalBuild b/source/kde/kdegraphics/FrugalBuild index 7e4aeef..e3cd8a2 100644 --- a/source/kde/kdegraphics/FrugalBuild +++ b/source/kde/kdegraphics/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: centuri0 pkgname=kdegraphics -pkgrel=1 +pkgrel=2 pkgdesc="KDE Graphics Programs" groups=('kde') archs=('i686' 'x86_64' 'ppc') @@ -11,7 +11,6 @@ source=() sha1sums=() depends=() makedepends=() -replaces=("$pkgname-docs" "$pkgname-compiletime") rodepends=("libkdcraw>=$_F_kde_ver" \ "libkexiv2>=$_F_kde_ver" \ "libkipi>=$_F_kde_ver" \ @@ -29,6 +28,10 @@ rodepends=("libkdcraw>=$_F_kde_ver" \ "ksnapshot>=$_F_kde_ver" \ "okular>=$_F_kde_ver") +provides=("$pkgname-docs" "$pkgname-compiletime") +conflicts=("${provides[@]}") +replaces=("${provides[@]}") + build() { # Nothing to do here (virtual package) From hermier at frugalware.org Thu Aug 11 12:53:38 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 11 Aug 2011 12:53:38 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdebase-workspace-4.7.0-4-i686 Message-ID: <20110811105338.E9FDE1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=88912f40db3b2bbca3cbdc590f866900cec450fc commit 88912f40db3b2bbca3cbdc590f866900cec450fc Author: Michel Hermier Date: Thu Aug 11 12:52:42 2011 +0200 kdebase-workspace-4.7.0-4-i686 * Add replace libksysguard. diff --git a/source/kde/kdebase-workspace/FrugalBuild b/source/kde/kdebase-workspace/FrugalBuild index 47cdcbd..a782d33 100644 --- a/source/kde/kdebase-workspace/FrugalBuild +++ b/source/kde/kdebase-workspace/FrugalBuild @@ -7,7 +7,7 @@ USE_GPSD=${USE_GPSD:-"n"} USE_NETWORKMANAGER=${USE_NETWORKMANAGER:-"n"} pkgname=kdebase-workspace -pkgrel=3 +pkgrel=4 pkgdesc="Programs specific for the KDE4 desktop." groups=('kde') archs=('i686' 'x86_64' 'ppc') @@ -31,16 +31,16 @@ source=("${source[@]}" \ kde.pamd \ kde-np.pamd \ kdebase-workspace-4.4.92-kdm_plymouth081.patch) -## This will all go to 'kde--cleaner or similar -#replaces=('ksensors' 'katapult' 'tastymenu' 'kbfx' 'kdesktop-menu' \ -# 'kicker-compiz' 'taskbar-compiz' 'mtaskbar' 'ksmoothdock' \ -# 'kompose' 'dbus-qt3') sha1sums=('cbc61a20013c746f424681020c29480c6249fd10' \ 'e1f706c984fc81633663c662e674b6f2c64d2f83' \ '6216aad404aa0b846c835a0e8f9df4941bf74d37' \ '072f69fd5bdf5ea20b23bb9b3fae688a500d7169' \ '5924185ad7a9f16964edd36e68cb3714ba406253') +provides=("libksysguard") +conflicts=("${provides[@]}") +replaces=("${provides[@]}") + Qt4="${_F_kde_qtver}" Kde4="$_F_kde_ver" From hermier at frugalware.org Thu Aug 11 13:07:40 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 11 Aug 2011 13:07:40 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdebindings-4.7.0-1-i686 Message-ID: <20110811110740.35D5E1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=79ab84a9d8e6339c2c3b58d4745ea7de33d799fd commit 79ab84a9d8e6339c2c3b58d4745ea7de33d799fd Author: Michel Hermier Date: Thu Aug 11 13:06:10 2011 +0200 kdebindings-4.7.0-1-i686 * Provide fake virtual migration package.(Some package may be missing) diff --git a/source/kde/kdebindings/FrugalBuild b/source/kde/kdebindings/FrugalBuild index 1dbeaaf..aadac47 100644 --- a/source/kde/kdebindings/FrugalBuild +++ b/source/kde/kdebindings/FrugalBuild @@ -2,27 +2,26 @@ # Maintainer: centuri0 pkgname=kdebindings -pkgrel=2 +pkgrel=1 pkgdesc="KDE Bindings." groups=('kde') archs=('i686' 'x86_64' 'ppc') -_F_cmake_confopts="-DCMAKE_SKIP_RPATH=OFF -DENABLE_KROSSRUBY=OFF" Finclude mono kde -options=('scriptlet') -depends=("kdepimlibs>=$_F_kde_ver" 'pyqt4>=4.8.3-2' 'libboost') -replaces=('pykde' 'pykdeextensions') -makedepends=("${makedepends[@]}" 'sip' "qimageblitz>=0.0.4-2" "kdewebdev>=$_F_kde_ver" 'mono' "libqtgui>=$_F_kde_qt_ver" \ - "kdesdk>=$_F_kde_ver" 'boost>=1.46.1' "kdegraphics>=$_F_kde_ver" 'gcc-gcj' \ - "kdebase-workspace>=${_F_kde_ver}" "kdebase-workspace-compiletime>=${_F_kde_ver}" 'libqtmultimedia' \ - 'docbook-xsl' "libqtdeclarative>=_F_kde_qtver") -sha1sums=('e63a0b0eec92320df2c2c539b916c5ee9425a689') -makedepends=(${makedepends[@]} "ruby>=1.9.1-3") -build() { - unset MAKEFLAGS - unset _F_KDE_LD_FLAGS - Fmonoexport - KDE_build - Fmonocleanup + +source=() +sha1sums=() +depends=() +makedepends=() +rodepends=("perlkde>=$_F_kde_ver" \ + "perlqt>=$_F_kde_ver" \ + "pykde4>=$_F_kde_ver" \ + "smokekde>=$_F_kde_ver") + +build() +{ + # Nothing to do here (virtual package) + return 0 } + # optimization OK From hermier at frugalware.org Thu Aug 11 13:35:38 2011 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 11 Aug 2011 13:35:38 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdelibs-4.7.0-8-i686 Message-ID: <20110811113538.8FCAC1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=55d2c5cd7c1550572352e71d01594fd3c0f5280f commit 55d2c5cd7c1550572352e71d01594fd3c0f5280f Author: Michel Hermier Date: Thu Aug 11 13:34:14 2011 +0200 kdelibs-4.7.0-8-i686 * Add libkdecore-data provides//conflits/replaces. diff --git a/source/kde/kdelibs/FrugalBuild b/source/kde/kdelibs/FrugalBuild index 5a36c62..1e455f4 100644 --- a/source/kde/kdelibs/FrugalBuild +++ b/source/kde/kdelibs/FrugalBuild @@ -4,10 +4,9 @@ USE_DETECTDEPENDS=${USE_DETECTDEPENDS:-"n"} pkgname=kdelibs -pkgrel=7 +pkgrel=8 pkgdesc="KDE4 Core Libraries." groups=('kde') -replaces=('kat') archs=('i686' 'x86_64' 'ppc') Finclude kde depends=() @@ -21,6 +20,10 @@ sha1sums=("${sha1sums[@]}" \ 'c657c474875c155197dde1c846f1791e744febc2' \ '86ee8c8660f19de8141ac99cd6943964d97a1ed7') +provides=('kat' 'libkdecore-data') +conflicts=("${provides[@]}") +replaces=("${provides[@]}") + DNSSDDEP="libdnssd>=$_F_kde_ver" KDE3SUPPORTDEP="libkde3support>=$_F_kde_ver" KDECOREDEP="libkdecore>=$_F_kde_ver" From pingax at frugalware.fr Thu Aug 11 14:57:32 2011 From: pingax at frugalware.fr (Pingax) Date: Thu, 11 Aug 2011 14:57:32 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * French translation * Remains VYM review, FSA chapter, about & comment sections Message-ID: <20110811125732.1824E1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=a0518b15b564d52b8a26704e1d20897cda241263 commit a0518b15b564d52b8a26704e1d20897cda241263 Author: Pingax Date: Thu Aug 11 14:56:22 2011 +0200 * French translation * Remains VYM review, FSA chapter, about & comment sections diff --git a/frugalware/weeklynews/issue81_fr.html b/frugalware/weeklynews/issue81_fr.html index aa6449e..5ec6033 100644 --- a/frugalware/weeklynews/issue81_fr.html +++ b/frugalware/weeklynews/issue81_fr.html @@ -486,43 +486,44 @@
    Users' Desktop Screenshots

    -

    This new section of the newsletter features screenshots of users' desktop - configurations. Whether we use a desktop environment or only a window - manager, most of us like to tweak the appearance of our desktop until it - looks just right. With almost endless configuration options it can become an - obsession. The screenshots which appear in this section are examples of what - you can achieve. You may not like them all but you may learn about an option - or application that you didn't know before. If the creator of the screenshot - has provided details of the configuration, these are provided below.

    +

    Cette nouvelle section propose quelques copies d'??cran de la configuration + de certains utilisateurs. Que l'on utilise un environnement de bureau ou + simplement un gestionnaire de fen??tres, beaucoup d'entre nous aiment modifier + l'apparence de leur bureau jusqu'?? ce que cela convienne. Cela peut parfois + virer ?? l'obsession. Les copies d'??cran de cette section sont des exemples + de ce que vous pouvez obtenir. Vous pouvez ne pas les aimer, mais vous + pourriez d??couvrir une fonctionnalit?? d'une application que vous ne + connaissiez pas avant. Si l'auteur de la copie d'??cran fournit des informations, + vous les retrouverez ??galement ici.

    Phayz

    -

    Sadly there's only one users' desktop screenshot in this issue. - Please do submit them in the forum, otherwise this feature - will disappear.

    +

    Malheureusement, il n' y a qu'une seule copie d'??cran dans ce num??ro + de la newsletter. Merci d'en envoyer sur le forum, sans quoi cette section + pourrait dispara??tre.

    -

    This screenshot features the IDE or Ikea Desktop Environment which is - very flexible, allowing for personal customisation. Highlights of this - desktop include:

    +

    Cette copie d'??cran nous montre un IDE (ou Ikea Desktop Environment), qui + est tr??s flexible et qui permet des modifications personnelles. Passons en + revue cette copie d'??cran :

      -
    • 1. A device commonly called a telephone which allows - people to communicate verbally to each other. Although it's - considered outdated now, prior to the rise of social networks - it was the primary means of communication worldwide;
    • +
    • 1. Un p??riph??rique commun??ment appel?? T??l??phone, qui permet aux + gens de communiquer de vive voix. Bien qu'il soit consid??r?? comme d??pass??, + ?? la faveur des r??seaux sociaux, il fut le premier moyen de communication + dans le monde.
    • -
    • 2. A drinks container, allowing the convenient storage of - beverages such as tea or coffee. These are commonly used to keep the - user awake;
    • +
    • 2. Une tasse, qui permet de stocker diff??rents types de breuvage, comme + le th?? ou le caf??. Ils sont principalement utilis??s pour garder ??veill?? + l'utilisateur.
    • -
    • 3. A notepad and pencil. These are even rarer than the telephone - and were once a common means of noting information. These are - considered of historic value only and have since been replaced with - smart phones and tablets;
    • +
    • 3. Un bloc-notes et un stylo. Ils sont aussi rares que le t??l??phone, + et ils ??taient principalement pour prendre des notes. Ils sont consid??r??s + comme ayant une valeur historique et sont, depuis, remplac??s par les + smartphones et les tablettes.
    • -
    • 4. A maze of cables which clearly illustrates the value of - wireless devices. In fact this arrangement is kept only to encourage - others to prevent this happening in their own homes.
    • +
    • 4. Un amas de c??bles, qui illustre clairement la valeur des + p??riph??riques sans fil. En fait, cet arrangement est seulement fait + pour encourager les autres ?? ??viter ??a chez eux.
    -
    From the wiki to you...
    +
    Du wiki ?? vous...

    -

    The wiki is a very useful source of information about Frugalware, - hardware and applications. Sometimes the question is asked: what should go - in the wiki and what should go in the official manual? The general - guideline is that the manual's purpose is to help you install, manage and - maintain Frugalware only, not individual applications. The wiki's purpose - is to allow everyone to contribute any information that they think might - be useful to other Frugalware users. Changes occur so quickly in the FLOSS - world that it would impossible to cover everything in the official - documentation but a wiki allows collective knowledge to be shared, which - is itself a great feature of the FLOSS community.

    +

    Le wiki est une tr??s utile source d'informations autour de Frugalware, le mat??riel + et les applications. Quelque fois, la question est pos??e : qu'est ce qui doit aller + dans le wiki et qu'est ce qui doit aller dans la documentation officielle ? L'avis + g??n??ral est que le but du manuel est de vous aider ?? installer, g??rer et maintenir + Frugalware, sans aborder les applications individuellement. L'objectif du wiki est + de permette ?? chacun de contribuer en y mettant une information qu'ils jugent + utile pour les autres utilisateurs de Frugalware. Les changements interviennent + tellement rapidement dans le monde du logiciel libre qu'il serait impossible de tout + regrouper dans une documentation, mais un wiki permet qu'un savoir commun soit partag??, + ce qui est un des principes de la communaut?? du logiciel libre.

    -

    Here are some highlights of recent additions and changes to the wiki.

    +

    Voici un extrait de ce qui a ??t?? ajout?? / modifi?? r??cemment sur le wiki :

      -
    • Elementary Portage - Updated. This page is used by - Devil505 to track the porting of the Elementary Project's applications - to Frugalware;
    • +
    • Elementary Portage - Mise ?? jour. Cette page est utilis??e + par Devil505, pour suivre l'??volution du portage des applications du projet + Elementary sur Frugalware.
    • -
    • Plank (Fran??ais) - New.Details of the simple dock, - Plank;
    • +
    • Plank (Fran??ais) - Nouveau.D??tails sur le simple Dock, + Plank.
    • -
    • SSH (and SSH (Fran??ais)) - Updated.Lots of - information about SSH
    • +
    • SSH (et SSH (Fran??ais)) - Mise ?? jour.Beaucoup d'informations + sur SSH
    • -
    • TODO-1.6 - New. This page is used to detail what's - planned for Frugalware release 1.6
    • +
    • TODO-1.6 - Nouveau. Cette page est utlis??e pour fournir + les d??tails de ce qui est pr??vu pour la version 1.6 de Frugalware.
    • -
    • Broadcom wireless (and Broadcom wireless (Fran??ais)) - New. - Lots if information about Broadcom wireless and various - configuration tweaks.
    • +
    • Broadcom wireless (et Broadcom wireless (Fran??ais)) - Nouveau. + Beaucoup d'informations sur les chipsets sans fil Broadcom + et quelques astuces de configuration.
    • -
    • Beatbox (and Beatbox (Fran??ais)) - New. Information - about the Beatbox media player.
    • +
    • Beatbox (et Beatbox (Fran??ais)) - Nouveau. Informations + sur le lecteur audio Beatbox.
    • -
    • Frugalware production infrastructure - New Details - of the various servers which form the Frugalware infrastructure.
    • +
    • Frugalware production infrastructure - Nouveau. D??tails + sur les diff??rents serveurs composant l'infrastructure de Frugalware.

    -
    Bug Tracker System (BTS) Activity
    +
    Activit?? du Bug Tracker System (BTS)

    -

    The following table gives you a overview of activity on bugs and - feature requests as at 6 August 2011. Click on the link in each cell for - details of the relevant bug reports or feature requests.

    +

    Le tableau suivant vous indiquent un aper??u de l'activit?? sur le BTS + (rapport de bug et demande de fonctionnalit??), arr??t?? au 6 ao??t 2011. + Cliquez sur le lien dans chaque cellule pour obtenir le rapport d??taill??.

    - + - + - + @@ -609,7 +610,7 @@ - + @@ -617,7 +618,7 @@ - + From vmiklos at frugalware.org Thu Aug 11 15:54:27 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 11 Aug 2011 15:54:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: TAG 1.5 Message-ID: <20110811135427.97B981358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0e82b8fca61c4f5efd9ea5c257492e919a3b10e2 commit 0e82b8fca61c4f5efd9ea5c257492e919a3b10e2 Author: Miklos Vajna Date: Thu Aug 11 15:53:36 2011 +0200 TAG 1.5 From hermier at frugalware.org Fri Aug 12 12:44:00 2011 From: hermier at frugalware.org (Michel Hermier) Date: Fri, 12 Aug 2011 12:44:00 +0200 (CEST) Subject: [Frugalware-git] kernel30: kernel.sh: Properly define dracut use flags and code. Message-ID: <20110812104400.AE57ABAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=394a47b8ef3e5261f4a8cc7cf9b6595cef38df37 commit 394a47b8ef3e5261f4a8cc7cf9b6595cef38df37 Author: Michel Hermier Date: Fri Aug 12 12:42:37 2011 +0200 kernel.sh: Properly define dracut use flags and code. diff --git a/source/include/kernel.sh b/source/include/kernel.sh index 3973902..5714c18 100644 --- a/source/include/kernel.sh +++ b/source/include/kernel.sh @@ -1,5 +1,8 @@ #!/bin/sh +USE_DEVEL=${USE_DEVEL:-"n"} +USE_DRACUT=${USE_DRACUT:-"n"} + Finclude kernel-version ### @@ -140,9 +143,9 @@ fi if [ "$CARCH" = "arm" -o "$CARCH" = "ppc" ]; then makedepends=("${makedepends[@]}" 'u-boot-tools') fi -#if Fuse DRACUT; then -# makedepends=("${makedepends[@]}" 'dracut') -#fi +if Fuse DRACUT; then + makedepends=("${makedepends[@]}" 'dracut') +fi groups=('base') archs=('i686' 'x86_64' 'ppc' 'arm') options=('nodocs' 'genscriptlet') @@ -312,6 +315,15 @@ Fbuildkernel() Ffilerel /usr/src/linux-$_F_kernel_ver$_F_kernel_uname/Module.symvers Frm /lib/modules/$_F_kernel_ver$_F_kernel_uname/build Frm /lib/modules/$_F_kernel_ver$_F_kernel_uname/source + + if Fuse DRACUT; then + Fexec /sbin/dracut \ + $Fdestdir/boot/initramfs.img-$_F_kernel_ver$_F_kernel_uname \ + --no-kernel \ + --include $Fdestdir/lib/modules/ /lib/modules/ \ + || Fdie + fi + Fln /usr/src/linux-$_F_kernel_ver$_F_kernel_uname \ /lib/modules/$_F_kernel_ver$_F_kernel_uname/build Fln /usr/src/linux-$_F_kernel_ver$_F_kernel_uname \ From ryuo at frugalware.org Fri Aug 12 13:07:32 2011 From: ryuo at frugalware.org (James Buren) Date: Fri, 12 Aug 2011 13:07:32 +0200 (CEST) Subject: [Frugalware-git] kernel30: kernel-3.0-1-i686 * update i686 config (first draft) Message-ID: <20110812110732.C98CEBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=b7382e00668b8908225511a8751254fd3ddeefad commit b7382e00668b8908225511a8751254fd3ddeefad Author: James Buren Date: Wed Aug 10 10:30:32 2011 -0500 kernel-3.0-1-i686 * update i686 config (first draft) diff --git a/source/base/kernel/config.i686 b/source/base/kernel/config.i686 index 173aa92..47856e5 100644 --- a/source/base/kernel/config.i686 +++ b/source/base/kernel/config.i686 @@ -1,6 +1,6 @@ # # Automatically generated make config: don't edit -# Linux/x86 3.0.1 Kernel Configuration +# Linux/i386 3.0.1 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -81,8 +81,8 @@ CONFIG_SYSVIPC_SYSCTL=y CONFIG_POSIX_MQUEUE=y CONFIG_POSIX_MQUEUE_SYSCTL=y CONFIG_BSD_PROCESS_ACCT=y -# CONFIG_BSD_PROCESS_ACCT_V3 is not set -# CONFIG_FHANDLE is not set +CONFIG_BSD_PROCESS_ACCT_V3=y +CONFIG_FHANDLE=y CONFIG_TASKSTATS=y CONFIG_TASK_DELAY_ACCT=y CONFIG_TASK_XACCT=y @@ -127,12 +127,14 @@ CONFIG_PROC_PID_CPUSET=y CONFIG_CGROUP_CPUACCT=y CONFIG_RESOURCE_COUNTERS=y CONFIG_CGROUP_MEM_RES_CTLR=y -# CONFIG_CGROUP_MEM_RES_CTLR_SWAP is not set -# CONFIG_CGROUP_PERF is not set +CONFIG_CGROUP_MEM_RES_CTLR_SWAP=y +CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED=y +CONFIG_CGROUP_PERF=y CONFIG_CGROUP_SCHED=y CONFIG_FAIR_GROUP_SCHED=y CONFIG_RT_GROUP_SCHED=y -# CONFIG_BLK_CGROUP is not set +CONFIG_BLK_CGROUP=y +# CONFIG_DEBUG_BLK_CGROUP is not set CONFIG_NAMESPACES=y CONFIG_UTS_NS=y CONFIG_IPC_NS=y @@ -229,6 +231,7 @@ CONFIG_BLOCK=y CONFIG_LBDAF=y CONFIG_BLK_DEV_BSG=y CONFIG_BLK_DEV_INTEGRITY=y +# CONFIG_BLK_DEV_THROTTLING is not set # # IO Schedulers @@ -236,11 +239,13 @@ CONFIG_BLK_DEV_INTEGRITY=y CONFIG_IOSCHED_NOOP=y CONFIG_IOSCHED_DEADLINE=y CONFIG_IOSCHED_CFQ=y +# CONFIG_CFQ_GROUP_IOSCHED is not set # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_NOOP is not set CONFIG_DEFAULT_IOSCHED="cfq" CONFIG_PREEMPT_NOTIFIERS=y +CONFIG_PADATA=y # CONFIG_INLINE_SPIN_TRYLOCK is not set # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set # CONFIG_INLINE_SPIN_LOCK is not set @@ -283,8 +288,8 @@ CONFIG_SMP=y CONFIG_X86_MPPARSE=y CONFIG_X86_BIGSMP=y CONFIG_X86_EXTENDED_PLATFORM=y -# CONFIG_X86_INTEL_CE is not set -# CONFIG_X86_RDC321X is not set +CONFIG_X86_INTEL_CE=y +CONFIG_X86_RDC321X=y # CONFIG_X86_32_NON_STANDARD is not set CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y CONFIG_X86_32_IRIS=m @@ -415,7 +420,7 @@ CONFIG_HWPOISON_INJECT=m CONFIG_TRANSPARENT_HUGEPAGE=y CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y # CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set -# CONFIG_CLEANCACHE is not set +CONFIG_CLEANCACHE=y CONFIG_HIGHPTE=y CONFIG_X86_CHECK_BIOS_CORRUPTION=y CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y @@ -457,14 +462,14 @@ CONFIG_HIBERNATION=y CONFIG_PM_STD_PARTITION="" CONFIG_PM_SLEEP=y CONFIG_PM_SLEEP_SMP=y -# CONFIG_PM_RUNTIME is not set +CONFIG_PM_RUNTIME=y CONFIG_PM=y # CONFIG_PM_DEBUG is not set CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y CONFIG_ACPI_PROCFS=y CONFIG_ACPI_PROCFS_POWER=y -# CONFIG_ACPI_EC_DEBUGFS is not set +CONFIG_ACPI_EC_DEBUGFS=m CONFIG_ACPI_PROC_EVENT=y CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m @@ -484,9 +489,13 @@ CONFIG_ACPI_PCI_SLOT=m CONFIG_X86_PM_TIMER=y CONFIG_ACPI_CONTAINER=m CONFIG_ACPI_SBS=m -# CONFIG_ACPI_HED is not set -# CONFIG_ACPI_CUSTOM_METHOD is not set -# CONFIG_ACPI_APEI is not set +CONFIG_ACPI_HED=m +CONFIG_ACPI_CUSTOM_METHOD=m +CONFIG_ACPI_APEI=y +CONFIG_ACPI_APEI_GHES=m +CONFIG_ACPI_APEI_PCIEAER=y +CONFIG_ACPI_APEI_EINJ=m +CONFIG_ACPI_APEI_ERST_DEBUG=m CONFIG_SFI=y CONFIG_X86_APM_BOOT=y CONFIG_APM=m @@ -516,22 +525,21 @@ CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m # # x86 CPU frequency scaling drivers # -# CONFIG_X86_PCC_CPUFREQ is not set +CONFIG_X86_PCC_CPUFREQ=m CONFIG_X86_ACPI_CPUFREQ=m CONFIG_X86_POWERNOW_K6=m CONFIG_X86_POWERNOW_K7=m CONFIG_X86_POWERNOW_K7_ACPI=y CONFIG_X86_POWERNOW_K8=m CONFIG_X86_GX_SUSPMOD=m -CONFIG_X86_SPEEDSTEP_CENTRINO=m -CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y +# CONFIG_X86_SPEEDSTEP_CENTRINO is not set CONFIG_X86_SPEEDSTEP_ICH=m CONFIG_X86_SPEEDSTEP_SMI=m CONFIG_X86_P4_CLOCKMOD=m CONFIG_X86_CPUFREQ_NFORCE2=m CONFIG_X86_LONGRUN=m CONFIG_X86_LONGHAUL=m -CONFIG_X86_E_POWERSAVER=m +# CONFIG_X86_E_POWERSAVER is not set # # shared options @@ -541,7 +549,7 @@ CONFIG_X86_SPEEDSTEP_LIB=m CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_CPU_IDLE_GOV_MENU=y -# CONFIG_INTEL_IDLE is not set +CONFIG_INTEL_IDLE=y # # Bus options (PCI etc.) @@ -565,6 +573,7 @@ CONFIG_PCIE_ECRC=y # CONFIG_PCIEAER_INJECT is not set CONFIG_PCIEASPM=y # CONFIG_PCIEASPM_DEBUG is not set +CONFIG_PCIE_PME=y CONFIG_ARCH_SUPPORTS_MSI=y CONFIG_PCI_MSI=y # CONFIG_PCI_DEBUG is not set @@ -616,7 +625,15 @@ CONFIG_HOTPLUG_PCI_CPCI=y CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m CONFIG_HOTPLUG_PCI_SHPC=m -# CONFIG_RAPIDIO is not set +CONFIG_RAPIDIO=y +CONFIG_RAPIDIO_DISC_TIMEOUT=30 +CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS=y +CONFIG_RAPIDIO_TSI57X=y +CONFIG_RAPIDIO_CPS_XX=y +CONFIG_RAPIDIO_TSI568=y +CONFIG_RAPIDIO_CPS_GEN2=y +CONFIG_RAPIDIO_TSI500=y +# CONFIG_RAPIDIO_DEBUG is not set # # Executable file formats / Emulations @@ -642,11 +659,11 @@ CONFIG_XFRM_MIGRATE=y CONFIG_XFRM_STATISTICS=y CONFIG_XFRM_IPCOMP=m CONFIG_NET_KEY=m -# CONFIG_NET_KEY_MIGRATE is not set +CONFIG_NET_KEY_MIGRATE=y CONFIG_INET=y CONFIG_IP_MULTICAST=y CONFIG_IP_ADVANCED_ROUTER=y -# CONFIG_IP_FIB_TRIE_STATS is not set +CONFIG_IP_FIB_TRIE_STATS=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_VERBOSE=y @@ -660,10 +677,10 @@ CONFIG_NET_IPGRE_DEMUX=m CONFIG_NET_IPGRE=m CONFIG_NET_IPGRE_BROADCAST=y CONFIG_IP_MROUTE=y -# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IP_MROUTE_MULTIPLE_TABLES=y CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y -# CONFIG_ARPD is not set +CONFIG_ARPD=y CONFIG_SYN_COOKIES=y CONFIG_INET_AH=m CONFIG_INET_ESP=m @@ -685,14 +702,14 @@ CONFIG_TCP_CONG_HSTCP=m CONFIG_TCP_CONG_HYBLA=m CONFIG_TCP_CONG_VEGAS=m CONFIG_TCP_CONG_SCALABLE=m -# CONFIG_TCP_CONG_LP is not set -# CONFIG_TCP_CONG_VENO is not set +CONFIG_TCP_CONG_LP=m +CONFIG_TCP_CONG_VENO=m CONFIG_TCP_CONG_YEAH=m CONFIG_TCP_CONG_ILLINOIS=m CONFIG_DEFAULT_BIC=y # CONFIG_DEFAULT_RENO is not set CONFIG_DEFAULT_TCP_CONG="bic" -# CONFIG_TCP_MD5SIG is not set +CONFIG_TCP_MD5SIG=y CONFIG_IPV6=m CONFIG_IPV6_PRIVACY=y CONFIG_IPV6_ROUTER_PREF=y @@ -713,13 +730,13 @@ CONFIG_IPV6_SIT_6RD=y CONFIG_IPV6_NDISC_NODETYPE=y CONFIG_IPV6_TUNNEL=m CONFIG_IPV6_MULTIPLE_TABLES=y -# CONFIG_IPV6_SUBTREES is not set +CONFIG_IPV6_SUBTREES=y CONFIG_IPV6_MROUTE=y -# CONFIG_IPV6_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y CONFIG_IPV6_PIMSM_V2=y CONFIG_NETLABEL=y CONFIG_NETWORK_SECMARK=y -# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +CONFIG_NETWORK_PHY_TIMESTAMPING=y CONFIG_NETFILTER=y # CONFIG_NETFILTER_DEBUG is not set CONFIG_NETFILTER_ADVANCED=y @@ -733,9 +750,10 @@ CONFIG_NETFILTER_NETLINK_QUEUE=m CONFIG_NETFILTER_NETLINK_LOG=m CONFIG_NF_CONNTRACK=m CONFIG_NF_CONNTRACK_MARK=y -# CONFIG_NF_CONNTRACK_SECMARK is not set -# CONFIG_NF_CONNTRACK_EVENTS is not set -# CONFIG_NF_CONNTRACK_TIMESTAMP is not set +CONFIG_NF_CONNTRACK_SECMARK=y +CONFIG_NF_CONNTRACK_ZONES=y +CONFIG_NF_CONNTRACK_EVENTS=y +CONFIG_NF_CONNTRACK_TIMESTAMP=y CONFIG_NF_CT_PROTO_DCCP=m CONFIG_NF_CT_PROTO_GRE=m CONFIG_NF_CT_PROTO_SCTP=m @@ -746,7 +764,7 @@ CONFIG_NF_CONNTRACK_H323=m CONFIG_NF_CONNTRACK_IRC=m CONFIG_NF_CONNTRACK_BROADCAST=m CONFIG_NF_CONNTRACK_NETBIOS_NS=m -# CONFIG_NF_CONNTRACK_SNMP is not set +CONFIG_NF_CONNTRACK_SNMP=m CONFIG_NF_CONNTRACK_PPTP=m CONFIG_NF_CONNTRACK_SANE=m CONFIG_NF_CONNTRACK_SIP=m @@ -760,25 +778,27 @@ CONFIG_NETFILTER_XTABLES=m # CONFIG_NETFILTER_XT_MARK=m CONFIG_NETFILTER_XT_CONNMARK=m +CONFIG_NETFILTER_XT_SET=m # # Xtables targets # -# CONFIG_NETFILTER_XT_TARGET_AUDIT is not set -# CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set +CONFIG_NETFILTER_XT_TARGET_AUDIT=m +CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m CONFIG_NETFILTER_XT_TARGET_CONNMARK=m -# CONFIG_NETFILTER_XT_TARGET_CT is not set +CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m +CONFIG_NETFILTER_XT_TARGET_CT=m CONFIG_NETFILTER_XT_TARGET_DSCP=m CONFIG_NETFILTER_XT_TARGET_HL=m -# CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set +CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m CONFIG_NETFILTER_XT_TARGET_LED=m CONFIG_NETFILTER_XT_TARGET_MARK=m CONFIG_NETFILTER_XT_TARGET_NFLOG=m CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m CONFIG_NETFILTER_XT_TARGET_NOTRACK=m CONFIG_NETFILTER_XT_TARGET_RATEEST=m -# CONFIG_NETFILTER_XT_TARGET_TEE is not set +CONFIG_NETFILTER_XT_TARGET_TEE=m CONFIG_NETFILTER_XT_TARGET_TPROXY=m CONFIG_NETFILTER_XT_TARGET_TRACE=m CONFIG_NETFILTER_XT_TARGET_SECMARK=m @@ -788,22 +808,23 @@ CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m # # Xtables matches # -# CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m CONFIG_NETFILTER_XT_MATCH_CLUSTER=m CONFIG_NETFILTER_XT_MATCH_COMMENT=m CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m CONFIG_NETFILTER_XT_MATCH_CONNMARK=m CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m -# CONFIG_NETFILTER_XT_MATCH_CPU is not set +CONFIG_NETFILTER_XT_MATCH_CPU=m CONFIG_NETFILTER_XT_MATCH_DCCP=m -# CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set +CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m CONFIG_NETFILTER_XT_MATCH_DSCP=m CONFIG_NETFILTER_XT_MATCH_ESP=m CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m CONFIG_NETFILTER_XT_MATCH_HELPER=m CONFIG_NETFILTER_XT_MATCH_HL=m CONFIG_NETFILTER_XT_MATCH_IPRANGE=m +CONFIG_NETFILTER_XT_MATCH_IPVS=m CONFIG_NETFILTER_XT_MATCH_LENGTH=m CONFIG_NETFILTER_XT_MATCH_LIMIT=m CONFIG_NETFILTER_XT_MATCH_MAC=m @@ -826,8 +847,53 @@ CONFIG_NETFILTER_XT_MATCH_STRING=m CONFIG_NETFILTER_XT_MATCH_TCPMSS=m CONFIG_NETFILTER_XT_MATCH_TIME=m CONFIG_NETFILTER_XT_MATCH_U32=m -# CONFIG_IP_SET is not set -# CONFIG_IP_VS is not set +CONFIG_IP_SET=m +CONFIG_IP_SET_MAX=256 +CONFIG_IP_SET_BITMAP_IP=m +CONFIG_IP_SET_BITMAP_IPMAC=m +CONFIG_IP_SET_BITMAP_PORT=m +CONFIG_IP_SET_HASH_IP=m +CONFIG_IP_SET_HASH_IPPORT=m +CONFIG_IP_SET_HASH_IPPORTIP=m +CONFIG_IP_SET_HASH_IPPORTNET=m +CONFIG_IP_SET_HASH_NET=m +CONFIG_IP_SET_HASH_NETPORT=m +CONFIG_IP_SET_LIST_SET=m +CONFIG_IP_VS=m +CONFIG_IP_VS_IPV6=y +# CONFIG_IP_VS_DEBUG is not set +CONFIG_IP_VS_TAB_BITS=12 + +# +# IPVS transport protocol load balancing support +# +CONFIG_IP_VS_PROTO_TCP=y +CONFIG_IP_VS_PROTO_UDP=y +CONFIG_IP_VS_PROTO_AH_ESP=y +CONFIG_IP_VS_PROTO_ESP=y +CONFIG_IP_VS_PROTO_AH=y +CONFIG_IP_VS_PROTO_SCTP=y + +# +# IPVS scheduler +# +CONFIG_IP_VS_RR=m +CONFIG_IP_VS_WRR=m +CONFIG_IP_VS_LC=m +CONFIG_IP_VS_WLC=m +CONFIG_IP_VS_LBLC=m +CONFIG_IP_VS_LBLCR=m +CONFIG_IP_VS_DH=m +CONFIG_IP_VS_SH=m +CONFIG_IP_VS_SED=m +CONFIG_IP_VS_NQ=m + +# +# IPVS application helper +# +CONFIG_IP_VS_FTP=m +CONFIG_IP_VS_NFCT=y +CONFIG_IP_VS_PE_SIP=m # # IP: Netfilter Configuration @@ -849,6 +915,7 @@ CONFIG_NF_NAT_NEEDED=y CONFIG_IP_NF_TARGET_MASQUERADE=m CONFIG_IP_NF_TARGET_NETMAP=m CONFIG_IP_NF_TARGET_REDIRECT=m +CONFIG_NF_NAT_SNMP_BASIC=m CONFIG_NF_NAT_PROTO_DCCP=m CONFIG_NF_NAT_PROTO_GRE=m CONFIG_NF_NAT_PROTO_UDPLITE=m @@ -954,19 +1021,32 @@ CONFIG_ATM_LANE=m CONFIG_ATM_MPOA=m CONFIG_ATM_BR2684=m # CONFIG_ATM_BR2684_IPFILTER is not set -# CONFIG_L2TP is not set +CONFIG_L2TP=m +# CONFIG_L2TP_DEBUGFS is not set +CONFIG_L2TP_V3=y +CONFIG_L2TP_IP=m +CONFIG_L2TP_ETH=m CONFIG_STP=m +CONFIG_GARP=m CONFIG_BRIDGE=m CONFIG_BRIDGE_IGMP_SNOOPING=y -# CONFIG_NET_DSA is not set +CONFIG_NET_DSA=y +CONFIG_NET_DSA_TAG_DSA=y +CONFIG_NET_DSA_TAG_EDSA=y +CONFIG_NET_DSA_TAG_TRAILER=y +CONFIG_NET_DSA_MV88E6XXX=y +CONFIG_NET_DSA_MV88E6060=y +CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y +CONFIG_NET_DSA_MV88E6131=y +CONFIG_NET_DSA_MV88E6123_61_65=y CONFIG_VLAN_8021Q=m -# CONFIG_VLAN_8021Q_GVRP is not set +CONFIG_VLAN_8021Q_GVRP=y CONFIG_DECNET=m -# CONFIG_DECNET_ROUTER is not set +CONFIG_DECNET_ROUTER=y CONFIG_LLC=y CONFIG_LLC2=m CONFIG_IPX=m -# CONFIG_IPX_INTERN is not set +CONFIG_IPX_INTERN=y CONFIG_ATALK=m CONFIG_DEV_APPLETALK=m CONFIG_LTPC=m @@ -996,7 +1076,7 @@ CONFIG_NET_SCH_ATM=m CONFIG_NET_SCH_PRIO=m CONFIG_NET_SCH_MULTIQ=m CONFIG_NET_SCH_RED=m -# CONFIG_NET_SCH_SFB is not set +CONFIG_NET_SCH_SFB=m CONFIG_NET_SCH_SFQ=m CONFIG_NET_SCH_TEQL=m CONFIG_NET_SCH_TBF=m @@ -1004,9 +1084,9 @@ CONFIG_NET_SCH_GRED=m CONFIG_NET_SCH_DSMARK=m CONFIG_NET_SCH_NETEM=m CONFIG_NET_SCH_DRR=m -# CONFIG_NET_SCH_MQPRIO is not set -# CONFIG_NET_SCH_CHOKE is not set -# CONFIG_NET_SCH_QFQ is not set +CONFIG_NET_SCH_MQPRIO=m +CONFIG_NET_SCH_CHOKE=m +CONFIG_NET_SCH_QFQ=m CONFIG_NET_SCH_INGRESS=m # @@ -1023,7 +1103,7 @@ CONFIG_CLS_U32_MARK=y CONFIG_NET_CLS_RSVP=m CONFIG_NET_CLS_RSVP6=m CONFIG_NET_CLS_FLOW=m -# CONFIG_NET_CLS_CGROUP is not set +CONFIG_NET_CLS_CGROUP=m CONFIG_NET_EMATCH=y CONFIG_NET_EMATCH_STACK=32 CONFIG_NET_EMATCH_CMP=m @@ -1091,23 +1171,25 @@ CONFIG_CAN_BCM=m CONFIG_CAN_VCAN=m CONFIG_CAN_SLCAN=m CONFIG_CAN_DEV=m -# CONFIG_CAN_CALC_BITTIMING is not set +CONFIG_CAN_CALC_BITTIMING=y CONFIG_CAN_MCP251X=m -# CONFIG_PCH_CAN is not set +CONFIG_CAN_JANZ_ICAN3=m +CONFIG_PCH_CAN=m CONFIG_CAN_SJA1000=m CONFIG_CAN_SJA1000_ISA=m CONFIG_CAN_SJA1000_PLATFORM=m CONFIG_CAN_EMS_PCI=m CONFIG_CAN_KVASER_PCI=m -# CONFIG_CAN_PLX_PCI is not set +CONFIG_CAN_PLX_PCI=m CONFIG_CAN_TSCAN1=m -# CONFIG_CAN_C_CAN is not set +CONFIG_CAN_C_CAN=m +CONFIG_CAN_C_CAN_PLATFORM=m # # CAN USB interfaces # CONFIG_CAN_EMS_USB=m -# CONFIG_CAN_ESD_USB2 is not set +CONFIG_CAN_ESD_USB2=m CONFIG_CAN_SOFTING=m CONFIG_CAN_SOFTING_CS=m # CONFIG_CAN_DEBUG_DEVICES is not set @@ -1119,7 +1201,7 @@ CONFIG_IRDA=m CONFIG_IRLAN=m CONFIG_IRNET=m CONFIG_IRCOMM=m -# CONFIG_IRDA_ULTRA is not set +CONFIG_IRDA_ULTRA=y # # IrDA options @@ -1187,7 +1269,7 @@ CONFIG_BT_HCIBTSDIO=m CONFIG_BT_HCIUART=m CONFIG_BT_HCIUART_H4=y CONFIG_BT_HCIUART_BCSP=y -# CONFIG_BT_HCIUART_ATH3K is not set +CONFIG_BT_HCIUART_ATH3K=y CONFIG_BT_HCIUART_LL=y CONFIG_BT_HCIBCM203X=m CONFIG_BT_HCIBPA10X=m @@ -1200,6 +1282,7 @@ CONFIG_BT_HCIVHCI=m CONFIG_BT_MRVL=m CONFIG_BT_MRVL_SDIO=m CONFIG_BT_ATH3K=m +CONFIG_BT_WILINK=m CONFIG_AF_RXRPC=m # CONFIG_AF_RXRPC_DEBUG is not set CONFIG_RXKAD=m @@ -1236,15 +1319,17 @@ CONFIG_MAC80211_LEDS=y # CONFIG_MAC80211_DEBUG_MENU is not set CONFIG_WIMAX=m CONFIG_WIMAX_DEBUG_LEVEL=8 -CONFIG_RFKILL=y +CONFIG_RFKILL=m CONFIG_RFKILL_LEDS=y CONFIG_RFKILL_INPUT=y -# CONFIG_RFKILL_REGULATOR is not set +CONFIG_RFKILL_REGULATOR=m CONFIG_NET_9P=m CONFIG_NET_9P_VIRTIO=m CONFIG_NET_9P_RDMA=m # CONFIG_NET_9P_DEBUG is not set -# CONFIG_CAIF is not set +CONFIG_CAIF=m +# CONFIG_CAIF_DEBUG is not set +CONFIG_CAIF_NETDEV=m CONFIG_CEPH_LIB=m # CONFIG_CEPH_LIB_PRETTYDEBUG is not set @@ -1272,8 +1357,8 @@ CONFIG_MTD=m CONFIG_MTD_TESTS=m CONFIG_MTD_REDBOOT_PARTS=m CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 -# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set -# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set +CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y +CONFIG_MTD_REDBOOT_PARTS_READONLY=y CONFIG_MTD_OF_PARTS=y CONFIG_MTD_AR7_PARTS=m @@ -1291,9 +1376,9 @@ CONFIG_NFTL_RW=y CONFIG_INFTL=m CONFIG_RFD_FTL=m CONFIG_SSFDC=m -# CONFIG_SM_FTL is not set +CONFIG_SM_FTL=m CONFIG_MTD_OOPS=m -# CONFIG_MTD_SWAP is not set +CONFIG_MTD_SWAP=m # # RAM/ROM/Flash chip drivers @@ -1331,7 +1416,7 @@ CONFIG_MTD_SC520CDP=m CONFIG_MTD_NETSC520=m CONFIG_MTD_TS5500=m CONFIG_MTD_SBC_GXX=m -# CONFIG_MTD_SCx200_DOCFLASH is not set +CONFIG_MTD_SCx200_DOCFLASH=m CONFIG_MTD_AMD76XROM=m CONFIG_MTD_ICHXROM=m CONFIG_MTD_ESB2ROM=m @@ -1340,11 +1425,12 @@ CONFIG_MTD_SCB2_FLASH=m CONFIG_MTD_NETtel=m CONFIG_MTD_L440GX=m CONFIG_MTD_PCI=m -# CONFIG_MTD_PCMCIA is not set +CONFIG_MTD_PCMCIA=m +# CONFIG_MTD_PCMCIA_ANONYMOUS is not set CONFIG_MTD_GPIO_ADDR=m CONFIG_MTD_INTEL_VR_NOR=m CONFIG_MTD_PLATRAM=m -# CONFIG_MTD_LATCH_ADDR is not set +CONFIG_MTD_LATCH_ADDR=m # # Self-contained MTD device drivers @@ -1353,8 +1439,8 @@ CONFIG_MTD_PMC551=m CONFIG_MTD_PMC551_BUGFIX=y # CONFIG_MTD_PMC551_DEBUG is not set CONFIG_MTD_DATAFLASH=m -# CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set -# CONFIG_MTD_DATAFLASH_OTP is not set +CONFIG_MTD_DATAFLASH_WRITE_VERIFY=y +CONFIG_MTD_DATAFLASH_OTP=y CONFIG_MTD_M25P80=m CONFIG_M25PXX_USE_FAST_READ=y CONFIG_MTD_SST25L=m @@ -1376,15 +1462,17 @@ CONFIG_MTD_DOCECC=m # CONFIG_MTD_DOCPROBE_ADVANCED is not set CONFIG_MTD_DOCPROBE_ADDRESS=0 CONFIG_MTD_NAND_ECC=m -# CONFIG_MTD_NAND_ECC_SMC is not set +CONFIG_MTD_NAND_ECC_SMC=y CONFIG_MTD_NAND=m CONFIG_MTD_NAND_VERIFY_WRITE=y -# CONFIG_MTD_NAND_ECC_BCH is not set -# CONFIG_MTD_SM_COMMON is not set -# CONFIG_MTD_NAND_MUSEUM_IDS is not set -# CONFIG_MTD_NAND_DENALI is not set +CONFIG_MTD_NAND_BCH=m +CONFIG_MTD_NAND_ECC_BCH=y +CONFIG_MTD_SM_COMMON=m +CONFIG_MTD_NAND_MUSEUM_IDS=y +CONFIG_MTD_NAND_DENALI=m +CONFIG_MTD_NAND_DENALI_SCRATCH_REG_ADDR=0xFF108018 CONFIG_MTD_NAND_IDS=m -# CONFIG_MTD_NAND_RICOH is not set +CONFIG_MTD_NAND_RICOH=m CONFIG_MTD_NAND_DISKONCHIP=m CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED=y CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0 @@ -1412,12 +1500,15 @@ CONFIG_MTD_UBI_WL_THRESHOLD=4096 CONFIG_MTD_UBI_BEB_RESERVE=1 # CONFIG_MTD_UBI_GLUEBI is not set # CONFIG_MTD_UBI_DEBUG is not set +CONFIG_DTC=y CONFIG_OF=y # # Device Tree and Open Firmware support # -# CONFIG_PROC_DEVICETREE is not set +CONFIG_PROC_DEVICETREE=y +CONFIG_OF_FLATTREE=y +CONFIG_OF_EARLY_FLATTREE=y CONFIG_OF_PROMTREE=y CONFIG_OF_ADDRESS=y CONFIG_OF_IRQ=y @@ -1426,13 +1517,13 @@ CONFIG_OF_GPIO=y CONFIG_OF_I2C=m CONFIG_OF_NET=y CONFIG_OF_SPI=y -CONFIG_OF_MDIO=m +CONFIG_OF_MDIO=y CONFIG_OF_PCI=y CONFIG_PARPORT=m CONFIG_PARPORT_PC=m CONFIG_PARPORT_SERIAL=m -# CONFIG_PARPORT_PC_FIFO is not set -# CONFIG_PARPORT_PC_SUPERIO is not set +CONFIG_PARPORT_PC_FIFO=y +CONFIG_PARPORT_PC_SUPERIO=y CONFIG_PARPORT_PC_PCMCIA=m # CONFIG_PARPORT_GSC is not set CONFIG_PARPORT_AX88796=m @@ -1449,7 +1540,7 @@ CONFIG_PNPBIOS=y CONFIG_PNPBIOS_PROC_FS=y CONFIG_PNPACPI=y CONFIG_BLK_DEV=y -CONFIG_BLK_DEV_FD=y +CONFIG_BLK_DEV_FD=m CONFIG_BLK_DEV_XD=m CONFIG_PARIDE=m @@ -1492,12 +1583,13 @@ CONFIG_BLK_DEV_CRYPTOLOOP=m CONFIG_BLK_DEV_DRBD=m # CONFIG_DRBD_FAULT_INJECTION is not set CONFIG_BLK_DEV_NBD=m +# CONFIG_BLK_DEV_OSD is not set CONFIG_BLK_DEV_SX8=m CONFIG_BLK_DEV_UB=m -CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM=m CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=16384 -# CONFIG_BLK_DEV_XIP is not set +CONFIG_BLK_DEV_XIP=y CONFIG_CDROM_PKTCDVD=m CONFIG_CDROM_PKTCDVD_BUFFERS=8 CONFIG_CDROM_PKTCDVD_WCACHE=y @@ -1508,11 +1600,11 @@ CONFIG_BLK_DEV_RBD=m CONFIG_SENSORS_LIS3LV02D=m CONFIG_MISC_DEVICES=y CONFIG_AD525X_DPOT=m -# CONFIG_AD525X_DPOT_I2C is not set -# CONFIG_AD525X_DPOT_SPI is not set +CONFIG_AD525X_DPOT_I2C=m +CONFIG_AD525X_DPOT_SPI=m CONFIG_IBM_ASM=m CONFIG_PHANTOM=m -# CONFIG_INTEL_MID_PTI is not set +CONFIG_INTEL_MID_PTI=m CONFIG_SGI_IOC4=m CONFIG_TIFM_CORE=m CONFIG_TIFM_7XX1=m @@ -1526,14 +1618,14 @@ CONFIG_APDS9802ALS=m CONFIG_ISL29003=m CONFIG_ISL29020=m CONFIG_SENSORS_TSL2550=m -# CONFIG_SENSORS_BH1780 is not set +CONFIG_SENSORS_BH1780=m CONFIG_SENSORS_BH1770=m CONFIG_SENSORS_APDS990X=m -# CONFIG_HMC6352 is not set +CONFIG_HMC6352=m CONFIG_DS1682=m CONFIG_TI_DAC7512=m CONFIG_VMWARE_BALLOON=m -# CONFIG_BMP085 is not set +CONFIG_BMP085=m CONFIG_PCH_PHUB=m CONFIG_C2PORT=m CONFIG_C2PORT_DURAMAR_2150=m @@ -1556,7 +1648,7 @@ CONFIG_IWMC3200TOP=m # # Texas Instruments shared transport line discipline # -# CONFIG_TI_ST is not set +CONFIG_TI_ST=m CONFIG_SENSORS_LIS3_I2C=m CONFIG_HAVE_IDE=y CONFIG_IDE=y @@ -1572,11 +1664,11 @@ CONFIG_IDE_LEGACY=y CONFIG_IDE_GD=y CONFIG_IDE_GD_ATA=y CONFIG_IDE_GD_ATAPI=y -CONFIG_BLK_DEV_IDECS=m -CONFIG_BLK_DEV_DELKIN=m +CONFIG_BLK_DEV_IDECS=y +CONFIG_BLK_DEV_DELKIN=y CONFIG_BLK_DEV_IDECD=y CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y -CONFIG_BLK_DEV_IDETAPE=m +CONFIG_BLK_DEV_IDETAPE=y CONFIG_BLK_DEV_IDEACPI=y CONFIG_IDE_TASK_IOCTL=y CONFIG_IDE_PROC_FS=y @@ -1584,11 +1676,11 @@ CONFIG_IDE_PROC_FS=y # # IDE chipset support/bugfixes # -CONFIG_IDE_GENERIC=m -# CONFIG_BLK_DEV_PLATFORM is not set +CONFIG_IDE_GENERIC=y +CONFIG_BLK_DEV_PLATFORM=y CONFIG_BLK_DEV_CMD640=y CONFIG_BLK_DEV_CMD640_ENHANCED=y -# CONFIG_BLK_DEV_IDEPNP is not set +CONFIG_BLK_DEV_IDEPNP=y CONFIG_BLK_DEV_IDEDMA_SFF=y # @@ -1596,8 +1688,8 @@ CONFIG_BLK_DEV_IDEDMA_SFF=y # CONFIG_BLK_DEV_IDEPCI=y CONFIG_IDEPCI_PCIBUS_ORDER=y -# CONFIG_BLK_DEV_OFFBOARD is not set -# CONFIG_BLK_DEV_GENERIC is not set +CONFIG_BLK_DEV_OFFBOARD=y +CONFIG_BLK_DEV_GENERIC=y CONFIG_BLK_DEV_OPTI621=y CONFIG_BLK_DEV_RZ1000=y CONFIG_BLK_DEV_IDEDMA_PCI=y @@ -1609,16 +1701,16 @@ CONFIG_BLK_DEV_CMD64X=y CONFIG_BLK_DEV_TRIFLEX=y CONFIG_BLK_DEV_CS5520=y CONFIG_BLK_DEV_CS5530=y -CONFIG_BLK_DEV_CS5535=m -CONFIG_BLK_DEV_CS5536=m +CONFIG_BLK_DEV_CS5535=y +CONFIG_BLK_DEV_CS5536=y CONFIG_BLK_DEV_HPT366=y CONFIG_BLK_DEV_JMICRON=y CONFIG_BLK_DEV_SC1200=y -# CONFIG_BLK_DEV_PIIX is not set -CONFIG_BLK_DEV_IT8172=m +CONFIG_BLK_DEV_PIIX=y +CONFIG_BLK_DEV_IT8172=y CONFIG_BLK_DEV_IT8213=y CONFIG_BLK_DEV_IT821X=y -CONFIG_BLK_DEV_NS87415=m +CONFIG_BLK_DEV_NS87415=y CONFIG_BLK_DEV_PDC202XX_OLD=y CONFIG_BLK_DEV_PDC202XX_NEW=y CONFIG_BLK_DEV_SVWKS=y @@ -1637,11 +1729,11 @@ CONFIG_BLK_DEV_TC86C001=y # Note: most of these also require special kernel boot parameters # CONFIG_BLK_DEV_4DRIVES=y -CONFIG_BLK_DEV_ALI14XX=m -CONFIG_BLK_DEV_DTC2278=m -CONFIG_BLK_DEV_HT6560B=m -CONFIG_BLK_DEV_QD65XX=m -CONFIG_BLK_DEV_UMC8672=m +CONFIG_BLK_DEV_ALI14XX=y +CONFIG_BLK_DEV_DTC2278=y +CONFIG_BLK_DEV_HT6560B=y +CONFIG_BLK_DEV_QD65XX=y +CONFIG_BLK_DEV_UMC8672=y CONFIG_BLK_DEV_IDEDMA=y # @@ -1691,7 +1783,7 @@ CONFIG_ISCSI_BOOT_SYSFS=m CONFIG_SCSI_CXGB3_ISCSI=m CONFIG_SCSI_CXGB4_ISCSI=m CONFIG_SCSI_BNX2_ISCSI=m -# CONFIG_SCSI_BNX2X_FCOE is not set +CONFIG_SCSI_BNX2X_FCOE=m CONFIG_BE2ISCSI=m CONFIG_BLK_DEV_3W_XXXX_RAID=m CONFIG_SCSI_HPSA=m @@ -1703,7 +1795,7 @@ CONFIG_SCSI_AHA152X=m CONFIG_SCSI_AHA1542=m CONFIG_SCSI_AHA1740=m CONFIG_SCSI_AACRAID=m -CONFIG_SCSI_AIC7XXX=y +CONFIG_SCSI_AIC7XXX=m CONFIG_AIC7XXX_CMDS_PER_DEVICE=4 CONFIG_AIC7XXX_RESET_DELAY_MS=15000 # CONFIG_AIC7XXX_DEBUG_ENABLE is not set @@ -1719,7 +1811,7 @@ CONFIG_AIC79XX_DEBUG_MASK=0 CONFIG_SCSI_AIC94XX=m # CONFIG_AIC94XX_DEBUG is not set CONFIG_SCSI_MVSAS=m -CONFIG_SCSI_MVSAS_DEBUG=y +# CONFIG_SCSI_MVSAS_DEBUG is not set CONFIG_SCSI_DPT_I2O=m CONFIG_SCSI_ADVANSYS=m CONFIG_SCSI_IN2000=m @@ -1730,7 +1822,9 @@ CONFIG_MEGARAID_MM=m CONFIG_MEGARAID_MAILBOX=m CONFIG_MEGARAID_LEGACY=m CONFIG_MEGARAID_SAS=m -# CONFIG_SCSI_MPT2SAS is not set +CONFIG_SCSI_MPT2SAS=m +CONFIG_SCSI_MPT2SAS_MAX_SGE=128 +CONFIG_SCSI_MPT2SAS_LOGGING=y CONFIG_SCSI_HPTIOP=m CONFIG_SCSI_BUSLOGIC=m CONFIG_SCSI_FLASHPOINT=y @@ -1738,7 +1832,7 @@ CONFIG_VMWARE_PVSCSI=m CONFIG_LIBFC=m CONFIG_LIBFCOE=m CONFIG_FCOE=m -# CONFIG_FCOE_FNIC is not set +CONFIG_FCOE_FNIC=m CONFIG_SCSI_DMX3191D=m CONFIG_SCSI_DTC3280=m CONFIG_SCSI_EATA=m @@ -1748,7 +1842,7 @@ CONFIG_SCSI_EATA_MAX_TAGS=16 CONFIG_SCSI_FUTURE_DOMAIN=m CONFIG_SCSI_FD_MCS=m CONFIG_SCSI_GDTH=m -# CONFIG_SCSI_ISCI is not set +CONFIG_SCSI_ISCI=m CONFIG_SCSI_GENERIC_NCR5380=m CONFIG_SCSI_GENERIC_NCR5380_MMIO=m CONFIG_SCSI_GENERIC_NCR53C400=y @@ -1806,8 +1900,15 @@ CONFIG_PCMCIA_FDOMAIN=m CONFIG_PCMCIA_NINJA_SCSI=m CONFIG_PCMCIA_QLOGIC=m CONFIG_PCMCIA_SYM53C500=m -# CONFIG_SCSI_DH is not set -# CONFIG_SCSI_OSD_INITIATOR is not set +CONFIG_SCSI_DH=m +CONFIG_SCSI_DH_RDAC=m +CONFIG_SCSI_DH_HP_SW=m +CONFIG_SCSI_DH_EMC=m +CONFIG_SCSI_DH_ALUA=m +CONFIG_SCSI_OSD_INITIATOR=m +CONFIG_SCSI_OSD_ULD=m +CONFIG_SCSI_OSD_DPRINT_SENSE=1 +# CONFIG_SCSI_OSD_DEBUG is not set CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set CONFIG_ATA_VERBOSE_ERROR=y @@ -1818,17 +1919,17 @@ CONFIG_SATA_PMP=y # Controllers with non-SFF native interface # CONFIG_SATA_AHCI=y -# CONFIG_SATA_AHCI_PLATFORM is not set -CONFIG_SATA_INIC162X=m -CONFIG_SATA_ACARD_AHCI=m +CONFIG_SATA_AHCI_PLATFORM=y +CONFIG_SATA_INIC162X=y +CONFIG_SATA_ACARD_AHCI=y CONFIG_SATA_SIL24=y CONFIG_ATA_SFF=y # # SFF controllers with custom DMA interface # -CONFIG_PDC_ADMA=m -CONFIG_SATA_QSTOR=m +CONFIG_PDC_ADMA=y +CONFIG_SATA_QSTOR=y CONFIG_SATA_SX4=y CONFIG_ATA_BMDMA=y @@ -1836,12 +1937,12 @@ CONFIG_ATA_BMDMA=y # SATA SFF controllers with BMDMA # CONFIG_ATA_PIIX=y -CONFIG_SATA_MV=m +CONFIG_SATA_MV=y CONFIG_SATA_NV=y CONFIG_SATA_PROMISE=y CONFIG_SATA_SIL=y CONFIG_SATA_SIS=y -CONFIG_SATA_SVW=m +CONFIG_SATA_SVW=y CONFIG_SATA_ULI=y CONFIG_SATA_VIA=y CONFIG_SATA_VITESSE=y @@ -1849,66 +1950,66 @@ CONFIG_SATA_VITESSE=y # # PATA SFF controllers with BMDMA # -CONFIG_PATA_ALI=m -CONFIG_PATA_AMD=m -# CONFIG_PATA_ARASAN_CF is not set -CONFIG_PATA_ARTOP=m -CONFIG_PATA_ATIIXP=m -CONFIG_PATA_ATP867X=m -CONFIG_PATA_CMD64X=m -CONFIG_PATA_CS5520=m -CONFIG_PATA_CS5530=m -CONFIG_PATA_CS5535=m -CONFIG_PATA_CS5536=m -CONFIG_PATA_CYPRESS=m -CONFIG_PATA_EFAR=m -CONFIG_PATA_HPT366=m -CONFIG_PATA_HPT37X=m -CONFIG_PATA_HPT3X2N=m -CONFIG_PATA_HPT3X3=m +CONFIG_PATA_ALI=y +CONFIG_PATA_AMD=y +CONFIG_PATA_ARASAN_CF=y +CONFIG_PATA_ARTOP=y +CONFIG_PATA_ATIIXP=y +CONFIG_PATA_ATP867X=y +CONFIG_PATA_CMD64X=y +CONFIG_PATA_CS5520=y +CONFIG_PATA_CS5530=y +CONFIG_PATA_CS5535=y +CONFIG_PATA_CS5536=y +CONFIG_PATA_CYPRESS=y +CONFIG_PATA_EFAR=y +CONFIG_PATA_HPT366=y +CONFIG_PATA_HPT37X=y +CONFIG_PATA_HPT3X2N=y +CONFIG_PATA_HPT3X3=y CONFIG_PATA_HPT3X3_DMA=y -CONFIG_PATA_IT8213=m -CONFIG_PATA_IT821X=m +CONFIG_PATA_IT8213=y +CONFIG_PATA_IT821X=y CONFIG_PATA_JMICRON=y -CONFIG_PATA_MARVELL=m -CONFIG_PATA_NETCELL=m -CONFIG_PATA_NINJA32=m -CONFIG_PATA_NS87415=m -CONFIG_PATA_OLDPIIX=m -CONFIG_PATA_OPTIDMA=m -CONFIG_PATA_PDC2027X=m -CONFIG_PATA_PDC_OLD=m -CONFIG_PATA_RADISYS=m -CONFIG_PATA_RDC=m -CONFIG_PATA_SC1200=m -CONFIG_PATA_SCH=m -CONFIG_PATA_SERVERWORKS=m -CONFIG_PATA_SIL680=m +CONFIG_PATA_MARVELL=y +CONFIG_PATA_NETCELL=y +CONFIG_PATA_NINJA32=y +CONFIG_PATA_NS87415=y +CONFIG_PATA_OLDPIIX=y +CONFIG_PATA_OPTIDMA=y +CONFIG_PATA_PDC2027X=y +CONFIG_PATA_PDC_OLD=y +CONFIG_PATA_RADISYS=y +CONFIG_PATA_RDC=y +CONFIG_PATA_SC1200=y +CONFIG_PATA_SCH=y +CONFIG_PATA_SERVERWORKS=y +CONFIG_PATA_SIL680=y CONFIG_PATA_SIS=y -CONFIG_PATA_TOSHIBA=m -CONFIG_PATA_TRIFLEX=m -CONFIG_PATA_VIA=m -CONFIG_PATA_WINBOND=m +CONFIG_PATA_TOSHIBA=y +CONFIG_PATA_TRIFLEX=y +CONFIG_PATA_VIA=y +CONFIG_PATA_WINBOND=y # # PIO-only SFF controllers # -CONFIG_PATA_CMD640_PCI=m -CONFIG_PATA_ISAPNP=m -CONFIG_PATA_MPIIX=m -CONFIG_PATA_NS87410=m -CONFIG_PATA_OPTI=m -CONFIG_PATA_PCMCIA=m -CONFIG_PATA_QDI=m -CONFIG_PATA_RZ1000=m -CONFIG_PATA_WINBOND_VLB=m +CONFIG_PATA_CMD640_PCI=y +CONFIG_PATA_ISAPNP=y +CONFIG_PATA_MPIIX=y +CONFIG_PATA_NS87410=y +CONFIG_PATA_OPTI=y +CONFIG_PATA_PCMCIA=y +CONFIG_PATA_QDI=y +CONFIG_PATA_RZ1000=y +CONFIG_PATA_WINBOND_VLB=y # # Generic fallback / legacy drivers # -CONFIG_PATA_ACPI=m -CONFIG_ATA_GENERIC=m -CONFIG_PATA_LEGACY=m +CONFIG_PATA_ACPI=y +CONFIG_ATA_GENERIC=y +CONFIG_PATA_LEGACY=y CONFIG_MD=y CONFIG_BLK_DEV_MD=y CONFIG_MD_AUTODETECT=y @@ -1917,7 +2018,7 @@ CONFIG_MD_RAID0=y CONFIG_MD_RAID1=y CONFIG_MD_RAID10=y CONFIG_MD_RAID456=y -# CONFIG_MULTICORE_RAID456 is not set +CONFIG_MULTICORE_RAID456=y CONFIG_MD_MULTIPATH=m CONFIG_MD_FAULTY=m CONFIG_BLK_DEV_DM=m @@ -1933,15 +2034,16 @@ CONFIG_DM_MULTIPATH_QL=m CONFIG_DM_MULTIPATH_ST=m CONFIG_DM_DELAY=m CONFIG_DM_UEVENT=y -# CONFIG_DM_FLAKEY is not set +CONFIG_DM_FLAKEY=m CONFIG_TARGET_CORE=m CONFIG_TCM_IBLOCK=m CONFIG_TCM_FILEIO=m CONFIG_TCM_PSCSI=m -# CONFIG_LOOPBACK_TARGET is not set -# CONFIG_TCM_FC is not set +CONFIG_LOOPBACK_TARGET=m +# CONFIG_LOOPBACK_TARGET_CDB_DEBUG is not set +CONFIG_TCM_FC=m CONFIG_FUSION=y -CONFIG_FUSION_SPI=y +CONFIG_FUSION_SPI=m CONFIG_FUSION_FC=m CONFIG_FUSION_SAS=m CONFIG_FUSION_MAX_SGE=128 @@ -1957,7 +2059,7 @@ CONFIG_FIREWIRE_OHCI=m CONFIG_FIREWIRE_OHCI_DEBUG=y CONFIG_FIREWIRE_SBP2=m CONFIG_FIREWIRE_NET=m -# CONFIG_FIREWIRE_NOSY is not set +CONFIG_FIREWIRE_NOSY=m CONFIG_I2O=m CONFIG_I2O_LCT_NOTIFY_ON_CHANGES=y CONFIG_I2O_EXT_ADAPTEC=y @@ -1967,13 +2069,14 @@ CONFIG_I2O_BUS=m CONFIG_I2O_BLOCK=m CONFIG_I2O_SCSI=m CONFIG_I2O_PROC=m -# CONFIG_MACINTOSH_DRIVERS is not set +CONFIG_MACINTOSH_DRIVERS=y +CONFIG_MAC_EMUMOUSEBTN=m CONFIG_NETDEVICES=y CONFIG_IFB=m CONFIG_DUMMY=m CONFIG_BONDING=m CONFIG_MACVLAN=m -# CONFIG_MACVTAP is not set +CONFIG_MACVTAP=m CONFIG_EQUALIZER=m CONFIG_TUN=m CONFIG_VETH=m @@ -1990,7 +2093,7 @@ CONFIG_ARCNET_COM20020=m CONFIG_ARCNET_COM20020_ISA=m CONFIG_ARCNET_COM20020_PCI=m CONFIG_MII=m -CONFIG_PHYLIB=m +CONFIG_PHYLIB=y # # MII PHY device drivers @@ -2004,11 +2107,12 @@ CONFIG_VITESSE_PHY=m CONFIG_SMSC_PHY=m CONFIG_BROADCOM_PHY=m CONFIG_ICPLUS_PHY=m -# CONFIG_REALTEK_PHY is not set +CONFIG_REALTEK_PHY=m CONFIG_NATIONAL_PHY=m CONFIG_STE10XP=m CONFIG_LSI_ET1011C_PHY=m -# CONFIG_MICREL_PHY is not set +CONFIG_MICREL_PHY=m +# CONFIG_FIXED_PHY is not set CONFIG_MDIO_BITBANG=m CONFIG_MDIO_GPIO=m CONFIG_NET_ETHERNET=y @@ -2044,9 +2148,10 @@ CONFIG_NET_TULIP=y CONFIG_DE2104X=m CONFIG_DE2104X_DSL=0 CONFIG_TULIP=m -# CONFIG_TULIP_MWI is not set +CONFIG_TULIP_MWI=y CONFIG_TULIP_MMIO=y -# CONFIG_TULIP_NAPI is not set +CONFIG_TULIP_NAPI=y +CONFIG_TULIP_NAPI_HW_MITIGATION=y CONFIG_DE4X5=m CONFIG_WINBOND_840=m CONFIG_DM9102=m @@ -2081,7 +2186,7 @@ CONFIG_PCNET32=m CONFIG_AMD8111_ETH=m CONFIG_ADAPTEC_STARFIRE=m CONFIG_AC3200=m -# CONFIG_KSZ884X_PCI is not set +CONFIG_KSZ884X_PCI=m CONFIG_APRICOT=m CONFIG_B44=m CONFIG_B44_PCI_AUTOSELECT=y @@ -2099,10 +2204,10 @@ CONFIG_ES3210=m CONFIG_8139CP=m CONFIG_8139TOO=m CONFIG_8139TOO_PIO=y -# CONFIG_8139TOO_TUNE_TWISTER is not set +CONFIG_8139TOO_TUNE_TWISTER=y CONFIG_8139TOO_8129=y # CONFIG_8139_OLD_RX_RESET is not set -# CONFIG_R6040 is not set +CONFIG_R6040=m CONFIG_SIS900=m CONFIG_EPIC100=m CONFIG_SMSC9420=m @@ -2150,7 +2255,7 @@ CONFIG_ATL1C=m CONFIG_JME=m CONFIG_STMMAC_ETH=m # CONFIG_STMMAC_DA is not set -# CONFIG_STMMAC_DUAL_MAC is not set +CONFIG_STMMAC_DUAL_MAC=y CONFIG_PCH_GBE=m CONFIG_NETDEV_10000=y CONFIG_MDIO=m @@ -2158,12 +2263,12 @@ CONFIG_CHELSIO_T1=m CONFIG_CHELSIO_T1_1G=y CONFIG_CHELSIO_T3=m CONFIG_CHELSIO_T4=m -# CONFIG_CHELSIO_T4VF is not set +CONFIG_CHELSIO_T4VF=m CONFIG_ENIC=m CONFIG_IXGBE=m CONFIG_IXGBE_DCA=y CONFIG_IXGBE_DCB=y -# CONFIG_IXGBEVF is not set +CONFIG_IXGBEVF=m CONFIG_IXGB=m CONFIG_S2IO=m CONFIG_VXGE=m @@ -2177,7 +2282,7 @@ CONFIG_MLX4_CORE=m CONFIG_MLX4_DEBUG=y CONFIG_TEHUTI=m CONFIG_BNX2X=m -# CONFIG_QLCNIC is not set +CONFIG_QLCNIC=m CONFIG_QLGE=m CONFIG_BNA=m CONFIG_SFC=m @@ -2225,11 +2330,12 @@ CONFIG_ATH5K_PCI=y CONFIG_ATH9K_HW=m CONFIG_ATH9K_COMMON=m CONFIG_ATH9K=m -# CONFIG_ATH9K_PCI is not set -# CONFIG_ATH9K_AHB is not set +CONFIG_ATH9K_PCI=y +CONFIG_ATH9K_AHB=y # CONFIG_ATH9K_DEBUGFS is not set CONFIG_ATH9K_RATE_CONTROL=y -# CONFIG_ATH9K_HTC is not set +CONFIG_ATH9K_HTC=m +# CONFIG_ATH9K_HTC_DEBUGFS is not set CONFIG_CARL9170=m CONFIG_CARL9170_LEDS=y CONFIG_CARL9170_WPC=y @@ -2237,7 +2343,7 @@ CONFIG_B43=m CONFIG_B43_PCI_AUTOSELECT=y CONFIG_B43_PCICORE_AUTOSELECT=y CONFIG_B43_PCMCIA=y -# CONFIG_B43_SDIO is not set +CONFIG_B43_SDIO=y CONFIG_B43_PIO=y CONFIG_B43_PHY_N=y CONFIG_B43_PHY_LP=y @@ -2249,14 +2355,15 @@ CONFIG_B43LEGACY_PCI_AUTOSELECT=y CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y CONFIG_B43LEGACY_LEDS=y CONFIG_B43LEGACY_HWRNG=y -CONFIG_B43LEGACY_DEBUG=y +# CONFIG_B43LEGACY_DEBUG is not set CONFIG_B43LEGACY_DMA=y CONFIG_B43LEGACY_PIO=y CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y # CONFIG_B43LEGACY_DMA_MODE is not set # CONFIG_B43LEGACY_PIO_MODE is not set CONFIG_HOSTAP=m -# CONFIG_HOSTAP_FIRMWARE is not set +CONFIG_HOSTAP_FIRMWARE=y +CONFIG_HOSTAP_FIRMWARE_NVRAM=y CONFIG_HOSTAP_PLX=m CONFIG_HOSTAP_PCI=m CONFIG_HOSTAP_CS=m @@ -2265,8 +2372,8 @@ CONFIG_IPW2100_MONITOR=y # CONFIG_IPW2100_DEBUG is not set CONFIG_IPW2200=m CONFIG_IPW2200_MONITOR=y -# CONFIG_IPW2200_RADIOTAP is not set -# CONFIG_IPW2200_PROMISCUOUS is not set +CONFIG_IPW2200_RADIOTAP=y +CONFIG_IPW2200_PROMISCUOUS=y CONFIG_IPW2200_QOS=y # CONFIG_IPW2200_DEBUG is not set CONFIG_LIBIPW=m @@ -2296,18 +2403,19 @@ CONFIG_LIBERTAS=m CONFIG_LIBERTAS_USB=m CONFIG_LIBERTAS_CS=m CONFIG_LIBERTAS_SDIO=m -# CONFIG_LIBERTAS_SPI is not set +CONFIG_LIBERTAS_SPI=m # CONFIG_LIBERTAS_DEBUG is not set -# CONFIG_LIBERTAS_MESH is not set +CONFIG_LIBERTAS_MESH=y CONFIG_HERMES=m -# CONFIG_HERMES_PRISM is not set +CONFIG_HERMES_PRISM=y CONFIG_HERMES_CACHE_FW_ON_INIT=y CONFIG_PLX_HERMES=m CONFIG_TMD_HERMES=m CONFIG_NORTEL_HERMES=m +CONFIG_PCI_HERMES=m CONFIG_PCMCIA_HERMES=m CONFIG_PCMCIA_SPECTRUM=m -# CONFIG_ORINOCO_USB is not set +CONFIG_ORINOCO_USB=m CONFIG_P54_COMMON=m CONFIG_P54_USB=m CONFIG_P54_PCI=m @@ -2320,15 +2428,15 @@ CONFIG_RT2500PCI=m CONFIG_RT61PCI=m CONFIG_RT2800PCI=m CONFIG_RT2800PCI_RT33XX=y -# CONFIG_RT2800PCI_RT35XX is not set -# CONFIG_RT2800PCI_RT53XX is not set +CONFIG_RT2800PCI_RT35XX=y +CONFIG_RT2800PCI_RT53XX=y CONFIG_RT2500USB=m CONFIG_RT73USB=m CONFIG_RT2800USB=m CONFIG_RT2800USB_RT33XX=y -# CONFIG_RT2800USB_RT35XX is not set -# CONFIG_RT2800USB_RT53XX is not set -# CONFIG_RT2800USB_UNKNOWN is not set +CONFIG_RT2800USB_RT35XX=y +CONFIG_RT2800USB_RT53XX=y +CONFIG_RT2800USB_UNKNOWN=y CONFIG_RT2800_LIB=m CONFIG_RT2X00_LIB_PCI=m CONFIG_RT2X00_LIB_USB=m @@ -2338,8 +2446,8 @@ CONFIG_RT2X00_LIB_CRYPTO=y CONFIG_RT2X00_LIB_LEDS=y # CONFIG_RT2X00_DEBUG is not set CONFIG_RTL8192CE=m -# CONFIG_RTL8192SE is not set -# CONFIG_RTL8192CU is not set +CONFIG_RTL8192SE=m +CONFIG_RTL8192CU=m CONFIG_RTLWIFI=m CONFIG_RTL8192C_COMMON=m CONFIG_WL1251=m @@ -2347,14 +2455,15 @@ CONFIG_WL1251_SPI=m CONFIG_WL1251_SDIO=m CONFIG_WL12XX_MENU=m CONFIG_WL12XX=m -# CONFIG_WL12XX_HT is not set +CONFIG_WL12XX_HT=y CONFIG_WL12XX_SPI=m CONFIG_WL12XX_SDIO=m CONFIG_WL12XX_SDIO_TEST=m CONFIG_WL12XX_PLATFORM_DATA=y CONFIG_ZD1211RW=m # CONFIG_ZD1211RW_DEBUG is not set -# CONFIG_MWIFIEX is not set +CONFIG_MWIFIEX=m +CONFIG_MWIFIEX_SDIO=m # # WiMAX Wireless Broadband devices @@ -2378,7 +2487,7 @@ CONFIG_USB_NET_CDCETHER=m CONFIG_USB_NET_CDC_EEM=m CONFIG_USB_NET_CDC_NCM=m CONFIG_USB_NET_DM9601=m -# CONFIG_USB_NET_SMSC75XX is not set +CONFIG_USB_NET_SMSC75XX=m CONFIG_USB_NET_SMSC95XX=m CONFIG_USB_NET_GL620A=m CONFIG_USB_NET_NET1080=m @@ -2390,17 +2499,17 @@ CONFIG_USB_ALI_M5632=y CONFIG_USB_AN2720=y CONFIG_USB_BELKIN=y CONFIG_USB_ARMLINUX=y -# CONFIG_USB_EPSON2888 is not set +CONFIG_USB_EPSON2888=y CONFIG_USB_KC2190=y CONFIG_USB_NET_ZAURUS=m CONFIG_USB_NET_CX82310_ETH=m -# CONFIG_USB_NET_KALMIA is not set +CONFIG_USB_NET_KALMIA=m CONFIG_USB_HSO=m CONFIG_USB_NET_INT51X1=m CONFIG_USB_CDC_PHONET=m -# CONFIG_USB_IPHETH is not set -# CONFIG_USB_SIERRA_NET is not set -# CONFIG_USB_VL600 is not set +CONFIG_USB_IPHETH=m +CONFIG_USB_SIERRA_NET=m +CONFIG_USB_VL600=m CONFIG_NET_PCMCIA=y CONFIG_PCMCIA_3C589=m CONFIG_PCMCIA_3C574=m @@ -2431,8 +2540,8 @@ CONFIG_N2=m CONFIG_C101=m CONFIG_FARSYNC=m CONFIG_DSCC4=m -# CONFIG_DSCC4_PCISYNC is not set -# CONFIG_DSCC4_PCI_RST is not set +CONFIG_DSCC4_PCISYNC=y +CONFIG_DSCC4_PCI_RST=y CONFIG_DLCI=m CONFIG_DLCI_MAX=8 CONFIG_SDLA=m @@ -2442,7 +2551,7 @@ CONFIG_CYCLOMX_X25=y CONFIG_LAPBETHER=m CONFIG_X25_ASY=m CONFIG_SBNI=m -# CONFIG_SBNI_MULTILINE is not set +CONFIG_SBNI_MULTILINE=y CONFIG_ATM_DRIVERS=y # CONFIG_ATM_DUMMY is not set CONFIG_ATM_TCP=m @@ -2454,8 +2563,8 @@ CONFIG_ATM_FIRESTREAM=m CONFIG_ATM_ZATM=m # CONFIG_ATM_ZATM_DEBUG is not set CONFIG_ATM_NICSTAR=m -# CONFIG_ATM_NICSTAR_USE_SUNI is not set -# CONFIG_ATM_NICSTAR_USE_IDT77105 is not set +CONFIG_ATM_NICSTAR_USE_SUNI=y +CONFIG_ATM_NICSTAR_USE_IDT77105=y CONFIG_ATM_IDT77252=m # CONFIG_ATM_IDT77252_DEBUG is not set # CONFIG_ATM_IDT77252_RCV_ALL is not set @@ -2466,9 +2575,12 @@ CONFIG_ATM_HORIZON=m # CONFIG_ATM_HORIZON_DEBUG is not set CONFIG_ATM_IA=m # CONFIG_ATM_IA_DEBUG is not set -# CONFIG_ATM_FORE200E is not set +CONFIG_ATM_FORE200E=m +# CONFIG_ATM_FORE200E_USE_TASKLET is not set +CONFIG_ATM_FORE200E_TX_RETRY=16 +CONFIG_ATM_FORE200E_DEBUG=0 CONFIG_ATM_HE=m -# CONFIG_ATM_HE_USE_SUNI is not set +CONFIG_ATM_HE_USE_SUNI=y CONFIG_ATM_SOLOS=m CONFIG_IEEE802154_DRIVERS=m CONFIG_IEEE802154_FAKEHARD=m @@ -2476,7 +2588,10 @@ CONFIG_IEEE802154_FAKEHARD=m # # CAIF transport drivers # -CONFIG_FDDI=y +# CONFIG_CAIF_TTY is not set +# CONFIG_CAIF_SPI_SLAVE is not set +# CONFIG_RIONET is not set +CONFIG_FDDI=m CONFIG_DEFXX=m # CONFIG_DEFXX_MMIO is not set CONFIG_SKFP=m @@ -2495,11 +2610,12 @@ CONFIG_PPP_MPPE=m CONFIG_PPPOE=m CONFIG_PPTP=m CONFIG_PPPOATM=m +# CONFIG_PPPOL2TP is not set CONFIG_SLIP=m CONFIG_SLIP_COMPRESSED=y CONFIG_SLHC=m CONFIG_SLIP_SMART=y -# CONFIG_SLIP_MODE_SLIP6 is not set +CONFIG_SLIP_MODE_SLIP6=y CONFIG_NET_FC=y CONFIG_NETCONSOLE=m CONFIG_NETCONSOLE_DYNAMIC=y @@ -2636,7 +2752,7 @@ CONFIG_GIGASET_M105=m CONFIG_GIGASET_M101=m # CONFIG_GIGASET_DEBUG is not set CONFIG_HYSDN=m -# CONFIG_HYSDN_CAPI is not set +CONFIG_HYSDN_CAPI=y CONFIG_MISDN=m CONFIG_MISDN_DSP=m CONFIG_MISDN_L1OIP=m @@ -2683,19 +2799,19 @@ CONFIG_INPUT_EVDEV=m # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ADP5588=m -# CONFIG_KEYBOARD_ADP5589 is not set +CONFIG_KEYBOARD_ADP5589=m CONFIG_KEYBOARD_ATKBD=y -# CONFIG_KEYBOARD_QT1070 is not set -# CONFIG_KEYBOARD_QT2160 is not set +CONFIG_KEYBOARD_QT1070=m +CONFIG_KEYBOARD_QT2160=m CONFIG_KEYBOARD_LKKBD=m -# CONFIG_KEYBOARD_GPIO is not set +CONFIG_KEYBOARD_GPIO=m CONFIG_KEYBOARD_GPIO_POLLED=m -# CONFIG_KEYBOARD_TCA6416 is not set +CONFIG_KEYBOARD_TCA6416=m CONFIG_KEYBOARD_MATRIX=m CONFIG_KEYBOARD_LM8323=m CONFIG_KEYBOARD_MAX7359=m -# CONFIG_KEYBOARD_MCS is not set -# CONFIG_KEYBOARD_MPR121 is not set +CONFIG_KEYBOARD_MCS=m +CONFIG_KEYBOARD_MPR121=m CONFIG_KEYBOARD_NEWTON=m CONFIG_KEYBOARD_OPENCORES=m CONFIG_KEYBOARD_STOWAWAY=m @@ -2708,9 +2824,9 @@ CONFIG_MOUSE_PS2_LOGIPS2PP=y CONFIG_MOUSE_PS2_SYNAPTICS=y CONFIG_MOUSE_PS2_LIFEBOOK=y CONFIG_MOUSE_PS2_TRACKPOINT=y -# CONFIG_MOUSE_PS2_ELANTECH is not set -# CONFIG_MOUSE_PS2_SENTELIC is not set -# CONFIG_MOUSE_PS2_TOUCHKIT is not set +CONFIG_MOUSE_PS2_ELANTECH=y +CONFIG_MOUSE_PS2_SENTELIC=y +CONFIG_MOUSE_PS2_TOUCHKIT=y CONFIG_MOUSE_PS2_OLPC=y CONFIG_MOUSE_SERIAL=m CONFIG_MOUSE_APPLETOUCH=m @@ -2765,18 +2881,18 @@ CONFIG_TOUCHSCREEN_ADS7846=m CONFIG_TOUCHSCREEN_AD7877=m CONFIG_TOUCHSCREEN_AD7879=m CONFIG_TOUCHSCREEN_AD7879_I2C=m -# CONFIG_TOUCHSCREEN_AD7879_SPI is not set -# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set +CONFIG_TOUCHSCREEN_AD7879_SPI=m +CONFIG_TOUCHSCREEN_ATMEL_MXT=m CONFIG_TOUCHSCREEN_BU21013=m -# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set +CONFIG_TOUCHSCREEN_CY8CTMG110=m CONFIG_TOUCHSCREEN_DYNAPRO=m -# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set +CONFIG_TOUCHSCREEN_HAMPSHIRE=m CONFIG_TOUCHSCREEN_EETI=m CONFIG_TOUCHSCREEN_FUJITSU=m CONFIG_TOUCHSCREEN_GUNZE=m CONFIG_TOUCHSCREEN_ELO=m CONFIG_TOUCHSCREEN_WACOM_W8001=m -# CONFIG_TOUCHSCREEN_MAX11801 is not set +CONFIG_TOUCHSCREEN_MAX11801=m CONFIG_TOUCHSCREEN_MCS5000=m CONFIG_TOUCHSCREEN_MTOUCH=m CONFIG_TOUCHSCREEN_INEXIO=m @@ -2786,6 +2902,7 @@ CONFIG_TOUCHSCREEN_PENMOUNT=m CONFIG_TOUCHSCREEN_TOUCHRIGHT=m CONFIG_TOUCHSCREEN_TOUCHWIN=m CONFIG_TOUCHSCREEN_UCB1400=m +CONFIG_TOUCHSCREEN_WM831X=m CONFIG_TOUCHSCREEN_WM97XX=m CONFIG_TOUCHSCREEN_WM9705=y CONFIG_TOUCHSCREEN_WM9712=y @@ -2809,12 +2926,16 @@ CONFIG_TOUCHSCREEN_USB_ZYTRONIC=y CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y CONFIG_TOUCHSCREEN_USB_NEXIO=y CONFIG_TOUCHSCREEN_TOUCHIT213=m -# CONFIG_TOUCHSCREEN_TSC2005 is not set +CONFIG_TOUCHSCREEN_TSC2005=m CONFIG_TOUCHSCREEN_TSC2007=m +CONFIG_TOUCHSCREEN_PCAP=m CONFIG_TOUCHSCREEN_ST1232=m -# CONFIG_TOUCHSCREEN_TPS6507X is not set +CONFIG_TOUCHSCREEN_TPS6507X=m CONFIG_INPUT_MISC=y -# CONFIG_INPUT_AD714X is not set +CONFIG_INPUT_AB8500_PONKEY=m +CONFIG_INPUT_AD714X=m +CONFIG_INPUT_AD714X_I2C=m +CONFIG_INPUT_AD714X_SPI=m CONFIG_INPUT_PCSPKR=m CONFIG_INPUT_APANEL=m CONFIG_INPUT_WISTRON_BTNS=m @@ -2827,9 +2948,13 @@ CONFIG_INPUT_YEALINK=m CONFIG_INPUT_CM109=m CONFIG_INPUT_UINPUT=m CONFIG_INPUT_PCF50633_PMU=m -# CONFIG_INPUT_PCF8574 is not set -# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set -# CONFIG_INPUT_ADXL34X is not set +CONFIG_INPUT_PCF8574=m +CONFIG_INPUT_GPIO_ROTARY_ENCODER=m +CONFIG_INPUT_WM831X_ON=m +CONFIG_INPUT_PCAP=m +CONFIG_INPUT_ADXL34X=m +CONFIG_INPUT_ADXL34X_I2C=m +CONFIG_INPUT_ADXL34X_SPI=m CONFIG_INPUT_CMA3000=m CONFIG_INPUT_CMA3000_I2C=m @@ -2843,7 +2968,7 @@ CONFIG_SERIO_CT82C710=m CONFIG_SERIO_PARKBD=m CONFIG_SERIO_PCIPS2=m CONFIG_SERIO_LIBPS2=y -# CONFIG_SERIO_RAW is not set +CONFIG_SERIO_RAW=m CONFIG_SERIO_ALTERA_PS2=m CONFIG_SERIO_PS2MULT=m CONFIG_GAMEPORT=m @@ -2867,7 +2992,7 @@ CONFIG_LEGACY_PTY_COUNT=256 CONFIG_SERIAL_NONSTANDARD=y CONFIG_ROCKETPORT=m CONFIG_CYCLADES=m -# CONFIG_CYZ_INTR is not set +CONFIG_CYZ_INTR=y CONFIG_MOXA_INTELLIO=m CONFIG_MOXA_SMARTIO=m CONFIG_SYNCLINK=m @@ -2876,8 +3001,9 @@ CONFIG_SYNCLINK_GT=m CONFIG_NOZOMI=m CONFIG_ISI=m CONFIG_N_HDLC=m -# CONFIG_N_GSM is not set -# CONFIG_TRACE_SINK is not set +CONFIG_N_GSM=m +CONFIG_TRACE_ROUTER=m +CONFIG_TRACE_SINK=m CONFIG_DEVKMEM=y CONFIG_STALDRV=y @@ -2907,19 +3033,23 @@ CONFIG_SERIAL_8250_MCA=m # # Non-8250 serial port support # -# CONFIG_SERIAL_MAX3100 is not set -# CONFIG_SERIAL_MAX3107 is not set -# CONFIG_SERIAL_MFD_HSU is not set +CONFIG_SERIAL_MAX3100=m +CONFIG_SERIAL_MAX3107=m +CONFIG_SERIAL_MRST_MAX3110=m +CONFIG_SERIAL_MFD_HSU=m +CONFIG_SERIAL_UARTLITE=m CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_SERIAL_JSM=m -# CONFIG_SERIAL_OF_PLATFORM is not set -# CONFIG_SERIAL_TIMBERDALE is not set -# CONFIG_SERIAL_ALTERA_JTAGUART is not set -# CONFIG_SERIAL_ALTERA_UART is not set +CONFIG_SERIAL_OF_PLATFORM=m +CONFIG_SERIAL_TIMBERDALE=m +CONFIG_SERIAL_ALTERA_JTAGUART=m +CONFIG_SERIAL_ALTERA_UART=m +CONFIG_SERIAL_ALTERA_UART_MAXPORTS=4 +CONFIG_SERIAL_ALTERA_UART_BAUDRATE=115200 CONFIG_SERIAL_IFX6X60=m CONFIG_SERIAL_PCH_UART=m -# CONFIG_SERIAL_XILINX_PS_UART is not set +CONFIG_SERIAL_XILINX_PS_UART=m CONFIG_PRINTER=m CONFIG_LP_CONSOLE=y CONFIG_PPDEV=m @@ -2932,12 +3062,12 @@ CONFIG_IPMI_SI=m CONFIG_IPMI_WATCHDOG=m CONFIG_IPMI_POWEROFF=m CONFIG_HW_RANDOM=y -# CONFIG_HW_RANDOM_TIMERIOMEM is not set +CONFIG_HW_RANDOM_TIMERIOMEM=m CONFIG_HW_RANDOM_INTEL=m CONFIG_HW_RANDOM_AMD=m CONFIG_HW_RANDOM_GEODE=m CONFIG_HW_RANDOM_VIA=m -CONFIG_HW_RANDOM_VIRTIO=m +CONFIG_HW_RANDOM_VIRTIO=y CONFIG_NVRAM=m CONFIG_DTLK=m CONFIG_R3964=m @@ -2972,7 +3102,14 @@ CONFIG_I2C=m CONFIG_I2C_BOARDINFO=y CONFIG_I2C_COMPAT=y CONFIG_I2C_CHARDEV=m -# CONFIG_I2C_MUX is not set +CONFIG_I2C_MUX=m + +# +# Multiplexer I2C Chip support +# +CONFIG_I2C_MUX_GPIO=m +CONFIG_I2C_MUX_PCA9541=m +CONFIG_I2C_MUX_PCA954x=m CONFIG_I2C_HELPER_AUTO=y CONFIG_I2C_SMBUS=m CONFIG_I2C_ALGOBIT=m @@ -3014,16 +3151,16 @@ CONFIG_I2C_GPIO=m CONFIG_I2C_INTEL_MID=m CONFIG_I2C_OCORES=m CONFIG_I2C_PCA_PLATFORM=m -# CONFIG_I2C_PXA is not set -# CONFIG_I2C_PXA_PCI is not set +CONFIG_I2C_PXA=m +CONFIG_I2C_PXA_PCI=y CONFIG_I2C_SIMTEC=m -# CONFIG_I2C_XILINX is not set +CONFIG_I2C_XILINX=m CONFIG_I2C_EG20T=m # # External I2C/SMBus adapter drivers # -# CONFIG_I2C_DIOLAN_U2C is not set +CONFIG_I2C_DIOLAN_U2C=m CONFIG_I2C_PARPORT=m CONFIG_I2C_PARPORT_LIGHT=m CONFIG_I2C_TAOS_EVM=m @@ -3046,17 +3183,19 @@ CONFIG_SPI_MASTER=y # # SPI Master Controller Drivers # -# CONFIG_SPI_ALTERA is not set +CONFIG_SPI_ALTERA=m CONFIG_SPI_BITBANG=m -# CONFIG_SPI_BUTTERFLY is not set +CONFIG_SPI_BUTTERFLY=m CONFIG_SPI_GPIO=m -# CONFIG_SPI_LM70_LLP is not set -# CONFIG_SPI_OC_TINY is not set +CONFIG_SPI_LM70_LLP=m +CONFIG_SPI_OC_TINY=m CONFIG_SPI_PXA2XX=m CONFIG_SPI_PXA2XX_PCI=y CONFIG_SPI_TOPCLIFF_PCH=m CONFIG_SPI_XILINX=m -# CONFIG_SPI_DESIGNWARE is not set +CONFIG_SPI_DESIGNWARE=m +CONFIG_SPI_DW_PCI=m +CONFIG_SPI_DW_MID_DMA=y # # SPI Protocol Masters @@ -3074,7 +3213,7 @@ CONFIG_PPS=m # PPS clients support # # CONFIG_PPS_CLIENT_KTIMER is not set -# CONFIG_PPS_CLIENT_LDISC is not set +CONFIG_PPS_CLIENT_LDISC=m CONFIG_PPS_CLIENT_PARPORT=m # @@ -3084,7 +3223,8 @@ CONFIG_PPS_CLIENT_PARPORT=m # # PTP clock support # -# CONFIG_PTP_1588_CLOCK is not set +CONFIG_PTP_1588_CLOCK=m +# CONFIG_DP83640_PHY is not set CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_GPIOLIB=y # CONFIG_DEBUG_GPIO is not set @@ -3096,27 +3236,29 @@ CONFIG_GPIO_MAX730X=m # CONFIG_GPIO_BASIC_MMIO_CORE=m CONFIG_GPIO_BASIC_MMIO=m -# CONFIG_GPIO_IT8761E is not set -# CONFIG_GPIO_SCH is not set +CONFIG_GPIO_IT8761E=m +CONFIG_GPIO_SCH=m CONFIG_GPIO_VX855=m # # I2C GPIO expanders: # -# CONFIG_GPIO_MAX7300 is not set +CONFIG_GPIO_MAX7300=m CONFIG_GPIO_MAX732X=m CONFIG_GPIO_PCA953X=m CONFIG_GPIO_PCF857X=m +CONFIG_GPIO_WM831X=m CONFIG_GPIO_ADP5588=m # # PCI GPIO expanders: # CONFIG_GPIO_CS5535=m -# CONFIG_GPIO_LANGWELL is not set +CONFIG_GPIO_LANGWELL=y CONFIG_GPIO_PCH=m CONFIG_GPIO_ML_IOH=m -# CONFIG_GPIO_RDC321X is not set +CONFIG_GPIO_TIMBERDALE=y +CONFIG_GPIO_RDC321X=m # # SPI GPIO expanders: @@ -3129,11 +3271,12 @@ CONFIG_GPIO_74X164=m # # AC97 GPIO expanders: # -# CONFIG_GPIO_UCB1400 is not set +CONFIG_GPIO_UCB1400=y # # MODULbus GPIO expanders: # +CONFIG_GPIO_JANZ_TTL=m CONFIG_W1=m CONFIG_W1_CON=y @@ -3143,7 +3286,7 @@ CONFIG_W1_CON=y CONFIG_W1_MASTER_MATROX=m CONFIG_W1_MASTER_DS2490=m CONFIG_W1_MASTER_DS2482=m -# CONFIG_W1_MASTER_DS1WM is not set +CONFIG_W1_MASTER_DS1WM=m CONFIG_W1_MASTER_GPIO=m # @@ -3151,20 +3294,22 @@ CONFIG_W1_MASTER_GPIO=m # CONFIG_W1_SLAVE_THERM=m CONFIG_W1_SLAVE_SMEM=m -# CONFIG_W1_SLAVE_DS2408 is not set +CONFIG_W1_SLAVE_DS2408=m CONFIG_W1_SLAVE_DS2423=m CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2433=m CONFIG_W1_SLAVE_DS2433_CRC=y CONFIG_W1_SLAVE_DS2760=m -# CONFIG_W1_SLAVE_DS2780 is not set +CONFIG_W1_SLAVE_DS2780=m CONFIG_W1_SLAVE_BQ27000=m CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m +# CONFIG_WM831X_BACKUP is not set +# CONFIG_WM831X_POWER is not set # CONFIG_TEST_POWER is not set CONFIG_BATTERY_DS2760=m -# CONFIG_BATTERY_DS2780 is not set +CONFIG_BATTERY_DS2780=m CONFIG_BATTERY_DS2782=m CONFIG_BATTERY_OLPC=m CONFIG_BATTERY_BQ20Z75=m @@ -3175,7 +3320,7 @@ CONFIG_BATTERY_MAX17040=m CONFIG_BATTERY_MAX17042=m CONFIG_CHARGER_PCF50633=m CONFIG_CHARGER_ISP1704=m -# CONFIG_CHARGER_MAX8903 is not set +CONFIG_CHARGER_MAX8903=m CONFIG_CHARGER_GPIO=m CONFIG_HWMON=y CONFIG_HWMON_VID=m @@ -3195,14 +3340,14 @@ CONFIG_SENSORS_ADM1026=m CONFIG_SENSORS_ADM1029=m CONFIG_SENSORS_ADM1031=m CONFIG_SENSORS_ADM9240=m -# CONFIG_SENSORS_ADT7411 is not set +CONFIG_SENSORS_ADT7411=m CONFIG_SENSORS_ADT7462=m CONFIG_SENSORS_ADT7470=m CONFIG_SENSORS_ADT7475=m -# CONFIG_SENSORS_ASC7621 is not set +CONFIG_SENSORS_ASC7621=m CONFIG_SENSORS_K8TEMP=m CONFIG_SENSORS_K10TEMP=m -# CONFIG_SENSORS_FAM15H_POWER is not set +CONFIG_SENSORS_FAM15H_POWER=m CONFIG_SENSORS_ASB100=m CONFIG_SENSORS_ATXP1=m CONFIG_SENSORS_DS620=m @@ -3220,8 +3365,8 @@ CONFIG_SENSORS_CORETEMP=m CONFIG_SENSORS_IBMAEM=m CONFIG_SENSORS_IBMPEX=m CONFIG_SENSORS_IT87=m -# CONFIG_SENSORS_JC42 is not set -# CONFIG_SENSORS_LINEAGE is not set +CONFIG_SENSORS_JC42=m +CONFIG_SENSORS_LINEAGE=m CONFIG_SENSORS_LM63=m CONFIG_SENSORS_LM70=m CONFIG_SENSORS_LM73=m @@ -3235,39 +3380,46 @@ CONFIG_SENSORS_LM87=m CONFIG_SENSORS_LM90=m CONFIG_SENSORS_LM92=m CONFIG_SENSORS_LM93=m -# CONFIG_SENSORS_LTC4151 is not set +CONFIG_SENSORS_LTC4151=m CONFIG_SENSORS_LTC4215=m CONFIG_SENSORS_LTC4245=m CONFIG_SENSORS_LTC4261=m CONFIG_SENSORS_LM95241=m CONFIG_SENSORS_MAX1111=m -# CONFIG_SENSORS_MAX16065 is not set +CONFIG_SENSORS_MAX16065=m CONFIG_SENSORS_MAX1619=m -# CONFIG_SENSORS_MAX6639 is not set -# CONFIG_SENSORS_MAX6642 is not set +CONFIG_SENSORS_MAX6639=m +CONFIG_SENSORS_MAX6642=m CONFIG_SENSORS_MAX6650=m CONFIG_SENSORS_PC87360=m CONFIG_SENSORS_PC87427=m CONFIG_SENSORS_PCF8591=m -# CONFIG_PMBUS is not set +CONFIG_PMBUS=m +CONFIG_SENSORS_PMBUS=m +CONFIG_SENSORS_ADM1275=m +CONFIG_SENSORS_MAX16064=m +CONFIG_SENSORS_MAX34440=m +CONFIG_SENSORS_MAX8688=m +CONFIG_SENSORS_UCD9000=m +CONFIG_SENSORS_UCD9200=m CONFIG_SENSORS_SHT15=m CONFIG_SENSORS_SHT21=m CONFIG_SENSORS_SIS5595=m -# CONFIG_SENSORS_SMM665 is not set +CONFIG_SENSORS_SMM665=m CONFIG_SENSORS_DME1737=m -# CONFIG_SENSORS_EMC1403 is not set -# CONFIG_SENSORS_EMC2103 is not set -# CONFIG_SENSORS_EMC6W201 is not set +CONFIG_SENSORS_EMC1403=m +CONFIG_SENSORS_EMC2103=m +CONFIG_SENSORS_EMC6W201=m CONFIG_SENSORS_SMSC47M1=m CONFIG_SENSORS_SMSC47M192=m CONFIG_SENSORS_SMSC47B397=m -# CONFIG_SENSORS_SCH5627 is not set -# CONFIG_SENSORS_ADS1015 is not set +CONFIG_SENSORS_SCH5627=m +CONFIG_SENSORS_ADS1015=m CONFIG_SENSORS_ADS7828=m -# CONFIG_SENSORS_ADS7871 is not set +CONFIG_SENSORS_ADS7871=m CONFIG_SENSORS_AMC6821=m CONFIG_SENSORS_THMC50=m -# CONFIG_SENSORS_TMP102 is not set +CONFIG_SENSORS_TMP102=m CONFIG_SENSORS_TMP401=m CONFIG_SENSORS_TMP421=m CONFIG_SENSORS_VIA_CPUTEMP=m @@ -3284,15 +3436,16 @@ CONFIG_SENSORS_W83L785TS=m CONFIG_SENSORS_W83L786NG=m CONFIG_SENSORS_W83627HF=m CONFIG_SENSORS_W83627EHF=m +# CONFIG_SENSORS_WM831X is not set CONFIG_SENSORS_APPLESMC=m CONFIG_SENSORS_MC13783_ADC=m # # ACPI drivers # -# CONFIG_SENSORS_ACPI_POWER is not set +CONFIG_SENSORS_ACPI_POWER=m CONFIG_SENSORS_ATK0110=m -CONFIG_THERMAL=y +CONFIG_THERMAL=m CONFIG_THERMAL_HWMON=y CONFIG_WATCHDOG=y # CONFIG_WATCHDOG_NOWAYOUT is not set @@ -3301,11 +3454,12 @@ CONFIG_WATCHDOG=y # Watchdog Device Drivers # CONFIG_SOFT_WATCHDOG=m +# CONFIG_WM831X_WATCHDOG is not set CONFIG_ACQUIRE_WDT=m CONFIG_ADVANTECH_WDT=m CONFIG_ALIM1535_WDT=m CONFIG_ALIM7101_WDT=m -# CONFIG_F71808E_WDT is not set +CONFIG_F71808E_WDT=m CONFIG_SP5100_TCO=m CONFIG_GEODE_WDT=m CONFIG_SC520_WDT=m @@ -3320,11 +3474,12 @@ CONFIG_ITCO_VENDOR_SUPPORT=y CONFIG_IT8712F_WDT=m CONFIG_IT87_WDT=m CONFIG_HP_WATCHDOG=m -# CONFIG_HPWDT_NMI_DECODING is not set +CONFIG_HPWDT_NMI_DECODING=y CONFIG_SC1200_WDT=m CONFIG_SCx200_WDT=m CONFIG_PC87413_WDT=m CONFIG_NV_TCO=m +# CONFIG_RDC321X_WDT is not set CONFIG_60XX_WDT=m CONFIG_SBC8360_WDT=m CONFIG_SBC7240_WDT=m @@ -3370,7 +3525,7 @@ CONFIG_SSB_B43_PCI_BRIDGE=y CONFIG_SSB_PCMCIAHOST_POSSIBLE=y CONFIG_SSB_PCMCIAHOST=y CONFIG_SSB_SDIOHOST_POSSIBLE=y -# CONFIG_SSB_SDIOHOST is not set +CONFIG_SSB_SDIOHOST=y # CONFIG_SSB_DEBUG is not set CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_DRIVER_PCICORE=y @@ -3379,31 +3534,38 @@ CONFIG_BCMA_POSSIBLE=y # # Broadcom specific AMBA # -# CONFIG_BCMA is not set +CONFIG_BCMA=m +CONFIG_BCMA_HOST_PCI_POSSIBLE=y +CONFIG_BCMA_HOST_PCI=y +# CONFIG_BCMA_DEBUG is not set CONFIG_MFD_SUPPORT=y -CONFIG_MFD_CORE=m +CONFIG_MFD_CORE=y CONFIG_MFD_SM501=m -# CONFIG_MFD_SM501_GPIO is not set +CONFIG_MFD_SM501_GPIO=y CONFIG_HTC_PASIC3=m CONFIG_UCB1400_CORE=m -# CONFIG_TPS6105X is not set +CONFIG_TPS6105X=m CONFIG_TPS65010=m -# CONFIG_TPS6507X is not set +CONFIG_TPS6507X=m # CONFIG_MFD_TMIO is not set CONFIG_MFD_WM8400=m -# CONFIG_MFD_WM831X_SPI is not set +CONFIG_MFD_WM831X=y +CONFIG_MFD_WM831X_SPI=y CONFIG_MFD_PCF50633=m CONFIG_PCF50633_ADC=m CONFIG_PCF50633_GPIO=m CONFIG_MFD_MC13783=m CONFIG_MFD_MC13XXX=m -# CONFIG_ABX500_CORE is not set -# CONFIG_EZX_PCAP is not set +CONFIG_ABX500_CORE=y +CONFIG_EZX_PCAP=y +CONFIG_AB8500_CORE=y +CONFIG_AB8500_DEBUG=y +CONFIG_AB8500_GPADC=y CONFIG_MFD_CS5535=m -# CONFIG_MFD_TIMBERDALE is not set +CONFIG_MFD_TIMBERDALE=m CONFIG_LPC_SCH=m -# CONFIG_MFD_RDC321X is not set -# CONFIG_MFD_JANZ_CMODIO is not set +CONFIG_MFD_RDC321X=m +CONFIG_MFD_JANZ_CMODIO=m CONFIG_MFD_VX855=m CONFIG_MFD_WL1273_CORE=m CONFIG_REGULATOR=y @@ -3414,29 +3576,34 @@ CONFIG_REGULATOR_VIRTUAL_CONSUMER=m CONFIG_REGULATOR_USERSPACE_CONSUMER=m CONFIG_REGULATOR_BQ24022=m CONFIG_REGULATOR_MAX1586=m -# CONFIG_REGULATOR_MAX8649 is not set +CONFIG_REGULATOR_MAX8649=m CONFIG_REGULATOR_MAX8660=m CONFIG_REGULATOR_MAX8952=m +CONFIG_REGULATOR_WM831X=m CONFIG_REGULATOR_WM8400=m CONFIG_REGULATOR_PCF50633=m CONFIG_REGULATOR_LP3971=m CONFIG_REGULATOR_LP3972=m +CONFIG_REGULATOR_PCAP=m CONFIG_REGULATOR_MC13XXX_CORE=m CONFIG_REGULATOR_MC13783=m CONFIG_REGULATOR_MC13892=m +CONFIG_REGULATOR_TPS6105X=m CONFIG_REGULATOR_TPS65023=m CONFIG_REGULATOR_TPS6507X=m -# CONFIG_REGULATOR_ISL6271A is not set -# CONFIG_REGULATOR_AD5398 is not set +CONFIG_REGULATOR_ISL6271A=m +CONFIG_REGULATOR_AD5398=m +CONFIG_REGULATOR_AB8500=y CONFIG_REGULATOR_TPS6524X=m CONFIG_MEDIA_SUPPORT=m # # Multimedia core support # -# CONFIG_MEDIA_CONTROLLER is not set +CONFIG_MEDIA_CONTROLLER=y CONFIG_VIDEO_DEV=m CONFIG_VIDEO_V4L2_COMMON=m +CONFIG_VIDEO_V4L2_SUBDEV_API=y CONFIG_DVB_CORE=m CONFIG_VIDEO_MEDIA=m @@ -3455,17 +3622,17 @@ CONFIG_IR_JVC_DECODER=m CONFIG_IR_SONY_DECODER=m CONFIG_IR_RC5_SZ_DECODER=m CONFIG_IR_LIRC_CODEC=m -# CONFIG_IR_ENE is not set -# CONFIG_IR_IMON is not set -# CONFIG_IR_MCEUSB is not set -# CONFIG_IR_ITE_CIR is not set -# CONFIG_IR_FINTEK is not set +CONFIG_IR_ENE=m +CONFIG_IR_IMON=m +CONFIG_IR_MCEUSB=m +CONFIG_IR_ITE_CIR=m +CONFIG_IR_FINTEK=m CONFIG_IR_NUVOTON=m -# CONFIG_IR_REDRAT3 is not set -# CONFIG_IR_STREAMZAP is not set +CONFIG_IR_REDRAT3=m +CONFIG_IR_STREAMZAP=m CONFIG_IR_WINBOND_CIR=m CONFIG_RC_LOOPBACK=m -# CONFIG_MEDIA_ATTACH is not set +CONFIG_MEDIA_ATTACH=y CONFIG_MEDIA_TUNER=m # CONFIG_MEDIA_TUNER_CUSTOMISE is not set CONFIG_MEDIA_TUNER_SIMPLE=m @@ -3606,17 +3773,18 @@ CONFIG_VIDEO_CX88_DVB=m CONFIG_VIDEO_CX88_MPEG=m CONFIG_VIDEO_CX88_VP3054=m CONFIG_VIDEO_CX23885=m -# CONFIG_MEDIA_ALTERA_CI is not set +CONFIG_MEDIA_ALTERA_CI=m CONFIG_VIDEO_AU0828=m CONFIG_VIDEO_IVTV=m CONFIG_VIDEO_FB_IVTV=m CONFIG_VIDEO_CX18=m -# CONFIG_VIDEO_CX18_ALSA is not set +CONFIG_VIDEO_CX18_ALSA=m CONFIG_VIDEO_SAA7164=m CONFIG_VIDEO_CAFE_CCIC=m CONFIG_VIDEO_SR030PC30=m CONFIG_VIDEO_VIA_CAMERA=m -# CONFIG_VIDEO_NOON010PC30 is not set +CONFIG_VIDEO_NOON010PC30=m +CONFIG_VIDEO_M5MOLS=m CONFIG_SOC_CAMERA=m CONFIG_SOC_CAMERA_IMX074=m CONFIG_SOC_CAMERA_MT9M001=m @@ -3631,7 +3799,7 @@ CONFIG_SOC_CAMERA_OV2640=m CONFIG_SOC_CAMERA_OV6650=m CONFIG_SOC_CAMERA_OV772X=m CONFIG_SOC_CAMERA_OV9640=m -# CONFIG_SOC_CAMERA_OV9740 is not set +CONFIG_SOC_CAMERA_OV9740=m CONFIG_V4L_USB_DRIVERS=y CONFIG_USB_VIDEO_CLASS=m CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y @@ -3639,24 +3807,24 @@ CONFIG_USB_GSPCA=m CONFIG_USB_M5602=m CONFIG_USB_STV06XX=m CONFIG_USB_GL860=m -# CONFIG_USB_GSPCA_BENQ is not set +CONFIG_USB_GSPCA_BENQ=m CONFIG_USB_GSPCA_CONEX=m -# CONFIG_USB_GSPCA_CPIA1 is not set +CONFIG_USB_GSPCA_CPIA1=m CONFIG_USB_GSPCA_ETOMS=m CONFIG_USB_GSPCA_FINEPIX=m CONFIG_USB_GSPCA_JEILINJ=m -# CONFIG_USB_GSPCA_KINECT is not set +CONFIG_USB_GSPCA_KINECT=m CONFIG_USB_GSPCA_KONICA=m CONFIG_USB_GSPCA_MARS=m -# CONFIG_USB_GSPCA_MR97310A is not set -# CONFIG_USB_GSPCA_NW80X is not set +CONFIG_USB_GSPCA_MR97310A=m +CONFIG_USB_GSPCA_NW80X=m CONFIG_USB_GSPCA_OV519=m CONFIG_USB_GSPCA_OV534=m -# CONFIG_USB_GSPCA_OV534_9 is not set +CONFIG_USB_GSPCA_OV534_9=m CONFIG_USB_GSPCA_PAC207=m CONFIG_USB_GSPCA_PAC7302=m CONFIG_USB_GSPCA_PAC7311=m -# CONFIG_USB_GSPCA_SN9C2028 is not set +CONFIG_USB_GSPCA_SN9C2028=m CONFIG_USB_GSPCA_SN9C20X=m CONFIG_USB_GSPCA_SONIXB=m CONFIG_USB_GSPCA_SONIXJ=m @@ -3666,28 +3834,32 @@ CONFIG_USB_GSPCA_SPCA505=m CONFIG_USB_GSPCA_SPCA506=m CONFIG_USB_GSPCA_SPCA508=m CONFIG_USB_GSPCA_SPCA561=m -# CONFIG_USB_GSPCA_SPCA1528 is not set -# CONFIG_USB_GSPCA_SQ905 is not set -# CONFIG_USB_GSPCA_SQ905C is not set -# CONFIG_USB_GSPCA_SQ930X is not set +CONFIG_USB_GSPCA_SPCA1528=m +CONFIG_USB_GSPCA_SQ905=m +CONFIG_USB_GSPCA_SQ905C=m +CONFIG_USB_GSPCA_SQ930X=m CONFIG_USB_GSPCA_STK014=m CONFIG_USB_GSPCA_STV0680=m CONFIG_USB_GSPCA_SUNPLUS=m CONFIG_USB_GSPCA_T613=m CONFIG_USB_GSPCA_TV8532=m CONFIG_USB_GSPCA_VC032X=m -# CONFIG_USB_GSPCA_VICAM is not set +CONFIG_USB_GSPCA_VICAM=m CONFIG_USB_GSPCA_XIRLINK_CIT=m CONFIG_USB_GSPCA_ZC3XX=m CONFIG_VIDEO_PVRUSB2=m -# CONFIG_VIDEO_PVRUSB2_SYSFS is not set -# CONFIG_VIDEO_PVRUSB2_DVB is not set -# CONFIG_VIDEO_HDPVR is not set +CONFIG_VIDEO_PVRUSB2_SYSFS=y +CONFIG_VIDEO_PVRUSB2_DVB=y +# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set +CONFIG_VIDEO_HDPVR=m CONFIG_VIDEO_EM28XX=m -# CONFIG_VIDEO_EM28XX_ALSA is not set +CONFIG_VIDEO_EM28XX_ALSA=m CONFIG_VIDEO_EM28XX_DVB=m -# CONFIG_VIDEO_TLG2300 is not set -# CONFIG_VIDEO_CX231XX is not set +CONFIG_VIDEO_TLG2300=m +CONFIG_VIDEO_CX231XX=m +CONFIG_VIDEO_CX231XX_RC=y +CONFIG_VIDEO_CX231XX_ALSA=m +CONFIG_VIDEO_CX231XX_DVB=m CONFIG_VIDEO_USBVISION=m CONFIG_USB_ET61X251=m CONFIG_USB_SN9C102=m @@ -3695,7 +3867,7 @@ CONFIG_USB_PWC=m # CONFIG_USB_PWC_DEBUG is not set CONFIG_USB_PWC_INPUT_EVDEV=y CONFIG_USB_ZR364XX=m -# CONFIG_USB_STKWEBCAM is not set +CONFIG_USB_STKWEBCAM=m CONFIG_USB_S2255=m # CONFIG_V4L_MEM2MEM_DRIVERS is not set CONFIG_RADIO_ADAPTERS=y @@ -3713,19 +3885,22 @@ CONFIG_RADIO_TRUST=m CONFIG_RADIO_TYPHOON=m CONFIG_RADIO_ZOLTRIX=m CONFIG_I2C_SI4713=m -# CONFIG_RADIO_SI4713 is not set +CONFIG_RADIO_SI4713=m CONFIG_USB_DSBR=m -# CONFIG_RADIO_SI470X is not set +CONFIG_RADIO_SI470X=y +CONFIG_USB_SI470X=m +CONFIG_I2C_SI470X=m CONFIG_USB_MR800=m CONFIG_RADIO_TEA5764=m -# CONFIG_RADIO_SAA7706H is not set +CONFIG_RADIO_SAA7706H=m CONFIG_RADIO_TEF6862=m +CONFIG_RADIO_TIMBERDALE=m CONFIG_RADIO_WL1273=m # # Texas Instruments WL128x FM driver (ST based) # -# CONFIG_RADIO_WL128X is not set +CONFIG_RADIO_WL128X=m CONFIG_DVB_MAX_ADAPTERS=8 # CONFIG_DVB_DYNAMIC_MINORS is not set CONFIG_DVB_CAPTURE_DRIVERS=y @@ -3736,7 +3911,11 @@ CONFIG_DVB_CAPTURE_DRIVERS=y CONFIG_TTPCI_EEPROM=m CONFIG_DVB_AV7110=m CONFIG_DVB_AV7110_OSD=y -# CONFIG_DVB_BUDGET_CORE is not set +CONFIG_DVB_BUDGET_CORE=m +CONFIG_DVB_BUDGET=m +CONFIG_DVB_BUDGET_CI=m +CONFIG_DVB_BUDGET_AV=m +CONFIG_DVB_BUDGET_PATCH=m # # Supported USB Adapters @@ -3771,9 +3950,9 @@ CONFIG_DVB_USB_AF9015=m CONFIG_DVB_USB_CE6230=m CONFIG_DVB_USB_FRIIO=m CONFIG_DVB_USB_EC168=m -# CONFIG_DVB_USB_AZ6027 is not set +CONFIG_DVB_USB_AZ6027=m CONFIG_DVB_USB_LME2510=m -# CONFIG_DVB_USB_TECHNISAT_USB2 is not set +CONFIG_DVB_USB_TECHNISAT_USB2=m CONFIG_DVB_TTUSB_BUDGET=m CONFIG_DVB_TTUSB_DEC=m CONFIG_SMS_SIANO_MDTV=m @@ -3828,7 +4007,7 @@ CONFIG_DVB_HOPPER=m # # Supported nGene Adapters # -# CONFIG_DVB_NGENE is not set +CONFIG_DVB_NGENE=m # # Supported DVB Frontends @@ -3840,6 +4019,8 @@ CONFIG_DVB_HOPPER=m # CONFIG_DVB_STB0899=m CONFIG_DVB_STB6100=m +CONFIG_DVB_STV090x=m +CONFIG_DVB_STV6110x=m # # DVB-S (satellite) frontends @@ -3857,10 +4038,12 @@ CONFIG_DVB_STV6110=m CONFIG_DVB_STV0900=m CONFIG_DVB_TDA8083=m CONFIG_DVB_TDA10086=m +CONFIG_DVB_TDA8261=m CONFIG_DVB_VES1X93=m CONFIG_DVB_TUNER_ITD1000=m CONFIG_DVB_TUNER_CX24113=m CONFIG_DVB_TDA826X=m +CONFIG_DVB_TUA6100=m CONFIG_DVB_CX24116=m CONFIG_DVB_SI21XX=m CONFIG_DVB_DS3000=m @@ -3915,6 +4098,7 @@ CONFIG_DVB_S5H1411=m # CONFIG_DVB_S921=m CONFIG_DVB_DIB8000=m +CONFIG_DVB_MB86A20S=m # # Digital terrestrial only tuners/PLL @@ -3956,7 +4140,7 @@ CONFIG_AGP_VIA=m CONFIG_AGP_EFFICEON=m CONFIG_VGA_ARB=y CONFIG_VGA_ARB_MAX_GPUS=16 -# CONFIG_VGA_SWITCHEROO is not set +CONFIG_VGA_SWITCHEROO=y CONFIG_DRM=m CONFIG_DRM_KMS_HELPER=m CONFIG_DRM_TTM=m @@ -3984,7 +4168,10 @@ CONFIG_FB_CFB_IMAGEBLIT=y CONFIG_FB_SYS_FILLRECT=m CONFIG_FB_SYS_COPYAREA=m CONFIG_FB_SYS_IMAGEBLIT=m -# CONFIG_FB_FOREIGN_ENDIAN is not set +CONFIG_FB_FOREIGN_ENDIAN=y +CONFIG_FB_BOTH_ENDIAN=y +# CONFIG_FB_BIG_ENDIAN is not set +# CONFIG_FB_LITTLE_ENDIAN is not set CONFIG_FB_SYS_FOPS=m # CONFIG_FB_WMT_GE_ROPS is not set CONFIG_FB_DEFERRED_IO=y @@ -3998,29 +4185,31 @@ CONFIG_FB_TILEBLITTING=y # # Frame buffer hardware drivers # -# CONFIG_FB_CIRRUS is not set -# CONFIG_FB_PM2 is not set -# CONFIG_FB_CYBER2000 is not set -# CONFIG_FB_ARC is not set -# CONFIG_FB_ASILIANT is not set -# CONFIG_FB_IMSTT is not set +CONFIG_FB_CIRRUS=m +CONFIG_FB_PM2=m +CONFIG_FB_PM2_FIFO_DISCONNECT=y +CONFIG_FB_CYBER2000=m +CONFIG_FB_CYBER2000_DDC=y +CONFIG_FB_ARC=m +CONFIG_FB_ASILIANT=y +CONFIG_FB_IMSTT=y CONFIG_FB_VGA16=m CONFIG_FB_UVESA=m CONFIG_FB_VESA=y CONFIG_FB_EFI=y CONFIG_FB_N411=m -# CONFIG_FB_HGA is not set -# CONFIG_FB_S1D13XXX is not set +CONFIG_FB_HGA=m +CONFIG_FB_S1D13XXX=m # CONFIG_FB_NVIDIA is not set # CONFIG_FB_RIVA is not set CONFIG_FB_I810=m CONFIG_FB_I810_GTF=y -# CONFIG_FB_I810_I2C is not set +CONFIG_FB_I810_I2C=y CONFIG_FB_LE80578=m CONFIG_FB_CARILLO_RANCH=m CONFIG_FB_MATROX=m -# CONFIG_FB_MATROX_MILLENIUM is not set -# CONFIG_FB_MATROX_MYSTIQUE is not set +CONFIG_FB_MATROX_MILLENIUM=y +CONFIG_FB_MATROX_MYSTIQUE=y CONFIG_FB_MATROX_G=y CONFIG_FB_MATROX_I2C=m CONFIG_FB_MATROX_MAVEN=m @@ -4031,56 +4220,69 @@ CONFIG_FB_RADEON_BACKLIGHT=y CONFIG_FB_ATY128=m CONFIG_FB_ATY128_BACKLIGHT=y CONFIG_FB_ATY=m -# CONFIG_FB_ATY_CT is not set -# CONFIG_FB_ATY_GX is not set +CONFIG_FB_ATY_CT=y +CONFIG_FB_ATY_GENERIC_LCD=y +CONFIG_FB_ATY_GX=y CONFIG_FB_ATY_BACKLIGHT=y CONFIG_FB_S3=m CONFIG_FB_S3_DDC=y -# CONFIG_FB_SAVAGE is not set +CONFIG_FB_SAVAGE=m +CONFIG_FB_SAVAGE_I2C=y +CONFIG_FB_SAVAGE_ACCEL=y CONFIG_FB_SIS=m CONFIG_FB_SIS_300=y CONFIG_FB_SIS_315=y CONFIG_FB_VIA=m # CONFIG_FB_VIA_DIRECT_PROCFS is not set -# CONFIG_FB_VIA_X_COMPATIBILITY is not set -# CONFIG_FB_NEOMAGIC is not set -# CONFIG_FB_KYRO is not set -# CONFIG_FB_3DFX is not set -# CONFIG_FB_VOODOO1 is not set -# CONFIG_FB_VT8623 is not set -# CONFIG_FB_TRIDENT is not set -# CONFIG_FB_ARK is not set -# CONFIG_FB_PM3 is not set -# CONFIG_FB_CARMINE is not set -# CONFIG_FB_GEODE is not set +CONFIG_FB_VIA_X_COMPATIBILITY=y +CONFIG_FB_NEOMAGIC=m +CONFIG_FB_KYRO=m +CONFIG_FB_3DFX=m +CONFIG_FB_3DFX_ACCEL=y +CONFIG_FB_3DFX_I2C=y +CONFIG_FB_VOODOO1=m +CONFIG_FB_VT8623=m +CONFIG_FB_TRIDENT=m +CONFIG_FB_ARK=m +CONFIG_FB_PM3=m +CONFIG_FB_CARMINE=m +CONFIG_FB_CARMINE_DRAM_EVAL=y +# CONFIG_CARMINE_DRAM_CUSTOM is not set +CONFIG_FB_GEODE=y +CONFIG_FB_GEODE_LX=m +CONFIG_FB_GEODE_GX=m +CONFIG_FB_GEODE_GX1=m CONFIG_FB_TMIO=m CONFIG_FB_TMIO_ACCELL=y CONFIG_FB_SM501=m CONFIG_FB_UDL=m # CONFIG_FB_VIRTUAL is not set -# CONFIG_FB_METRONOME is not set -# CONFIG_FB_MB862XX is not set -# CONFIG_FB_BROADSHEET is not set +CONFIG_FB_METRONOME=m +CONFIG_FB_MB862XX=m +CONFIG_FB_MB862XX_PCI_GDC=y +CONFIG_FB_MB862XX_I2C=y +CONFIG_FB_BROADSHEET=m CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=m -# CONFIG_LCD_L4F00242T03 is not set +CONFIG_LCD_L4F00242T03=m CONFIG_LCD_LMS283GF05=m CONFIG_LCD_LTV350QV=m CONFIG_LCD_ILI9320=m CONFIG_LCD_TDO24M=m CONFIG_LCD_VGG2432A4=m CONFIG_LCD_PLATFORM=m -# CONFIG_LCD_S6E63M0 is not set -# CONFIG_LCD_LD9040 is not set +CONFIG_LCD_S6E63M0=m +CONFIG_LCD_LD9040=m CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_GENERIC=m CONFIG_BACKLIGHT_PROGEAR=m CONFIG_BACKLIGHT_CARILLO_RANCH=m -# CONFIG_BACKLIGHT_APPLE is not set +CONFIG_BACKLIGHT_APPLE=m CONFIG_BACKLIGHT_SAHARA=m -# CONFIG_BACKLIGHT_ADP8860 is not set -# CONFIG_BACKLIGHT_ADP8870 is not set -# CONFIG_BACKLIGHT_PCF50633 is not set +CONFIG_BACKLIGHT_WM831X=m +CONFIG_BACKLIGHT_ADP8860=m +CONFIG_BACKLIGHT_ADP8870=m +CONFIG_BACKLIGHT_PCF50633=m # # Display device support @@ -4184,7 +4386,7 @@ CONFIG_SND_GUSEXTREME=m CONFIG_SND_GUSMAX=m CONFIG_SND_INTERWAVE=m CONFIG_SND_INTERWAVE_STB=m -# CONFIG_SND_JAZZ16 is not set +CONFIG_SND_JAZZ16=m CONFIG_SND_OPL3SA2=m CONFIG_SND_OPTI92X_AD1848=m CONFIG_SND_OPTI92X_CS4231=m @@ -4203,7 +4405,7 @@ CONFIG_SND_AD1889=m CONFIG_SND_ALS300=m CONFIG_SND_ALS4000=m CONFIG_SND_ALI5451=m -# CONFIG_SND_ASIHPI is not set +CONFIG_SND_ASIHPI=m CONFIG_SND_ATIIXP=m CONFIG_SND_ATIIXP_MODEM=m CONFIG_SND_AU8810=m @@ -4212,7 +4414,7 @@ CONFIG_SND_AU8830=m CONFIG_SND_AW2=m CONFIG_SND_AZT3328=m CONFIG_SND_BT87X=m -# CONFIG_SND_BT87X_OVERCLOCK is not set +CONFIG_SND_BT87X_OVERCLOCK=y CONFIG_SND_CA0106=m CONFIG_SND_CMIPCI=m CONFIG_SND_OXYGEN_LIB=m @@ -4243,17 +4445,18 @@ CONFIG_SND_ENS1370=m CONFIG_SND_ENS1371=m CONFIG_SND_ES1938=m CONFIG_SND_ES1968=m -# CONFIG_SND_ES1968_INPUT is not set -# CONFIG_SND_ES1968_RADIO is not set +CONFIG_SND_ES1968_INPUT=y +CONFIG_SND_ES1968_RADIO=y CONFIG_SND_FM801=m CONFIG_SND_FM801_TEA575X_BOOL=y CONFIG_SND_TEA575X=m CONFIG_SND_HDA_INTEL=m CONFIG_SND_HDA_HWDEP=y CONFIG_SND_HDA_RECONFIG=y -# CONFIG_SND_HDA_INPUT_BEEP is not set -# CONFIG_SND_HDA_INPUT_JACK is not set -# CONFIG_SND_HDA_PATCH_LOADER is not set +CONFIG_SND_HDA_INPUT_BEEP=y +CONFIG_SND_HDA_INPUT_BEEP_MODE=1 +CONFIG_SND_HDA_INPUT_JACK=y +CONFIG_SND_HDA_PATCH_LOADER=y CONFIG_SND_HDA_CODEC_REALTEK=y CONFIG_SND_HDA_CODEC_ANALOG=y CONFIG_SND_HDA_CODEC_SIGMATEL=y @@ -4265,7 +4468,8 @@ CONFIG_SND_HDA_CODEC_CA0110=y CONFIG_SND_HDA_CODEC_CMEDIA=y CONFIG_SND_HDA_CODEC_SI3054=y CONFIG_SND_HDA_GENERIC=y -# CONFIG_SND_HDA_POWER_SAVE is not set +CONFIG_SND_HDA_POWER_SAVE=y +CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 CONFIG_SND_HDSP=m CONFIG_SND_HDSPM=m CONFIG_SND_ICE1712=m @@ -4273,10 +4477,10 @@ CONFIG_SND_ICE1724=m CONFIG_SND_INTEL8X0=m CONFIG_SND_INTEL8X0M=m CONFIG_SND_KORG1212=m -# CONFIG_SND_LOLA is not set +CONFIG_SND_LOLA=m CONFIG_SND_LX6464ES=m CONFIG_SND_MAESTRO3=m -# CONFIG_SND_MAESTRO3_INPUT is not set +CONFIG_SND_MAESTRO3_INPUT=y CONFIG_SND_MIXART=m CONFIG_SND_NM256=m CONFIG_SND_PCXHR=m @@ -4295,19 +4499,96 @@ CONFIG_SND_YMFPCI=m CONFIG_SND_SPI=y CONFIG_SND_USB=y CONFIG_SND_USB_AUDIO=m -# CONFIG_SND_USB_UA101 is not set +CONFIG_SND_USB_UA101=m CONFIG_SND_USB_USX2Y=m CONFIG_SND_USB_CAIAQ=m CONFIG_SND_USB_CAIAQ_INPUT=y CONFIG_SND_USB_US122L=m -# CONFIG_SND_USB_6FIRE is not set +CONFIG_SND_USB_6FIRE=m CONFIG_SND_FIREWIRE=y -# CONFIG_SND_FIREWIRE_SPEAKERS is not set -# CONFIG_SND_ISIGHT is not set +CONFIG_SND_FIREWIRE_LIB=m +CONFIG_SND_FIREWIRE_SPEAKERS=m +CONFIG_SND_ISIGHT=m CONFIG_SND_PCMCIA=y CONFIG_SND_VXPOCKET=m CONFIG_SND_PDAUDIOCF=m -# CONFIG_SND_SOC is not set +CONFIG_SND_SOC=m +CONFIG_SND_SOC_CACHE_LZO=y +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_ALL_CODECS=m +CONFIG_SND_SOC_WM_HUBS=m +CONFIG_SND_SOC_AD1836=m +CONFIG_SND_SOC_AD193X=m +CONFIG_SND_SOC_AD73311=m +CONFIG_SND_SOC_ADS117X=m +CONFIG_SND_SOC_AK4104=m +CONFIG_SND_SOC_AK4535=m +CONFIG_SND_SOC_AK4641=m +CONFIG_SND_SOC_AK4642=m +CONFIG_SND_SOC_AK4671=m +CONFIG_SND_SOC_ALC5623=m +CONFIG_SND_SOC_CS42L51=m +CONFIG_SND_SOC_CS4270=m +CONFIG_SND_SOC_CS4271=m +CONFIG_SND_SOC_CX20442=m +CONFIG_SND_SOC_L3=m +CONFIG_SND_SOC_DA7210=m +CONFIG_SND_SOC_DFBMCS320=m +CONFIG_SND_SOC_MAX98088=m +CONFIG_SND_SOC_MAX98095=m +CONFIG_SND_SOC_MAX9850=m +CONFIG_SND_SOC_PCM3008=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_SOC_SPDIF=m +CONFIG_SND_SOC_SSM2602=m +CONFIG_SND_SOC_TLV320AIC23=m +CONFIG_SND_SOC_TLV320AIC26=m +CONFIG_SND_SOC_TVL320AIC32X4=m +CONFIG_SND_SOC_TLV320AIC3X=m +CONFIG_SND_SOC_TLV320DAC33=m +CONFIG_SND_SOC_UDA134X=m +CONFIG_SND_SOC_UDA1380=m +CONFIG_SND_SOC_WL1273=m +CONFIG_SND_SOC_WM1250_EV1=m +CONFIG_SND_SOC_WM8400=m +CONFIG_SND_SOC_WM8510=m +CONFIG_SND_SOC_WM8523=m +CONFIG_SND_SOC_WM8580=m +CONFIG_SND_SOC_WM8711=m +CONFIG_SND_SOC_WM8727=m +CONFIG_SND_SOC_WM8728=m +CONFIG_SND_SOC_WM8731=m +CONFIG_SND_SOC_WM8737=m +CONFIG_SND_SOC_WM8741=m +CONFIG_SND_SOC_WM8750=m +CONFIG_SND_SOC_WM8753=m +CONFIG_SND_SOC_WM8770=m +CONFIG_SND_SOC_WM8776=m +CONFIG_SND_SOC_WM8804=m +CONFIG_SND_SOC_WM8900=m +CONFIG_SND_SOC_WM8903=m +CONFIG_SND_SOC_WM8904=m +CONFIG_SND_SOC_WM8915=m +CONFIG_SND_SOC_WM8940=m +CONFIG_SND_SOC_WM8955=m +CONFIG_SND_SOC_WM8960=m +CONFIG_SND_SOC_WM8961=m +CONFIG_SND_SOC_WM8962=m +CONFIG_SND_SOC_WM8971=m +CONFIG_SND_SOC_WM8974=m +CONFIG_SND_SOC_WM8978=m +CONFIG_SND_SOC_WM8985=m +CONFIG_SND_SOC_WM8988=m +CONFIG_SND_SOC_WM8990=m +CONFIG_SND_SOC_WM8991=m +CONFIG_SND_SOC_WM8993=m +CONFIG_SND_SOC_WM8995=m +CONFIG_SND_SOC_WM9081=m +CONFIG_SND_SOC_LM4857=m +CONFIG_SND_SOC_MAX9877=m +CONFIG_SND_SOC_TPA6130A2=m +CONFIG_SND_SOC_WM2000=m +CONFIG_SND_SOC_WM9090=m # CONFIG_SOUND_PRIME is not set CONFIG_AC97_BUS=m CONFIG_HID_SUPPORT=y @@ -4325,63 +4606,69 @@ CONFIG_USB_HIDDEV=y # Special HID drivers # CONFIG_HID_A4TECH=y -# CONFIG_HID_ACRUX is not set +CONFIG_HID_ACRUX=m +CONFIG_HID_ACRUX_FF=m CONFIG_HID_APPLE=y CONFIG_HID_BELKIN=y CONFIG_HID_CHERRY=y CONFIG_HID_CHICONY=y -# CONFIG_HID_PRODIKEYS is not set +CONFIG_HID_PRODIKEYS=m CONFIG_HID_CYPRESS=y -CONFIG_HID_DRAGONRISE=y -# CONFIG_DRAGONRISE_FF is not set +CONFIG_HID_DRAGONRISE=m +CONFIG_DRAGONRISE_FF=y CONFIG_HID_EMS_FF=m -# CONFIG_HID_ELECOM is not set +CONFIG_HID_ELECOM=m CONFIG_HID_EZKEY=y -# CONFIG_HID_KEYTOUCH is not set +CONFIG_HID_KEYTOUCH=m CONFIG_HID_KYE=y CONFIG_HID_UCLOGIC=m CONFIG_HID_WALTOP=m -CONFIG_HID_GYRATION=y -CONFIG_HID_TWINHAN=y +CONFIG_HID_GYRATION=m +CONFIG_HID_TWINHAN=m CONFIG_HID_KENSINGTON=y -# CONFIG_HID_LCPOWER is not set +CONFIG_HID_LCPOWER=m CONFIG_HID_LOGITECH=y -CONFIG_LOGITECH_FF=y -CONFIG_LOGIRUMBLEPAD2_FF=y +# CONFIG_LOGITECH_FF is not set +# CONFIG_LOGIRUMBLEPAD2_FF is not set # CONFIG_LOGIG940_FF is not set # CONFIG_LOGIWII_FF is not set -# CONFIG_HID_MAGICMOUSE is not set +CONFIG_HID_MAGICMOUSE=m CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y CONFIG_HID_MULTITOUCH=m -CONFIG_HID_NTRIG=y -CONFIG_HID_ORTEK=y -CONFIG_HID_PANTHERLORD=y +CONFIG_HID_NTRIG=m +CONFIG_HID_ORTEK=m +CONFIG_HID_PANTHERLORD=m CONFIG_PANTHERLORD_FF=y -CONFIG_HID_PETALYNX=y -# CONFIG_HID_PICOLCD is not set -# CONFIG_HID_QUANTA is not set +CONFIG_HID_PETALYNX=m +CONFIG_HID_PICOLCD=m +CONFIG_HID_PICOLCD_FB=y +CONFIG_HID_PICOLCD_BACKLIGHT=y +CONFIG_HID_PICOLCD_LCD=y +CONFIG_HID_PICOLCD_LEDS=y +CONFIG_HID_QUANTA=m CONFIG_HID_ROCCAT=m CONFIG_HID_ROCCAT_COMMON=m -# CONFIG_HID_ROCCAT_ARVO is not set -# CONFIG_HID_ROCCAT_KONE is not set +CONFIG_HID_ROCCAT_ARVO=m +CONFIG_HID_ROCCAT_KONE=m CONFIG_HID_ROCCAT_KONEPLUS=m -# CONFIG_HID_ROCCAT_KOVAPLUS is not set +CONFIG_HID_ROCCAT_KOVAPLUS=m CONFIG_HID_ROCCAT_PYRA=m -CONFIG_HID_SAMSUNG=y -CONFIG_HID_SONY=y -# CONFIG_HID_SUNPLUS is not set -CONFIG_HID_GREENASIA=y -# CONFIG_GREENASIA_FF is not set -CONFIG_HID_SMARTJOYPLUS=y -# CONFIG_SMARTJOYPLUS_FF is not set -CONFIG_HID_TOPSEED=y -CONFIG_HID_THRUSTMASTER=y +CONFIG_HID_SAMSUNG=m +CONFIG_HID_SONY=m +CONFIG_HID_SUNPLUS=m +CONFIG_HID_GREENASIA=m +CONFIG_GREENASIA_FF=y +CONFIG_HID_SMARTJOYPLUS=m +CONFIG_SMARTJOYPLUS_FF=y +CONFIG_HID_TOPSEED=m +CONFIG_HID_THRUSTMASTER=m CONFIG_THRUSTMASTER_FF=y -# CONFIG_HID_WACOM is not set -CONFIG_HID_ZEROPLUS=y +CONFIG_HID_WACOM=m +CONFIG_HID_WACOM_POWER_SUPPLY=y +CONFIG_HID_ZEROPLUS=m CONFIG_ZEROPLUS_FF=y -# CONFIG_HID_ZYDACRON is not set +CONFIG_HID_ZYDACRON=m CONFIG_USB_SUPPORT=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y @@ -4394,9 +4681,10 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y # Miscellaneous USB options # CONFIG_USB_DEVICEFS=y -# CONFIG_USB_DEVICE_CLASS is not set +CONFIG_USB_DEVICE_CLASS=y CONFIG_USB_DYNAMIC_MINORS=y -# CONFIG_USB_MON is not set +# CONFIG_USB_SUSPEND is not set +CONFIG_USB_MON=m CONFIG_USB_WUSB=m CONFIG_USB_WUSB_CBAF=m # CONFIG_USB_WUSB_CBAF_DEBUG is not set @@ -4444,7 +4732,7 @@ CONFIG_USB_TMC=m # CONFIG_USB_STORAGE=y # CONFIG_USB_STORAGE_DEBUG is not set -# CONFIG_USB_STORAGE_REALTEK is not set +CONFIG_USB_STORAGE_REALTEK=y CONFIG_USB_STORAGE_DATAFAB=y CONFIG_USB_STORAGE_FREECOM=y CONFIG_USB_STORAGE_ISD200=y @@ -4456,7 +4744,7 @@ CONFIG_USB_STORAGE_ALAUDA=y CONFIG_USB_STORAGE_ONETOUCH=y CONFIG_USB_STORAGE_KARMA=y CONFIG_USB_STORAGE_CYPRESS_ATACB=y -# CONFIG_USB_STORAGE_ENE_UB6250 is not set +CONFIG_USB_STORAGE_ENE_UB6250=y CONFIG_USB_UAS=m # CONFIG_USB_LIBUSUAL is not set @@ -4479,7 +4767,7 @@ CONFIG_USB_SERIAL_BELKIN=m CONFIG_USB_SERIAL_CH341=m CONFIG_USB_SERIAL_WHITEHEAT=m CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m -# CONFIG_USB_SERIAL_CP210X is not set +CONFIG_USB_SERIAL_CP210X=m CONFIG_USB_SERIAL_CYPRESS_M8=m CONFIG_USB_SERIAL_EMPEG=m CONFIG_USB_SERIAL_FTDI_SIO=m @@ -4510,21 +4798,21 @@ CONFIG_USB_SERIAL_KLSI=m CONFIG_USB_SERIAL_KOBIL_SCT=m CONFIG_USB_SERIAL_MCT_U232=m CONFIG_USB_SERIAL_MOS7720=m -# CONFIG_USB_SERIAL_MOS7715_PARPORT is not set +CONFIG_USB_SERIAL_MOS7715_PARPORT=y CONFIG_USB_SERIAL_MOS7840=m CONFIG_USB_SERIAL_MOTOROLA=m CONFIG_USB_SERIAL_NAVMAN=m CONFIG_USB_SERIAL_PL2303=m CONFIG_USB_SERIAL_OTI6858=m -# CONFIG_USB_SERIAL_QCAUX is not set -# CONFIG_USB_SERIAL_QUALCOMM is not set +CONFIG_USB_SERIAL_QCAUX=m +CONFIG_USB_SERIAL_QUALCOMM=m CONFIG_USB_SERIAL_SPCP8X5=m CONFIG_USB_SERIAL_HP4X=m CONFIG_USB_SERIAL_SAFE=m CONFIG_USB_SERIAL_SAFE_PADDED=y CONFIG_USB_SERIAL_SIEMENS_MPI=m CONFIG_USB_SERIAL_SIERRAWIRELESS=m -# CONFIG_USB_SERIAL_SYMBOL is not set +CONFIG_USB_SERIAL_SYMBOL=m CONFIG_USB_SERIAL_TI=m CONFIG_USB_SERIAL_CYBERJACK=m CONFIG_USB_SERIAL_XIRCOM=m @@ -4532,9 +4820,9 @@ CONFIG_USB_SERIAL_WWAN=m CONFIG_USB_SERIAL_OPTION=m CONFIG_USB_SERIAL_OMNINET=m CONFIG_USB_SERIAL_OPTICON=m -# CONFIG_USB_SERIAL_VIVOPAY_SERIAL is not set -# CONFIG_USB_SERIAL_ZIO is not set -# CONFIG_USB_SERIAL_SSU100 is not set +CONFIG_USB_SERIAL_VIVOPAY_SERIAL=m +CONFIG_USB_SERIAL_ZIO=m +CONFIG_USB_SERIAL_SSU100=m # CONFIG_USB_SERIAL_DEBUG is not set # @@ -4554,7 +4842,7 @@ CONFIG_USB_IDMOUSE=m CONFIG_USB_FTDI_ELAN=m CONFIG_USB_APPLEDISPLAY=m CONFIG_USB_SISUSBVGA=m -# CONFIG_USB_SISUSBVGA_CON is not set +CONFIG_USB_SISUSBVGA_CON=y CONFIG_USB_LD=m CONFIG_USB_TRANCEVIBRATOR=m CONFIG_USB_IOWARRIOR=m @@ -4588,11 +4876,14 @@ CONFIG_USB_GADGET_DUALSPEED=y CONFIG_USB_ZERO=m CONFIG_USB_AUDIO=m CONFIG_USB_ETH=m -# CONFIG_USB_ETH_RNDIS is not set -# CONFIG_USB_ETH_EEM is not set +CONFIG_USB_ETH_RNDIS=y +CONFIG_USB_ETH_EEM=y CONFIG_USB_G_NCM=m CONFIG_USB_GADGETFS=m -# CONFIG_USB_FUNCTIONFS is not set +CONFIG_USB_FUNCTIONFS=m +CONFIG_USB_FUNCTIONFS_ETH=y +CONFIG_USB_FUNCTIONFS_RNDIS=y +CONFIG_USB_FUNCTIONFS_GENERIC=y CONFIG_USB_FILE_STORAGE=m # CONFIG_USB_FILE_STORAGE_TEST is not set CONFIG_USB_MASS_STORAGE=m @@ -4600,20 +4891,21 @@ CONFIG_USB_G_SERIAL=m CONFIG_USB_MIDI_GADGET=m CONFIG_USB_G_PRINTER=m CONFIG_USB_CDC_COMPOSITE=m -# CONFIG_USB_G_NOKIA is not set +CONFIG_USB_G_NOKIA=m CONFIG_USB_G_MULTI=m CONFIG_USB_G_MULTI_RNDIS=y -# CONFIG_USB_G_MULTI_CDC is not set -# CONFIG_USB_G_HID is not set +CONFIG_USB_G_MULTI_CDC=y +CONFIG_USB_G_HID=m # CONFIG_USB_G_DBGP is not set -# CONFIG_USB_G_WEBCAM is not set +CONFIG_USB_G_WEBCAM=m # # OTG and related infrastructure # CONFIG_USB_OTG_UTILS=y CONFIG_USB_GPIO_VBUS=m -# CONFIG_NOP_USB_XCEIV is not set +CONFIG_NOP_USB_XCEIV=m +CONFIG_AB8500_USB=m CONFIG_UWB=y CONFIG_UWB_HWA=m CONFIG_UWB_WHCI=m @@ -4621,7 +4913,7 @@ CONFIG_UWB_I1480U=m CONFIG_MMC=m # CONFIG_MMC_DEBUG is not set # CONFIG_MMC_UNSAFE_RESUME is not set -# CONFIG_MMC_CLKGATE is not set +CONFIG_MMC_CLKGATE=y # # MMC/SD/SDIO Card Drivers @@ -4637,7 +4929,7 @@ CONFIG_SDIO_UART=m # CONFIG_MMC_SDHCI=m CONFIG_MMC_SDHCI_PCI=m -# CONFIG_MMC_RICOH_MMC is not set +CONFIG_MMC_RICOH_MMC=y CONFIG_MMC_SDHCI_OF=m CONFIG_MMC_SDHCI_PLTFM=m CONFIG_MMC_WBSD=m @@ -4645,7 +4937,7 @@ CONFIG_MMC_TIFM_SD=m CONFIG_MMC_SDRICOH_CS=m CONFIG_MMC_CB710=m CONFIG_MMC_VIA_SDMMC=m -# CONFIG_MMC_VUB300 is not set +CONFIG_MMC_VUB300=m CONFIG_MMC_USHC=m CONFIG_MEMSTICK=m # CONFIG_MEMSTICK_DEBUG is not set @@ -4661,31 +4953,36 @@ CONFIG_MSPRO_BLOCK=m # CONFIG_MEMSTICK_TIFM_MS=m CONFIG_MEMSTICK_JMICRON_38X=m -# CONFIG_MEMSTICK_R592 is not set +CONFIG_MEMSTICK_R592=m CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y # # LED drivers # -# CONFIG_LEDS_LM3530 is not set -# CONFIG_LEDS_NET48XX is not set -# CONFIG_LEDS_WRAP is not set +CONFIG_LEDS_LM3530=m +CONFIG_LEDS_NET48XX=m +CONFIG_LEDS_NET5501=m +CONFIG_LEDS_WRAP=m CONFIG_LEDS_ALIX2=m -# CONFIG_LEDS_PCA9532 is not set -# CONFIG_LEDS_GPIO is not set +CONFIG_LEDS_PCA9532=m +CONFIG_LEDS_PCA9532_GPIO=y +CONFIG_LEDS_GPIO=m +CONFIG_LEDS_GPIO_PLATFORM=y +CONFIG_LEDS_GPIO_OF=y CONFIG_LEDS_LP3944=m CONFIG_LEDS_LP5521=m CONFIG_LEDS_LP5523=m -# CONFIG_LEDS_CLEVO_MAIL is not set -# CONFIG_LEDS_PCA955X is not set -# CONFIG_LEDS_DAC124S085 is not set +CONFIG_LEDS_CLEVO_MAIL=m +CONFIG_LEDS_PCA955X=m +# CONFIG_LEDS_WM831X_STATUS is not set +CONFIG_LEDS_DAC124S085=m CONFIG_LEDS_REGULATOR=m -# CONFIG_LEDS_BD2802 is not set +CONFIG_LEDS_BD2802=m CONFIG_LEDS_INTEL_SS4200=m CONFIG_LEDS_LT3593=m -# CONFIG_LEDS_DELL_NETBOOKS is not set -# CONFIG_LEDS_MC13783 is not set +CONFIG_LEDS_DELL_NETBOOKS=m +CONFIG_LEDS_MC13783=m CONFIG_LEDS_TRIGGERS=y # @@ -4695,14 +4992,16 @@ CONFIG_LEDS_TRIGGER_TIMER=m CONFIG_LEDS_TRIGGER_IDE_DISK=y CONFIG_LEDS_TRIGGER_HEARTBEAT=m CONFIG_LEDS_TRIGGER_BACKLIGHT=m -# CONFIG_LEDS_TRIGGER_GPIO is not set +CONFIG_LEDS_TRIGGER_GPIO=m CONFIG_LEDS_TRIGGER_DEFAULT_ON=m # # iptables trigger is under Netfilter config (LED target) # -# CONFIG_NFC_DEVICES is not set -# CONFIG_ACCESSIBILITY is not set +CONFIG_NFC_DEVICES=y +CONFIG_PN544_NFC=m +CONFIG_ACCESSIBILITY=y +CONFIG_A11Y_BRAILLE_CONSOLE=y CONFIG_INFINIBAND=m CONFIG_INFINIBAND_USER_MAD=m CONFIG_INFINIBAND_USER_ACCESS=m @@ -4716,7 +5015,8 @@ CONFIG_INFINIBAND_CXGB3=m # CONFIG_INFINIBAND_CXGB3_DEBUG is not set CONFIG_INFINIBAND_CXGB4=m CONFIG_MLX4_INFINIBAND=m -# CONFIG_INFINIBAND_NES is not set +CONFIG_INFINIBAND_NES=m +# CONFIG_INFINIBAND_NES_DEBUG is not set CONFIG_INFINIBAND_IPOIB=m CONFIG_INFINIBAND_IPOIB_CM=y CONFIG_INFINIBAND_IPOIB_DEBUG=y @@ -4732,6 +5032,7 @@ CONFIG_EDAC=y CONFIG_EDAC_DECODE_MCE=m CONFIG_EDAC_MCE_INJ=m CONFIG_EDAC_MM_EDAC=m +CONFIG_EDAC_MCE=y CONFIG_EDAC_AMD76X=m CONFIG_EDAC_E7XXX=m CONFIG_EDAC_E752X=m @@ -4741,7 +5042,7 @@ CONFIG_EDAC_I3000=m CONFIG_EDAC_I3200=m CONFIG_EDAC_X38=m CONFIG_EDAC_I5400=m -# CONFIG_EDAC_I7CORE is not set +CONFIG_EDAC_I7CORE=m CONFIG_EDAC_I82860=m CONFIG_EDAC_R82600=m CONFIG_EDAC_I5000=m @@ -4768,11 +5069,11 @@ CONFIG_RTC_INTF_DEV_UIE_EMUL=y CONFIG_RTC_DRV_DS1307=m CONFIG_RTC_DRV_DS1374=m CONFIG_RTC_DRV_DS1672=m -# CONFIG_RTC_DRV_DS3232 is not set +CONFIG_RTC_DRV_DS3232=m CONFIG_RTC_DRV_MAX6900=m CONFIG_RTC_DRV_RS5C372=m CONFIG_RTC_DRV_ISL1208=m -# CONFIG_RTC_DRV_ISL12022 is not set +CONFIG_RTC_DRV_ISL12022=m CONFIG_RTC_DRV_X1205=m CONFIG_RTC_DRV_PCF8563=m CONFIG_RTC_DRV_PCF8583=m @@ -4783,13 +5084,13 @@ CONFIG_RTC_DRV_S35390A=m CONFIG_RTC_DRV_FM3130=m CONFIG_RTC_DRV_RX8581=m CONFIG_RTC_DRV_RX8025=m -# CONFIG_RTC_DRV_EM3027 is not set -# CONFIG_RTC_DRV_RV3029C2 is not set +CONFIG_RTC_DRV_EM3027=m +CONFIG_RTC_DRV_RV3029C2=m # # SPI RTC drivers # -# CONFIG_RTC_DRV_M41T93 is not set +CONFIG_RTC_DRV_M41T93=m CONFIG_RTC_DRV_M41T94=m CONFIG_RTC_DRV_DS1305=m CONFIG_RTC_DRV_DS1390=m @@ -4815,11 +5116,14 @@ CONFIG_RTC_DRV_MSM6242=m CONFIG_RTC_DRV_BQ4802=m CONFIG_RTC_DRV_RP5C01=m CONFIG_RTC_DRV_V3020=m +# CONFIG_RTC_DRV_WM831X is not set CONFIG_RTC_DRV_PCF50633=m +# CONFIG_RTC_DRV_AB8500 is not set # # on-CPU RTC drivers # +# CONFIG_RTC_DRV_PCAP is not set CONFIG_RTC_DRV_MC13XXX=m CONFIG_DMADEVICES=y # CONFIG_DMADEVICES_DEBUG is not set @@ -4827,7 +5131,7 @@ CONFIG_DMADEVICES=y # # DMA Devices # -# CONFIG_INTEL_MID_DMAC is not set +CONFIG_INTEL_MID_DMAC=m CONFIG_INTEL_IOATDMA=m CONFIG_TIMB_DMA=m CONFIG_PCH_DMA=m @@ -4837,7 +5141,7 @@ CONFIG_DMA_ENGINE=y # DMA Clients # CONFIG_NET_DMA=y -# CONFIG_ASYNC_TX_DMA is not set +CONFIG_ASYNC_TX_DMA=y # CONFIG_DMATEST is not set CONFIG_DCA=m CONFIG_AUXDISPLAY=y @@ -4853,7 +5157,7 @@ CONFIG_UIO_PDRV_GENIRQ=m CONFIG_UIO_AEC=m CONFIG_UIO_SERCOS3=m CONFIG_UIO_PCI_GENERIC=m -# CONFIG_UIO_NETX is not set +CONFIG_UIO_NETX=m CONFIG_STAGING=y CONFIG_STALLION=m CONFIG_ISTALLION=m @@ -4876,83 +5180,151 @@ CONFIG_VIDEO_GO7007_SONY_TUNER=m CONFIG_VIDEO_GO7007_TW2804=m CONFIG_VIDEO_CX25821=m CONFIG_VIDEO_CX25821_ALSA=m -# CONFIG_VIDEO_TM6000 is not set -# CONFIG_USBIP_CORE is not set +CONFIG_VIDEO_TM6000=m +CONFIG_VIDEO_TM6000_ALSA=m +CONFIG_VIDEO_TM6000_DVB=m +# CONFIG_DVB_CXD2099 is not set +CONFIG_USBIP_CORE=m +CONFIG_USBIP_VHCI_HCD=m +CONFIG_USBIP_HOST=m +# CONFIG_USBIP_DEBUG is not set CONFIG_W35UND=m CONFIG_PRISM2_USB=m CONFIG_ECHO=m CONFIG_BRCMUTIL=m CONFIG_BRCMSMAC=m -# CONFIG_BRCMFMAC is not set +CONFIG_BRCMFMAC=m # CONFIG_BRCMDBG is not set CONFIG_COMEDI=m # CONFIG_COMEDI_DEBUG is not set -# CONFIG_COMEDI_MISC_DRIVERS is not set -# CONFIG_COMEDI_ISA_DRIVERS is not set +CONFIG_COMEDI_MISC_DRIVERS=m +CONFIG_COMEDI_KCOMEDILIB=m +CONFIG_COMEDI_BOND=m +CONFIG_COMEDI_TEST=m +CONFIG_COMEDI_PARPORT=m +CONFIG_COMEDI_SERIAL2002=m +CONFIG_COMEDI_SKEL=m +CONFIG_COMEDI_ISA_DRIVERS=m +CONFIG_COMEDI_ACL7225B=m +CONFIG_COMEDI_PCL711=m +CONFIG_COMEDI_PCL724=m +CONFIG_COMEDI_PCL725=m +CONFIG_COMEDI_PCL726=m +CONFIG_COMEDI_PCL730=m +CONFIG_COMEDI_PCL812=m +CONFIG_COMEDI_PCL816=m +CONFIG_COMEDI_PCL818=m +CONFIG_COMEDI_PCM3724=m +CONFIG_COMEDI_PCM3730=m +CONFIG_COMEDI_RTI800=m +CONFIG_COMEDI_RTI802=m +CONFIG_COMEDI_DAS16M1=m +CONFIG_COMEDI_DAS16=m +CONFIG_COMEDI_DAS800=m +CONFIG_COMEDI_DAS1800=m +CONFIG_COMEDI_DAS6402=m +CONFIG_COMEDI_DT2801=m +CONFIG_COMEDI_DT2811=m +CONFIG_COMEDI_DT2814=m +CONFIG_COMEDI_DT2815=m +CONFIG_COMEDI_DT2817=m +CONFIG_COMEDI_DT282X=m +CONFIG_COMEDI_DMM32AT=m +CONFIG_COMEDI_FL512=m +CONFIG_COMEDI_AIO_AIO12_8=m +CONFIG_COMEDI_AIO_IIRO_16=m +CONFIG_COMEDI_C6XDIGIO=m +CONFIG_COMEDI_MPC624=m +CONFIG_COMEDI_ADQ12B=m +CONFIG_COMEDI_NI_AT_A2150=m +CONFIG_COMEDI_NI_AT_AO=m +CONFIG_COMEDI_NI_ATMIO=m +CONFIG_COMEDI_NI_ATMIO16D=m +CONFIG_COMEDI_PCMAD=m +CONFIG_COMEDI_PCMDA12=m +CONFIG_COMEDI_PCMMIO=m +CONFIG_COMEDI_PCMUIO=m +CONFIG_COMEDI_MULTIQ3=m +CONFIG_COMEDI_POC=m CONFIG_COMEDI_PCI_DRIVERS=m -# CONFIG_COMEDI_ADDI_APCI_035 is not set -# CONFIG_COMEDI_ADDI_APCI_1032 is not set -# CONFIG_COMEDI_ADDI_APCI_1500 is not set -# CONFIG_COMEDI_ADDI_APCI_1516 is not set -# CONFIG_COMEDI_ADDI_APCI_1564 is not set -# CONFIG_COMEDI_ADDI_APCI_16XX is not set -# CONFIG_COMEDI_ADDI_APCI_2016 is not set -# CONFIG_COMEDI_ADDI_APCI_2032 is not set -# CONFIG_COMEDI_ADDI_APCI_2200 is not set -# CONFIG_COMEDI_ADDI_APCI_3001 is not set -# CONFIG_COMEDI_ADDI_APCI_3120 is not set -# CONFIG_COMEDI_ADDI_APCI_3501 is not set -# CONFIG_COMEDI_ADDI_APCI_3XXX is not set -# CONFIG_COMEDI_ADL_PCI6208 is not set -# CONFIG_COMEDI_ADL_PCI7230 is not set -# CONFIG_COMEDI_ADL_PCI7296 is not set -# CONFIG_COMEDI_ADL_PCI7432 is not set -# CONFIG_COMEDI_ADL_PCI8164 is not set -# CONFIG_COMEDI_ADL_PCI9111 is not set -# CONFIG_COMEDI_ADL_PCI9118 is not set -# CONFIG_COMEDI_ADV_PCI1710 is not set -# CONFIG_COMEDI_ADV_PCI1723 is not set -# CONFIG_COMEDI_ADV_PCI_DIO is not set -# CONFIG_COMEDI_AMPLC_DIO200 is not set -# CONFIG_COMEDI_AMPLC_PC236 is not set -# CONFIG_COMEDI_AMPLC_PC263 is not set -# CONFIG_COMEDI_AMPLC_PCI224 is not set -# CONFIG_COMEDI_AMPLC_PCI230 is not set -# CONFIG_COMEDI_CONTEC_PCI_DIO is not set -# CONFIG_COMEDI_DT3000 is not set -# CONFIG_COMEDI_UNIOXX5 is not set -# CONFIG_COMEDI_GSC_HPDI is not set -# CONFIG_COMEDI_ICP_MULTI is not set -# CONFIG_COMEDI_II_PCI20KC is not set -# CONFIG_COMEDI_DAQBOARD2000 is not set -# CONFIG_COMEDI_JR3_PCI is not set -# CONFIG_COMEDI_KE_COUNTER is not set -# CONFIG_COMEDI_CB_PCIDAS64 is not set -# CONFIG_COMEDI_CB_PCIDAS is not set -# CONFIG_COMEDI_CB_PCIDDA is not set -# CONFIG_COMEDI_CB_PCIDIO is not set -# CONFIG_COMEDI_CB_PCIMDAS is not set -# CONFIG_COMEDI_CB_PCIMDDA is not set -# CONFIG_COMEDI_ME4000 is not set -# CONFIG_COMEDI_ME_DAQ is not set -# CONFIG_COMEDI_RTD520 is not set -# CONFIG_COMEDI_S526 is not set -# CONFIG_COMEDI_S626 is not set -# CONFIG_COMEDI_SSV_DNP is not set +CONFIG_COMEDI_ADDI_APCI_035=m +CONFIG_COMEDI_ADDI_APCI_1032=m +CONFIG_COMEDI_ADDI_APCI_1500=m +CONFIG_COMEDI_ADDI_APCI_1516=m +CONFIG_COMEDI_ADDI_APCI_1564=m +CONFIG_COMEDI_ADDI_APCI_16XX=m +CONFIG_COMEDI_ADDI_APCI_2016=m +CONFIG_COMEDI_ADDI_APCI_2032=m +CONFIG_COMEDI_ADDI_APCI_2200=m +CONFIG_COMEDI_ADDI_APCI_3001=m +CONFIG_COMEDI_ADDI_APCI_3120=m +CONFIG_COMEDI_ADDI_APCI_3501=m +CONFIG_COMEDI_ADDI_APCI_3XXX=m +CONFIG_COMEDI_ADL_PCI6208=m +CONFIG_COMEDI_ADL_PCI7230=m +CONFIG_COMEDI_ADL_PCI7296=m +CONFIG_COMEDI_ADL_PCI7432=m +CONFIG_COMEDI_ADL_PCI8164=m +CONFIG_COMEDI_ADL_PCI9111=m +CONFIG_COMEDI_ADL_PCI9118=m +CONFIG_COMEDI_ADV_PCI1710=m +CONFIG_COMEDI_ADV_PCI1723=m +CONFIG_COMEDI_ADV_PCI_DIO=m +CONFIG_COMEDI_AMPLC_DIO200=m +CONFIG_COMEDI_AMPLC_PC236=m +CONFIG_COMEDI_AMPLC_PC263=m +CONFIG_COMEDI_AMPLC_PCI224=m +CONFIG_COMEDI_AMPLC_PCI230=m +CONFIG_COMEDI_CONTEC_PCI_DIO=m +CONFIG_COMEDI_DT3000=m +CONFIG_COMEDI_UNIOXX5=m +CONFIG_COMEDI_GSC_HPDI=m +CONFIG_COMEDI_ICP_MULTI=m +CONFIG_COMEDI_II_PCI20KC=m +CONFIG_COMEDI_DAQBOARD2000=m +CONFIG_COMEDI_JR3_PCI=m +CONFIG_COMEDI_KE_COUNTER=m +CONFIG_COMEDI_CB_PCIDAS64=m +CONFIG_COMEDI_CB_PCIDAS=m +CONFIG_COMEDI_CB_PCIDDA=m +CONFIG_COMEDI_CB_PCIDIO=m +CONFIG_COMEDI_CB_PCIMDAS=m +CONFIG_COMEDI_CB_PCIMDDA=m +CONFIG_COMEDI_ME4000=m +CONFIG_COMEDI_ME_DAQ=m +CONFIG_COMEDI_NI_6527=m +CONFIG_COMEDI_NI_65XX=m +CONFIG_COMEDI_NI_660X=m +CONFIG_COMEDI_NI_670X=m +CONFIG_COMEDI_NI_PCIDIO=m +CONFIG_COMEDI_NI_PCIMIO=m +CONFIG_COMEDI_RTD520=m +CONFIG_COMEDI_S526=m +CONFIG_COMEDI_S626=m +CONFIG_COMEDI_SSV_DNP=m CONFIG_COMEDI_PCMCIA_DRIVERS=m -# CONFIG_COMEDI_CB_DAS16_CS is not set -# CONFIG_COMEDI_DAS08_CS is not set -# CONFIG_COMEDI_QUATECH_DAQP_CS is not set +CONFIG_COMEDI_CB_DAS16_CS=m +CONFIG_COMEDI_DAS08_CS=m +CONFIG_COMEDI_NI_DAQ_700_CS=m +CONFIG_COMEDI_NI_DAQ_DIO24_CS=m +CONFIG_COMEDI_NI_LABPC_CS=m +CONFIG_COMEDI_NI_MIO_CS=m +CONFIG_COMEDI_QUATECH_DAQP_CS=m CONFIG_COMEDI_USB_DRIVERS=m -# CONFIG_COMEDI_DT9812 is not set -# CONFIG_COMEDI_USBDUX is not set -# CONFIG_COMEDI_USBDUXFAST is not set -# CONFIG_COMEDI_VMK80XX is not set -# CONFIG_COMEDI_NI_COMMON is not set -# CONFIG_COMEDI_8255 is not set -# CONFIG_COMEDI_DAS08 is not set -# CONFIG_COMEDI_FC is not set -# CONFIG_FB_OLPC_DCON is not set +CONFIG_COMEDI_DT9812=m +CONFIG_COMEDI_USBDUX=m +CONFIG_COMEDI_USBDUXFAST=m +CONFIG_COMEDI_VMK80XX=m +CONFIG_COMEDI_NI_COMMON=m +CONFIG_COMEDI_MITE=m +CONFIG_COMEDI_NI_TIO=m +CONFIG_COMEDI_NI_LABPC=m +CONFIG_COMEDI_8255=m +CONFIG_COMEDI_DAS08=m +CONFIG_COMEDI_FC=m +CONFIG_FB_OLPC_DCON=m +CONFIG_FB_OLPC_DCON_1=y +CONFIG_FB_OLPC_DCON_1_5=y CONFIG_ASUS_OLED=m CONFIG_PANEL=m CONFIG_PANEL_PARPORT=0 @@ -4962,11 +5334,12 @@ CONFIG_R8187SE=m CONFIG_RTL8192U=m CONFIG_RTL8192E=m CONFIG_R8712U=m -# CONFIG_R8712_AP is not set -# CONFIG_RTS_PSTOR is not set +CONFIG_R8712_AP=y +CONFIG_RTS_PSTOR=m +# CONFIG_RTS_PSTOR_DEBUG is not set CONFIG_TRANZPORT=m CONFIG_POHMELFS=m -CONFIG_POHMELFS_DEBUG=y +# CONFIG_POHMELFS_DEBUG is not set CONFIG_POHMELFS_CRYPTO=y CONFIG_IDE_PHISON=m CONFIG_LINE6_USB=m @@ -5012,7 +5385,7 @@ CONFIG_VME_USER=m # # VME Board Drivers # -# CONFIG_VMIVME_7805 is not set +CONFIG_VMIVME_7805=m CONFIG_DX_SEP=m CONFIG_IIO=m CONFIG_IIO_RING_BUFFER=y @@ -5027,13 +5400,13 @@ CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 CONFIG_ADIS16201=m CONFIG_ADIS16203=m CONFIG_ADIS16204=m -# CONFIG_ADIS16209 is not set -# CONFIG_ADIS16220 is not set -# CONFIG_ADIS16240 is not set +CONFIG_ADIS16209=m +CONFIG_ADIS16220=m +CONFIG_ADIS16240=m CONFIG_KXSD9=m CONFIG_LIS3L02DQ=m CONFIG_LIS3L02DQ_BUF_RING_SW=y -# CONFIG_SCA3000 is not set +CONFIG_SCA3000=m # # Analog to digital convertors @@ -5043,12 +5416,14 @@ CONFIG_AD7152=m CONFIG_AD7291=m CONFIG_AD7298=m CONFIG_AD7314=m -# CONFIG_AD7606 is not set +CONFIG_AD7606=m +CONFIG_AD7606_IFACE_PARALLEL=m +CONFIG_AD7606_IFACE_SPI=m CONFIG_AD799X=m CONFIG_AD799X_RING_BUFFER=y CONFIG_AD7476=m CONFIG_AD7887=m -# CONFIG_AD7780 is not set +CONFIG_AD7780=m CONFIG_AD7745=m CONFIG_AD7816=m CONFIG_ADT75=m @@ -5069,9 +5444,9 @@ CONFIG_ADT7316_I2C=m # CONFIG_AD5624R_SPI=m CONFIG_AD5446=m -# CONFIG_AD5504 is not set -# CONFIG_AD5791 is not set -# CONFIG_MAX517 is not set +CONFIG_AD5504=m +CONFIG_AD5791=m +CONFIG_MAX517=m # # Direct Digital Synthesis @@ -5090,26 +5465,26 @@ CONFIG_AD9951=m CONFIG_ADIS16060=m CONFIG_ADIS16080=m CONFIG_ADIS16130=m -# CONFIG_ADIS16260 is not set -# CONFIG_ADXRS450 is not set +CONFIG_ADIS16260=m +CONFIG_ADXRS450=m # # Inertial measurement units # -# CONFIG_ADIS16400 is not set +CONFIG_ADIS16400=m # # Light sensors # CONFIG_SENSORS_ISL29018=m CONFIG_SENSORS_TSL2563=m -# CONFIG_TSL2583 is not set +CONFIG_TSL2583=m # # Magnetometer sensors # CONFIG_SENSORS_AK8975=m -# CONFIG_SENSORS_HMC5843 is not set +CONFIG_SENSORS_HMC5843=m # # Active energy metering IC @@ -5135,23 +5510,40 @@ CONFIG_AD2S1210_GPIO_NONE=y # # Triggers - standalone # -# CONFIG_IIO_PERIODIC_RTC_TRIGGER is not set -# CONFIG_IIO_GPIO_TRIGGER is not set -# CONFIG_IIO_SYSFS_TRIGGER is not set +CONFIG_IIO_PERIODIC_RTC_TRIGGER=m +CONFIG_IIO_GPIO_TRIGGER=m +CONFIG_IIO_SYSFS_TRIGGER=m CONFIG_CS5535_GPIO=m -# CONFIG_XVMALLOC is not set -# CONFIG_ZRAM is not set -# CONFIG_WLAGS49_H2 is not set -# CONFIG_WLAGS49_H25 is not set +CONFIG_XVMALLOC=y +CONFIG_ZRAM=m +# CONFIG_ZRAM_DEBUG is not set +# CONFIG_ZCACHE is not set +CONFIG_WLAGS49_H2=m +CONFIG_WLAGS49_H25=m CONFIG_FB_SM7XX=m -# CONFIG_VIDEO_DT3155 is not set +CONFIG_VIDEO_DT3155=m +CONFIG_DT3155_CCIR=y CONFIG_CRYSTALHD=m -# CONFIG_CXT1E1 is not set -# CONFIG_FB_XGI is not set -# CONFIG_LIRC_STAGING is not set -# CONFIG_EASYCAP is not set -# CONFIG_SOLO6X10 is not set -# CONFIG_ACPI_QUICKSTART is not set +CONFIG_CXT1E1=m +CONFIG_SBE_PMCC4_NCOMM=y +CONFIG_FB_XGI=m +CONFIG_LIRC_STAGING=y +CONFIG_LIRC_BT829=m +CONFIG_LIRC_IGORPLUGUSB=m +CONFIG_LIRC_IMON=m +CONFIG_LIRC_PARALLEL=m +CONFIG_LIRC_SASEM=m +CONFIG_LIRC_SERIAL=m +CONFIG_LIRC_SERIAL_TRANSMITTER=y +CONFIG_LIRC_SIR=m +CONFIG_LIRC_TTUSBIR=m +CONFIG_LIRC_ZILOG=m +CONFIG_EASYCAP=m +CONFIG_EASYCAP_SND=y +# CONFIG_EASYCAP_OSS is not set +# CONFIG_EASYCAP_DEBUG is not set +CONFIG_SOLO6X10=m +CONFIG_ACPI_QUICKSTART=m CONFIG_MACH_NO_WESTBRIDGE=y CONFIG_SBE_2T3E3=m CONFIG_ATH6K_LEGACY=m @@ -5169,7 +5561,7 @@ CONFIG_USB_ENESTORAGE=m CONFIG_BCM_WIMAX=m CONFIG_FT1000=m CONFIG_FT1000_USB=m -# CONFIG_FT1000_PCMCIA is not set +CONFIG_FT1000_PCMCIA=m # # Speakup console speech @@ -5192,24 +5584,24 @@ CONFIG_SPEAKUP_SYNTH_TXPRT=m CONFIG_SPEAKUP_SYNTH_DUMMY=m CONFIG_TOUCHSCREEN_CLEARPAD_TM1217=m CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4=m -# CONFIG_DRM_PSB is not set +CONFIG_DRM_PSB=m # # Altera FPGA firmware download module # -# CONFIG_ALTERA_STAPL is not set -# CONFIG_INTEL_MEI is not set +CONFIG_ALTERA_STAPL=m +CONFIG_INTEL_MEI=m CONFIG_X86_PLATFORM_DEVICES=y CONFIG_ACER_WMI=m CONFIG_ACERHDF=m CONFIG_ASUS_LAPTOP=m CONFIG_DELL_LAPTOP=m CONFIG_DELL_WMI=m -# CONFIG_DELL_WMI_AIO is not set +CONFIG_DELL_WMI_AIO=m CONFIG_FUJITSU_LAPTOP=m # CONFIG_FUJITSU_LAPTOP_DEBUG is not set CONFIG_TC1100_WMI=m -# CONFIG_HP_ACCEL is not set +CONFIG_HP_ACCEL=m CONFIG_HP_WMI=m CONFIG_MSI_LAPTOP=m CONFIG_PANASONIC_LAPTOP=m @@ -5227,7 +5619,9 @@ CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y CONFIG_SENSORS_HDAPS=m CONFIG_INTEL_MENLOW=m CONFIG_EEEPC_LAPTOP=m -# CONFIG_ASUS_WMI is not set +CONFIG_ASUS_WMI=m +CONFIG_ASUS_NB_WMI=m +CONFIG_EEEPC_WMI=m CONFIG_ACPI_WMI=m CONFIG_MSI_WMI=m CONFIG_ACPI_ASUS=m @@ -5238,10 +5632,10 @@ CONFIG_ACPI_CMPC=m CONFIG_INTEL_IPS=m CONFIG_IBM_RTL=m CONFIG_XO1_RFKILL=m -# CONFIG_XO15_EBOOK is not set +CONFIG_XO15_EBOOK=m CONFIG_SAMSUNG_LAPTOP=m CONFIG_MXM_WMI=m -# CONFIG_INTEL_OAKTRAIL is not set +CONFIG_INTEL_OAKTRAIL=m CONFIG_CLKSRC_I8253=y # @@ -5254,10 +5648,10 @@ CONFIG_EFI_VARS=m CONFIG_DELL_RBU=m CONFIG_DCDBAS=m CONFIG_DMIID=y -# CONFIG_DMI_SYSFS is not set +CONFIG_DMI_SYSFS=m CONFIG_ISCSI_IBFT_FIND=y CONFIG_ISCSI_IBFT=m -# CONFIG_SIGMA is not set +CONFIG_SIGMA=m # CONFIG_GOOGLE_FIRMWARE is not set # @@ -5300,7 +5694,7 @@ CONFIG_XFS_POSIX_ACL=y CONFIG_XFS_RT=y # CONFIG_XFS_DEBUG is not set CONFIG_GFS2_FS=m -# CONFIG_GFS2_FS_LOCKING_DLM is not set +CONFIG_GFS2_FS_LOCKING_DLM=y CONFIG_OCFS2_FS=m CONFIG_OCFS2_FS_O2CB=m CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m @@ -5392,9 +5786,11 @@ CONFIG_EFS_FS=m CONFIG_JFFS2_FS=m CONFIG_JFFS2_FS_DEBUG=0 CONFIG_JFFS2_FS_WRITEBUFFER=y -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set -# CONFIG_JFFS2_SUMMARY is not set -# CONFIG_JFFS2_FS_XATTR is not set +CONFIG_JFFS2_FS_WBUF_VERIFY=y +CONFIG_JFFS2_SUMMARY=y +CONFIG_JFFS2_FS_XATTR=y +CONFIG_JFFS2_FS_POSIX_ACL=y +CONFIG_JFFS2_FS_SECURITY=y CONFIG_JFFS2_COMPRESSION_OPTIONS=y CONFIG_JFFS2_ZLIB=y CONFIG_JFFS2_LZO=y @@ -5405,22 +5801,22 @@ CONFIG_JFFS2_CMODE_PRIORITY=y # CONFIG_JFFS2_CMODE_SIZE is not set # CONFIG_JFFS2_CMODE_FAVOURLZO is not set CONFIG_UBIFS_FS=m -# CONFIG_UBIFS_FS_XATTR is not set -# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set +CONFIG_UBIFS_FS_XATTR=y +CONFIG_UBIFS_FS_ADVANCED_COMPR=y CONFIG_UBIFS_FS_LZO=y CONFIG_UBIFS_FS_ZLIB=y # CONFIG_UBIFS_FS_DEBUG is not set CONFIG_LOGFS=m CONFIG_CRAMFS=m CONFIG_SQUASHFS=m -# CONFIG_SQUASHFS_XATTR is not set -# CONFIG_SQUASHFS_LZO is not set +CONFIG_SQUASHFS_XATTR=y +CONFIG_SQUASHFS_LZO=y CONFIG_SQUASHFS_XZ=y CONFIG_SQUASHFS_EMBEDDED=y CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 CONFIG_VXFS_FS=m -# CONFIG_MINIX_FS is not set -# CONFIG_OMFS_FS is not set +CONFIG_MINIX_FS=m +CONFIG_OMFS_FS=m CONFIG_HPFS_FS=m CONFIG_QNX4FS_FS=m CONFIG_ROMFS_FS=m @@ -5428,28 +5824,34 @@ CONFIG_ROMFS_BACKED_BY_BLOCK=y # CONFIG_ROMFS_BACKED_BY_MTD is not set # CONFIG_ROMFS_BACKED_BY_BOTH is not set CONFIG_ROMFS_ON_BLOCK=y -# CONFIG_PSTORE is not set +CONFIG_PSTORE=y CONFIG_SYSV_FS=m CONFIG_UFS_FS=m # CONFIG_UFS_FS_WRITE is not set # CONFIG_UFS_DEBUG is not set +CONFIG_EXOFS_FS=m +# CONFIG_EXOFS_DEBUG is not set CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V3=y -# CONFIG_NFS_V3_ACL is not set +CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=y -# CONFIG_NFS_V4_1 is not set -# CONFIG_NFS_FSCACHE is not set +CONFIG_NFS_V4_1=y +CONFIG_PNFS_FILE_LAYOUT=m +CONFIG_PNFS_OBJLAYOUT=m +CONFIG_NFS_FSCACHE=y # CONFIG_NFS_USE_LEGACY_DNS is not set CONFIG_NFS_USE_KERNEL_DNS=y -# CONFIG_NFS_USE_NEW_IDMAPPER is not set +CONFIG_NFS_USE_NEW_IDMAPPER=y CONFIG_NFSD=m CONFIG_NFSD_DEPRECATED=y +CONFIG_NFSD_V2_ACL=y CONFIG_NFSD_V3=y -# CONFIG_NFSD_V3_ACL is not set +CONFIG_NFSD_V3_ACL=y CONFIG_NFSD_V4=y CONFIG_LOCKD=m CONFIG_LOCKD_V4=y +CONFIG_NFS_ACL_SUPPORT=m CONFIG_NFS_COMMON=y CONFIG_SUNRPC=m CONFIG_SUNRPC_GSS=m @@ -5457,13 +5859,16 @@ CONFIG_SUNRPC_XPRT_RDMA=m CONFIG_RPCSEC_GSS_KRB5=m CONFIG_CEPH_FS=m CONFIG_CIFS=m -# CONFIG_CIFS_STATS is not set +CONFIG_CIFS_STATS=y +CONFIG_CIFS_STATS2=y # CONFIG_CIFS_WEAK_PW_HASH is not set -# CONFIG_CIFS_UPCALL is not set -# CONFIG_CIFS_XATTR is not set +CONFIG_CIFS_UPCALL=y +CONFIG_CIFS_XATTR=y +CONFIG_CIFS_POSIX=y # CONFIG_CIFS_DEBUG2 is not set -# CONFIG_CIFS_DFS_UPCALL is not set -# CONFIG_CIFS_FSCACHE is not set +CONFIG_CIFS_DFS_UPCALL=y +CONFIG_CIFS_FSCACHE=y +CONFIG_CIFS_ACL=y CONFIG_NCP_FS=m CONFIG_NCPFS_PACKET_SIGNING=y CONFIG_NCPFS_IOCTL_LOCKING=y @@ -5476,33 +5881,39 @@ CONFIG_NCPFS_EXTRAS=y CONFIG_CODA_FS=m CONFIG_AFS_FS=m # CONFIG_AFS_DEBUG is not set -# CONFIG_AFS_FSCACHE is not set +CONFIG_AFS_FSCACHE=y CONFIG_9P_FS=m -# CONFIG_9P_FSCACHE is not set -# CONFIG_9P_FS_POSIX_ACL is not set +CONFIG_9P_FSCACHE=y +CONFIG_9P_FS_POSIX_ACL=y # # Partition Types # CONFIG_PARTITION_ADVANCED=y -# CONFIG_ACORN_PARTITION is not set -# CONFIG_OSF_PARTITION is not set -# CONFIG_AMIGA_PARTITION is not set -# CONFIG_ATARI_PARTITION is not set +CONFIG_ACORN_PARTITION=y +CONFIG_ACORN_PARTITION_CUMANA=y +CONFIG_ACORN_PARTITION_EESOX=y +CONFIG_ACORN_PARTITION_ICS=y +CONFIG_ACORN_PARTITION_ADFS=y +CONFIG_ACORN_PARTITION_POWERTEC=y +CONFIG_ACORN_PARTITION_RISCIX=y +CONFIG_OSF_PARTITION=y +CONFIG_AMIGA_PARTITION=y +CONFIG_ATARI_PARTITION=y CONFIG_MAC_PARTITION=y CONFIG_MSDOS_PARTITION=y CONFIG_BSD_DISKLABEL=y -# CONFIG_MINIX_SUBPARTITION is not set +CONFIG_MINIX_SUBPARTITION=y CONFIG_SOLARIS_X86_PARTITION=y -# CONFIG_UNIXWARE_DISKLABEL is not set +CONFIG_UNIXWARE_DISKLABEL=y CONFIG_LDM_PARTITION=y # CONFIG_LDM_DEBUG is not set -# CONFIG_SGI_PARTITION is not set -# CONFIG_ULTRIX_PARTITION is not set -# CONFIG_SUN_PARTITION is not set -# CONFIG_KARMA_PARTITION is not set +CONFIG_SGI_PARTITION=y +CONFIG_ULTRIX_PARTITION=y +CONFIG_SUN_PARTITION=y +CONFIG_KARMA_PARTITION=y CONFIG_EFI_PARTITION=y -# CONFIG_SYSV68_PARTITION is not set +CONFIG_SYSV68_PARTITION=y CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" CONFIG_NLS_CODEPAGE_437=m @@ -5731,13 +6142,14 @@ CONFIG_CRYPTO_HASH=y CONFIG_CRYPTO_HASH2=y CONFIG_CRYPTO_RNG=m CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_PCOMP=m CONFIG_CRYPTO_PCOMP2=y -CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER=m CONFIG_CRYPTO_MANAGER2=y CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y CONFIG_CRYPTO_GF128MUL=m CONFIG_CRYPTO_NULL=m -# CONFIG_CRYPTO_PCRYPT is not set +CONFIG_CRYPTO_PCRYPT=m CONFIG_CRYPTO_WORKQUEUE=y CONFIG_CRYPTO_CRYPTD=m CONFIG_CRYPTO_AUTHENC=m @@ -5764,7 +6176,7 @@ CONFIG_CRYPTO_XTS=m # # Hash modes # -CONFIG_CRYPTO_HMAC=y +CONFIG_CRYPTO_HMAC=m CONFIG_CRYPTO_XCBC=m CONFIG_CRYPTO_VMAC=m @@ -5815,7 +6227,7 @@ CONFIG_CRYPTO_TWOFISH_586=m # Compression # CONFIG_CRYPTO_DEFLATE=m -# CONFIG_CRYPTO_ZLIB is not set +CONFIG_CRYPTO_ZLIB=m CONFIG_CRYPTO_LZO=m # @@ -5877,7 +6289,7 @@ CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_SPARC=y CONFIG_XZ_DEC_BCJ=y -CONFIG_XZ_DEC_TEST=m +# CONFIG_XZ_DEC_TEST is not set CONFIG_DECOMPRESS_GZIP=y CONFIG_DECOMPRESS_BZIP2=y CONFIG_DECOMPRESS_LZMA=y @@ -5886,6 +6298,7 @@ CONFIG_DECOMPRESS_LZO=y CONFIG_GENERIC_ALLOCATOR=y CONFIG_REED_SOLOMON=m CONFIG_REED_SOLOMON_DEC16=y +CONFIG_BCH=m CONFIG_TEXTSEARCH=y CONFIG_TEXTSEARCH_KMP=m CONFIG_TEXTSEARCH_BM=m From melko at frugalware.org Fri Aug 12 16:25:02 2011 From: melko at frugalware.org (Melko) Date: Fri, 12 Aug 2011 16:25:02 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdepim-4.7.0-1-i686 Message-ID: <20110812142502.55E7BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=a9531c279fceaadb19e394482ce1fbf014591c91 commit a9531c279fceaadb19e394482ce1fbf014591c91 Author: Melko Date: Fri Aug 12 16:23:00 2011 +0200 kdepim-4.7.0-1-i686 * version bump diff --git a/source/kde/kdepim/FrugalBuild b/source/kde/kdepim/FrugalBuild index cfd3003..7abea66 100644 --- a/source/kde/kdepim/FrugalBuild +++ b/source/kde/kdepim/FrugalBuild @@ -2,424 +2,284 @@ # Maintainer: centuri0 pkgname=kdepim -pkgver=4.6.0 pkgrel=1 pkgdesc="KDE PIM Utilities." groups=('kde') replaces=('klibido' 'taskjuggler') archs=('i686' 'x86_64') -depends=("kdepimlibs>=${_F_kde_ver}" "libqt3support>=$_F_kde_qtver" 'libgcc' 'libice' 'cyrus-sasl' 'libxrender' 'libuuid' \ - "libqtscript>=$_F_kde_qtver" 'libxi' 'libjpeg' 'pilot-link' 'gnokii' 'libxscrnsaver' \ - "kdelibs>=${_F_kde_ver}" 'libmal' 'qca' 'libassuan' 'openssl>=1.0.0' 'libqtdeclarative') -makedepends=("${makedepends[@]}" 'boost>=1.46.1' "kdepimlibs-compiletime>=${_F_kde_ver}" "docbook-xsl" \ - "libdbusmenu-qt>=0.7.0") -rodepends=("${rodepends[@]}" "kdepim-runtime>=${_F_kde_ver}") - Finclude kde -source=(ftp://ftp.kde.org/pub/kde/stable/kdepim-$pkgver/src/$pkgname-$pkgver.tar.bz2) -sha1sums=('283ea87b68a4750194d785361f6534af59edacf9') + +depends=() +makedepends=("${makedepends[@]}" 'boost>=1.46.1' "kdelibs>=$_F_kde_ver" "kdepimlibs-compiletime>=${_F_kde_ver}" "docbook-xsl" \ + "libdbusmenu-qt>=0.7.0" "ksgmltools2>=$_F_kde_ver") subpkgs=("${subpkgs[@]}" "$pkgname-docs") -subdescs=("${subdescs[@]}" "Kdepim Documentation") +subdescs=("${subdescs[@]}" "KDE PIM Documentation.") subdepends=("${subdepends[@]}" "") subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'docs-extra kde-docs') subarchs=("${subarchs[@]}" 'i686 x86_64') subpkgs=("${subpkgs[@]}" "akonadiconsole") -subdescs=("${subdescs[@]}" "Akonadi Management and Debugging Console") -subdepends=("${subdepends[@]}" "kdebase-runtime>=${_F_kde_ver}") -subrodepends=("${subrodepends[@]}" "$pkgname>=4.4.9") +subdescs=("${subdescs[@]}" "Akonadi Management and Debugging Console.") +subdepends=("${subdepends[@]}" "libakonadi>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "$pkgname-core>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde') subarchs=("${subarchs[@]}" 'i686 x86_64') subpkgs=("${subpkgs[@]}" "akregator") -subdescs=("${subdescs[@]}" "A Feed Reader for KDE") -subdepends=("${subdepends[@]}" "kdebase-runtime>=${_F_kde_ver}") -subrodepends=("${subrodepends[@]}" "$pkgname>=4.4.9") +subdescs=("${subdescs[@]}" "A Feed Reader for KDE.") +subdepends=("${subdepends[@]}" "libsyndication>=$_F_kde_ver libkontactinterface>=$_F_kde_ver libkhtml>=$_F_kde_ver libplasma>=$_F_kde_ver + libqtsql>=$_F_kde_qtver libqtdeclarative>=$_F_kde_qtver libkdewebkit>=$_F_kde_ver libknotify>=$_F_kde_ver libkpimutils>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "libkdepim>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') subpkgs=("${subpkgs[@]}" "blogilo") -subdescs=("${subdescs[@]}" "A KDE Blogging Client") -subdepends=("${subdepends[@]}" "kdebase-runtime>=${_F_kde_ver}") -subrodepends=("${subrodepends[@]}" "$pkgname>=4.4.9") +subdescs=("${subdescs[@]}" "A KDE Blogging Client.") +subdepends=("${subdepends[@]}" "libqtsql>=$_F_kde_qtver libkdewebkit>=$_F_kde_ver libkblog>=$_F_kde_ver libkhtml>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') subpkgs=("${subpkgs[@]}" "kaddressbook") -subdescs=("${subdescs[@]}" "KDE Contact Manager") -subdepends=("${subdepends[@]}" "kdebase-runtime>=${_F_kde_ver}") -subrodepends=("${subrodepends[@]}" "$pkgname>=4.4.9") +subdescs=("${subdescs[@]}" "KDE Contact Manager.") +subdepends=("${subdepends[@]}" "libakonadi>=$_F_kde_ver libqgpgme>=$_F_kde_ver grantlee>=0.1.9") +subrodepends=("${subrodepends[@]}" "libkdepim>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') subpkgs=("${subpkgs[@]}" "kalarm") -subdescs=("${subdescs[@]}" "KDE Personal Alarm Scheduler") -subdepends=("${subdepends[@]}" "kdebase-runtime>=${_F_kde_ver}") -subrodepends=("${subrodepends[@]}" "$pkgname>=4.4.9") +subdescs=("${subdescs[@]}" "KDE Personal Alarm Scheduler.") +subdepends=("${subdepends[@]}" "libkpimidentities>=$_F_kde_ver libmailtransport>=$_F_kde_ver libkholidays>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "libkdepim>=$_F_kde_ver") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "kdgantt2") +subdescs=("${subdescs[@]}" "KDE library for creating Gantt charts.") +subdepends=("${subdepends[@]}" "libqtgui>=$_F_kde_qtver") +subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') subpkgs=("${subpkgs[@]}" "kjots") -subdescs=("${subdescs[@]}" "KDE Note Taker") -subdepends=("${subdepends[@]}" "kdebase-runtime>=${_F_kde_ver}") -subrodepends=("${subrodepends[@]}" "$pkgname>=4.4.9") +subdescs=("${subdescs[@]}" "KDE Note Taker.") +subdepends=("${subdepends[@]}" "libakonadi>=$_F_kde_ver libkpimtextedit>=$_F_kde_ver libkontactinterface>=$_F_kde_ver + libplasma>=$_F_kde_ver libkdewebkit>=$_F_kde_ver grantlee>=0.1.9") +subrodepends=("${subrodepends[@]}" "$pkgname-core>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') subpkgs=("${subpkgs[@]}" "kleopatra") -subdescs=("${subdescs[@]}" "KDE Certificate Manager and Unified Crypto GUI") -subdepends=("${subdepends[@]}" "kdebase-runtime>=${_F_kde_ver}") -subrodepends=("${subrodepends[@]}" "$pkgname>=4.4.9") +subdescs=("${subdescs[@]}" "KDE Certificate Manager and Unified Crypto GUI.") +subdepends=("${subdepends[@]}" "libgpgme++>=$_F_kde_ver libkmime>=$_F_kde_ver libkutils>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "libkdepim>=$_F_kde_ver libkleo>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') subpkgs=("${subpkgs[@]}" "kmail") -subdescs=("${subdescs[@]}" "KDE Mail Client") -subdepends=("${subdepends[@]}" "kdebase-runtime>=${_F_kde_ver}") -subrodepends=("${subrodepends[@]}" "$pkgname>=4.4.9") +subdescs=("${subdescs[@]}" "KDE Mail Client.") +subdepends=("${subdepends[@]}" "libkontactinterface>=$_F_kde_ver libkmbox>=$_F_kde_ver libkpimidentities>=$_F_kde_ver libknotify>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "$pkgname-core>=$_F_kde_ver libksieve>=$_F_kde_ver") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "kmailcvt") +subdescs=("${subdescs[@]}" "KDE KMail mail folder converter.") +subdepends=("${subdepends[@]}" "libakonadi>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') subpkgs=("${subpkgs[@]}" "knode") -subdescs=("${subdescs[@]}" "KDE News Reader") -subdepends=("${subdepends[@]}" "kdebase-runtime>=${_F_kde_ver}") -subrodepends=("${subrodepends[@]}" "$pkgname>=4.4.9") +subdescs=("${subdescs[@]}" "KDE News Reader.") +subdepends=("${subdepends[@]}" "libkontactinterface>=$_F_kde_ver libkde3support>=$_F_kde_ver libkhtml>=$_F_kde_ver + libmailtransport>=$_F_kde_ver libkpimidentities>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "$pkgname-message>=$_F_kde_ver") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "knotes") +subdescs=("${subdescs[@]}" "KDE Popup Notes.") +subdepends=("${subdepends[@]}" "libkcal>=$_F_kde_ver libdnssd>=$_F_kde_ver libkontactinterface>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "libkdepim>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') subpkgs=("${subpkgs[@]}" "kontact") -subdescs=("${subdescs[@]}" "KDE Personal Information Manager") -subdepends=("${subdepends[@]}" "kdebase-runtime>=${_F_kde_ver}") -subrodepends=("${subrodepends[@]}" "korganizer>=4.4.9") +subdescs=("${subdescs[@]}" "KDE Personal Information Manager.") +subdepends=("${subdepends[@]}" "libkontactinterface>=$_F_kde_ver libkdewebkit>=$_F_kde_ver libakonadi>=$_F_kde_ver + libkpimidentities>=$_F_kde_ver libkholidays>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "libkdepim>=$_F_kde_ver libkdepimdbusinterfaces>=$_F_kde_ver $pkgname-calendarsupport>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') subpkgs=("${subpkgs[@]}" "korganizer") -subdescs=("${subdescs[@]}" "KDE Calendar and Scheduling Program") -subdepends=("${subdepends[@]}" "kdebase-runtime>=${_F_kde_ver}") -subrodepends=("${subrodepends[@]}" "$pkgname>=4.4.9") +subdescs=("${subdescs[@]}" "KDE Calendar and Scheduling Program.") +subdepends=("${subdepends[@]}" "libkontactinterface>=$_F_kde_ver libknewstuff>=$_F_kde_ver libkholidays>=$_F_kde_ver libqtuitools>=$_F_kde_qtver") +subrodepends=("${subrodepends[@]}" "libkdepimdbusinterfaces>=$_F_kde_ver $pkgname-calendarviews>=$_F_kde_ver $pkgname-core>=$_F_kde_ver") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "kresources") +subdescs=("${subdescs[@]}" "Resource plugins for KDE PIM applications.") +subdepends=("${subdepends[@]}" "libkde3support>=$_F_kde_ver libkblog>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "libkdepim>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') subpkgs=("${subpkgs[@]}" "ktimetracker") -subdescs=("${subdescs[@]}" "KDE Personal Time Tracker") -subdepends=("${subdepends[@]}" "kdebase-runtime>=${_F_kde_ver}") -subrodepends=("${subrodepends[@]}" "$pkgname>=4.4.9") +subdescs=("${subdescs[@]}" "KDE Personal Time Tracker.") +subdepends=("${subdepends[@]}" "libkcal>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "libkdepim>=$_F_kde_ver kresources>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') -subpkgs=("${subpkgs[@]}" "knotes") -subdescs=("${subdescs[@]}" "KDE Popup Notes") -subdepends=("${subdepends[@]}" "kdebase-runtime>=${_F_kde_ver}") -subrodepends=("${subrodepends[@]}" "$pkgname>=4.4.9") +subpkgs=("${subpkgs[@]}" "libkdepim") +subdescs=("${subdescs[@]}" "Common library for KDE PIM apps.") +subdepends=("${subdepends[@]}" "libakonadi>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "libkdepimdbusinterfaces") +subdescs=("${subdescs[@]}" "Dbus library for KDE PIM apps.") +subdepends=("${subdepends[@]}" "libakonadi>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "libkleo") +subdescs=("${subdescs[@]}" "KDE library for encryption handling.") +subdepends=("${subdepends[@]}" "libqgpgme>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "libkpgp") +subdescs=("${subdescs[@]}" "KDE pgp abstraction library.") +subdepends=("${subdepends[@]}" "libkdeui>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "libksieve") +subdescs=("${subdescs[@]}" "Support for sieve in KDE apps.") +subdepends=("${subdepends[@]}" "libakonadi>=$_F_kde_ver libkpimidentities>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +_F_kde_subpkgs=("${subpkgs[@]}") + +subpkgs=("${subpkgs[@]}" "$pkgname-calendarsupport") +subdescs=("${subdescs[@]}" "Calendar plugin for KDE apps.") +subdepends=("${subdepends[@]}" "libkpimidentities>=$_F_kde_ver libkholidays>=$_F_kde_ver libmailtransport>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "libkdepim>=$_F_kde_ver libkdepimdbusinterfaces>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') +subpkgs=("${subpkgs[@]}" "$pkgname-calendarviews") +subdescs=("${subdescs[@]}" "Calendar decoration for KDE apps.") +subdepends=("${subdepends[@]}" "libakonadi>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "$pkgname-core>=$_F_kde_ver kdgantt2>=$_F_kde_ver") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "$pkgname-console") +subdescs=("${subdescs[@]}" "Command line tool for accessing calendar files.") +subdepends=("${subdepends[@]}" "libkcal>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "$pkgname-core") +subdescs=("${subdescs[@]}" "Core files for KDE PIM.") +subdepends=("${subdepends[@]}" "libkimap>=$_F_kde_ver libktnef>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "$pkgname-message>=$_F_kde_ver $pkgname-calendarsupport>=$_F_kde_ver kincidenceeditor>=$_F_kde_ver") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "$pkgname-ksendemail") +subdescs=("${subdescs[@]}" "KDE PIM ksendemail.") +subdepends=("${subdepends[@]}" "attica>=0.2.0 libnepomuk>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "$pkgname-message") +subdescs=("${subdescs[@]}" "KDE PIM message.") +subdepends=("${subdepends[@]}" "libkdewebkit>=$_F_kde_ver libmailtransport>=$_F_kde_ver libgpgme++>=$_F_kde_ver libkpimidentities>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "$libkpgp>=$_F_kde_ver libkdepim>=$_F_kde_ver libkleo>=$_F_kde_ver") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "$pkgname-mobile") +subdescs=("${subdescs[@]}" "KDE PIM suite for mobile devices.") +subdepends=("${subdepends[@]}" "libqtdeclarative>=$_F_kde_qtver libkmbox>=$_F_kde_ver libqtxmlpatterns>=$_F_kde_qtver libkholidays>=$_F_kde_ver libqtopengl>=$_F_kde_qtver") +subrodepends=("${subrodepends[@]}" "libkdepimdbusinterfaces>=$_F_kde_ver $pkgname-calendarviews>=$_F_kde_ver libksieve>=$_F_kde_ver") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "$pkgname-strigi-analyzer") +subdescs=("${subdescs[@]}" "Strigi Analyzer for KDE PIM.") +subdepends=("${subdepends[@]}" "libkcal>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "$pkgname-message>=$_F_kde_ver") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "$pkgname-wizards") +subdescs=("${subdescs[@]}" "KDE Groupware Wizard.") +subdepends=("${subdepends[@]}" "libkcal>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "kresources>=$_F_kde_ver") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "kincidenceeditor") +subdescs=("${subdescs[@]}" "Kincidenceeditor.") +subdepends=("${subdepends[@]}" "libakonadi>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "libkdepim>=$_F_kde_ver $pkgname-calendarsupport>=$_F_kde_ver libkdepimdbusinterfaces>=$_F_kde_ver kdgantt2>=$_F_kde_ver") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +rodepends=("${subpkgs[@]}") + +subpkgs=("${subpkgs[@]}" "$pkgname-docs") +subdescs=("${subdescs[@]}" "KDE PIM Documentation.") +subdepends=("${subdepends[@]}" "") +subrodepends=("${subrodepends[@]}" "") +subgroups=("${subgroups[@]}" 'docs-extra kde-docs') +subarchs=("${subarchs[@]}" 'i686 x86_64') + build() { - Fcd - CMake_build - - Fsplit akonadiconsole usr/bin/akonadiconsole - Fsplit akonadiconsole usr/share/applications/kde4/akonadiconsole.desktop - Fsplit akonadiconsole usr/share/apps/akonadiconsole/akonadiconsoleui.rc - Fsplit akregator usr/bin/akregator - Fsplit akregator usr/bin/akregatorstorageexporter - Fsplit akregator usr/lib/kde4/akregatorpart.so - Fsplit akregator usr/lib/kde4/akregator* - Fsplit akregator usr/lib/kde4/kontact_akregatorplugin.so - Fsplit akregator usr/lib/libakregatorinterfaces* - Fsplit akregator usr/lib/libakregatorprivate* - Fsplit akregator usr/share/applications/kde4/akregator.desktop - Fsplit akregator usr/share/apps/akregator/ - Fsplit akregator usr/share/apps/kontact/ksettingsdialog/akregator.setdlg - Fsplit akregator /etc/kde/config.kcfg/akregator.kcfg - Fsplit akregator usr/share/dbus-1/interfaces/org.kde.akregator.part.xml - Fsplit akregator usr/share/kde/icons/hicolor/128x128/apps/akregator.png - Fsplit akregator usr/share/kde/icons/hicolor/16x16/apps/akregator.png - Fsplit akregator usr/share/kde/icons/hicolor/16x16/apps/akregator_empty.png - Fsplit akregator usr/share/kde/icons/hicolor/22x22/apps/akregator.png - Fsplit akregator usr/share/kde/icons/hicolor/32x32/apps/akregator.png - Fsplit akregator usr/share/kde/icons/hicolor/48x48/apps/akregator.png - Fsplit akregator usr/share/kde/icons/hicolor/64x64/apps/akregator.png - Fsplit akregator usr/share/kde/icons/hicolor/scalable/apps/akregator.svgz - Fsplit akregator usr/share/kde4/services/akregator_* - Fsplit akregator usr/share/kde4/services/feed.protocol - Fsplit akregator usr/share/kde4/services/kontact/akregatorplugin.desktop - Fsplit akregator usr/share/kde4/servicetypes/akregator_plugin.desktop - Fsplit blogilo usr/bin/blogilo - Fsplit blogilo usr/share/applications/kde4/blogilo.desktop - Fsplit blogilo usr/share/apps/blogilo/blogiloui.rc - Fsplit blogilo /etc/kde/config.kcfg/blogilo.kcfg - Fsplit blogilo usr/share/kde/icons/hicolor/128x128/actions/upload-media.png - Fsplit blogilo usr/share/kde/icons/hicolor/128x128/apps/blogilo.png - Fsplit blogilo usr/share/kde/icons/hicolor/16x16/actions/format-text-blockquote.png - Fsplit blogilo usr/share/kde/icons/hicolor/16x16/actions/format-text-code.png - Fsplit blogilo usr/share/kde/icons/hicolor/16x16/actions/insert-more-mark.png - Fsplit blogilo usr/share/kde/icons/hicolor/16x16/actions/remove-link.png - Fsplit blogilo usr/share/kde/icons/hicolor/16x16/actions/upload-media.png - Fsplit blogilo usr/share/kde/icons/hicolor/16x16/apps/blogilo.png - Fsplit blogilo usr/share/kde/icons/hicolor/22x22/actions/format-text-blockquote.png - Fsplit blogilo usr/share/kde/icons/hicolor/22x22/actions/format-text-code.png - Fsplit blogilo usr/share/kde/icons/hicolor/22x22/actions/insert-more-mark.png - Fsplit blogilo usr/share/kde/icons/hicolor/22x22/actions/remove-link.png - Fsplit blogilo usr/share/kde/icons/hicolor/22x22/actions/upload-media.png - Fsplit blogilo usr/share/kde/icons/hicolor/22x22/apps/blogilo.png - Fsplit blogilo usr/share/kde/icons/hicolor/32x32/actions/upload-media.png - Fsplit blogilo usr/share/kde/icons/hicolor/32x32/apps/blogilo.png - Fsplit blogilo usr/share/kde/icons/hicolor/48x48/actions/upload-media.png - Fsplit blogilo usr/share/kde/icons/hicolor/48x48/apps/blogilo.png - Fsplit blogilo usr/share/kde/icons/hicolor/64x64/actions/upload-media.png - Fsplit blogilo usr/share/kde/icons/hicolor/64x64/apps/blogilo.png - Fsplit kaddressbook usr/bin/kaddressbook - Fsplit kaddressbook usr/lib/akonadi/contact/editorpageplugins/cryptopageplugin.so - Fsplit kaddressbook usr/lib/kde4/kaddressbookpart.so - Fsplit kaddressbook usr/lib/kde4/kcm_ldap.so - Fsplit kaddressbook usr/lib/kde4/kontact_kaddressbookplugin.so - Fsplit kaddressbook usr/lib/libkaddressbookprivate.so.* - Fsplit kaddressbook usr/share/applications/kde4/kaddressbook.desktop - Fsplit kaddressbook usr/share/apps/kaddressbook/ - Fsplit kaddressbook usr/share/apps/kontact/ksettingsdialog/kaddressbook.setdlg - Fsplit kaddressbook usr/share/kde/icons/hicolor/16x16/apps/kaddressbook.png - Fsplit kaddressbook usr/share/kde/icons/hicolor/22x22/apps/kaddressbook.png - Fsplit kaddressbook usr/share/kde/icons/hicolor/32x32/apps/kaddressbook.png - Fsplit kaddressbook usr/share/kde/icons/hicolor/48x48/apps/kaddressbook.png - Fsplit kaddressbook usr/share/kde4/services/kaddressbookpart.desktop - Fsplit kaddressbook usr/share/kde4/services/kcmldap.desktop - Fsplit kaddressbook usr/share/kde4/services/kontact/kaddressbookplugin.desktop - Fsplit kalarm usr/bin/kalarm - Fsplit kalarm usr/bin/kalarmautostart - Fsplit kalarm usr/lib/kde4/kalarm_* - Fsplit kalarm usr/lib/libkalarm_* - Fsplit kalarm usr/share/apps/kalarm/ - Fsplit kalarm usr/share/apps/kconf_update/kalarm* - Fsplit kalarm usr/share/autostart/kalarm.autostart.desktop - Fsplit kalarm /etc/kde/config.kcfg/kalarmconfig.kcfg - Fsplit kalarm usr/share/dbus-1/interfaces/org.kde.kalarm.kalarm.xml - Fsplit kalarm usr/share/kde/icons/hicolor/16x16/apps/kalarm.png - Fsplit kalarm usr/share/kde/icons/hicolor/32x32/apps/kalarm.png - Fsplit kalarm usr/share/kde/icons/hicolor/48x48/apps/kalarm.png - Fsplit kalarm usr/share/kde/icons/oxygen/128x128/apps/kalarm.png - Fsplit kalarm usr/share/kde/icons/oxygen/16x16/apps/kalarm.png - Fsplit kalarm usr/share/kde/icons/oxygen/22x22/apps/kalarm.png - Fsplit kalarm usr/share/kde/icons/oxygen/32x32/apps/kalarm.png - Fsplit kalarm usr/share/kde/icons/oxygen/48x48/apps/kalarm.png - Fsplit kalarm usr/share/kde/icons/oxygen/64x64/apps/kalarm.png - Fsplit kalarm usr/share/kde/icons/oxygen/scalable/apps/kalarm.svgz - Fsplit kalarm usr/share/kde4/services/kresources/alarms/ - Fsplit kalarm usr/share/kde4/services/kresources/kalarm_manager.desktop - Fsplit kjots usr/bin/kjots - Fsplit kjots usr/lib/kde4/kcm_kjots.so - Fsplit kjots usr/lib/kde4/kjotspart.so - Fsplit kjots usr/lib/kde4/kontact_kjotsplugin.so - Fsplit kjots usr/share/applications/kde4/Kjots.desktop - Fsplit kjots usr/share/apps/kjots/ - Fsplit kjots usr/share/apps/kontact/ksettingsdialog/kjots.setdlg - Fsplit kjots /etc/kde/config.kcfg/kjots.kcfg - Fsplit kjots usr/share/kde/icons/hicolor/128x128/apps/kjots.png - Fsplit kjots usr/share/kde/icons/hicolor/16x16/apps/kjots.png - Fsplit kjots usr/share/kde/icons/hicolor/22x22/apps/kjots.png - Fsplit kjots usr/share/kde/icons/hicolor/32x32/apps/kjots.png - Fsplit kjots usr/share/kde/icons/hicolor/48x48/apps/kjots.png - Fsplit kjots usr/share/kde/icons/hicolor/64x64/apps/kjots.png - Fsplit kjots usr/share/kde/icons/hicolor/scalable/apps/kjots.svgz - Fsplit kjots usr/share/kde/icons/oxygen/16x16/actions/edit-delete-page.png - Fsplit kjots usr/share/kde/icons/oxygen/22x22/actions/edit-delete-page.png - Fsplit kjots usr/share/kde/icons/oxygen/32x32/actions/edit-delete-page.png - Fsplit kjots usr/share/kde/icons/oxygen/48x48/actions/edit-delete-page.png - Fsplit kjots usr/share/kde/icons/oxygen/scalable/actions/edit-delete-page.svgz - Fsplit kjots usr/share/kde4/services/kjotspart.desktop - Fsplit kjots usr/share/kde4/services/kjots_config_misc.desktop - Fsplit kjots usr/share/kde4/services/kontact/kjots_plugin.desktop - Fsplit kleopatra usr/bin/kgpgconf - Fsplit kleopatra usr/bin/kleopatra - Fsplit kleopatra usr/bin/kwatchgnupg - Fsplit kleopatra usr/lib/kde4/kcm_kleopatra.so - Fsplit kleopatra usr/share/applications/kde4/kleopatra.desktop - Fsplit kleopatra usr/share/applications/kde4/kleopatra_import.desktop - Fsplit kleopatra usr/share/apps/kleopatra/ - Fsplit kleopatra usr/share/apps/kwatchgnupg/ - Fsplit kleopatra usr/share/kde/icons/oxygen/128x128/apps/kleopatra.png - Fsplit kleopatra usr/share/kde/icons/oxygen/16x16/apps/kleopatra.png - Fsplit kleopatra usr/share/kde/icons/oxygen/22x22/apps/kleopatra.png - Fsplit kleopatra usr/share/kde/icons/oxygen/32x32/apps/kleopatra.png - Fsplit kleopatra usr/share/kde/icons/oxygen/48x48/apps/kleopatra.png - Fsplit kleopatra usr/share/kde/icons/oxygen/64x64/apps/kleopatra.png - Fsplit kleopatra usr/share/kde/icons/oxygen/scalable/apps/kleopatra.svgz - Fsplit kleopatra usr/share/kde4/services/kleopatra_* - Fsplit kmail usr/bin/kmail - Fsplit kmail usr/bin/kmailcvt - Fsplit kmail usr/bin/kmail_* - Fsplit kmail usr/bin/ksendemail - Fsplit kmail usr/lib/kde4/kcm_kmail.so - Fsplit kmail usr/lib/kde4/kcm_kmailsummary.so - Fsplit kmail usr/lib/kde4/kmailpart.so - Fsplit kmail usr/lib/kde4/kmail_* - Fsplit kmail usr/lib/kde4/kontact_kmailplugin.so - Fsplit kmail usr/lib/libkmailprivate.so.* - Fsplit kmail usr/lib/libksieve.so* - Fsplit kmail usr/lib/libmimelib.so* - Fsplit kmail usr/share/applications/kde4/KMail.desktop - Fsplit kmail usr/share/applications/kde4/kmail_view.desktop - Fsplit kmail usr/share/apps/kconf_update/kmail-* - Fsplit kmail usr/share/apps/kconf_update/kmail.upd - Fsplit kmail usr/share/apps/kconf_update/upgrade-signature.pl - Fsplit kmail usr/share/apps/kconf_update/upgrade-transport.pl - Fsplit kmail usr/share/apps/kmail/ - Fsplit kmail usr/share/apps/kontact/ksettingsdialog/kmail.setdlg - Fsplit kmail /etc/kde/config.kcfg/custommimeheader.kcfg - Fsplit kmail /etc/kde/config.kcfg/customtemplates_kfg.kcfg - Fsplit kmail /etc/kde/config.kcfg/kmail.kcfg - Fsplit kmail /etc/kde/config.kcfg/templatesconfiguration_kfg.kcfg - Fsplit kmail etc/kde/config/kmail.antispamrc - Fsplit kmail /etc/kde/config/kmail.antivirusrc - Fsplit kmail usr/share/dbus-1/interfaces/org.kde.kmail.* - Fsplit kmail usr/share/kde/icons/hicolor/128x128/apps/kmail.png - Fsplit kmail usr/share/kde/icons/hicolor/16x16/apps/kmail.png - Fsplit kmail usr/share/kde/icons/hicolor/22x22/apps/kmail.png - Fsplit kmail usr/share/kde/icons/hicolor/32x32/apps/kmail.png - Fsplit kmail usr/share/kde/icons/hicolor/48x48/apps/kmail.png - Fsplit kmail usr/share/kde/icons/hicolor/64x64/apps/kmail.png - Fsplit kmail usr/share/kde/icons/hicolor/scalable/apps/kmail.svgz - Fsplit kmail usr/share/kde/icons/oxygen/16x16/apps/kmailcvt.png - Fsplit kmail usr/share/kde/icons/oxygen/32x32/apps/kmailcvt.png - Fsplit kmail usr/share/kde/icons/oxygen/48x48/apps/kmailcvt.png - Fsplit kmail usr/share/kde4/services/kcmkmailsummary.desktop - Fsplit kmail usr/share/kde4/services/kmail_config_* - Fsplit kmail usr/share/kde4/services/kontact/kmailplugin.desktop - Fsplit kmail usr/share/kde4/servicetypes/dbusimap.desktop - Fsplit kmail usr/share/kde4/servicetypes/dbusmail.desktop - Fsplit knode usr/bin/knode - Fsplit knode usr/lib/kde4/kcm_knode.so - Fsplit knode usr/lib/kde4/knodepart.so - Fsplit knode usr/lib/kde4/kontact_knodeplugin.so - Fsplit knode usr/lib/libknodecommon.so* - Fsplit knode usr/share/applications/kde4/KNode.desktop - Fsplit knode usr/share/apps/knode/ - Fsplit knode usr/share/apps/kontact/ksettingsdialog/knode.setdlg - Fsplit knode usr/share/dbus-1/interfaces/org.kde.knode.xml - Fsplit knode usr/share/kde/icons/hicolor/128x128/apps/knode.png - Fsplit knode usr/share/kde/icons/hicolor/128x128/apps/knode2.png - Fsplit knode usr/share/kde/icons/hicolor/16x16/apps/knode.png - Fsplit knode usr/share/kde/icons/hicolor/16x16/apps/knode2.png - Fsplit knode usr/share/kde/icons/hicolor/32x32/apps/knode.png - Fsplit knode usr/share/kde/icons/hicolor/32x32/apps/knode2.png - Fsplit knode usr/share/kde/icons/hicolor/48x48/apps/knode.png - Fsplit knode usr/share/kde/icons/hicolor/48x48/apps/knode2.png - Fsplit knode usr/share/kde/icons/hicolor/64x64/apps/knode.png - Fsplit knode usr/share/kde/icons/hicolor/64x64/apps/knode2.png - Fsplit knode usr/share/kde4/services/knewsservice.protocol - Fsplit knode usr/share/kde4/services/knode_config_* - Fsplit knode usr/share/kde4/services/kontact/knodeplugin.desktop - Fsplit korganizer usr/bin/ical2vcal - Fsplit korganizer usr/bin/korgac - Fsplit korganizer usr/bin/korganizer - Fsplit korganizer usr/lib/kde4/kcm_apptsummary.so - Fsplit korganizer usr/lib/kde4/kcm_korganizer.so - Fsplit korganizer usr/lib/kde4/kcm_todosummary.so - Fsplit korganizer usr/lib/kde4/kontact_journalplugin.so - Fsplit korganizer usr/lib/kde4/kontact_korganizerplugin.so - Fsplit korganizer usr/lib/kde4/kontact_todoplugin.so - Fsplit korganizer usr/lib/kde4/korganizerpart.so - Fsplit korganizer usr/lib/kde4/korg_* - Fsplit korganizer usr/lib/libkorganizerprivate.so.* - Fsplit korganizer usr/lib/libkorganizer_* - Fsplit korganizer usr/lib/libkorg_stdprinting.so* - Fsplit korganizer usr/share/applications/kde4/korganizer-import.desktop - Fsplit korganizer usr/share/applications/kde4/korganizer.desktop - Fsplit korganizer usr/share/apps/kconf_update/korganizer.upd - Fsplit korganizer usr/share/apps/kontact/ksettingsdialog/korganizer.setdlg - Fsplit korganizer usr/share/apps/korgac/icons/hicolor/22x22/actions/korgac.png - Fsplit korganizer usr/share/apps/korganizer/ - Fsplit korganizer usr/share/autostart/korgac.desktop - Fsplit korganizer /etc/kde/config.kcfg/korganizer.kcfg - Fsplit korganizer etc/kde/config/korganizer.knsrc - Fsplit korganizer usr/share/dbus-1/interfaces/org.kde.Korganizer.* - Fsplit korganizer usr/share/kde/icons/hicolor/128x128/apps/korganizer.png - Fsplit korganizer usr/share/kde/icons/hicolor/16x16/apps/korganizer.png - Fsplit korganizer usr/share/kde/icons/hicolor/22x22/apps/korganizer.png - Fsplit korganizer usr/share/kde/icons/hicolor/32x32/apps/korganizer.png - Fsplit korganizer usr/share/kde/icons/hicolor/48x48/apps/korganizer.png - Fsplit korganizer usr/share/kde/icons/hicolor/64x64/apps/korganizer.png - Fsplit korganizer usr/share/kde/icons/hicolor/scalable/apps/korganizer.svgz - Fsplit korganizer usr/share/kde/icons/oxygen/16x16/actions/smallclock.png - Fsplit korganizer usr/share/kde/icons/oxygen/16x16/actions/upindicator.png - Fsplit korganizer usr/share/kde/icons/oxygen/22x22/actions/checkmark.png - Fsplit korganizer usr/share/kde4/services/kcmapptsummary.desktop - Fsplit korganizer usr/share/kde4/services/kcmtodosummary.desktop - Fsplit korganizer usr/share/kde4/services/kontact/journalplugin.desktop - Fsplit korganizer usr/share/kde4/services/kontact/korganizerplugin.desktop - Fsplit korganizer usr/share/kde4/services/kontact/todoplugin.desktop - Fsplit korganizer usr/share/kde4/services/korganizer/ - Fsplit korganizer usr/share/kde4/services/webcal.protocol - Fsplit korganizer usr/share/kde4/servicetypes/calendardecoration.desktop - Fsplit korganizer usr/share/kde4/servicetypes/calendarplugin.desktop - Fsplit korganizer usr/share/kde4/servicetypes/dbuscalendar.desktop - Fsplit korganizer usr/share/kde4/servicetypes/korganizerpart.desktop - Fsplit korganizer usr/share/kde4/servicetypes/korgprintplugin.desktop - Fsplit ktimetracker usr/bin/karm - Fsplit ktimetracker usr/bin/ktimetracker - Fsplit ktimetracker usr/lib/kde4/kcm_ktimetracker.so - Fsplit ktimetracker usr/lib/kde4/kontact_ktimetrackerplugin.so - Fsplit ktimetracker usr/lib/kde4/ktimetrackerpart.so - Fsplit ktimetracker usr/share/applications/kde4/ktimetracker.desktop - Fsplit ktimetracker usr/share/apps/kontact/ksettingsdialog/ktimetracker.setdlg - Fsplit ktimetracker usr/share/apps/ktimetracker/ - Fsplit ktimetracker usr/share/dbus-1/interfaces/org.kde.ktimetracker.ktimetracker.xml - Fsplit ktimetracker usr/share/kde/icons/hicolor/128x128/apps/ktimetracker.png - Fsplit ktimetracker usr/share/kde/icons/hicolor/16x16/apps/ktimetracker.png - Fsplit ktimetracker usr/share/kde/icons/hicolor/22x22/apps/ktimetracker.png - Fsplit ktimetracker usr/share/kde/icons/hicolor/32x32/apps/ktimetracker.png - Fsplit ktimetracker usr/share/kde/icons/hicolor/48x48/apps/ktimetracker.png - Fsplit ktimetracker usr/share/kde/icons/hicolor/64x64/apps/ktimetracker.png - Fsplit ktimetracker usr/share/kde4/services/kontact/ktimetracker_plugin.desktop - Fsplit ktimetracker usr/share/kde4/services/ktimetrackerpart.desktop - Fsplit ktimetracker usr/share/kde4/services/ktimetracker_config_behavior.desktop - Fsplit ktimetracker usr/share/kde4/services/ktimetracker_config_display.desktop - Fsplit ktimetracker usr/share/kde4/services/ktimetracker_config_storage.desktop - Fsplit knotes usr/bin/knotes - Fsplit knotes usr/lib/kde4/kcm_knote.so - Fsplit knotes usr/lib/kde4/knotes_local.so - Fsplit knotes usr/lib/kde4/kontact_knotesplugin.so - Fsplit knotes usr/share/applications/kde4/knotes.desktop - Fsplit knotes usr/share/apps/knotes - Fsplit knotes usr/share/apps/kontact/ksettingsdialog/knotes.setdlg - Fsplit knotes etc/kde/config.kcfg/knoteconfig.kcfg - Fsplit knotes etc/kde/config.kcfg/knotesglobalconfig.kcfg - Fsplit knotes usr/share/dbus-1/interfaces/org.kde.KNotes.xml - Fsplit knotes usr/share/dbus-1/interfaces/org.kde.kontact.KNotes.xml - Fsplit knotes usr/share/kde/icons/hicolor/128x128/apps/knotes.png - Fsplit knotes usr/share/kde/icons/hicolor/16x16/apps/knotes.png - Fsplit knotes usr/share/kde/icons/hicolor/22x22/apps/knotes.png - Fsplit knotes usr/share/kde/icons/hicolor/32x32/apps/knotes.png - Fsplit knotes usr/share/kde/icons/hicolor/48x48/apps/knotes.png - Fsplit knotes usr/share/kde/icons/hicolor/64x64/apps/knotes.png - Fsplit knotes usr/share/kde4/services/knote_config_* - Fsplit knotes usr/share/kde4/services/kontact/knotesplugin.desktop - Fsplit knotes usr/share/kde4/services/kresources/knotes/ - - Fsplit $pkgname-docs usr/share/doc/HTML/ - - ## we split kontact in last! - Fsplit kontact usr/bin/kontact - Fsplit kontact usr/lib/kde4/kcm_kontact.so - Fsplit kontact usr/lib/kde4/kcm_kontactsummary.so - Fsplit kontact usr/lib/kde4/kontact_summaryplugin.so - Fsplit kontact usr/share/applications/kde4/Kontact.desktop - Fsplit kontact usr/share/apps/kontact/ - Fsplit kontact usr/share/apps/kontactsummary/kontactsummary_part.rc - Fsplit kontact /etc/kde/config.kcfg/kontact.kcfg - Fsplit kontact usr/share/kde/icons/hicolor/128x128/apps/kontact.png - Fsplit kontact usr/share/kde/icons/hicolor/16x16/apps/kontact.png - Fsplit kontact usr/share/kde/icons/hicolor/22x22/apps/kontact.png - Fsplit kontact usr/share/kde/icons/hicolor/32x32/apps/kontact.png - Fsplit kontact usr/share/kde/icons/hicolor/48x48/apps/kontact.png - Fsplit kontact usr/share/kde/icons/hicolor/64x64/apps/kontact.png - Fsplit kontact usr/share/kde4/services/kcmkontactsummary.desktop - Fsplit kontact usr/share/kde4/services/kontact/summaryplugin.desktop - Fsplit kontact usr/share/kde4/services/kontactconfig.desktop + KDE_make_split + + KDE_project_split $pkgname-calendarsupport calendarsupport + KDE_project_split $pkgname-calendarviews calendarviews + KDE_project_split $pkgname-console console + KDE_project_split $pkgname-ksendemail ksendemail + + KDE_project_install messagecomposer + KDE_project_install messagecore + KDE_project_install messagelist + KDE_project_install messageviewer + KDE_project_install templateparser + Fsplit $pkgname-message /\* + + KDE_project_install akonadi_next + KDE_project_install mailcommon + KDE_project_install nepomuk_email_feeder + KDE_project_install ontologies + KDE_project_install plugins + Fsplit $pkgname-core /\* + + KDE_project_split $pkgname-mobile mobile + KDE_project_split $pkgname-strigi-analyzer strigi-analyzer + KDE_project_split $pkgname-wizards wizards + KDE_project_split kincidenceeditor incidenceeditor-ng + KDE_install } # optimization OK From melko at frugalware.org Fri Aug 12 16:31:27 2011 From: melko at frugalware.org (Melko) Date: Fri, 12 Aug 2011 16:31:27 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: grantlee-0.1.9-1-i686 Message-ID: <20110812143127.84B32BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=c23df3a3fcdaa34e477ee0f76feb3ea7b2603fbd commit c23df3a3fcdaa34e477ee0f76feb3ea7b2603fbd Author: Melko Date: Fri Aug 12 16:30:13 2011 +0200 grantlee-0.1.9-1-i686 * add x86_64 to archs diff --git a/source/kde/kdepim/FrugalBuild b/source/kde/kdepim/FrugalBuild index 7abea66..fe2daff 100644 --- a/source/kde/kdepim/FrugalBuild +++ b/source/kde/kdepim/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: centuri0 pkgname=kdepim -pkgrel=1 +pkgrel=2 pkgdesc="KDE PIM Utilities." groups=('kde') replaces=('klibido' 'taskjuggler') @@ -14,13 +14,6 @@ depends=() makedepends=("${makedepends[@]}" 'boost>=1.46.1' "kdelibs>=$_F_kde_ver" "kdepimlibs-compiletime>=${_F_kde_ver}" "docbook-xsl" \ "libdbusmenu-qt>=0.7.0" "ksgmltools2>=$_F_kde_ver") -subpkgs=("${subpkgs[@]}" "$pkgname-docs") -subdescs=("${subdescs[@]}" "KDE PIM Documentation.") -subdepends=("${subdepends[@]}" "") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'docs-extra kde-docs') -subarchs=("${subarchs[@]}" 'i686 x86_64') - subpkgs=("${subpkgs[@]}" "akonadiconsole") subdescs=("${subdescs[@]}" "Akonadi Management and Debugging Console.") subdepends=("${subdepends[@]}" "libakonadi>=$_F_kde_ver") diff --git a/source/lib-extra/grantlee/FrugalBuild b/source/lib-extra/grantlee/FrugalBuild index 8659766..9780515 100644 --- a/source/lib-extra/grantlee/FrugalBuild +++ b/source/lib-extra/grantlee/FrugalBuild @@ -10,7 +10,7 @@ Finclude cmake depends=("${depends[@]}" 'qt4' 'libuuid') makedepends=("${makedepends[@]}") groups=(lib-extra) -archs=('i686') +archs=('i686' 'x86_64') up2date="lynx -dump http://downloads.$pkgname.org/ | Flasttar" source=(http://downloads.$pkgname.org/$pkgname-$pkgver.tar.gz) sha1sums=('ca959294d1b45eecd848f6f079731a57832f33e4') From melko at frugalware.org Fri Aug 12 16:44:18 2011 From: melko at frugalware.org (Melko) Date: Fri, 12 Aug 2011 16:44:18 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdepim-4.7.0-2-i686 Message-ID: <20110812144418.67B76BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=8091a3bef496eec5ff8545d92a809a4eb5945557 commit 8091a3bef496eec5ff8545d92a809a4eb5945557 Author: Melko Date: Fri Aug 12 16:43:00 2011 +0200 kdepim-4.7.0-2-i686 * move to extra diff --git a/source/kde/kdepim/FrugalBuild b/source/kde-extra/kdepim/FrugalBuild similarity index 99% rename from source/kde/kdepim/FrugalBuild rename to source/kde-extra/kdepim/FrugalBuild index fe2daff..227f1db 100644 --- a/source/kde/kdepim/FrugalBuild +++ b/source/kde-extra/kdepim/FrugalBuild @@ -4,7 +4,7 @@ pkgname=kdepim pkgrel=2 pkgdesc="KDE PIM Utilities." -groups=('kde') +groups=('kde-extra') replaces=('klibido' 'taskjuggler') archs=('i686' 'x86_64') @@ -18,7 +18,7 @@ subpkgs=("${subpkgs[@]}" "akonadiconsole") subdescs=("${subdescs[@]}" "Akonadi Management and Debugging Console.") subdepends=("${subdepends[@]}" "libakonadi>=$_F_kde_ver") subrodepends=("${subrodepends[@]}" "$pkgname-core>=$_F_kde_ver") -subgroups=("${subgroups[@]}" 'kde') +subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') subpkgs=("${subpkgs[@]}" "akregator") diff --git a/source/kde/kdepim/kdepim-4.4.0-install-headers.patch b/source/kde-extra/kdepim/kdepim-4.4.0-install-headers.patch similarity index 100% rename from source/kde/kdepim/kdepim-4.4.0-install-headers.patch rename to source/kde-extra/kdepim/kdepim-4.4.0-install-headers.patch From bouleetbil at frogdev.info Fri Aug 12 17:45:46 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 12 Aug 2011 17:45:46 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-desktop-3.1.5-1-x86_64 Message-ID: <20110812154546.AAFDBBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=00594a1e5a5e9db309c7a929b77d269bc29bf793 commit 00594a1e5a5e9db309c7a929b77d269bc29bf793 Author: bouleetbil Date: Fri Aug 12 17:35:33 2011 +0200 gnome-desktop-3.1.5-1-x86_64 *Version bump diff --git a/source/gnome/gnome-desktop/FrugalBuild b/source/gnome/gnome-desktop/FrugalBuild index 5dc3daf..1c95415 100644 --- a/source/gnome/gnome-desktop/FrugalBuild +++ b/source/gnome/gnome-desktop/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gnome-desktop -pkgver=3.1.4 +pkgver=3.1.5 pkgrel=1 pkgdesc="The GNOME Desktop" url="http://www.gnome.org/" @@ -14,7 +14,7 @@ archs=('i686' 'x86_64' 'ppc') _F_gnome_scrollkeeper="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --with-gnome-distributor=Frugalware --enable-gtk-doc" -sha1sums=('0790a2f61c7236489b6877254361cd7f265fd5fd') +sha1sums=('12d7aa81a5fc4025090c731d108bf2e496cd2d13') replaces=('desktop-data-model' 'gnome-volume-manager' 'gnome-spell') provides=('gnome-volume-manager' 'gnome-spell') From bouleetbil at frogdev.info Fri Aug 12 17:55:07 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 12 Aug 2011 17:55:07 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-session-3.1.5-1-x86_64 Message-ID: <20110812155507.35412BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=9be3c0507ef1794b50d120a4522378adccf2fbec commit 9be3c0507ef1794b50d120a4522378adccf2fbec Author: bouleetbil Date: Fri Aug 12 17:44:56 2011 +0200 gnome-session-3.1.5-1-x86_64 *Version bump diff --git a/source/gnome/gnome-session/FrugalBuild b/source/gnome/gnome-session/FrugalBuild index 61d8a81..7175fd1 100644 --- a/source/gnome/gnome-session/FrugalBuild +++ b/source/gnome/gnome-session/FrugalBuild @@ -4,8 +4,8 @@ USE_DEBUG=${USE_DEBUG:-"y"} pkgname=gnome-session -pkgver=3.1.3 -pkgrel=2 +pkgver=3.1.5 +pkgrel=1 pkgdesc="GNOME session manager" depends=('libxml2>=2.7.8' 'gnome-desktop>=3.0.2' 'polkit' 'upower' 'gconf-gtk' 'usermode' \ 'dbus-glib>=0.76' 'gnome-control-center>=3.0.0' 'libnotify' 'gnome-keyring>=3.0.0' \ @@ -20,7 +20,7 @@ _F_gnome_iconcache="y" _F_gnome_desktop="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --with-gtk=3.0" -sha1sums=('f98e2dab79a393c2a1012f422fee324f435436c7') +sha1sums=('f13b9d7fb86d15a45c179b8ebb4f11cccd5090a4') build() { Fcd From bouleetbil at frogdev.info Fri Aug 12 17:59:20 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 12 Aug 2011 17:59:20 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtksourceview3-3.1.4-1-x86_64 Message-ID: <20110812155920.6B509BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=0112c4540988cb4b2c2efd241b6817cc0c9b63ea commit 0112c4540988cb4b2c2efd241b6817cc0c9b63ea Author: bouleetbil Date: Fri Aug 12 17:49:11 2011 +0200 gtksourceview3-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/gtksourceview3/FrugalBuild b/source/gnome/gtksourceview3/FrugalBuild index 1c65f8f..5045d7a 100644 --- a/source/gnome/gtksourceview3/FrugalBuild +++ b/source/gnome/gtksourceview3/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gtksourceview3 _F_gnome_name="gtksourceview" -pkgver=3.1.3 +pkgver=3.1.4 pkgrel=1 pkgdesc="A text widget adding syntax highlighting and more to GNOME" depends=('libxml2>=2.7.8' 'gtk+3') @@ -12,7 +12,7 @@ groups=('gnome') archs=('i686' 'x86_64' 'ppc') Finclude gnome _F_cd_path="$_F_gnome_name-$pkgver" -sha1sums=('3aa791a3e76e374e4040c7448b619bc164905ec5') +sha1sums=('7edafdd5be6fc6e125019d053146fcc544663cf4') build() { Fbuild --enable-gtk-doc --enable-glade-catalog From devil505linux at gmail.com Fri Aug 12 19:07:12 2011 From: devil505linux at gmail.com (Devil505) Date: Fri, 12 Aug 2011 19:07:12 +0200 (CEST) Subject: [Frugalware-git] devil505temp: cython-0.15-1-i686 * version bump Message-ID: <20110812170712.965D1BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=d11cde76997dfe0e4cb4557ffb87e23b4002769a commit d11cde76997dfe0e4cb4557ffb87e23b4002769a Author: Devil505 Date: Fri Aug 12 19:03:16 2011 +0200 cython-0.15-1-i686 * version bump diff --git a/source/devel-extra/cython/FrugalBuild b/source/devel-extra/cython/FrugalBuild index 583d2f3..3f46eda 100644 --- a/source/devel-extra/cython/FrugalBuild +++ b/source/devel-extra/cython/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=cython -pkgver=0.14.1 +pkgver=0.15 pkgrel=1 pkgdesc="C-Extensions for Python" url="http://www.cython.org" @@ -12,7 +12,7 @@ archs=('i686' 'x86_64') _F_archive_name="Cython" up2date="Flasttar $url" source=($url/release/$_F_archive_name-$pkgver.tar.gz) -sha1sums=('b3bdf0aa403f92cd025eadf9a5dfaa32c5097d12') +sha1sums=('b91780124a4061a9b77561b9467eaaea9933a799') build() { Fcd From devil505linux at gmail.com Fri Aug 12 19:13:05 2011 From: devil505linux at gmail.com (Devil505) Date: Fri, 12 Aug 2011 19:13:05 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * initial import of FW start page Message-ID: <20110812171305.87086BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=1517118c6df63db87091754c8db5b93f2da916bf commit 1517118c6df63db87091754c8db5b93f2da916bf Author: Devil505 Date: Fri Aug 12 19:11:06 2011 +0200 * initial import of FW start page diff --git a/frugalware/start/index.html b/frugalware/start/index.html new file mode 100644 index 0000000..174d28e --- /dev/null +++ b/frugalware/start/index.html @@ -0,0 +1,219 @@ + + + + +Frugalware Start Page + + + + + + + + + + + + + + diff --git a/frugalware/start/index_fr.html b/frugalware/start/index_fr.html new file mode 100644 index 0000000..a749f8e --- /dev/null +++ b/frugalware/start/index_fr.html @@ -0,0 +1,199 @@ + + + + +Page d'accueil de Frugalware + + + + + + + + diff --git a/frugalware/start/middle.png b/frugalware/start/middle.png new file mode 100644 index 0000000..22d369a Binary files /dev/null and b/frugalware/start/middle.png differ diff --git a/frugalware/start/sprite.png b/frugalware/start/sprite.png new file mode 100644 index 0000000..91998d2 Binary files /dev/null and b/frugalware/start/sprite.png differ From devil505linux at gmail.com Fri Aug 12 19:23:57 2011 From: devil505linux at gmail.com (Devil505) Date: Fri, 12 Aug 2011 19:23:57 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * start directory acess Message-ID: <20110812172357.B92B7BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=4eab232a4d5cae5eb0ad06de6f9e3261ec6dc394 commit 4eab232a4d5cae5eb0ad06de6f9e3261ec6dc394 Author: Devil505 Date: Fri Aug 12 19:21:58 2011 +0200 * start directory acess diff --git a/frugalware/.htaccess b/frugalware/.htaccess index 6115448..190de64 100644 --- a/frugalware/.htaccess +++ b/frugalware/.htaccess @@ -9,6 +9,7 @@ RewriteCond %{REQUEST_URI} ^/news.php RewriteRule .* http://frugalware.org/news RewriteCond %{REQUEST_URI} !^/.*\.php RewriteCond %{REQUEST_URI} !^/images +RewriteCond %{REQUEST_URI} !^/start RewriteCond %{REQUEST_URI} !^/static RewriteCond %{REQUEST_URI} !^/dtd RewriteCond %{REQUEST_URI} !^/xml From vmiklos at frugalware.org Fri Aug 12 19:35:53 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 12 Aug 2011 19:35:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.5: pacman-g2-3.8.3-2mores1-i686 Message-ID: <20110812173553.BB674BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.5.git;a=commitdiff;h=0c038d6ff6fcf67ca42d3972a8af6415d2cabd45 commit 0c038d6ff6fcf67ca42d3972a8af6415d2cabd45 Author: Miklos Vajna Date: Fri Aug 12 19:33:47 2011 +0200 pacman-g2-3.8.3-2mores1-i686 - default to stable diff --git a/source/base/pacman-g2/FrugalBuild b/source/base/pacman-g2/FrugalBuild index a45481e..caba439 100644 --- a/source/base/pacman-g2/FrugalBuild +++ b/source/base/pacman-g2/FrugalBuild @@ -8,7 +8,7 @@ USE_MINIMAL=${USE_MINIMAL:-"n"} pkgname=pacman-g2 pkgver=3.8.3 Fuse $USE_DEVEL && pkgver=3.8.1.18.gc254053 -pkgrel=1 +pkgrel=2mores1 pkgdesc="A .tar.xz based package manager library (libpacman) and client (pacman-g2) with dependency support." url="http://ftp.frugalware.org/pub/other/pacman-g2/" backup=(etc/{makepkg,pacman-g2}.conf etc/pacman-g2/repos/{frugalware,frugalware-current}) @@ -33,8 +33,8 @@ archs=('i686' 'x86_64' 'ppc' 'arm') _F_archive_nosort=y up2date="Flasttar $url/releases/" if ! Fuse $USE_DEVEL; then - source=($url/releases/$pkgname-$pkgver.tar.gz) - signatures=("$source.asc") + source=($url/releases/$pkgname-$pkgver.tar.gz stable.diff) + signatures=("$source.asc" '') else _F_scm_type="git" _F_scm_url="git://git.frugalware.org/pub/other/pacman-g2/pacman-g2" diff --git a/source/base/pacman-g2/stable.diff b/source/base/pacman-g2/stable.diff new file mode 100644 index 0000000..de62edb --- /dev/null +++ b/source/base/pacman-g2/stable.diff @@ -0,0 +1,17 @@ +diff --git a/etc/pacman-g2.conf.in b/etc/pacman-g2.conf.in +index 23c24b3..d581d05 100644 +--- a/etc/pacman-g2.conf.in ++++ b/etc/pacman-g2.conf.in +@@ -19,10 +19,10 @@ OldDelay = 3 + # tree to avoid conflicts + + # -current +-Include = /etc/pacman-g2/repos/frugalware-current ++#Include = /etc/pacman-g2/repos/frugalware-current + + # -stable +-#Include = /etc/pacman-g2/repos/frugalware ++Include = /etc/pacman-g2/repos/frugalware + + # An example of a custom package repository. See the pacman-g2 manpage for + # tips on creating your own repositories. From devil505linux at gmail.com Fri Aug 12 19:37:50 2011 From: devil505linux at gmail.com (Devil505) Date: Fri, 12 Aug 2011 19:37:50 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * remove useless stuff Message-ID: <20110812173750.A0D0CBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=8d74b93221fe48a32f06ecd83888eada25c4dfb5 commit 8d74b93221fe48a32f06ecd83888eada25c4dfb5 Author: Devil505 Date: Fri Aug 12 19:35:53 2011 +0200 * remove useless stuff diff --git a/frugalware/start/index.html b/frugalware/start/index.html index 174d28e..4384e7d 100644 --- a/frugalware/start/index.html +++ b/frugalware/start/index.html @@ -20,9 +20,6 @@ - - - + + + + + + + From bouleetbil at frogdev.info Fri Aug 12 20:54:29 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 12 Aug 2011 20:54:29 +0200 (CEST) Subject: [Frugalware-git] bouletmp: vtg-0.12.1-1-x86_64 Message-ID: <20110812185429.C0EEFBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=0dde787e4b11a6da7463ae3c0cb735448aaf3bb0 commit 0dde787e4b11a6da7463ae3c0cb735448aaf3bb0 Author: bouleetbil Date: Fri Aug 12 20:44:11 2011 +0200 vtg-0.12.1-1-x86_64 *Version bump diff --git a/source/gnome-extra/vtg/FrugalBuild b/source/gnome-extra/vtg/FrugalBuild index d5c2d77..aaf92a0 100644 --- a/source/gnome-extra/vtg/FrugalBuild +++ b/source/gnome-extra/vtg/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=vtg -pkgver=0.12.0 +pkgver=0.12.1 pkgrel=1 pkgdesc="Vala Toys for gedit" depends=('gedit>=3.0.0' 'vala') @@ -13,7 +13,7 @@ archs=('i686' 'x86_64' 'ppc') _F_googlecode_ext=".tar.bz2" _F_gnome_glib="y" Finclude googlecode gnome-scriptlet -sha1sums=('5c995f79180bbd00e69b6c25fda4aa8b7e5e50a3') +sha1sums=('d27900e594c7b1bef8e76f48b4e79239967f9d2f') source=(http://vtg.googlecode.com/files/$pkgname-$pkgver.tar.bz2) # optimization OK From melko at frugalware.org Fri Aug 12 21:32:39 2011 From: melko at frugalware.org (Melko) Date: Fri, 12 Aug 2011 21:32:39 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kdepim-4.7.0-3-i686 Message-ID: <20110812193239.4127BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=dc4e5d92deb01d9a7bf944a958b054de32d38360 commit dc4e5d92deb01d9a7bf944a958b054de32d38360 Author: Melko Date: Fri Aug 12 21:31:17 2011 +0200 kdepim-4.7.0-3-i686 * fix typo * remove dropped patch diff --git a/source/kde-extra/kdepim/FrugalBuild b/source/kde-extra/kdepim/FrugalBuild index 227f1db..a7a019f 100644 --- a/source/kde-extra/kdepim/FrugalBuild +++ b/source/kde-extra/kdepim/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: centuri0 pkgname=kdepim -pkgrel=2 +pkgrel=3 pkgdesc="KDE PIM Utilities." groups=('kde-extra') replaces=('klibido' 'taskjuggler') @@ -205,7 +205,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64') subpkgs=("${subpkgs[@]}" "$pkgname-message") subdescs=("${subdescs[@]}" "KDE PIM message.") subdepends=("${subdepends[@]}" "libkdewebkit>=$_F_kde_ver libmailtransport>=$_F_kde_ver libgpgme++>=$_F_kde_ver libkpimidentities>=$_F_kde_ver") -subrodepends=("${subrodepends[@]}" "$libkpgp>=$_F_kde_ver libkdepim>=$_F_kde_ver libkleo>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "libkpgp>=$_F_kde_ver libkdepim>=$_F_kde_ver libkleo>=$_F_kde_ver") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') diff --git a/source/kde-extra/kdepim/kdepim-4.4.0-install-headers.patch b/source/kde-extra/kdepim/kdepim-4.4.0-install-headers.patch deleted file mode 100644 index 3781470..0000000 --- a/source/kde-extra/kdepim/kdepim-4.4.0-install-headers.patch +++ /dev/null @@ -1,127 +0,0 @@ -Index: libkleo/CMakeLists.txt -=================================================================== ---- libkleo/CMakeLists.txt (revision 1072331) -+++ libkleo/CMakeLists.txt (revision 1072330) -@@ -117,4 +117,60 @@ - set_target_properties(kleo PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} ) - install(TARGETS kleo ${INSTALL_TARGETS_DEFAULT_ARGS}) - -+install( FILES -+ kleo/cryptplug.h -+ kleo/cryptplugfactory.h -+ kleo/cryptplugwrapper.h -+ kleo/cryptplugwrapperlist.h -+ kleo/kleo_export.h -+ kleo/enum.h -+ kleo/oidmap.h -+ kleo/cryptobackend.h -+ kleo/cryptobackendfactory.h -+ kleo/cryptoconfig.h -+ kleo/dn.h -+ kleo/job.h -+ kleo/keylistjob.h -+ kleo/keygenerationjob.h -+ kleo/abstractimportjob.h -+ kleo/importjob.h -+ kleo/importfromkeyserverjob.h -+ kleo/exportjob.h -+ kleo/changeexpiryjob.h -+ kleo/changeownertrustjob.h -+ kleo/downloadjob.h -+ kleo/deletejob.h -+ kleo/encryptjob.h -+ kleo/decryptjob.h -+ kleo/signjob.h -+ kleo/specialjob.h -+ kleo/verifydetachedjob.h -+ kleo/verifyopaquejob.h -+ kleo/decryptverifyjob.h -+ kleo/signencryptjob.h -+ kleo/signkeyjob.h -+ kleo/adduseridjob.h -+ kleo/refreshkeysjob.h -+ kleo/multideletejob.h -+ kleo/hierarchicalkeylistjob.h -+ kleo/keyfilter.h -+ kleo/keyfiltermanager.h -+ DESTINATION ${INCLUDE_INSTALL_DIR}/kleo COMPONENT Devel) -+ -+install ( FILES -+ ui/kdhorizontalline.h -+ ui/messagebox.h -+ ui/progressbar.h -+ ui/progressdialog.h -+ ui/keylistview.h -+ ui/keyselectiondialog.h -+ ui/keyrequester.h -+ ui/keyapprovaldialog.h -+ ui/backendconfigwidget.h -+ ui/dnattributeorderconfigwidget.h -+ ui/cryptoconfigmodule.h -+ ui/cryptoconfigdialog.h -+ ui/directoryserviceswidget.h -+ DESTINATION ${INCLUDE_INSTALL_DIR}/kleo/ui COMPONENT Devel) -+ - install ( FILES libkleopatrarc.desktop DESTINATION ${CONFIG_INSTALL_DIR} RENAME libkleopatrarc ) -Index: kleopatra/libkleopatraclient/gui/CMakeLists.txt -=================================================================== ---- kleopatra/libkleopatraclient/gui/CMakeLists.txt (revision 1072331) -+++ kleopatra/libkleopatraclient/gui/CMakeLists.txt (revision 1072330) -@@ -19,4 +19,11 @@ - TARGETS kleopatraclientgui - DESTINATION ${LIB_INSTALL_DIR} - ) -+ - -+install( -+ FILES -+ certificaterequester.h -+ DESTINATION ${INCLUDE_INSTALL_DIR}/libkleopatraclient/gui -+ ) -+ -Index: kleopatra/libkleopatraclient/core/CMakeLists.txt -=================================================================== ---- kleopatra/libkleopatraclient/core/CMakeLists.txt (revision 1072331) -+++ kleopatra/libkleopatraclient/core/CMakeLists.txt (revision 1072330) -@@ -38,3 +38,12 @@ - ) - - -+install( -+ FILES -+ initialization.h -+ command.h -+ selectcertificatecommand.h -+ signencryptfilescommand.h -+ DESTINATION ${INCLUDE_INSTALL_DIR}/libkleopatraclient/core -+ ) -+ -Index: kleopatra/libkleopatraclient/CMakeLists.txt -=================================================================== ---- kleopatra/libkleopatraclient/CMakeLists.txt (revision 1072331) -+++ kleopatra/libkleopatraclient/CMakeLists.txt (revision 1072330) -@@ -6,3 +6,7 @@ - - add_subdirectory( tests ) - -+install( -+ FILES kleopatraclient_export.h -+ DESTINATION ${INCLUDE_INSTALL_DIR}/libkleopatraclient -+ ) -Index: libkpgp/CMakeLists.txt -=================================================================== ---- libkpgp/CMakeLists.txt (revision 1072331) -+++ libkpgp/CMakeLists.txt (revision 1072330) -@@ -34,3 +34,12 @@ - install(FILES kpgp.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR}) - install(PROGRAMS kpgp-3.1-upgrade-address-data.pl DESTINATION ${KCONF_UPDATE_INSTALL_DIR}) - -+install(FILES -+ kpgp.h -+ kpgpbase.h -+ kpgpblock.h -+ kpgpkey.h -+ kpgpui.h -+ libkpgp_export.h -+ DESTINATION ${INCLUDE_INSTALL_DIR}/kpgp COMPONENT Devel ) -+ From hermier at frugalware.org Sat Aug 13 08:31:42 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 13 Aug 2011 08:31:42 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: libx11-1.4.4-1-i686 Message-ID: <20110813063142.5BB0B1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=fad35f87bef0bb6614b0819d28fdb33da1238634 commit fad35f87bef0bb6614b0819d28fdb33da1238634 Author: Michel Hermier Date: Sat Aug 13 08:30:27 2011 +0200 libx11-1.4.4-1-i686 * Bump version. diff --git a/source/x11/libx11/FrugalBuild b/source/x11/libx11/FrugalBuild index 9df1cab..15efc1b 100644 --- a/source/x11/libx11/FrugalBuild +++ b/source/x11/libx11/FrugalBuild @@ -3,7 +3,7 @@ pkgname=libx11 _F_xorg_name=libX11 -pkgver=1.4.3 +pkgver=1.4.4 pkgrel=1 pkgdesc="X.Org X11 library" url="http://xorg.freedesktop.org" @@ -14,6 +14,6 @@ makedepends=('pkgconfig' 'xf86bigfontproto' 'bigreqsproto' \ 'xextproto' 'xcmiscproto' 'inputproto>=2.0' 'util-macros>=1.1.5-2') Finclude xorg Fconfopts="$Fconfopts --enable-ipv6 --enable-loadable-i18n --enable-xlocaledir --enable-xlocale" -sha1sums=('174270a0e51614b5077026fc6c20701d4e09aef8') +sha1sums=('2d9d38bfd7003ec60eea0b1999ab72cfd5fa3b90') # optimization OK From hermier at frugalware.org Sat Aug 13 08:57:37 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 13 Aug 2011 08:57:37 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: libxfont-1.4.4-1-i686 Message-ID: <20110813065737.5A6BE1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0d1766363aa15ac94f5b4b8b4cf3a6a1e52a70b6 commit 0d1766363aa15ac94f5b4b8b4cf3a6a1e52a70b6 Author: Michel Hermier Date: Sat Aug 13 08:57:01 2011 +0200 libxfont-1.4.4-1-i686 * Bump version. diff --git a/source/x11/libxfont/FrugalBuild b/source/x11/libxfont/FrugalBuild index d21f566..9ac7d71 100644 --- a/source/x11/libxfont/FrugalBuild +++ b/source/x11/libxfont/FrugalBuild @@ -3,7 +3,7 @@ pkgname=libxfont _F_xorg_name=libXfont -pkgver=1.4.3 +pkgver=1.4.4 pkgrel=1 pkgdesc="X font Library" url="http://xorg.freedesktop.org" @@ -13,9 +13,9 @@ depends=('xtrans>=1.2.3' 'libfontenc>=1.0.4-4' 'xproto>=7.0.15' 'fontsproto' 'fr makedepends=('pkgconfig' 'fontcacheproto') Finclude xorg #source=($source ftp://ftp.freedesktop.org/pub/xorg/X11R7.4/patches/xorg-libXfont-1.3.1-pcf-parser.diff) -Fconfopts="$Fconfopts --enable-IPv6 --enable-type1 --enable-speedo --enable-freetype \ - --enable-pcfformat --enable-bdfformat --enable-snfformat" +Fconfopts="$Fconfopts --enable-fc \ + --enable-freetype --enable-pcfformat --enable-bdfformat --enable-snfformat" -sha1sums=('191b40c566f80737cf6838747d86ebaee7b0c7d7') +sha1sums=('189dd7a3756cb80bcf41b779bf05ec3c366e3041') # optimization OK From hermier at frugalware.org Sat Aug 13 09:06:52 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 13 Aug 2011 09:06:52 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: twm-1.0.7-1-i686 Message-ID: <20110813070652.65CCF1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a0602ee7c60f4230f4842c023ffc962394774699 commit a0602ee7c60f4230f4842c023ffc962394774699 Author: Michel Hermier Date: Sat Aug 13 09:05:34 2011 +0200 twm-1.0.7-1-i686 * Bump version. diff --git a/source/x11/twm/FrugalBuild b/source/x11/twm/FrugalBuild index 0a5bb6b..9dc1f43 100644 --- a/source/x11/twm/FrugalBuild +++ b/source/x11/twm/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=twm -pkgver=1.0.6 +pkgver=1.0.7 pkgrel=1 pkgdesc="Tab Window Manager for the X Window System" url="http://xorg.freedesktop.org" @@ -11,6 +11,6 @@ archs=('i686' 'x86_64' 'ppc' 'arm') depends=('libx11>=1.2.1' 'libxt>=1.0.5-2' 'libxmu>=1.0.4-2') makedepends=('inputproto>=1.5') Finclude xorg -sha1sums=('5c28194c9c620b34df56fdee140d662425ba8a86') +sha1sums=('ff535ef8e676f9ca876a6166858798c7fe70d446') # optimization OK From hermier at frugalware.org Sat Aug 13 09:13:33 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 13 Aug 2011 09:13:33 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: x11perf-1.5.4-1-i686 Message-ID: <20110813071333.0D3001358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=9e7355325faba1bd6a0ab71c635d8abcbc15e557 commit 9e7355325faba1bd6a0ab71c635d8abcbc15e557 Author: Michel Hermier Date: Sat Aug 13 09:12:58 2011 +0200 x11perf-1.5.4-1-i686 * Bump version. diff --git a/source/x11/x11perf/FrugalBuild b/source/x11/x11perf/FrugalBuild index f4f8b68..781831c 100644 --- a/source/x11/x11perf/FrugalBuild +++ b/source/x11/x11perf/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=x11perf -pkgver=1.5.3 -pkgrel=2 +pkgver=1.5.4 +pkgrel=1 pkgdesc="X.Org x11perf application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') @@ -11,6 +11,6 @@ archs=('i686' 'x86_64' 'ppc' 'arm') depends=('libxml2>=2.7.8' 'libx11>=1.3' 'libxmu>=1.0.4-2' 'libxft>=2.1.13-2' 'libxrender>=0.9.4-3') makedepends=('inputproto>=2.0') Finclude xorg -sha1sums=('2fd00ba38c36c569751bbe3d60917df2a39e10ba') +sha1sums=('d820e95ee6698e7036d4823f5ac5669b79acea86') # optimization OK From hermier at frugalware.org Sat Aug 13 09:19:12 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 13 Aug 2011 09:19:12 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xset-1.2.2-1-i686 Message-ID: <20110813071912.2A8C11358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0af9d2757dd036d5b9d66183d7378f5f326c32d6 commit 0af9d2757dd036d5b9d66183d7378f5f326c32d6 Author: Michel Hermier Date: Sat Aug 13 09:18:09 2011 +0200 xset-1.2.2-1-i686 * Bump version. diff --git a/source/x11/xset/FrugalBuild b/source/x11/xset/FrugalBuild index 67f699b..dc0b0c5 100644 --- a/source/x11/xset/FrugalBuild +++ b/source/x11/xset/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=xset -pkgver=1.2.1 +pkgver=1.2.2 pkgrel=1 pkgdesc="X.Org xset application" url="http://xorg.freedesktop.org" @@ -10,6 +10,6 @@ groups=('x11' 'xorg-core' 'xorg-apps') archs=('i686' 'x86_64' 'ppc' 'arm') depends=('libxmu>=1.0.4-2' 'libxfontcache>=1.0.4-4') makedepends=('libxp>=1.0.0-3' 'libxxf86misc>=1.0.1-3' 'inputproto>=1.9.99.902') -sha1sums=('9b1eb8835637dd70eea1a1365df5d909a306cc2c') +sha1sums=('e48d628259dbe1ff413ec8408b4fee9561c8815c') Finclude xorg # optimization OK From hermier at frugalware.org Sat Aug 13 09:27:47 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 13 Aug 2011 09:27:47 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xinit-1.3.1-1-i686 Message-ID: <20110813072747.E24E01358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=b9c898977100bb8d1e8a895466da06ed5e19fa6d commit b9c898977100bb8d1e8a895466da06ed5e19fa6d Author: Michel Hermier Date: Sat Aug 13 09:27:21 2011 +0200 xinit-1.3.1-1-i686 * Bump version. diff --git a/source/x11/xinit/FrugalBuild b/source/x11/xinit/FrugalBuild index 72b9e77..7b0046d 100644 --- a/source/x11/xinit/FrugalBuild +++ b/source/x11/xinit/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=xinit -pkgver=1.3.0 +pkgver=1.3.1 pkgrel=1 pkgdesc="X Window System initializer" url="http://xorg.freedesktop.org" @@ -11,7 +11,7 @@ archs=('i686' 'x86_64' 'ppc' 'arm') depends=('xterm>=243' 'libx11>=1.2.1' 'twm>=1.0.4' 'xclock>=1.0.3-2') makedepends=('inputproto>=2.0') Finclude xorg -sha1sums=('6437292214bbca6efad8889c68e72a1ca584928b') +sha1sums=('6d3981c23ce49212a26912651d6d2473a5065766') build() { Fbuild From hermier at frugalware.org Sat Aug 13 09:34:32 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 13 Aug 2011 09:34:32 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-nouveau-0.0.16.gb806e3f-1-i686 Message-ID: <20110813073432.975E91358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=4d49741bbdc0a6d7ac951e5efc3cc60dfde5db6a commit 4d49741bbdc0a6d7ac951e5efc3cc60dfde5db6a Author: Michel Hermier Date: Sat Aug 13 09:33:47 2011 +0200 xf86-video-nouveau-0.0.16.gb806e3f-1-i686 * Bump version. * Prepare for nouveau-firmware removal. diff --git a/source/x11/xf86-video-nouveau/FrugalBuild b/source/x11/xf86-video-nouveau/FrugalBuild index 2a34982..e740a42 100644 --- a/source/x11/xf86-video-nouveau/FrugalBuild +++ b/source/x11/xf86-video-nouveau/FrugalBuild @@ -12,21 +12,20 @@ archs=('i686' 'x86_64' 'ppc' 'arm') Finclude xorg options=('force') depends=('xorg-server>=1.10.0' 'libxvmc>=1.0.4-3' 'libdrm>=2.4.23') -rodepends=('nouveau-firmware') makedepends=('randrproto>=1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' \ 'xf86dgaproto' 'glproto' 'xineramaproto' 'util-macros>=1.2.1' 'dri2proto') -provides=('nvidia-71xx' 'nvidia-96xx') +provides=('nouveau-firmware' 'nvidia-71xx' 'nvidia-96xx') replaces=("${provides[@]}") conflicts=("${provides[@]}") unset source # Git only for now _F_scm_type="git" if Fuse $USE_DEVEL; then - pkgver="$pkgver.gab89aa0" + pkgver="$pkgver.gb806e3f" _F_scm_url="git://anongit.freedesktop.org/nouveau/xf86-video-nouveau" else - pkgver="$pkgver.gab89aa0" + pkgver="$pkgver.gb806e3f" _F_scm_url="git://git.frugalware.org/pub/other/sources/xf86-video-nouveau" fi _F_scm_tag="$pkgver" From hermier at frugalware.org Sat Aug 13 09:36:59 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 13 Aug 2011 09:36:59 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: nouveau-firmware-20091212-1-i686 Message-ID: <20110813073659.9DF7A1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=8bad3ca3060526843517f214c4fb8948a00805ae commit 8bad3ca3060526843517f214c4fb8948a00805ae Author: Michel Hermier Date: Sat Aug 13 09:36:17 2011 +0200 nouveau-firmware-20091212-1-i686 * Remove package it is not necessary since quite a long time. diff --git a/source/base/nouveau-firmware/FrugalBuild b/source/base/nouveau-firmware/FrugalBuild deleted file mode 100644 index 6272b87..0000000 --- a/source/base/nouveau-firmware/FrugalBuild +++ /dev/null @@ -1,23 +0,0 @@ -# Compiling Time: 0.01 SBU -# Maintainer: Michel Hermier - -pkgname=nouveau-firmware -pkgver=20091212 -pkgrel=1 -pkgdesc="Firmwares for nouveau driver (nVidia GPU)." -depends=() -groups=('base') -archs=('i686' 'x86_64' 'ppc') -url=("http://nouveau.freedesktop.org/") -dlurl="http://people.freedesktop.org/~pq/nouveau-drm/" -up2date="Flasttar $dlurl" - -source=("$dlurl/$pkgname-$pkgver.tar.gz") -sha1sums=('26ff5135a47fdac8b16ce4e69e83c4ba4459ca30') - -Fbuild() -{ - Fmkdir /lib/firmware - Fcp nouveau /lib/firmware -} - From devil505linux at gmail.com Sat Aug 13 10:54:50 2011 From: devil505linux at gmail.com (Devil505) Date: Sat, 13 Aug 2011 10:54:50 +0200 (CEST) Subject: [Frugalware-git] ayatana: * updating version Message-ID: <20110813085450.83C2A1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=e0eac4e349881e2aadc7ca18001dfbc5f8de2288 commit e0eac4e349881e2aadc7ca18001dfbc5f8de2288 Author: Devil505 Date: Sat Aug 13 10:52:50 2011 +0200 * updating version diff --git a/source/include/compiz.sh b/source/include/compiz.sh index a8be32e..c39ba1c 100644 --- a/source/include/compiz.sh +++ b/source/include/compiz.sh @@ -32,7 +32,7 @@ # to declare the real version ### -compizver=0.9.4 +compizver=0.9.5.0 if [ -z "$_F_compiz_name" ]; then _F_compiz_name=$pkgname From hermier at frugalware.org Sat Aug 13 12:32:33 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 13 Aug 2011 12:32:33 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-wacom-0.11.1-1-i686 Message-ID: <20110813103233.B6E721358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0e78d3c529c198c9a08b5071b1990bacd9b10254 commit 0e78d3c529c198c9a08b5071b1990bacd9b10254 Author: Michel Hermier Date: Sat Aug 13 12:29:53 2011 +0200 xf86-input-wacom-0.11.1-1-i686 * Bump version. (use sourceforge now) diff --git a/source/x11-extra/xf86-input-wacom/FrugalBuild b/source/x11-extra/xf86-input-wacom/FrugalBuild index be5f269..a0a70be 100644 --- a/source/x11-extra/xf86-input-wacom/FrugalBuild +++ b/source/x11-extra/xf86-input-wacom/FrugalBuild @@ -2,11 +2,12 @@ # Maintainer: Miklos Vajna pkgname=xf86-input-wacom -pkgver=0.10.99.2 +pkgver=0.11.1 pkgrel=1 pkgdesc="Drivers, libraries, and doc for configuring and running Wacom tablets." url="http://linuxwacom.sourceforge.net/" -up2date="Flasttar $url" +_F_sourceforge_dirname="linuxwacom" +Finclude sourceforge depends=('xorg-server>=1.10.1' 'libxi>=1.1.3' 'xrandr') makedepends=('inputproto' 'randrproto' 'util-macros') rodepends=('udev') @@ -15,10 +16,10 @@ replaces=('linuxwacom') conflicts=('linuxwacom') groups=('x11-extra') archs=('i686' 'x86_64' 'ppc') -source=("http://prdownloads.sourceforge.net/linuxwacom/$pkgname-$pkgver.tar.bz2" \ +source=("${source[@]}" \ check_driver{,.1} \ 60-wacom.rules ) -sha1sums=('dcf1086135e73f261e7b67de2c56e87a76de6265' \ +sha1sums=('c36ebbe0af49b5a2032ea13a0b2b58d5c592b57c' \ '12ae37807a03f36be2c5cc47e444475677b41693' \ '7adf948f2d6f29635e80f4cc336799b7962d2a9a' \ 'c8063c86189a7b3459a33b3c5ccfca36fa5439fd') From hermier at frugalware.org Sat Aug 13 12:32:33 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sat, 13 Aug 2011 12:32:33 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: mesademos-8.0.1-1-i686 Message-ID: <20110813103233.9C6461358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=9d16cdbdca469c521e4c553ffb4608e499005893 commit 9d16cdbdca469c521e4c553ffb4608e499005893 Author: Michel Hermier Date: Sat Aug 13 12:15:52 2011 +0200 mesademos-8.0.1-1-i686 * Fix up2date. diff --git a/source/x11-extra/mesademos/FrugalBuild b/source/x11-extra/mesademos/FrugalBuild index 0d67357..fe99810 100644 --- a/source/x11-extra/mesademos/FrugalBuild +++ b/source/x11-extra/mesademos/FrugalBuild @@ -7,7 +7,7 @@ pkgver=8.0.1 pkgrel=1 pkgdesc="OpenGL demonstration and test programs." url="http://mesa3d.sourceforge.net/" -up2date="Flasttar ftp://ftp.freedesktop.org/pub/mesa/current/" +up2date="Flastverdir ftp://ftp.freedesktop.org/pub/mesa/demos/" source=(ftp://ftp.freedesktop.org/pub/mesa/demos/$pkgver/$_F_archive_name-$pkgver.tar.gz) depends=('libgl' 'glew') archs=('i686' 'x86_64' 'ppc') From ryuo at frugalware.org Sun Aug 14 10:38:34 2011 From: ryuo at frugalware.org (James Buren) Date: Sun, 14 Aug 2011 10:38:34 +0200 (CEST) Subject: [Frugalware-git] kernel30: kernel-3.0-1-i686 * update i686 config with hermier patch Message-ID: <20110814083834.B18D01358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=a72a1c55a2ff7bd8148d0253d73b2d2d642628bf commit a72a1c55a2ff7bd8148d0253d73b2d2d642628bf Author: James Buren Date: Wed Aug 10 12:51:30 2011 -0500 kernel-3.0-1-i686 * update i686 config with hermier patch diff --git a/source/base/kernel/config.i686 b/source/base/kernel/config.i686 index 47856e5..fc687ee 100644 --- a/source/base/kernel/config.i686 +++ b/source/base/kernel/config.i686 @@ -231,7 +231,7 @@ CONFIG_BLOCK=y CONFIG_LBDAF=y CONFIG_BLK_DEV_BSG=y CONFIG_BLK_DEV_INTEGRITY=y -# CONFIG_BLK_DEV_THROTTLING is not set +CONFIG_BLK_DEV_THROTTLING=y # # IO Schedulers @@ -239,7 +239,7 @@ CONFIG_BLK_DEV_INTEGRITY=y CONFIG_IOSCHED_NOOP=y CONFIG_IOSCHED_DEADLINE=y CONFIG_IOSCHED_CFQ=y -# CONFIG_CFQ_GROUP_IOSCHED is not set +CONFIG_CFQ_GROUP_IOSCHED=y # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_NOOP is not set @@ -1583,7 +1583,7 @@ CONFIG_BLK_DEV_CRYPTOLOOP=m CONFIG_BLK_DEV_DRBD=m # CONFIG_DRBD_FAULT_INJECTION is not set CONFIG_BLK_DEV_NBD=m -# CONFIG_BLK_DEV_OSD is not set +CONFIG_BLK_DEV_OSD=m CONFIG_BLK_DEV_SX8=m CONFIG_BLK_DEV_UB=m CONFIG_BLK_DEV_RAM=m @@ -3224,7 +3224,7 @@ CONFIG_PPS_CLIENT_PARPORT=m # PTP clock support # CONFIG_PTP_1588_CLOCK=m -# CONFIG_DP83640_PHY is not set +CONFIG_DP83640_PHY=m CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_GPIOLIB=y # CONFIG_DEBUG_GPIO is not set @@ -3305,8 +3305,8 @@ CONFIG_W1_SLAVE_BQ27000=m CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m -# CONFIG_WM831X_BACKUP is not set -# CONFIG_WM831X_POWER is not set +CONFIG_WM831X_BACKUP=m +CONFIG_WM831X_POWER=m # CONFIG_TEST_POWER is not set CONFIG_BATTERY_DS2760=m CONFIG_BATTERY_DS2780=m @@ -3436,7 +3436,7 @@ CONFIG_SENSORS_W83L785TS=m CONFIG_SENSORS_W83L786NG=m CONFIG_SENSORS_W83627HF=m CONFIG_SENSORS_W83627EHF=m -# CONFIG_SENSORS_WM831X is not set +CONFIG_SENSORS_WM831X=m CONFIG_SENSORS_APPLESMC=m CONFIG_SENSORS_MC13783_ADC=m @@ -3454,7 +3454,7 @@ CONFIG_WATCHDOG=y # Watchdog Device Drivers # CONFIG_SOFT_WATCHDOG=m -# CONFIG_WM831X_WATCHDOG is not set +CONFIG_WM831X_WATCHDOG=m CONFIG_ACQUIRE_WDT=m CONFIG_ADVANTECH_WDT=m CONFIG_ALIM1535_WDT=m @@ -3479,7 +3479,7 @@ CONFIG_SC1200_WDT=m CONFIG_SCx200_WDT=m CONFIG_PC87413_WDT=m CONFIG_NV_TCO=m -# CONFIG_RDC321X_WDT is not set +CONFIG_RDC321X_WDT=m CONFIG_60XX_WDT=m CONFIG_SBC8360_WDT=m CONFIG_SBC7240_WDT=m @@ -3664,6 +3664,7 @@ CONFIG_VIDEOBUF_DVB=m CONFIG_VIDEO_BTCX=m CONFIG_VIDEO_TVEEPROM=m CONFIG_VIDEO_TUNER=m +CONFIG_V4L2_MEM2MEM_DEV=m CONFIG_VIDEOBUF2_CORE=m CONFIG_VIDEOBUF2_MEMOPS=m CONFIG_VIDEOBUF2_VMALLOC=m @@ -3869,7 +3870,8 @@ CONFIG_USB_PWC_INPUT_EVDEV=y CONFIG_USB_ZR364XX=m CONFIG_USB_STKWEBCAM=m CONFIG_USB_S2255=m -# CONFIG_V4L_MEM2MEM_DRIVERS is not set +CONFIG_V4L_MEM2MEM_DRIVERS=y +CONFIG_VIDEO_MEM2MEM_TESTDEV=m CONFIG_RADIO_ADAPTERS=y CONFIG_RADIO_CADET=m CONFIG_RADIO_RTRACK=m @@ -4628,10 +4630,10 @@ CONFIG_HID_TWINHAN=m CONFIG_HID_KENSINGTON=y CONFIG_HID_LCPOWER=m CONFIG_HID_LOGITECH=y -# CONFIG_LOGITECH_FF is not set -# CONFIG_LOGIRUMBLEPAD2_FF is not set -# CONFIG_LOGIG940_FF is not set -# CONFIG_LOGIWII_FF is not set +CONFIG_LOGITECH_FF=y +CONFIG_LOGIRUMBLEPAD2_FF=y +CONFIG_LOGIG940_FF=y +CONFIG_LOGIWII_FF=y CONFIG_HID_MAGICMOUSE=m CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y @@ -5183,7 +5185,7 @@ CONFIG_VIDEO_CX25821_ALSA=m CONFIG_VIDEO_TM6000=m CONFIG_VIDEO_TM6000_ALSA=m CONFIG_VIDEO_TM6000_DVB=m -# CONFIG_DVB_CXD2099 is not set +CONFIG_DVB_CXD2099=m CONFIG_USBIP_CORE=m CONFIG_USBIP_VHCI_HCD=m CONFIG_USBIP_HOST=m @@ -5390,7 +5392,7 @@ CONFIG_DX_SEP=m CONFIG_IIO=m CONFIG_IIO_RING_BUFFER=y CONFIG_IIO_SW_RING=m -# CONFIG_IIO_KFIFO_BUF is not set +CONFIG_IIO_KFIFO_BUF=m CONFIG_IIO_TRIGGER=y CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 @@ -5405,6 +5407,7 @@ CONFIG_ADIS16220=m CONFIG_ADIS16240=m CONFIG_KXSD9=m CONFIG_LIS3L02DQ=m +# CONFIG_LIS3L02DQ_BUF_KFIFO is not set CONFIG_LIS3L02DQ_BUF_RING_SW=y CONFIG_SCA3000=m From hermier at frugalware.org Sun Aug 14 10:49:43 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sun, 14 Aug 2011 10:49:43 +0200 (CEST) Subject: [Frugalware-git] kernel30: kernel.sh: Fix name of the generated boot file. Message-ID: <20110814084943.BCA2E1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=3675470b3d99fa30853e10b21e734e53dbe6ec5f commit 3675470b3d99fa30853e10b21e734e53dbe6ec5f Author: Michel Hermier Date: Fri Aug 12 13:14:51 2011 +0200 kernel.sh: Fix name of the generated boot file. diff --git a/source/include/kernel.sh b/source/include/kernel.sh index 5714c18..dd7c95d 100644 --- a/source/include/kernel.sh +++ b/source/include/kernel.sh @@ -84,8 +84,8 @@ fi if [ -z "$_F_kernel_path" ]; then case "$CARCH" in - "ppc") _F_kernel_path=vmlinuz;; - *) _F_kernel_path=vmlinux;; + "ppc") _F_kernel_path=vmlinux;; + *) _F_kernel_path=vmlinuz;; esac fi From hermier at frugalware.org Sun Aug 14 10:49:43 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sun, 14 Aug 2011 10:49:43 +0200 (CEST) Subject: [Frugalware-git] kernel30: kernel.sh Message-ID: <20110814084943.D279B1358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=3a73ac08128768fdfda618de697623de02713da1 commit 3a73ac08128768fdfda618de697623de02713da1 Author: Michel Hermier Date: Sun Aug 14 10:48:01 2011 +0200 kernel.sh * Add some work around to handle prettily the new kernel version numbering. diff --git a/source/include/kernel-version.sh b/source/include/kernel-version.sh index 20ed074..8be0bd8 100644 --- a/source/include/kernel-version.sh +++ b/source/include/kernel-version.sh @@ -15,8 +15,7 @@ # * _F_kernelver_rel: the kernel release # * _F_kernelver_stable: the number of the -stable patch to use (if any) ### -pkgver=3.0 -_F_kernelver_ver=3.0.0 +_F_kernelver_ver=3.0 _F_kernelver_rel=1 _F_kernelver_stable=1 diff --git a/source/include/kernel.sh b/source/include/kernel.sh index dd7c95d..ae212e4 100644 --- a/source/include/kernel.sh +++ b/source/include/kernel.sh @@ -246,6 +246,10 @@ Fbuildkernel() yes "" | make config if [ $_F_kernel_dontfakeversion -eq 0 ]; then + if [ "${_F_kernel_ver#*.*.}" = "$_F_kernel_ver" ]; then + # If patten match fails, sublevel version is missing + _F_kernel_ver="$_F_kernel_ver.0" + fi Fsed "SUBLEVEL =.*" "SUBLEVEL = ${_F_kernel_ver#*.*.}" Makefile Fsed "EXTRAVERSION =.*" "EXTRAVERSION = $_F_kernel_uname" Makefile else From hermier at frugalware.org Sun Aug 14 11:00:09 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sun, 14 Aug 2011 11:00:09 +0200 (CEST) Subject: [Frugalware-git] kernel30: kernel-3.0-1-i686 Message-ID: <20110814090009.0A3DC1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=ee2903c90c14b989769e4c550b5413aa1eab4286 commit ee2903c90c14b989769e4c550b5413aa1eab4286 Author: Michel Hermier Date: Sun Aug 14 10:58:47 2011 +0200 kernel-3.0-1-i686 * Prepare for release. diff --git a/source/base/kernel/FrugalBuild b/source/base/kernel/FrugalBuild index 41d2da8..2fdb104 100644 --- a/source/base/kernel/FrugalBuild +++ b/source/base/kernel/FrugalBuild @@ -4,7 +4,7 @@ USE_DEVEL=${USE_DEVEL:-"n"} if ! Fuse $USE_DEVEL; then - _F_kernel_patches=(b6c6e0b06473587f5e375eb2f1ac247d13fecade.patch) + _F_kernel_patches=('fix-i915.patch') else # example for a tagged rc release: 2.6.32.rc5 # example for a random snapshot (based on git describe output): 2.6.32.rc5.81.g964fe08 diff --git a/source/base/kernel/b6c6e0b06473587f5e375eb2f1ac247d13fecade.patch b/source/base/kernel/b6c6e0b06473587f5e375eb2f1ac247d13fecade.patch deleted file mode 100644 index 9fa3062..0000000 --- a/source/base/kernel/b6c6e0b06473587f5e375eb2f1ac247d13fecade.patch +++ /dev/null @@ -1,23 +0,0 @@ -From b6c6e0b06473587f5e375eb2f1ac247d13fecade Mon Sep 17 00:00:00 2001 -From: Ben Skeggs -Date: Sun, 29 May 2011 23:28:31 +0000 -Subject: drm/nouveau: fix leak of gart mm node - -Signed-off-by: Ben Skeggs ---- -diff --git a/drivers/gpu/drm/nouveau/nouveau_mem.c b/drivers/gpu/drm/nouveau/nouveau_mem.c -index 2960f58..f9efbbb 100644 ---- a/drivers/gpu/drm/nouveau/nouveau_mem.c -+++ b/drivers/gpu/drm/nouveau/nouveau_mem.c -@@ -868,7 +868,9 @@ nouveau_gart_manager_del(struct ttm_mem_type_manager *man, - nouveau_vm_unmap(&node->tmp_vma); - nouveau_vm_put(&node->tmp_vma); - } -+ - mem->mm_node = NULL; -+ kfree(node); - } - - static int --- -cgit v0.8.3-6-g21f6 diff --git a/source/base/kernel/fix-i915.patch b/source/base/kernel/fix-i915.patch new file mode 100644 index 0000000..3b63136 --- /dev/null +++ b/source/base/kernel/fix-i915.patch @@ -0,0 +1,26 @@ +Signed-off-by: Zhao Yakui +Tested-by: Santi +--- + drivers/gpu/drm/i915/intel_tv.c | 9 +++++++++ + 1 files changed, 9 insertions(+), 0 deletions(-) + +diff --git a/drivers/gpu/drm/i915/intel_tv.c b/drivers/gpu/drm/i915/intel_tv.c +index dc83b7a..c8f67bf 100644 +--- a/drivers/gpu/drm/i915/intel_tv.c ++++ b/drivers/gpu/drm/i915/intel_tv.c +@@ -1267,6 +1267,15 @@ + DAC_B_0_7_V | + DAC_C_0_7_V); + ++ /* ++ * The TV sense state should be cleared to zero on cantiga platform. Otherwise ++ * the TV is misdetected. This is hardware requirement. ++ */ ++ if (IS_GM45(dev)) ++ tv_dac &= ~(TVDAC_STATE_CHG_EN | TVDAC_A_SENSE_CTL | ++ TVDAC_B_SENSE_CTL | TVDAC_C_SENSE_CTL); ++ ++ + I915_WRITE(TV_CTL, tv_ctl); + I915_WRITE(TV_DAC, tv_dac); + POSTING_READ(TV_DAC); From hermier at frugalware.org Sun Aug 14 11:22:15 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sun, 14 Aug 2011 11:22:15 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: mesa-7.10.3-4-i686 Message-ID: <20110814092215.375B71358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=8080fdeb06aa3b51324d31a80bdbd8e810eb25d9 commit 8080fdeb06aa3b51324d31a80bdbd8e810eb25d9 Author: Michel Hermier Date: Sun Aug 14 11:19:33 2011 +0200 mesa-7.10.3-4-i686 * Little of maintenance. * Introduce USE_EGL. * New khr-headers, it is used for 3 subpackages so it's more easy this way even if it conains a single file for now. diff --git a/source/x11/mesa/FrugalBuild b/source/x11/mesa/FrugalBuild index 553d117..a093d0a 100644 --- a/source/x11/mesa/FrugalBuild +++ b/source/x11/mesa/FrugalBuild @@ -3,13 +3,14 @@ # Contributor: crazy USE_DEVEL=${USE_DEVEL:-"n"} +USE_EGL=${USE_EGL:-"y"} USE_GALLIUM=${USE_GALLIUM:-"y"} pkgname=mesa origname=Mesa _F_archive_name="MesaLib" pkgver=7.10.3 -pkgrel=3 +pkgrel=4 pkgdesc="Mesa is a 3D graphics library" url="http://mesa3d.sourceforge.net/" up2date="Flasttar ftp://ftp.freedesktop.org/pub/$pkgname/current/" @@ -23,7 +24,7 @@ rodepends=('libgl' 'libglu' 'libglw') archs=('i686' 'x86_64' 'ppc' 'arm') groups=('x11' 'xorg-core' 'xorg-libs') -if Fuse $USE_DEVEL; then +if Fuse DEVEL; then unset source sha1sums pkgver=$pkgver.1.g6e00627 pkgrel=0 @@ -57,17 +58,7 @@ subconflicts=('fglrx nvidia' 'nvidia') subdepends=('libdrm>=2.4.20 libxcb>=1.3 libxdamage>=1.1.1-3 libxi libxmu libxxf86vm>=1.0.2' 'dri2proto>=2.0 glproto>=1.4.9') subrodepends=("libdri libgl-headers-mesa>=$pkgver-$pkgrel libglx" '') subgroups=('x11' 'x11') -subarchs=('i686 x86_64 ppc arm' 'i686 x86_64 ppc arm') - -subpkgs=("${subpkgs[@]}" 'libegl') -subdescs=("${subdescs[@]}" 'Mesa OpenEGL library.') -subprovides=("${subprovides[@]}" 'libegl-mesa') -subreplaces=("${subreplaces[@]}" '') -subconflicts=("${subconflicts[@]}" '') -subdepends=("${subdepends[@]}" '') -subrodepends=("${subrodepends[@]}" 'libgl') -subgroups=("${subgroups[@]}" 'x11') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc arm') +subarchs=("${archs[*]}" "${archs[*]}") subpkgs=("${subpkgs[@]}" 'libgles') subdescs=("${subdescs[@]}" 'Mesa OpenGL ES1/ES2 libraries.') @@ -75,9 +66,9 @@ subprovides=("${subprovides[@]}" 'libgles-mesa') subreplaces=("${subreplaces[@]}" '') subconflicts=("${subconflicts[@]}" '') subdepends=("${subdepends[@]}" '') -subrodepends=("${subrodepends[@]}" '') +subrodepends=("${subrodepends[@]}" 'khr-headers') subgroups=("${subgroups[@]}" 'x11') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc arm') +subarchs=("${subarchs[@]}" "${archs[*]}") subpkgs=("${subpkgs[@]}" 'libglu') subdescs=("${subdescs[@]}" 'Mesa OpenGL Utility library.') @@ -87,27 +78,49 @@ subconflicts=("${subconflicts[@]}" '') subdepends=("${subdepends[@]}" '') subrodepends=("${subrodepends[@]}" 'libgl') subgroups=("${subgroups[@]}" 'x11') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc arm') +subarchs=("${subarchs[@]}" "${archs[*]}") -subpkgs=("${subpkgs[@]}" 'libvg') -subdescs=("${subdescs[@]}" 'Mesa OpenVG library.') -subprovides=("${subprovides[@]}" 'libvg-mesa') +subpkgs=("${subpkgs[@]}" 'libglw') +subdescs=("${subdescs[@]}" 'Mesa Xt/Motif OpenGL drawing area widget library.') +subprovides=("${subprovides[@]}" 'libglw-mesa') subreplaces=("${subreplaces[@]}" '') subconflicts=("${subconflicts[@]}" '') subdepends=("${subdepends[@]}" '') subrodepends=("${subrodepends[@]}" 'libgl') subgroups=("${subgroups[@]}" 'x11') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc arm') +subarchs=("${subarchs[@]}" "${archs[*]}") -subpkgs=("${subpkgs[@]}" 'libglw') -subdescs=("${subdescs[@]}" 'Mesa Xt/Motif OpenGL drawing area widget library.') +subpkgs=("${subpkgs[@]}" 'khr-headers') +subdescs=("${subdescs[@]}" 'Khronos generic header.') subprovides=("${subprovides[@]}" 'libglw-mesa') subreplaces=("${subreplaces[@]}" '') subconflicts=("${subconflicts[@]}" '') subdepends=("${subdepends[@]}" '') -subrodepends=("${subrodepends[@]}" 'libgl') +subrodepends=("${subrodepends[@]}" '') subgroups=("${subgroups[@]}" 'x11') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc arm') +subarchs=("${subarchs[@]}" "${archs[*]}") + +if Fuse EGL; then + subpkgs=("${subpkgs[@]}" 'libegl') + subdescs=("${subdescs[@]}" 'Mesa OpenEGL library.') + subprovides=("${subprovides[@]}" 'libegl-mesa') + subreplaces=("${subreplaces[@]}" '') + subconflicts=("${subconflicts[@]}" '') + subdepends=("${subdepends[@]}" '') + subrodepends=("${subrodepends[@]}" 'libgl khr-headers') + subgroups=("${subgroups[@]}" 'x11') + subarchs=("${subarchs[@]}" "${archs[*]}") + + subpkgs=("${subpkgs[@]}" 'libvg') + subdescs=("${subdescs[@]}" 'Mesa OpenVG library.') + subprovides=("${subprovides[@]}" 'libvg-mesa') + subreplaces=("${subreplaces[@]}" '') + subconflicts=("${subconflicts[@]}" '') + subdepends=("${subdepends[@]}" '') + subrodepends=("${subrodepends[@]}" 'libgl khr-headers') + subgroups=("${subgroups[@]}" 'x11') + subarchs=("${subarchs[@]}" "${archs[*]}") +fi # NOTE: If you bump version (major or minor) you need to review the symlinking at the end of this # file !!!! On minor bump last number will be changed. @@ -115,7 +128,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc arm') # Check: src/mesa/main/version.h for mesa proper version need for symlink. build() { - if Fuse $USE_DEVEL; then + if Fuse DEVEL; then Funpack_scm ./autogen.sh fi @@ -128,19 +141,29 @@ build() { Fsed "savage sis tdfx" "savage tdfx" configure* fi - if Fuse $USE_GALLIUM; then - Fconfopts="$Fconfopts --disable-gallium-llvm --enable-gallium-nouveau --enable-gallium-radeon \ - --enable-gallium-r600 --enable-openvg --with-state-trackers=dri,egl,glx,vega" + if Fuse EGL; then + EGL_PLATFORMS="drm,x11" + Fconfopts="$Fconfopts --with-egl-platforms=$EGL_PLATFORMS" + Fconfopts="$Fconfopts --enable-egl" + Fconfopts="$Fconfopts --enable-openvg" + else + Fconfopts="$Fconfopts --disable-egl" + Fconfopts="$Fconfopts --disable-openvg" + fi + + if Fuse GALLIUM; then + Fconfopts="$Fconfopts --disable-gallium-llvm" + Fconfopts="$Fconfopts --enable-gallium-nouveau" + Fconfopts="$Fconfopts --enable-gallium-radeon --enable-gallium-r600" + Fconfopts="$Fconfopts --with-state-trackers=dri,egl,glx,vega" else - Fconfopts="$Fconfopts --disable-gallium --disable-openvg" + Fconfopts="$Fconfopts --disable-gallium" fi Fconf --with-driver=dri \ --with-dri-driverdir=/usr/lib/dri \ --with-dri-drivers=yes \ - --with-egl-platforms=drm,x11 \ --disable-glut \ - --enable-egl \ --enable-gles1 \ --enable-gles2 \ --enable-glx-tls \ @@ -184,13 +207,7 @@ build() { Fsplit libgl-headers-mesa usr/include/GL/{gl.h,glext.h,glx.h,glxext.h} Fsplit libgl-headers-mesa usr/include/GL/internal - Fsplit libegl usr/include/EGL/ - Fsplit libegl usr/lib/libEGL.* - Fsplit libegl usr/lib/egl/ - Fsplit libegl usr/lib/pkgconfig/egl.pc - Fsplit libgles usr/include/GLES*/ - Fsplit libgles usr/include/KHR/ Fsplit libgles usr/lib/libGLES* Fsplit libgles usr/lib/pkgconfig/gles*.pc @@ -198,17 +215,26 @@ build() { Fsplit libglu usr/lib/libGLU.* Fsplit libglu usr/lib/pkgconfig/glu.pc - Fsplit libvg usr/include/VG/ - Fsplit libvg usr/lib/libOpenVG.* - Fsplit libvg usr/lib/pkgconfig/vg.pc - Fsplit libglw usr/include/GL/GLw* Fsplit libglw usr/lib/libGLw.* Fsplit libglw usr/lib/pkgconfig/glw.pc + Fsplit khr-headers usr/include/KHR/ + # Fsplit xf86-video-gles usr/include/xorg/ # Fsplit xf86-video-gles usr/lib/xorg/modules/drivers/ + if Fuse EGL; then + Fsplit libegl usr/include/EGL/ + Fsplit libegl usr/lib/libEGL.* + Fsplit libegl usr/lib/egl/ + Fsplit libegl usr/lib/pkgconfig/egl.pc + + Fsplit libvg usr/include/VG/ + Fsplit libvg usr/lib/libOpenVG.* + Fsplit libvg usr/lib/pkgconfig/vg.pc + fi + Frm var } From hermier at frugalware.org Sun Aug 14 11:36:01 2011 From: hermier at frugalware.org (Michel Hermier) Date: Sun, 14 Aug 2011 11:36:01 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: cairo-1.10.2-8-i686 Message-ID: <20110814093601.01D9C1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=48e9d3e670c542ed0f3034742be3c9bc2cbeba86 commit 48e9d3e670c542ed0f3034742be3c9bc2cbeba86 Author: Michel Hermier Date: Sun Aug 14 11:34:43 2011 +0200 cairo-1.10.2-8-i686 * Enable egl backend. diff --git a/source/xlib/cairo/FrugalBuild b/source/xlib/cairo/FrugalBuild index 95561b5..f2e859b 100644 --- a/source/xlib/cairo/FrugalBuild +++ b/source/xlib/cairo/FrugalBuild @@ -3,10 +3,10 @@ pkgname=cairo pkgver=1.10.2 -pkgrel=7 +pkgrel=8 pkgdesc="A vector graphics library with cross-device output support" url="http://cairographics.org" -depends=('libgl' 'libxrender>=0.9.4-3' 'fontconfig' 'libpng>=1.4.1' 'libxcb>=1.3' 'libx11>=1.2.1' \ +depends=('libegl' 'libgl' 'libxrender>=0.9.4-3' 'fontconfig' 'libpng>=1.4.1' 'libxcb>=1.3' 'libx11>=1.2.1' \ 'xcb-util>=0.3.8' 'pixman>=0.15.8' 'freetype2>=2.3.8-2' 'libxml2>=2.7.8') makedepends=('gtk-doc>=1.10' 'poppler-glib>=0.14.3' 'librsvg>=2.26.0-2') rodepends=('glitz') @@ -16,7 +16,7 @@ up2date="lynx -dump 'http://cairographics.org/releases/?C=D;O=A'|grep -m1 '/LATE source=($url/releases/$pkgname-$pkgver.tar.gz \ $pkgname-respect-fontconfig.patch) options=('scriptlet') -Fconfopts="$Fconfopts --enable-gl --enable-gtk-doc --enable-pdf --enable-ps --enable-xcb --enable-tee" +Fconfopts="$Fconfopts --enable-egl --enable-gl --enable-gtk-doc --enable-pdf --enable-ps --enable-xcb --enable-tee" sha1sums=('ccce5ae03f99c505db97c286a0c9a90a926d3c6e' \ '76fdca5bf0a803a37869f725adbedd9f0691671d') From ryuo at frugalware.org Sun Aug 14 12:53:28 2011 From: ryuo at frugalware.org (James Buren) Date: Sun, 14 Aug 2011 12:53:28 +0200 (CEST) Subject: [Frugalware-git] kernel30: kernel-3.0-1-i686 * update x86_64 config (first draft) Message-ID: <20110814105328.D7AD31358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=53244af471ae0838916cf8e7a52ee18914c6564b commit 53244af471ae0838916cf8e7a52ee18914c6564b Author: James Buren Date: Wed Aug 10 15:06:03 2011 -0500 kernel-3.0-1-i686 * update x86_64 config (first draft) diff --git a/source/base/kernel/config.x86_64 b/source/base/kernel/config.x86_64 index fa5a79d..5e72621 100644 --- a/source/base/kernel/config.x86_64 +++ b/source/base/kernel/config.x86_64 @@ -82,7 +82,7 @@ CONFIG_POSIX_MQUEUE=y CONFIG_POSIX_MQUEUE_SYSCTL=y CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set -# CONFIG_FHANDLE is not set +CONFIG_FHANDLE=y CONFIG_TASKSTATS=y CONFIG_TASK_DELAY_ACCT=y CONFIG_TASK_XACCT=y @@ -127,12 +127,14 @@ CONFIG_PROC_PID_CPUSET=y CONFIG_CGROUP_CPUACCT=y CONFIG_RESOURCE_COUNTERS=y CONFIG_CGROUP_MEM_RES_CTLR=y -# CONFIG_CGROUP_MEM_RES_CTLR_SWAP is not set -# CONFIG_CGROUP_PERF is not set +CONFIG_CGROUP_MEM_RES_CTLR_SWAP=y +CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED=y +CONFIG_CGROUP_PERF=y CONFIG_CGROUP_SCHED=y CONFIG_FAIR_GROUP_SCHED=y CONFIG_RT_GROUP_SCHED=y -# CONFIG_BLK_CGROUP is not set +CONFIG_BLK_CGROUP=y +# CONFIG_DEBUG_BLK_CGROUP is not set CONFIG_NAMESPACES=y CONFIG_UTS_NS=y CONFIG_IPC_NS=y @@ -189,7 +191,7 @@ CONFIG_SLUB=y CONFIG_PROFILING=y CONFIG_TRACEPOINTS=y CONFIG_OPROFILE=m -# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set +CONFIG_OPROFILE_EVENT_MULTIPLEX=y CONFIG_HAVE_OPROFILE=y # CONFIG_KPROBES is not set # CONFIG_JUMP_LABEL is not set @@ -228,6 +230,7 @@ CONFIG_STOP_MACHINE=y CONFIG_BLOCK=y CONFIG_BLK_DEV_BSG=y CONFIG_BLK_DEV_INTEGRITY=y +CONFIG_BLK_DEV_THROTTLING=y CONFIG_BLOCK_COMPAT=y # @@ -236,6 +239,7 @@ CONFIG_BLOCK_COMPAT=y CONFIG_IOSCHED_NOOP=y CONFIG_IOSCHED_DEADLINE=y CONFIG_IOSCHED_CFQ=y +CONFIG_CFQ_GROUP_IOSCHED=y # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_NOOP is not set @@ -284,12 +288,19 @@ CONFIG_SMP=y CONFIG_X86_X2APIC=y CONFIG_X86_MPPARSE=y CONFIG_X86_EXTENDED_PLATFORM=y -# CONFIG_X86_VSMP is not set +CONFIG_X86_VSMP=y +CONFIG_X86_UV=y CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y CONFIG_SCHED_OMIT_FRAME_POINTER=y CONFIG_PARAVIRT_GUEST=y -# CONFIG_XEN is not set -# CONFIG_XEN_PRIVILEGED_GUEST is not set +CONFIG_XEN=y +CONFIG_XEN_DOM0=y +CONFIG_XEN_PRIVILEGED_GUEST=y +CONFIG_XEN_PVHVM=y +CONFIG_XEN_MAX_DOMAIN_MEMORY=128 +CONFIG_XEN_SAVE_RESTORE=y +# CONFIG_XEN_DEBUG_FS is not set +# CONFIG_XEN_DEBUG is not set CONFIG_KVM_CLOCK=y CONFIG_KVM_GUEST=y CONFIG_PARAVIRT=y @@ -303,7 +314,7 @@ CONFIG_MEMTEST=y # CONFIG_MCORE2 is not set # CONFIG_MATOM is not set CONFIG_GENERIC_CPU=y -CONFIG_X86_INTERNODE_CACHE_SHIFT=6 +CONFIG_X86_INTERNODE_CACHE_SHIFT=12 CONFIG_X86_CMPXCHG=y CONFIG_CMPXCHG_LOCAL=y CONFIG_X86_L1_CACHE_SHIFT=6 @@ -321,7 +332,8 @@ CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y CONFIG_DMI=y CONFIG_GART_IOMMU=y -# CONFIG_CALGARY_IOMMU is not set +CONFIG_CALGARY_IOMMU=y +CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y CONFIG_AMD_IOMMU=y # CONFIG_AMD_IOMMU_STATS is not set CONFIG_SWIOTLB=y @@ -354,7 +366,12 @@ CONFIG_X86_CPUID=m CONFIG_ARCH_PHYS_ADDR_T_64BIT=y CONFIG_ARCH_DMA_ADDR_T_64BIT=y CONFIG_DIRECT_GBPAGES=y -# CONFIG_NUMA is not set +CONFIG_NUMA=y +CONFIG_AMD_NUMA=y +CONFIG_X86_64_ACPI_NUMA=y +CONFIG_NODES_SPAN_OTHER_NODES=y +# CONFIG_NUMA_EMU is not set +CONFIG_NODES_SHIFT=6 CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SPARSEMEM_DEFAULT=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y @@ -364,6 +381,7 @@ CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 CONFIG_SELECT_MEMORY_MODEL=y CONFIG_SPARSEMEM_MANUAL=y CONFIG_SPARSEMEM=y +CONFIG_NEED_MULTIPLE_NODES=y CONFIG_HAVE_MEMORY_PRESENT=y CONFIG_SPARSEMEM_EXTREME=y CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y @@ -390,7 +408,7 @@ CONFIG_HWPOISON_INJECT=m CONFIG_TRANSPARENT_HUGEPAGE=y CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y # CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set -# CONFIG_CLEANCACHE is not set +CONFIG_CLEANCACHE=y CONFIG_X86_CHECK_BIOS_CORRUPTION=y CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y CONFIG_X86_RESERVE_LOW=64 @@ -420,6 +438,7 @@ CONFIG_HOTPLUG_CPU=y # CONFIG_CMDLINE_BOOL is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y +CONFIG_USE_PERCPU_NUMA_NODE_ID=y # # Power management and ACPI options @@ -432,7 +451,7 @@ CONFIG_HIBERNATION=y CONFIG_PM_STD_PARTITION="" CONFIG_PM_SLEEP=y CONFIG_PM_SLEEP_SMP=y -# CONFIG_PM_RUNTIME is not set +CONFIG_PM_RUNTIME=y CONFIG_PM=y # CONFIG_PM_DEBUG is not set CONFIG_ACPI=y @@ -452,6 +471,7 @@ CONFIG_ACPI_IPMI=m CONFIG_ACPI_HOTPLUG_CPU=y CONFIG_ACPI_PROCESSOR_AGGREGATOR=m CONFIG_ACPI_THERMAL=m +CONFIG_ACPI_NUMA=y # CONFIG_ACPI_CUSTOM_DSDT is not set CONFIG_ACPI_BLACKLIST_YEAR=0 # CONFIG_ACPI_DEBUG is not set @@ -460,9 +480,13 @@ CONFIG_X86_PM_TIMER=y CONFIG_ACPI_CONTAINER=m CONFIG_ACPI_HOTPLUG_MEMORY=m CONFIG_ACPI_SBS=m -# CONFIG_ACPI_HED is not set +CONFIG_ACPI_HED=m # CONFIG_ACPI_CUSTOM_METHOD is not set -# CONFIG_ACPI_APEI is not set +CONFIG_ACPI_APEI=y +CONFIG_ACPI_APEI_GHES=m +CONFIG_ACPI_APEI_PCIEAER=y +CONFIG_ACPI_APEI_EINJ=m +CONFIG_ACPI_APEI_ERST_DEBUG=m CONFIG_SFI=y # @@ -488,7 +512,7 @@ CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m CONFIG_X86_PCC_CPUFREQ=m CONFIG_X86_ACPI_CPUFREQ=m CONFIG_X86_POWERNOW_K8=m -CONFIG_X86_SPEEDSTEP_CENTRINO=m +# CONFIG_X86_SPEEDSTEP_CENTRINO is not set CONFIG_X86_P4_CLOCKMOD=m # @@ -498,7 +522,7 @@ CONFIG_X86_SPEEDSTEP_LIB=m CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_CPU_IDLE_GOV_MENU=y -# CONFIG_INTEL_IDLE is not set +CONFIG_INTEL_IDLE=y # # Memory power savings @@ -512,6 +536,7 @@ CONFIG_I7300_IDLE=m CONFIG_PCI=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y +CONFIG_PCI_XEN=y CONFIG_PCI_DOMAINS=y # CONFIG_PCI_CNB20LE_QUIRK is not set CONFIG_DMAR=y @@ -525,18 +550,20 @@ CONFIG_PCIE_ECRC=y CONFIG_PCIEAER_INJECT=m CONFIG_PCIEASPM=y # CONFIG_PCIEASPM_DEBUG is not set +CONFIG_PCIE_PME=y CONFIG_ARCH_SUPPORTS_MSI=y CONFIG_PCI_MSI=y # CONFIG_PCI_DEBUG is not set CONFIG_PCI_STUB=m +CONFIG_XEN_PCIDEV_FRONTEND=y CONFIG_HT_IRQ=y CONFIG_PCI_IOV=y CONFIG_PCI_IOAPIC=y CONFIG_PCI_LABEL=y CONFIG_ISA_DMA_API=y CONFIG_AMD_NB=y -CONFIG_PCCARD=y -CONFIG_PCMCIA=y +CONFIG_PCCARD=m +CONFIG_PCMCIA=m CONFIG_PCMCIA_LOAD_CIS=y CONFIG_CARDBUS=y @@ -552,7 +579,7 @@ CONFIG_YENTA_TOSHIBA=y CONFIG_PD6729=m CONFIG_I82092=m CONFIG_PCCARD_NONSTATIC=y -CONFIG_HOTPLUG_PCI=y +CONFIG_HOTPLUG_PCI=m CONFIG_HOTPLUG_PCI_FAKE=m CONFIG_HOTPLUG_PCI_ACPI=m CONFIG_HOTPLUG_PCI_ACPI_IBM=m @@ -560,7 +587,15 @@ CONFIG_HOTPLUG_PCI_CPCI=y CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m CONFIG_HOTPLUG_PCI_SHPC=m -# CONFIG_RAPIDIO is not set +CONFIG_RAPIDIO=y +CONFIG_RAPIDIO_DISC_TIMEOUT=30 +CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS=y +CONFIG_RAPIDIO_TSI57X=y +CONFIG_RAPIDIO_CPS_XX=y +CONFIG_RAPIDIO_TSI568=y +CONFIG_RAPIDIO_CPS_GEN2=y +CONFIG_RAPIDIO_TSI500=y +# CONFIG_RAPIDIO_DEBUG is not set # # Executable file formats / Emulations @@ -587,16 +622,16 @@ CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_XFRM=y CONFIG_XFRM_USER=y -# CONFIG_XFRM_SUB_POLICY is not set -# CONFIG_XFRM_MIGRATE is not set -# CONFIG_XFRM_STATISTICS is not set +CONFIG_XFRM_SUB_POLICY=y +CONFIG_XFRM_MIGRATE=y +CONFIG_XFRM_STATISTICS=y CONFIG_XFRM_IPCOMP=m CONFIG_NET_KEY=m -# CONFIG_NET_KEY_MIGRATE is not set +CONFIG_NET_KEY_MIGRATE=y CONFIG_INET=y CONFIG_IP_MULTICAST=y CONFIG_IP_ADVANCED_ROUTER=y -# CONFIG_IP_FIB_TRIE_STATS is not set +CONFIG_IP_FIB_TRIE_STATS=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_VERBOSE=y @@ -606,9 +641,11 @@ CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y CONFIG_IP_PNP_RARP=y CONFIG_NET_IPIP=m -# CONFIG_NET_IPGRE_DEMUX is not set +CONFIG_NET_IPGRE_DEMUX=m +CONFIG_NET_IPGRE=m +CONFIG_NET_IPGRE_BROADCAST=y CONFIG_IP_MROUTE=y -# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IP_MROUTE_MULTIPLE_TABLES=y CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y CONFIG_ARPD=y @@ -625,7 +662,7 @@ CONFIG_INET_LRO=y CONFIG_INET_DIAG=y CONFIG_INET_TCP_DIAG=y CONFIG_TCP_CONG_ADVANCED=y -CONFIG_TCP_CONG_BIC=y +CONFIG_TCP_CONG_BIC=m CONFIG_TCP_CONG_CUBIC=m CONFIG_TCP_CONG_WESTWOOD=m CONFIG_TCP_CONG_HTCP=m @@ -633,14 +670,13 @@ CONFIG_TCP_CONG_HSTCP=m CONFIG_TCP_CONG_HYBLA=m CONFIG_TCP_CONG_VEGAS=m CONFIG_TCP_CONG_SCALABLE=m -# CONFIG_TCP_CONG_LP is not set -# CONFIG_TCP_CONG_VENO is not set +CONFIG_TCP_CONG_LP=m +CONFIG_TCP_CONG_VENO=m CONFIG_TCP_CONG_YEAH=m CONFIG_TCP_CONG_ILLINOIS=m -CONFIG_DEFAULT_BIC=y -# CONFIG_DEFAULT_RENO is not set -CONFIG_DEFAULT_TCP_CONG="bic" -# CONFIG_TCP_MD5SIG is not set +CONFIG_DEFAULT_RENO=y +CONFIG_DEFAULT_TCP_CONG="reno" +CONFIG_TCP_MD5SIG=y CONFIG_IPV6=m CONFIG_IPV6_PRIVACY=y CONFIG_IPV6_ROUTER_PREF=y @@ -663,7 +699,7 @@ CONFIG_IPV6_TUNNEL=m CONFIG_IPV6_MULTIPLE_TABLES=y CONFIG_IPV6_SUBTREES=y CONFIG_IPV6_MROUTE=y -# CONFIG_IPV6_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y CONFIG_IPV6_PIMSM_V2=y CONFIG_NETLABEL=y CONFIG_NETWORK_SECMARK=y @@ -695,7 +731,7 @@ CONFIG_NF_CONNTRACK_H323=m CONFIG_NF_CONNTRACK_IRC=m CONFIG_NF_CONNTRACK_BROADCAST=m CONFIG_NF_CONNTRACK_NETBIOS_NS=m -# CONFIG_NF_CONNTRACK_SNMP is not set +CONFIG_NF_CONNTRACK_SNMP=m CONFIG_NF_CONNTRACK_PPTP=m CONFIG_NF_CONNTRACK_SANE=m CONFIG_NF_CONNTRACK_SIP=m @@ -709,25 +745,26 @@ CONFIG_NETFILTER_XTABLES=m # CONFIG_NETFILTER_XT_MARK=m CONFIG_NETFILTER_XT_CONNMARK=m +CONFIG_NETFILTER_XT_SET=m # # Xtables targets # -# CONFIG_NETFILTER_XT_TARGET_AUDIT is not set -# CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set +CONFIG_NETFILTER_XT_TARGET_AUDIT=m +CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m CONFIG_NETFILTER_XT_TARGET_CONNMARK=m CONFIG_NETFILTER_XT_TARGET_CT=m CONFIG_NETFILTER_XT_TARGET_DSCP=m CONFIG_NETFILTER_XT_TARGET_HL=m -# CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set -# CONFIG_NETFILTER_XT_TARGET_LED is not set +CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m +CONFIG_NETFILTER_XT_TARGET_LED=m CONFIG_NETFILTER_XT_TARGET_MARK=m CONFIG_NETFILTER_XT_TARGET_NFLOG=m CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m CONFIG_NETFILTER_XT_TARGET_NOTRACK=m CONFIG_NETFILTER_XT_TARGET_RATEEST=m -# CONFIG_NETFILTER_XT_TARGET_TEE is not set +CONFIG_NETFILTER_XT_TARGET_TEE=m CONFIG_NETFILTER_XT_TARGET_TPROXY=m CONFIG_NETFILTER_XT_TARGET_TRACE=m CONFIG_NETFILTER_XT_TARGET_SECMARK=m @@ -737,22 +774,23 @@ CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m # # Xtables matches # -# CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set -# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m +CONFIG_NETFILTER_XT_MATCH_CLUSTER=m CONFIG_NETFILTER_XT_MATCH_COMMENT=m CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m CONFIG_NETFILTER_XT_MATCH_CONNMARK=m CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m -# CONFIG_NETFILTER_XT_MATCH_CPU is not set +CONFIG_NETFILTER_XT_MATCH_CPU=m CONFIG_NETFILTER_XT_MATCH_DCCP=m -# CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set +CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m CONFIG_NETFILTER_XT_MATCH_DSCP=m CONFIG_NETFILTER_XT_MATCH_ESP=m CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m CONFIG_NETFILTER_XT_MATCH_HELPER=m CONFIG_NETFILTER_XT_MATCH_HL=m CONFIG_NETFILTER_XT_MATCH_IPRANGE=m +# CONFIG_NETFILTER_XT_MATCH_IPVS is not set CONFIG_NETFILTER_XT_MATCH_LENGTH=m CONFIG_NETFILTER_XT_MATCH_LIMIT=m CONFIG_NETFILTER_XT_MATCH_MAC=m @@ -775,8 +813,53 @@ CONFIG_NETFILTER_XT_MATCH_STRING=m CONFIG_NETFILTER_XT_MATCH_TCPMSS=m CONFIG_NETFILTER_XT_MATCH_TIME=m CONFIG_NETFILTER_XT_MATCH_U32=m -# CONFIG_IP_SET is not set -# CONFIG_IP_VS is not set +CONFIG_IP_SET=m +CONFIG_IP_SET_MAX=256 +CONFIG_IP_SET_BITMAP_IP=m +CONFIG_IP_SET_BITMAP_IPMAC=m +CONFIG_IP_SET_BITMAP_PORT=m +CONFIG_IP_SET_HASH_IP=m +CONFIG_IP_SET_HASH_IPPORT=m +CONFIG_IP_SET_HASH_IPPORTIP=m +CONFIG_IP_SET_HASH_IPPORTNET=m +CONFIG_IP_SET_HASH_NET=m +CONFIG_IP_SET_HASH_NETPORT=m +CONFIG_IP_SET_LIST_SET=m +CONFIG_IP_VS=m +CONFIG_IP_VS_IPV6=y +# CONFIG_IP_VS_DEBUG is not set +CONFIG_IP_VS_TAB_BITS=12 + +# +# IPVS transport protocol load balancing support +# +CONFIG_IP_VS_PROTO_TCP=y +CONFIG_IP_VS_PROTO_UDP=y +CONFIG_IP_VS_PROTO_AH_ESP=y +CONFIG_IP_VS_PROTO_ESP=y +CONFIG_IP_VS_PROTO_AH=y +CONFIG_IP_VS_PROTO_SCTP=y + +# +# IPVS scheduler +# +CONFIG_IP_VS_RR=m +CONFIG_IP_VS_WRR=m +CONFIG_IP_VS_LC=m +CONFIG_IP_VS_WLC=m +CONFIG_IP_VS_LBLC=m +CONFIG_IP_VS_LBLCR=m +CONFIG_IP_VS_DH=m +CONFIG_IP_VS_SH=m +CONFIG_IP_VS_SED=m +CONFIG_IP_VS_NQ=m + +# +# IPVS application helper +# +CONFIG_IP_VS_FTP=m +CONFIG_IP_VS_NFCT=y +CONFIG_IP_VS_PE_SIP=m # # IP: Netfilter Configuration @@ -798,6 +881,7 @@ CONFIG_NF_NAT_NEEDED=y CONFIG_IP_NF_TARGET_MASQUERADE=m CONFIG_IP_NF_TARGET_NETMAP=m CONFIG_IP_NF_TARGET_REDIRECT=m +CONFIG_NF_NAT_SNMP_BASIC=m CONFIG_NF_NAT_PROTO_DCCP=m CONFIG_NF_NAT_PROTO_GRE=m CONFIG_NF_NAT_PROTO_UDPLITE=m @@ -889,7 +973,10 @@ CONFIG_IP_SCTP=m # CONFIG_SCTP_HMAC_NONE is not set # CONFIG_SCTP_HMAC_SHA1 is not set CONFIG_SCTP_HMAC_MD5=y -# CONFIG_RDS is not set +CONFIG_RDS=m +CONFIG_RDS_RDMA=m +CONFIG_RDS_TCP=m +# CONFIG_RDS_DEBUG is not set CONFIG_TIPC=m # CONFIG_TIPC_ADVANCED is not set # CONFIG_TIPC_DEBUG is not set @@ -900,16 +987,29 @@ CONFIG_ATM_LANE=m CONFIG_ATM_MPOA=m CONFIG_ATM_BR2684=m # CONFIG_ATM_BR2684_IPFILTER is not set -# CONFIG_L2TP is not set +CONFIG_L2TP=m +# CONFIG_L2TP_DEBUGFS is not set +CONFIG_L2TP_V3=y +CONFIG_L2TP_IP=m +CONFIG_L2TP_ETH=m CONFIG_STP=m +CONFIG_GARP=m CONFIG_BRIDGE=m CONFIG_BRIDGE_IGMP_SNOOPING=y -# CONFIG_NET_DSA is not set +CONFIG_NET_DSA=y +CONFIG_NET_DSA_TAG_DSA=y +CONFIG_NET_DSA_TAG_EDSA=y +CONFIG_NET_DSA_TAG_TRAILER=y +CONFIG_NET_DSA_MV88E6XXX=y +CONFIG_NET_DSA_MV88E6060=y +CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y +CONFIG_NET_DSA_MV88E6131=y +CONFIG_NET_DSA_MV88E6123_61_65=y CONFIG_VLAN_8021Q=m -# CONFIG_VLAN_8021Q_GVRP is not set +CONFIG_VLAN_8021Q_GVRP=y CONFIG_DECNET=m -# CONFIG_DECNET_ROUTER is not set -CONFIG_LLC=y +CONFIG_DECNET_ROUTER=y +CONFIG_LLC=m CONFIG_LLC2=m CONFIG_IPX=m CONFIG_IPX_INTERN=y @@ -938,7 +1038,7 @@ CONFIG_NET_SCH_ATM=m CONFIG_NET_SCH_PRIO=m CONFIG_NET_SCH_MULTIQ=m CONFIG_NET_SCH_RED=m -# CONFIG_NET_SCH_SFB is not set +CONFIG_NET_SCH_SFB=m CONFIG_NET_SCH_SFQ=m CONFIG_NET_SCH_TEQL=m CONFIG_NET_SCH_TBF=m @@ -946,9 +1046,9 @@ CONFIG_NET_SCH_GRED=m CONFIG_NET_SCH_DSMARK=m CONFIG_NET_SCH_NETEM=m CONFIG_NET_SCH_DRR=m -# CONFIG_NET_SCH_MQPRIO is not set -# CONFIG_NET_SCH_CHOKE is not set -# CONFIG_NET_SCH_QFQ is not set +CONFIG_NET_SCH_MQPRIO=m +CONFIG_NET_SCH_CHOKE=m +CONFIG_NET_SCH_QFQ=m CONFIG_NET_SCH_INGRESS=m # @@ -960,12 +1060,12 @@ CONFIG_NET_CLS_TCINDEX=m CONFIG_NET_CLS_ROUTE4=m CONFIG_NET_CLS_FW=m CONFIG_NET_CLS_U32=m -# CONFIG_CLS_U32_PERF is not set +CONFIG_CLS_U32_PERF=y CONFIG_CLS_U32_MARK=y CONFIG_NET_CLS_RSVP=m CONFIG_NET_CLS_RSVP6=m CONFIG_NET_CLS_FLOW=m -# CONFIG_NET_CLS_CGROUP is not set +CONFIG_NET_CLS_CGROUP=m CONFIG_NET_EMATCH=y CONFIG_NET_EMATCH_STACK=32 CONFIG_NET_EMATCH_CMP=m @@ -983,7 +1083,7 @@ CONFIG_NET_ACT_NAT=m CONFIG_NET_ACT_PEDIT=m # CONFIG_NET_ACT_SIMP is not set CONFIG_NET_ACT_SKBEDIT=m -# CONFIG_NET_ACT_CSUM is not set +CONFIG_NET_ACT_CSUM=m CONFIG_NET_CLS_IND=y CONFIG_NET_SCH_FIFO=y CONFIG_DCB=y @@ -1031,21 +1131,23 @@ CONFIG_CAN_BCM=m CONFIG_CAN_VCAN=m CONFIG_CAN_SLCAN=m CONFIG_CAN_DEV=m -# CONFIG_CAN_CALC_BITTIMING is not set +CONFIG_CAN_CALC_BITTIMING=y CONFIG_CAN_MCP251X=m -# CONFIG_PCH_CAN is not set +CONFIG_CAN_JANZ_ICAN3=m +CONFIG_PCH_CAN=m CONFIG_CAN_SJA1000=m CONFIG_CAN_SJA1000_PLATFORM=m CONFIG_CAN_EMS_PCI=m CONFIG_CAN_KVASER_PCI=m CONFIG_CAN_PLX_PCI=m -# CONFIG_CAN_C_CAN is not set +CONFIG_CAN_C_CAN=m +CONFIG_CAN_C_CAN_PLATFORM=m # # CAN USB interfaces # CONFIG_CAN_EMS_USB=m -# CONFIG_CAN_ESD_USB2 is not set +CONFIG_CAN_ESD_USB2=m CONFIG_CAN_SOFTING=m CONFIG_CAN_SOFTING_CS=m # CONFIG_CAN_DEBUG_DEVICES is not set @@ -1057,7 +1159,7 @@ CONFIG_IRDA=m CONFIG_IRLAN=m CONFIG_IRNET=m CONFIG_IRCOMM=m -# CONFIG_IRDA_ULTRA is not set +CONFIG_IRDA_ULTRA=y # # IrDA options @@ -1124,7 +1226,7 @@ CONFIG_BT_HCIBTSDIO=m CONFIG_BT_HCIUART=m CONFIG_BT_HCIUART_H4=y CONFIG_BT_HCIUART_BCSP=y -# CONFIG_BT_HCIUART_ATH3K is not set +CONFIG_BT_HCIUART_ATH3K=y CONFIG_BT_HCIUART_LL=y CONFIG_BT_HCIBCM203X=m CONFIG_BT_HCIBPA10X=m @@ -1137,6 +1239,7 @@ CONFIG_BT_HCIVHCI=m CONFIG_BT_MRVL=m CONFIG_BT_MRVL_SDIO=m CONFIG_BT_ATH3K=m +CONFIG_BT_WILINK=m CONFIG_AF_RXRPC=m # CONFIG_AF_RXRPC_DEBUG is not set CONFIG_RXKAD=m @@ -1148,7 +1251,7 @@ CONFIG_WEXT_PROC=y CONFIG_WEXT_SPY=y CONFIG_WEXT_PRIV=y CONFIG_CFG80211=m -# CONFIG_NL80211_TESTMODE is not set +CONFIG_NL80211_TESTMODE=y # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set CONFIG_CFG80211_REG_DEBUG=y CONFIG_CFG80211_DEFAULT_PS=y @@ -1167,7 +1270,7 @@ CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL_HT=y CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" -# CONFIG_MAC80211_MESH is not set +CONFIG_MAC80211_MESH=y CONFIG_MAC80211_LEDS=y # CONFIG_MAC80211_DEBUGFS is not set # CONFIG_MAC80211_DEBUG_MENU is not set @@ -1176,12 +1279,14 @@ CONFIG_WIMAX_DEBUG_LEVEL=8 CONFIG_RFKILL=m CONFIG_RFKILL_LEDS=y CONFIG_RFKILL_INPUT=y -# CONFIG_RFKILL_REGULATOR is not set +CONFIG_RFKILL_REGULATOR=m CONFIG_NET_9P=m CONFIG_NET_9P_VIRTIO=m CONFIG_NET_9P_RDMA=m # CONFIG_NET_9P_DEBUG is not set -# CONFIG_CAIF is not set +CONFIG_CAIF=m +# CONFIG_CAIF_DEBUG is not set +CONFIG_CAIF_NETDEV=m CONFIG_CEPH_LIB=m # CONFIG_CEPH_LIB_PRETTYDEBUG is not set @@ -1202,7 +1307,7 @@ CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" # CONFIG_DEBUG_DRIVER is not set # CONFIG_DEBUG_DEVRES is not set -# CONFIG_SYS_HYPERVISOR is not set +CONFIG_SYS_HYPERVISOR=y CONFIG_CONNECTOR=m CONFIG_MTD=m # CONFIG_MTD_DEBUG is not set @@ -1210,7 +1315,7 @@ CONFIG_MTD_TESTS=m CONFIG_MTD_REDBOOT_PARTS=m CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y -# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set +CONFIG_MTD_REDBOOT_PARTS_READONLY=y CONFIG_MTD_AR7_PARTS=m # @@ -1227,9 +1332,9 @@ CONFIG_NFTL_RW=y CONFIG_INFTL=m CONFIG_RFD_FTL=m CONFIG_SSFDC=m -# CONFIG_SM_FTL is not set +CONFIG_SM_FTL=m CONFIG_MTD_OOPS=m -# CONFIG_MTD_SWAP is not set +CONFIG_MTD_SWAP=m # # RAM/ROM/Flash chip drivers @@ -1277,11 +1382,12 @@ CONFIG_MTD_SCB2_FLASH=m CONFIG_MTD_NETtel=m CONFIG_MTD_L440GX=m CONFIG_MTD_PCI=m -# CONFIG_MTD_PCMCIA is not set -# CONFIG_MTD_GPIO_ADDR is not set +CONFIG_MTD_PCMCIA=m +# CONFIG_MTD_PCMCIA_ANONYMOUS is not set +CONFIG_MTD_GPIO_ADDR=m CONFIG_MTD_INTEL_VR_NOR=m CONFIG_MTD_PLATRAM=m -# CONFIG_MTD_LATCH_ADDR is not set +CONFIG_MTD_LATCH_ADDR=m # # Self-contained MTD device drivers @@ -1291,7 +1397,7 @@ CONFIG_MTD_PMC551_BUGFIX=y # CONFIG_MTD_PMC551_DEBUG is not set CONFIG_MTD_DATAFLASH=m CONFIG_MTD_DATAFLASH_WRITE_VERIFY=y -# CONFIG_MTD_DATAFLASH_OTP is not set +CONFIG_MTD_DATAFLASH_OTP=y CONFIG_MTD_M25P80=m CONFIG_M25PXX_USE_FAST_READ=y CONFIG_MTD_SST25L=m @@ -1319,11 +1425,12 @@ CONFIG_MTD_NAND_ECC_SMC=y CONFIG_MTD_NAND=m CONFIG_MTD_NAND_VERIFY_WRITE=y # CONFIG_MTD_NAND_ECC_BCH is not set -# CONFIG_MTD_SM_COMMON is not set +CONFIG_MTD_SM_COMMON=m CONFIG_MTD_NAND_MUSEUM_IDS=y -# CONFIG_MTD_NAND_DENALI is not set +CONFIG_MTD_NAND_DENALI=m +CONFIG_MTD_NAND_DENALI_SCRATCH_REG_ADDR=0xFF108018 CONFIG_MTD_NAND_IDS=m -# CONFIG_MTD_NAND_RICOH is not set +CONFIG_MTD_NAND_RICOH=m CONFIG_MTD_NAND_DISKONCHIP=m CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED=y CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0x0 @@ -1368,7 +1475,7 @@ CONFIG_PNP=y # CONFIG_PNPACPI=y CONFIG_BLK_DEV=y -CONFIG_BLK_DEV_FD=y +CONFIG_BLK_DEV_FD=m CONFIG_PARIDE=m # @@ -1409,49 +1516,55 @@ CONFIG_BLK_DEV_CRYPTOLOOP=m CONFIG_BLK_DEV_DRBD=m # CONFIG_DRBD_FAULT_INJECTION is not set CONFIG_BLK_DEV_NBD=m +# CONFIG_BLK_DEV_OSD is not set CONFIG_BLK_DEV_SX8=m # CONFIG_BLK_DEV_UB is not set CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=16384 -# CONFIG_BLK_DEV_XIP is not set +CONFIG_BLK_DEV_XIP=y CONFIG_CDROM_PKTCDVD=m CONFIG_CDROM_PKTCDVD_BUFFERS=8 CONFIG_CDROM_PKTCDVD_WCACHE=y CONFIG_ATA_OVER_ETH=m +CONFIG_XEN_BLKDEV_FRONTEND=y +# CONFIG_XEN_BLKDEV_BACKEND is not set CONFIG_VIRTIO_BLK=y # CONFIG_BLK_DEV_HD is not set -# CONFIG_BLK_DEV_RBD is not set +CONFIG_BLK_DEV_RBD=m CONFIG_SENSORS_LIS3LV02D=m CONFIG_MISC_DEVICES=y CONFIG_AD525X_DPOT=m -# CONFIG_AD525X_DPOT_I2C is not set -# CONFIG_AD525X_DPOT_SPI is not set +CONFIG_AD525X_DPOT_I2C=m +CONFIG_AD525X_DPOT_SPI=m CONFIG_IBM_ASM=m CONFIG_PHANTOM=m -# CONFIG_INTEL_MID_PTI is not set +CONFIG_INTEL_MID_PTI=m CONFIG_SGI_IOC4=m CONFIG_TIFM_CORE=m CONFIG_TIFM_7XX1=m CONFIG_ICS932S401=m CONFIG_ENCLOSURE_SERVICES=m +CONFIG_SGI_XP=m CONFIG_CS5535_MFGPT=m CONFIG_CS5535_MFGPT_DEFAULT_IRQ=7 CONFIG_CS5535_CLOCK_EVENT_SRC=m CONFIG_HP_ILO=m -# CONFIG_APDS9802ALS is not set -# CONFIG_ISL29003 is not set -# CONFIG_ISL29020 is not set +CONFIG_SGI_GRU=m +# CONFIG_SGI_GRU_DEBUG is not set +CONFIG_APDS9802ALS=m +CONFIG_ISL29003=m +CONFIG_ISL29020=m CONFIG_SENSORS_TSL2550=m -# CONFIG_SENSORS_BH1780 is not set -# CONFIG_SENSORS_BH1770 is not set -# CONFIG_SENSORS_APDS990X is not set -# CONFIG_HMC6352 is not set +CONFIG_SENSORS_BH1780=m +CONFIG_SENSORS_BH1770=m +CONFIG_SENSORS_APDS990X=m +CONFIG_HMC6352=m CONFIG_DS1682=m CONFIG_TI_DAC7512=m CONFIG_VMWARE_BALLOON=m -# CONFIG_BMP085 is not set -# CONFIG_PCH_PHUB is not set +CONFIG_BMP085=m +CONFIG_PCH_PHUB=m CONFIG_C2PORT=m CONFIG_C2PORT_DURAMAR_2150=m @@ -1473,7 +1586,7 @@ CONFIG_IWMC3200TOP=m # # Texas Instruments shared transport line discipline # -# CONFIG_TI_ST is not set +CONFIG_TI_ST=m CONFIG_SENSORS_LIS3_I2C=m CONFIG_HAVE_IDE=y CONFIG_IDE=y @@ -1489,10 +1602,10 @@ CONFIG_IDE_GD=y CONFIG_IDE_GD_ATA=y CONFIG_IDE_GD_ATAPI=y CONFIG_BLK_DEV_IDECS=m -CONFIG_BLK_DEV_DELKIN=m +CONFIG_BLK_DEV_DELKIN=y CONFIG_BLK_DEV_IDECD=y CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y -CONFIG_BLK_DEV_IDETAPE=m +CONFIG_BLK_DEV_IDETAPE=y CONFIG_BLK_DEV_IDEACPI=y CONFIG_IDE_TASK_IOCTL=y CONFIG_IDE_PROC_FS=y @@ -1500,11 +1613,11 @@ CONFIG_IDE_PROC_FS=y # # IDE chipset support/bugfixes # -CONFIG_IDE_GENERIC=m -# CONFIG_BLK_DEV_PLATFORM is not set +CONFIG_IDE_GENERIC=y +CONFIG_BLK_DEV_PLATFORM=y CONFIG_BLK_DEV_CMD640=y CONFIG_BLK_DEV_CMD640_ENHANCED=y -CONFIG_BLK_DEV_IDEPNP=m +CONFIG_BLK_DEV_IDEPNP=y CONFIG_BLK_DEV_IDEDMA_SFF=y # @@ -1513,7 +1626,7 @@ CONFIG_BLK_DEV_IDEDMA_SFF=y CONFIG_BLK_DEV_IDEPCI=y CONFIG_IDEPCI_PCIBUS_ORDER=y # CONFIG_BLK_DEV_OFFBOARD is not set -# CONFIG_BLK_DEV_GENERIC is not set +CONFIG_BLK_DEV_GENERIC=y CONFIG_BLK_DEV_OPTI621=y CONFIG_BLK_DEV_RZ1000=y CONFIG_BLK_DEV_IDEDMA_PCI=y @@ -1528,11 +1641,11 @@ CONFIG_BLK_DEV_CS5530=y CONFIG_BLK_DEV_HPT366=y CONFIG_BLK_DEV_JMICRON=y CONFIG_BLK_DEV_SC1200=y -# CONFIG_BLK_DEV_PIIX is not set -CONFIG_BLK_DEV_IT8172=m +CONFIG_BLK_DEV_PIIX=y +CONFIG_BLK_DEV_IT8172=y CONFIG_BLK_DEV_IT8213=y CONFIG_BLK_DEV_IT821X=y -CONFIG_BLK_DEV_NS87415=m +CONFIG_BLK_DEV_NS87415=y CONFIG_BLK_DEV_PDC202XX_OLD=y CONFIG_BLK_DEV_PDC202XX_NEW=y CONFIG_BLK_DEV_SVWKS=y @@ -1591,7 +1704,7 @@ CONFIG_ISCSI_BOOT_SYSFS=y CONFIG_SCSI_CXGB3_ISCSI=m CONFIG_SCSI_CXGB4_ISCSI=m CONFIG_SCSI_BNX2_ISCSI=m -# CONFIG_SCSI_BNX2X_FCOE is not set +CONFIG_SCSI_BNX2X_FCOE=m CONFIG_BE2ISCSI=m CONFIG_BLK_DEV_3W_XXXX_RAID=m CONFIG_SCSI_HPSA=m @@ -1615,7 +1728,7 @@ CONFIG_AIC79XX_DEBUG_MASK=0 CONFIG_SCSI_AIC94XX=m # CONFIG_AIC94XX_DEBUG is not set CONFIG_SCSI_MVSAS=m -CONFIG_SCSI_MVSAS_DEBUG=y +# CONFIG_SCSI_MVSAS_DEBUG is not set CONFIG_SCSI_DPT_I2O=m CONFIG_SCSI_ADVANSYS=m CONFIG_SCSI_ARCMSR=m @@ -1634,7 +1747,7 @@ CONFIG_VMWARE_PVSCSI=m CONFIG_LIBFC=m CONFIG_LIBFCOE=m CONFIG_FCOE=m -# CONFIG_FCOE_FNIC is not set +CONFIG_FCOE_FNIC=m CONFIG_SCSI_DMX3191D=m CONFIG_SCSI_EATA=m # CONFIG_SCSI_EATA_TAGGED_QUEUE is not set @@ -1642,7 +1755,7 @@ CONFIG_SCSI_EATA=m CONFIG_SCSI_EATA_MAX_TAGS=16 CONFIG_SCSI_FUTURE_DOMAIN=m CONFIG_SCSI_GDTH=m -# CONFIG_SCSI_ISCI is not set +CONFIG_SCSI_ISCI=m CONFIG_SCSI_IPS=y CONFIG_SCSI_INITIO=m CONFIG_SCSI_INIA100=m @@ -1672,12 +1785,19 @@ CONFIG_SCSI_PM8001=m CONFIG_SCSI_SRP=m CONFIG_SCSI_BFA_FC=m CONFIG_SCSI_LOWLEVEL_PCMCIA=y -# CONFIG_PCMCIA_AHA152X is not set +CONFIG_PCMCIA_AHA152X=m CONFIG_PCMCIA_FDOMAIN=m CONFIG_PCMCIA_QLOGIC=m CONFIG_PCMCIA_SYM53C500=m -# CONFIG_SCSI_DH is not set -# CONFIG_SCSI_OSD_INITIATOR is not set +CONFIG_SCSI_DH=m +CONFIG_SCSI_DH_RDAC=m +CONFIG_SCSI_DH_HP_SW=m +CONFIG_SCSI_DH_EMC=m +CONFIG_SCSI_DH_ALUA=m +CONFIG_SCSI_OSD_INITIATOR=m +CONFIG_SCSI_OSD_ULD=m +CONFIG_SCSI_OSD_DPRINT_SENSE=1 +# CONFIG_SCSI_OSD_DEBUG is not set CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set CONFIG_ATA_VERBOSE_ERROR=y @@ -1688,17 +1808,17 @@ CONFIG_SATA_PMP=y # Controllers with non-SFF native interface # CONFIG_SATA_AHCI=y -# CONFIG_SATA_AHCI_PLATFORM is not set -CONFIG_SATA_INIC162X=m -CONFIG_SATA_ACARD_AHCI=m +CONFIG_SATA_AHCI_PLATFORM=y +CONFIG_SATA_INIC162X=y +CONFIG_SATA_ACARD_AHCI=y CONFIG_SATA_SIL24=y CONFIG_ATA_SFF=y # # SFF controllers with custom DMA interface # -CONFIG_PDC_ADMA=m -CONFIG_SATA_QSTOR=m +CONFIG_PDC_ADMA=y +CONFIG_SATA_QSTOR=y CONFIG_SATA_SX4=y CONFIG_ATA_BMDMA=y @@ -1706,12 +1826,12 @@ CONFIG_ATA_BMDMA=y # SATA SFF controllers with BMDMA # CONFIG_ATA_PIIX=y -CONFIG_SATA_MV=m +CONFIG_SATA_MV=y CONFIG_SATA_NV=y CONFIG_SATA_PROMISE=y CONFIG_SATA_SIL=y CONFIG_SATA_SIS=y -CONFIG_SATA_SVW=m +CONFIG_SATA_SVW=y CONFIG_SATA_ULI=y CONFIG_SATA_VIA=y CONFIG_SATA_VITESSE=y @@ -1719,62 +1839,62 @@ CONFIG_SATA_VITESSE=y # # PATA SFF controllers with BMDMA # -CONFIG_PATA_ALI=m -CONFIG_PATA_AMD=m -# CONFIG_PATA_ARASAN_CF is not set -CONFIG_PATA_ARTOP=m -CONFIG_PATA_ATIIXP=m -CONFIG_PATA_ATP867X=m -CONFIG_PATA_CMD64X=m -CONFIG_PATA_CS5520=m -CONFIG_PATA_CS5530=m -# CONFIG_PATA_CS5536 is not set -CONFIG_PATA_CYPRESS=m -CONFIG_PATA_EFAR=m -CONFIG_PATA_HPT366=m -CONFIG_PATA_HPT37X=m -CONFIG_PATA_HPT3X2N=m -CONFIG_PATA_HPT3X3=m +CONFIG_PATA_ALI=y +CONFIG_PATA_AMD=y +CONFIG_PATA_ARASAN_CF=y +CONFIG_PATA_ARTOP=y +CONFIG_PATA_ATIIXP=y +CONFIG_PATA_ATP867X=y +CONFIG_PATA_CMD64X=y +CONFIG_PATA_CS5520=y +CONFIG_PATA_CS5530=y +CONFIG_PATA_CS5536=y +CONFIG_PATA_CYPRESS=y +CONFIG_PATA_EFAR=y +CONFIG_PATA_HPT366=y +CONFIG_PATA_HPT37X=y +CONFIG_PATA_HPT3X2N=y +CONFIG_PATA_HPT3X3=y CONFIG_PATA_HPT3X3_DMA=y -CONFIG_PATA_IT8213=m -CONFIG_PATA_IT821X=m +CONFIG_PATA_IT8213=y +CONFIG_PATA_IT821X=y CONFIG_PATA_JMICRON=y -CONFIG_PATA_MARVELL=m -CONFIG_PATA_NETCELL=m -CONFIG_PATA_NINJA32=m -CONFIG_PATA_NS87415=m -CONFIG_PATA_OLDPIIX=m -CONFIG_PATA_OPTIDMA=m -CONFIG_PATA_PDC2027X=m -CONFIG_PATA_PDC_OLD=m -CONFIG_PATA_RADISYS=m -CONFIG_PATA_RDC=m -CONFIG_PATA_SC1200=m -# CONFIG_PATA_SCH is not set -CONFIG_PATA_SERVERWORKS=m -CONFIG_PATA_SIL680=m +CONFIG_PATA_MARVELL=y +CONFIG_PATA_NETCELL=y +CONFIG_PATA_NINJA32=y +CONFIG_PATA_NS87415=y +CONFIG_PATA_OLDPIIX=y +CONFIG_PATA_OPTIDMA=y +CONFIG_PATA_PDC2027X=y +CONFIG_PATA_PDC_OLD=y +CONFIG_PATA_RADISYS=y +CONFIG_PATA_RDC=y +CONFIG_PATA_SC1200=y +CONFIG_PATA_SCH=y +CONFIG_PATA_SERVERWORKS=y +CONFIG_PATA_SIL680=y CONFIG_PATA_SIS=y -CONFIG_PATA_TOSHIBA=m -CONFIG_PATA_TRIFLEX=m -CONFIG_PATA_VIA=m -CONFIG_PATA_WINBOND=m +CONFIG_PATA_TOSHIBA=y +CONFIG_PATA_TRIFLEX=y +CONFIG_PATA_VIA=y +CONFIG_PATA_WINBOND=y # # PIO-only SFF controllers # -CONFIG_PATA_CMD640_PCI=m -CONFIG_PATA_MPIIX=m -CONFIG_PATA_NS87410=m -CONFIG_PATA_OPTI=m +CONFIG_PATA_CMD640_PCI=y +CONFIG_PATA_MPIIX=y +CONFIG_PATA_NS87410=y +CONFIG_PATA_OPTI=y CONFIG_PATA_PCMCIA=m -CONFIG_PATA_RZ1000=m +CONFIG_PATA_RZ1000=y # # Generic fallback / legacy drivers # -CONFIG_PATA_ACPI=m -CONFIG_ATA_GENERIC=m -CONFIG_PATA_LEGACY=m +CONFIG_PATA_ACPI=y +CONFIG_ATA_GENERIC=y +CONFIG_PATA_LEGACY=y CONFIG_MD=y CONFIG_BLK_DEV_MD=y CONFIG_MD_AUTODETECT=y @@ -1804,12 +1924,13 @@ CONFIG_TARGET_CORE=m CONFIG_TCM_IBLOCK=m CONFIG_TCM_FILEIO=m CONFIG_TCM_PSCSI=m -# CONFIG_LOOPBACK_TARGET is not set -# CONFIG_TCM_FC is not set +CONFIG_LOOPBACK_TARGET=m +# CONFIG_LOOPBACK_TARGET_CDB_DEBUG is not set +CONFIG_TCM_FC=m CONFIG_FUSION=y -CONFIG_FUSION_SPI=y +CONFIG_FUSION_SPI=m CONFIG_FUSION_FC=m -CONFIG_FUSION_SAS=y +CONFIG_FUSION_SAS=m CONFIG_FUSION_MAX_SGE=128 CONFIG_FUSION_CTL=m CONFIG_FUSION_LAN=m @@ -1834,7 +1955,8 @@ CONFIG_I2O_BUS=m CONFIG_I2O_BLOCK=m CONFIG_I2O_SCSI=m CONFIG_I2O_PROC=m -# CONFIG_MACINTOSH_DRIVERS is not set +CONFIG_MACINTOSH_DRIVERS=y +CONFIG_MAC_EMUMOUSEBTN=m CONFIG_NETDEVICES=y CONFIG_IFB=m CONFIG_DUMMY=m @@ -1856,7 +1978,7 @@ CONFIG_ARCNET_RIM_I=m CONFIG_ARCNET_COM20020=m CONFIG_ARCNET_COM20020_PCI=m CONFIG_MII=m -CONFIG_PHYLIB=m +CONFIG_PHYLIB=y # # MII PHY device drivers @@ -1870,11 +1992,12 @@ CONFIG_VITESSE_PHY=m CONFIG_SMSC_PHY=m CONFIG_BROADCOM_PHY=m CONFIG_ICPLUS_PHY=m -# CONFIG_REALTEK_PHY is not set +CONFIG_REALTEK_PHY=m CONFIG_NATIONAL_PHY=m CONFIG_STE10XP=m CONFIG_LSI_ET1011C_PHY=m CONFIG_MICREL_PHY=m +CONFIG_FIXED_PHY=y CONFIG_MDIO_BITBANG=m CONFIG_MDIO_GPIO=m CONFIG_NET_ETHERNET=y @@ -1884,8 +2007,9 @@ CONFIG_CASSINI=m CONFIG_NET_VENDOR_3COM=y CONFIG_VORTEX=m CONFIG_TYPHOON=m -# CONFIG_ENC28J60 is not set -# CONFIG_ETHOC is not set +CONFIG_ENC28J60=m +# CONFIG_ENC28J60_WRITEVERIFY is not set +CONFIG_ETHOC=m CONFIG_DNET=m CONFIG_NET_TULIP=y CONFIG_DE2104X=m @@ -1893,7 +2017,8 @@ CONFIG_DE2104X_DSL=0 CONFIG_TULIP=m # CONFIG_TULIP_MWI is not set CONFIG_TULIP_MMIO=y -# CONFIG_TULIP_NAPI is not set +CONFIG_TULIP_NAPI=y +CONFIG_TULIP_NAPI_HW_MITIGATION=y CONFIG_DE4X5=m CONFIG_WINBOND_840=m CONFIG_DM9102=m @@ -1924,16 +2049,16 @@ CONFIG_NE2K_PCI=m CONFIG_8139CP=m CONFIG_8139TOO=m CONFIG_8139TOO_PIO=y -# CONFIG_8139TOO_TUNE_TWISTER is not set +CONFIG_8139TOO_TUNE_TWISTER=y CONFIG_8139TOO_8129=y # CONFIG_8139_OLD_RX_RESET is not set -# CONFIG_R6040 is not set +CONFIG_R6040=m CONFIG_SIS900=m CONFIG_EPIC100=m CONFIG_SMSC9420=m CONFIG_SUNDANCE=m # CONFIG_SUNDANCE_MMIO is not set -# CONFIG_TLAN is not set +CONFIG_TLAN=m CONFIG_KS8842=m CONFIG_KS8851=m CONFIG_KS8851_MLL=m @@ -1952,8 +2077,9 @@ CONFIG_DL2K=m CONFIG_E1000=m CONFIG_E1000E=m CONFIG_IP1000=m -# CONFIG_IGB is not set -# CONFIG_IGBVF is not set +CONFIG_IGB=m +CONFIG_IGB_DCA=y +CONFIG_IGBVF=m CONFIG_NS83820=m CONFIG_HAMACHI=m CONFIG_YELLOWFIN=m @@ -1972,15 +2098,17 @@ CONFIG_ATL1=m CONFIG_ATL1E=m CONFIG_ATL1C=m CONFIG_JME=m -# CONFIG_STMMAC_ETH is not set -# CONFIG_PCH_GBE is not set +CONFIG_STMMAC_ETH=m +CONFIG_STMMAC_DA=y +CONFIG_STMMAC_DUAL_MAC=y +CONFIG_PCH_GBE=m CONFIG_NETDEV_10000=y -CONFIG_MDIO=y +CONFIG_MDIO=m CONFIG_CHELSIO_T1=m CONFIG_CHELSIO_T1_1G=y CONFIG_CHELSIO_T3=m CONFIG_CHELSIO_T4=m -# CONFIG_CHELSIO_T4VF is not set +CONFIG_CHELSIO_T4VF=m CONFIG_ENIC=m CONFIG_IXGBE=m CONFIG_IXGBE_DCA=y @@ -1988,7 +2116,8 @@ CONFIG_IXGBE_DCB=y CONFIG_IXGBEVF=m CONFIG_IXGB=m CONFIG_S2IO=m -# CONFIG_VXGE is not set +CONFIG_VXGE=m +# CONFIG_VXGE_DEBUG_TRACE_ALL is not set CONFIG_MYRI10GE=m CONFIG_MYRI10GE_DCA=y CONFIG_NETXEN_NIC=m @@ -1997,14 +2126,14 @@ CONFIG_MLX4_EN=m CONFIG_MLX4_CORE=m CONFIG_MLX4_DEBUG=y CONFIG_TEHUTI=m -CONFIG_BNX2X=y +CONFIG_BNX2X=m CONFIG_QLCNIC=m CONFIG_QLGE=m -# CONFIG_BNA is not set +CONFIG_BNA=m CONFIG_SFC=m CONFIG_SFC_MTD=y CONFIG_BE2NET=m -CONFIG_TR=y +CONFIG_TR=m CONFIG_IBMOL=m CONFIG_3C359=m CONFIG_TMS380TR=m @@ -2019,7 +2148,7 @@ CONFIG_AIRO=m CONFIG_ATMEL=m CONFIG_PCI_ATMEL=m CONFIG_PCMCIA_ATMEL=m -# CONFIG_AT76C50X_USB is not set +CONFIG_AT76C50X_USB=m CONFIG_AIRO_CS=m CONFIG_PCMCIA_WL3501=m CONFIG_PRISM54=m @@ -2030,7 +2159,7 @@ CONFIG_RTL8187=m CONFIG_RTL8187_LEDS=y CONFIG_ADM8211=m # CONFIG_MAC80211_HWSIM is not set -# CONFIG_MWL8K is not set +CONFIG_MWL8K=m CONFIG_ATH_COMMON=m # CONFIG_ATH_DEBUG is not set CONFIG_ATH5K=m @@ -2040,17 +2169,20 @@ CONFIG_ATH5K_PCI=y CONFIG_ATH9K_HW=m CONFIG_ATH9K_COMMON=m CONFIG_ATH9K=m -# CONFIG_ATH9K_PCI is not set -# CONFIG_ATH9K_AHB is not set +CONFIG_ATH9K_PCI=y +CONFIG_ATH9K_AHB=y # CONFIG_ATH9K_DEBUGFS is not set CONFIG_ATH9K_RATE_CONTROL=y -# CONFIG_ATH9K_HTC is not set -# CONFIG_CARL9170 is not set +CONFIG_ATH9K_HTC=m +# CONFIG_ATH9K_HTC_DEBUGFS is not set +CONFIG_CARL9170=m +CONFIG_CARL9170_LEDS=y +CONFIG_CARL9170_WPC=y CONFIG_B43=m CONFIG_B43_PCI_AUTOSELECT=y CONFIG_B43_PCICORE_AUTOSELECT=y CONFIG_B43_PCMCIA=y -# CONFIG_B43_SDIO is not set +CONFIG_B43_SDIO=y CONFIG_B43_PIO=y CONFIG_B43_PHY_N=y CONFIG_B43_PHY_LP=y @@ -2069,7 +2201,8 @@ CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y # CONFIG_B43LEGACY_DMA_MODE is not set # CONFIG_B43LEGACY_PIO_MODE is not set CONFIG_HOSTAP=m -# CONFIG_HOSTAP_FIRMWARE is not set +CONFIG_HOSTAP_FIRMWARE=y +CONFIG_HOSTAP_FIRMWARE_NVRAM=y CONFIG_HOSTAP_PLX=m CONFIG_HOSTAP_PCI=m CONFIG_HOSTAP_CS=m @@ -2078,8 +2211,8 @@ CONFIG_IPW2100_MONITOR=y # CONFIG_IPW2100_DEBUG is not set CONFIG_IPW2200=m CONFIG_IPW2200_MONITOR=y -# CONFIG_IPW2200_RADIOTAP is not set -# CONFIG_IPW2200_PROMISCUOUS is not set +CONFIG_IPW2200_RADIOTAP=y +CONFIG_IPW2200_PROMISCUOUS=y CONFIG_IPW2200_QOS=y # CONFIG_IPW2200_DEBUG is not set CONFIG_LIBIPW=m @@ -2091,7 +2224,7 @@ CONFIG_IWLAGN=m # # CONFIG_IWLWIFI_DEBUG is not set # CONFIG_IWLWIFI_DEVICE_TRACING is not set -# CONFIG_IWLWIFI_DEVICE_SVTOOL is not set +CONFIG_IWLWIFI_DEVICE_SVTOOL=y # CONFIG_IWL_P2P is not set CONFIG_IWLWIFI_LEGACY=m @@ -2109,37 +2242,39 @@ CONFIG_LIBERTAS=m CONFIG_LIBERTAS_USB=m CONFIG_LIBERTAS_CS=m CONFIG_LIBERTAS_SDIO=m -# CONFIG_LIBERTAS_SPI is not set +CONFIG_LIBERTAS_SPI=m # CONFIG_LIBERTAS_DEBUG is not set -# CONFIG_LIBERTAS_MESH is not set +CONFIG_LIBERTAS_MESH=y CONFIG_HERMES=m -# CONFIG_HERMES_PRISM is not set +CONFIG_HERMES_PRISM=y CONFIG_HERMES_CACHE_FW_ON_INIT=y CONFIG_PLX_HERMES=m CONFIG_TMD_HERMES=m CONFIG_NORTEL_HERMES=m +CONFIG_PCI_HERMES=m CONFIG_PCMCIA_HERMES=m CONFIG_PCMCIA_SPECTRUM=m -# CONFIG_ORINOCO_USB is not set +CONFIG_ORINOCO_USB=m CONFIG_P54_COMMON=m CONFIG_P54_USB=m CONFIG_P54_PCI=m -# CONFIG_P54_SPI is not set +CONFIG_P54_SPI=m +CONFIG_P54_SPI_DEFAULT_EEPROM=y CONFIG_P54_LEDS=y CONFIG_RT2X00=m CONFIG_RT2400PCI=m CONFIG_RT2500PCI=m CONFIG_RT61PCI=m CONFIG_RT2800PCI=m -# CONFIG_RT2800PCI_RT33XX is not set +CONFIG_RT2800PCI_RT33XX=y CONFIG_RT2800PCI_RT35XX=y -# CONFIG_RT2800PCI_RT53XX is not set +CONFIG_RT2800PCI_RT53XX=y CONFIG_RT2500USB=m CONFIG_RT73USB=m CONFIG_RT2800USB=m -# CONFIG_RT2800USB_RT33XX is not set +CONFIG_RT2800USB_RT33XX=y CONFIG_RT2800USB_RT35XX=y -# CONFIG_RT2800USB_RT53XX is not set +CONFIG_RT2800USB_RT53XX=y CONFIG_RT2800USB_UNKNOWN=y CONFIG_RT2800_LIB=m CONFIG_RT2X00_LIB_PCI=m @@ -2150,8 +2285,8 @@ CONFIG_RT2X00_LIB_CRYPTO=y CONFIG_RT2X00_LIB_LEDS=y # CONFIG_RT2X00_DEBUG is not set CONFIG_RTL8192CE=m -# CONFIG_RTL8192SE is not set -# CONFIG_RTL8192CU is not set +CONFIG_RTL8192SE=m +CONFIG_RTL8192CU=m CONFIG_RTLWIFI=m CONFIG_RTL8192C_COMMON=m CONFIG_WL1251=m @@ -2159,14 +2294,15 @@ CONFIG_WL1251_SPI=m CONFIG_WL1251_SDIO=m CONFIG_WL12XX_MENU=m CONFIG_WL12XX=m -# CONFIG_WL12XX_HT is not set +CONFIG_WL12XX_HT=y CONFIG_WL12XX_SPI=m CONFIG_WL12XX_SDIO=m CONFIG_WL12XX_SDIO_TEST=m CONFIG_WL12XX_PLATFORM_DATA=y CONFIG_ZD1211RW=m # CONFIG_ZD1211RW_DEBUG is not set -# CONFIG_MWIFIEX is not set +CONFIG_MWIFIEX=m +CONFIG_MWIFIEX_SDIO=m # # WiMAX Wireless Broadband devices @@ -2187,7 +2323,7 @@ CONFIG_USB_RTL8150=m CONFIG_USB_USBNET=m CONFIG_USB_NET_AX8817X=m CONFIG_USB_NET_CDCETHER=m -# CONFIG_USB_NET_CDC_EEM is not set +CONFIG_USB_NET_CDC_EEM=m CONFIG_USB_NET_CDC_NCM=m CONFIG_USB_NET_DM9601=m CONFIG_USB_NET_SMSC75XX=m @@ -2202,17 +2338,17 @@ CONFIG_USB_ALI_M5632=y CONFIG_USB_AN2720=y CONFIG_USB_BELKIN=y CONFIG_USB_ARMLINUX=y -# CONFIG_USB_EPSON2888 is not set +CONFIG_USB_EPSON2888=y CONFIG_USB_KC2190=y CONFIG_USB_NET_ZAURUS=m -# CONFIG_USB_NET_CX82310_ETH is not set -# CONFIG_USB_NET_KALMIA is not set -# CONFIG_USB_HSO is not set +CONFIG_USB_NET_CX82310_ETH=m +CONFIG_USB_NET_KALMIA=m +CONFIG_USB_HSO=m CONFIG_USB_NET_INT51X1=m CONFIG_USB_CDC_PHONET=m CONFIG_USB_IPHETH=m CONFIG_USB_SIERRA_NET=m -# CONFIG_USB_VL600 is not set +CONFIG_USB_VL600=m CONFIG_NET_PCMCIA=y CONFIG_PCMCIA_3C589=m CONFIG_PCMCIA_3C574=m @@ -2238,8 +2374,8 @@ CONFIG_WANXL=m CONFIG_PC300TOO=m CONFIG_FARSYNC=m CONFIG_DSCC4=m -# CONFIG_DSCC4_PCISYNC is not set -# CONFIG_DSCC4_PCI_RST is not set +CONFIG_DSCC4_PCISYNC=y +CONFIG_DSCC4_PCI_RST=y CONFIG_DLCI=m CONFIG_DLCI_MAX=8 CONFIG_WAN_ROUTER_DRIVERS=m @@ -2248,7 +2384,7 @@ CONFIG_CYCLOMX_X25=y CONFIG_LAPBETHER=m CONFIG_X25_ASY=m CONFIG_SBNI=m -# CONFIG_SBNI_MULTILINE is not set +CONFIG_SBNI_MULTILINE=y CONFIG_ATM_DRIVERS=y # CONFIG_ATM_DUMMY is not set CONFIG_ATM_TCP=m @@ -2259,7 +2395,9 @@ CONFIG_ATM_ENI=m CONFIG_ATM_FIRESTREAM=m CONFIG_ATM_ZATM=m # CONFIG_ATM_ZATM_DEBUG is not set -# CONFIG_ATM_NICSTAR is not set +CONFIG_ATM_NICSTAR=m +CONFIG_ATM_NICSTAR_USE_SUNI=y +CONFIG_ATM_NICSTAR_USE_IDT77105=y CONFIG_ATM_IDT77252=m # CONFIG_ATM_IDT77252_DEBUG is not set # CONFIG_ATM_IDT77252_RCV_ALL is not set @@ -2268,10 +2406,14 @@ CONFIG_ATM_AMBASSADOR=m # CONFIG_ATM_AMBASSADOR_DEBUG is not set CONFIG_ATM_HORIZON=m # CONFIG_ATM_HORIZON_DEBUG is not set -# CONFIG_ATM_IA is not set -# CONFIG_ATM_FORE200E is not set +CONFIG_ATM_IA=m +# CONFIG_ATM_IA_DEBUG is not set +CONFIG_ATM_FORE200E=m +CONFIG_ATM_FORE200E_USE_TASKLET=y +CONFIG_ATM_FORE200E_TX_RETRY=16 +CONFIG_ATM_FORE200E_DEBUG=0 CONFIG_ATM_HE=m -# CONFIG_ATM_HE_USE_SUNI is not set +CONFIG_ATM_HE_USE_SUNI=y CONFIG_ATM_SOLOS=m CONFIG_IEEE802154_DRIVERS=m CONFIG_IEEE802154_FAKEHARD=m @@ -2279,13 +2421,21 @@ CONFIG_IEEE802154_FAKEHARD=m # # CAIF transport drivers # -CONFIG_FDDI=y +CONFIG_CAIF_TTY=m +CONFIG_CAIF_SPI_SLAVE=m +CONFIG_CAIF_SPI_SYNC=y +CONFIG_XEN_NETDEV_FRONTEND=y +CONFIG_XEN_NETDEV_BACKEND=m +CONFIG_RIONET=m +CONFIG_RIONET_TX_SIZE=128 +CONFIG_RIONET_RX_SIZE=128 +CONFIG_FDDI=m CONFIG_DEFXX=m # CONFIG_DEFXX_MMIO is not set CONFIG_SKFP=m CONFIG_HIPPI=y CONFIG_ROADRUNNER=m -# CONFIG_ROADRUNNER_LARGE_RINGS is not set +CONFIG_ROADRUNNER_LARGE_RINGS=y CONFIG_PLIP=m CONFIG_PPP=m CONFIG_PPP_MULTILINK=y @@ -2296,7 +2446,9 @@ CONFIG_PPP_DEFLATE=m CONFIG_PPP_BSDCOMP=m CONFIG_PPP_MPPE=m CONFIG_PPPOE=m +CONFIG_PPTP=m CONFIG_PPPOATM=m +CONFIG_PPPOL2TP=m CONFIG_SLIP=m CONFIG_SLIP_COMPRESSED=y CONFIG_SLHC=m @@ -2368,7 +2520,7 @@ CONFIG_HISAX_HFC_PCI=y CONFIG_HISAX_W6692=y CONFIG_HISAX_HFC_SX=y CONFIG_HISAX_ENTERNOW_PCI=y -CONFIG_HISAX_DEBUG=y +# CONFIG_HISAX_DEBUG is not set # # HiSax PCMCIA card service modules @@ -2469,19 +2621,19 @@ CONFIG_INPUT_EVDEV=m # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ADP5588=m -# CONFIG_KEYBOARD_ADP5589 is not set +CONFIG_KEYBOARD_ADP5589=m CONFIG_KEYBOARD_ATKBD=y -# CONFIG_KEYBOARD_QT1070 is not set -# CONFIG_KEYBOARD_QT2160 is not set +CONFIG_KEYBOARD_QT1070=m +CONFIG_KEYBOARD_QT2160=m CONFIG_KEYBOARD_LKKBD=m -# CONFIG_KEYBOARD_GPIO is not set -# CONFIG_KEYBOARD_GPIO_POLLED is not set -# CONFIG_KEYBOARD_TCA6416 is not set +CONFIG_KEYBOARD_GPIO=m +CONFIG_KEYBOARD_GPIO_POLLED=m +CONFIG_KEYBOARD_TCA6416=m CONFIG_KEYBOARD_MATRIX=m CONFIG_KEYBOARD_LM8323=m CONFIG_KEYBOARD_MAX7359=m -# CONFIG_KEYBOARD_MCS is not set -# CONFIG_KEYBOARD_MPR121 is not set +CONFIG_KEYBOARD_MCS=m +CONFIG_KEYBOARD_MPR121=m CONFIG_KEYBOARD_NEWTON=m CONFIG_KEYBOARD_OPENCORES=m CONFIG_KEYBOARD_STOWAWAY=m @@ -2494,12 +2646,12 @@ CONFIG_MOUSE_PS2_LOGIPS2PP=y CONFIG_MOUSE_PS2_SYNAPTICS=y CONFIG_MOUSE_PS2_LIFEBOOK=y CONFIG_MOUSE_PS2_TRACKPOINT=y -# CONFIG_MOUSE_PS2_ELANTECH is not set -# CONFIG_MOUSE_PS2_SENTELIC is not set -# CONFIG_MOUSE_PS2_TOUCHKIT is not set +CONFIG_MOUSE_PS2_ELANTECH=y +CONFIG_MOUSE_PS2_SENTELIC=y +CONFIG_MOUSE_PS2_TOUCHKIT=y CONFIG_MOUSE_SERIAL=m CONFIG_MOUSE_APPLETOUCH=m -# CONFIG_MOUSE_BCM5974 is not set +CONFIG_MOUSE_BCM5974=m CONFIG_MOUSE_VSXXXAA=m CONFIG_MOUSE_GPIO=m CONFIG_MOUSE_SYNAPTICS_I2C=m @@ -2538,7 +2690,7 @@ CONFIG_INPUT_TABLET=y CONFIG_TABLET_USB_ACECAD=m CONFIG_TABLET_USB_AIPTEK=m CONFIG_TABLET_USB_GTCO=m -# CONFIG_TABLET_USB_HANWANG is not set +CONFIG_TABLET_USB_HANWANG=m CONFIG_TABLET_USB_KBTAB=m CONFIG_TABLET_USB_WACOM=m CONFIG_INPUT_TOUCHSCREEN=y @@ -2546,18 +2698,18 @@ CONFIG_TOUCHSCREEN_ADS7846=m CONFIG_TOUCHSCREEN_AD7877=m CONFIG_TOUCHSCREEN_AD7879=m CONFIG_TOUCHSCREEN_AD7879_I2C=m -# CONFIG_TOUCHSCREEN_AD7879_SPI is not set -# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set -# CONFIG_TOUCHSCREEN_BU21013 is not set -# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set +CONFIG_TOUCHSCREEN_AD7879_SPI=m +CONFIG_TOUCHSCREEN_ATMEL_MXT=m +CONFIG_TOUCHSCREEN_BU21013=m +CONFIG_TOUCHSCREEN_CY8CTMG110=m CONFIG_TOUCHSCREEN_DYNAPRO=m -# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set +CONFIG_TOUCHSCREEN_HAMPSHIRE=m CONFIG_TOUCHSCREEN_EETI=m CONFIG_TOUCHSCREEN_FUJITSU=m CONFIG_TOUCHSCREEN_GUNZE=m CONFIG_TOUCHSCREEN_ELO=m CONFIG_TOUCHSCREEN_WACOM_W8001=m -# CONFIG_TOUCHSCREEN_MAX11801 is not set +CONFIG_TOUCHSCREEN_MAX11801=m CONFIG_TOUCHSCREEN_MCS5000=m CONFIG_TOUCHSCREEN_MTOUCH=m CONFIG_TOUCHSCREEN_INEXIO=m @@ -2566,11 +2718,13 @@ CONFIG_TOUCHSCREEN_PENMOUNT=m CONFIG_TOUCHSCREEN_TOUCHRIGHT=m CONFIG_TOUCHSCREEN_TOUCHWIN=m CONFIG_TOUCHSCREEN_UCB1400=m +CONFIG_TOUCHSCREEN_WM831X=m CONFIG_TOUCHSCREEN_WM97XX=m CONFIG_TOUCHSCREEN_WM9705=y CONFIG_TOUCHSCREEN_WM9712=y CONFIG_TOUCHSCREEN_WM9713=y CONFIG_TOUCHSCREEN_USB_COMPOSITE=m +CONFIG_TOUCHSCREEN_MC13783=m CONFIG_TOUCHSCREEN_USB_EGALAX=y CONFIG_TOUCHSCREEN_USB_PANJIT=y CONFIG_TOUCHSCREEN_USB_3M=y @@ -2588,12 +2742,16 @@ CONFIG_TOUCHSCREEN_USB_ZYTRONIC=y CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y CONFIG_TOUCHSCREEN_USB_NEXIO=y CONFIG_TOUCHSCREEN_TOUCHIT213=m -# CONFIG_TOUCHSCREEN_TSC2005 is not set +CONFIG_TOUCHSCREEN_TSC2005=m CONFIG_TOUCHSCREEN_TSC2007=m +CONFIG_TOUCHSCREEN_PCAP=m CONFIG_TOUCHSCREEN_ST1232=m -# CONFIG_TOUCHSCREEN_TPS6507X is not set +CONFIG_TOUCHSCREEN_TPS6507X=m CONFIG_INPUT_MISC=y -# CONFIG_INPUT_AD714X is not set +CONFIG_INPUT_AB8500_PONKEY=m +CONFIG_INPUT_AD714X=m +CONFIG_INPUT_AD714X_I2C=m +CONFIG_INPUT_AD714X_SPI=m CONFIG_INPUT_PCSPKR=m CONFIG_INPUT_APANEL=m CONFIG_INPUT_ATLAS_BTNS=m @@ -2605,11 +2763,16 @@ CONFIG_INPUT_YEALINK=m CONFIG_INPUT_CM109=m CONFIG_INPUT_UINPUT=m CONFIG_INPUT_PCF50633_PMU=m -# CONFIG_INPUT_PCF8574 is not set +CONFIG_INPUT_PCF8574=m CONFIG_INPUT_GPIO_ROTARY_ENCODER=m -# CONFIG_INPUT_ADXL34X is not set +CONFIG_INPUT_WM831X_ON=m +CONFIG_INPUT_PCAP=m +CONFIG_INPUT_ADXL34X=m +CONFIG_INPUT_ADXL34X_I2C=m +CONFIG_INPUT_ADXL34X_SPI=m CONFIG_INPUT_CMA3000=m CONFIG_INPUT_CMA3000_I2C=m +CONFIG_INPUT_XEN_KBDDEV_FRONTEND=m # # Hardware I/O ports @@ -2623,7 +2786,7 @@ CONFIG_SERIO_PCIPS2=m CONFIG_SERIO_LIBPS2=y CONFIG_SERIO_RAW=m CONFIG_SERIO_ALTERA_PS2=m -# CONFIG_SERIO_PS2MULT is not set +CONFIG_SERIO_PS2MULT=m CONFIG_GAMEPORT=m CONFIG_GAMEPORT_NS558=m CONFIG_GAMEPORT_L4=m @@ -2645,7 +2808,7 @@ CONFIG_LEGACY_PTY_COUNT=256 CONFIG_SERIAL_NONSTANDARD=y CONFIG_ROCKETPORT=m CONFIG_CYCLADES=m -# CONFIG_CYZ_INTR is not set +CONFIG_CYZ_INTR=y CONFIG_MOXA_INTELLIO=m CONFIG_MOXA_SMARTIO=m CONFIG_SYNCLINK=m @@ -2654,9 +2817,9 @@ CONFIG_SYNCLINK_GT=m CONFIG_NOZOMI=m CONFIG_ISI=m CONFIG_N_HDLC=m -# CONFIG_N_GSM is not set +CONFIG_N_GSM=m # CONFIG_TRACE_SINK is not set -CONFIG_DEVKMEM=y +# CONFIG_DEVKMEM is not set CONFIG_STALDRV=y # @@ -2680,30 +2843,35 @@ CONFIG_SERIAL_8250_RSA=y # Non-8250 serial port support # CONFIG_SERIAL_MAX3100=m -# CONFIG_SERIAL_MAX3107 is not set -# CONFIG_SERIAL_MFD_HSU is not set +CONFIG_SERIAL_MAX3107=m +CONFIG_SERIAL_MRST_MAX3110=m +CONFIG_SERIAL_MFD_HSU=m CONFIG_SERIAL_UARTLITE=m CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_SERIAL_JSM=m CONFIG_SERIAL_TIMBERDALE=m -# CONFIG_SERIAL_ALTERA_JTAGUART is not set -# CONFIG_SERIAL_ALTERA_UART is not set +CONFIG_SERIAL_ALTERA_JTAGUART=m +CONFIG_SERIAL_ALTERA_UART=m +CONFIG_SERIAL_ALTERA_UART_MAXPORTS=4 +CONFIG_SERIAL_ALTERA_UART_BAUDRATE=115200 CONFIG_SERIAL_IFX6X60=m CONFIG_SERIAL_PCH_UART=m -# CONFIG_SERIAL_XILINX_PS_UART is not set +CONFIG_SERIAL_XILINX_PS_UART=m CONFIG_PRINTER=m CONFIG_LP_CONSOLE=y CONFIG_PPDEV=m CONFIG_HVC_DRIVER=y -CONFIG_VIRTIO_CONSOLE=m +CONFIG_HVC_IRQ=y +CONFIG_HVC_XEN=y +CONFIG_VIRTIO_CONSOLE=y CONFIG_IPMI_HANDLER=m # CONFIG_IPMI_PANIC_EVENT is not set CONFIG_IPMI_DEVICE_INTERFACE=m CONFIG_IPMI_SI=m CONFIG_IPMI_WATCHDOG=m CONFIG_IPMI_POWEROFF=m -CONFIG_HW_RANDOM=y +CONFIG_HW_RANDOM=m CONFIG_HW_RANDOM_TIMERIOMEM=m CONFIG_HW_RANDOM_INTEL=m CONFIG_HW_RANDOM_AMD=m @@ -2726,6 +2894,7 @@ CONFIG_MAX_RAW_DEVS=256 CONFIG_HPET=y CONFIG_HPET_MMAP=y CONFIG_HANGCHECK_TIMER=m +CONFIG_UV_MMTIMER=m CONFIG_TCG_TPM=m CONFIG_TCG_TIS=m CONFIG_TCG_NSC=m @@ -2738,7 +2907,14 @@ CONFIG_I2C=m CONFIG_I2C_BOARDINFO=y CONFIG_I2C_COMPAT=y CONFIG_I2C_CHARDEV=m -# CONFIG_I2C_MUX is not set +CONFIG_I2C_MUX=m + +# +# Multiplexer I2C Chip support +# +CONFIG_I2C_MUX_GPIO=m +CONFIG_I2C_MUX_PCA9541=m +CONFIG_I2C_MUX_PCA954x=m CONFIG_I2C_HELPER_AUTO=y CONFIG_I2C_SMBUS=m CONFIG_I2C_ALGOBIT=m @@ -2777,7 +2953,7 @@ CONFIG_I2C_SCMI=m # I2C system bus drivers (mostly embedded / system-on-chip) # CONFIG_I2C_GPIO=m -# CONFIG_I2C_INTEL_MID is not set +CONFIG_I2C_INTEL_MID=m CONFIG_I2C_OCORES=m CONFIG_I2C_PCA_PLATFORM=m # CONFIG_I2C_PXA_PCI is not set @@ -2788,7 +2964,7 @@ CONFIG_I2C_EG20T=m # # External I2C/SMBus adapter drivers # -# CONFIG_I2C_DIOLAN_U2C is not set +CONFIG_I2C_DIOLAN_U2C=m CONFIG_I2C_PARPORT=m CONFIG_I2C_PARPORT_LIGHT=m CONFIG_I2C_TAOS_EVM=m @@ -2808,16 +2984,18 @@ CONFIG_SPI_MASTER=y # # SPI Master Controller Drivers # -# CONFIG_SPI_ALTERA is not set +CONFIG_SPI_ALTERA=m CONFIG_SPI_BITBANG=m -# CONFIG_SPI_BUTTERFLY is not set +CONFIG_SPI_BUTTERFLY=m CONFIG_SPI_GPIO=m -# CONFIG_SPI_LM70_LLP is not set -# CONFIG_SPI_OC_TINY is not set +CONFIG_SPI_LM70_LLP=m +CONFIG_SPI_OC_TINY=m # CONFIG_SPI_PXA2XX_PCI is not set -# CONFIG_SPI_TOPCLIFF_PCH is not set +CONFIG_SPI_TOPCLIFF_PCH=m CONFIG_SPI_XILINX=m -# CONFIG_SPI_DESIGNWARE is not set +CONFIG_SPI_DESIGNWARE=m +CONFIG_SPI_DW_PCI=m +CONFIG_SPI_DW_MID_DMA=y # # SPI Protocol Masters @@ -2845,7 +3023,11 @@ CONFIG_PPS_CLIENT_PARPORT=m # # PTP clock support # -# CONFIG_PTP_1588_CLOCK is not set +CONFIG_PTP_1588_CLOCK=m + +# +# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. +# CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_GPIOLIB=y # CONFIG_DEBUG_GPIO is not set @@ -2855,10 +3037,11 @@ CONFIG_GPIO_MAX730X=m # # Memory mapped GPIO drivers: # -# CONFIG_GPIO_BASIC_MMIO is not set +CONFIG_GPIO_BASIC_MMIO_CORE=m +CONFIG_GPIO_BASIC_MMIO=m CONFIG_GPIO_IT8761E=m CONFIG_GPIO_SCH=m -# CONFIG_GPIO_VX855 is not set +CONFIG_GPIO_VX855=m # # I2C GPIO expanders: @@ -2867,17 +3050,18 @@ CONFIG_GPIO_MAX7300=m CONFIG_GPIO_MAX732X=m CONFIG_GPIO_PCA953X=m CONFIG_GPIO_PCF857X=m +CONFIG_GPIO_WM831X=m CONFIG_GPIO_ADP5588=m # # PCI GPIO expanders: # CONFIG_GPIO_CS5535=m -# CONFIG_GPIO_LANGWELL is not set -# CONFIG_GPIO_PCH is not set +CONFIG_GPIO_LANGWELL=y +CONFIG_GPIO_PCH=m CONFIG_GPIO_ML_IOH=m -# CONFIG_GPIO_TIMBERDALE is not set -# CONFIG_GPIO_RDC321X is not set +CONFIG_GPIO_TIMBERDALE=y +CONFIG_GPIO_RDC321X=m # # SPI GPIO expanders: @@ -2885,16 +3069,17 @@ CONFIG_GPIO_ML_IOH=m CONFIG_GPIO_MAX7301=m CONFIG_GPIO_MCP23S08=m CONFIG_GPIO_MC33880=m -# CONFIG_GPIO_74X164 is not set +CONFIG_GPIO_74X164=m # # AC97 GPIO expanders: # -# CONFIG_GPIO_UCB1400 is not set +CONFIG_GPIO_UCB1400=y # # MODULbus GPIO expanders: # +CONFIG_GPIO_JANZ_TTL=m CONFIG_W1=m CONFIG_W1_CON=y @@ -2904,7 +3089,7 @@ CONFIG_W1_CON=y CONFIG_W1_MASTER_MATROX=m CONFIG_W1_MASTER_DS2490=m CONFIG_W1_MASTER_DS2482=m -# CONFIG_W1_MASTER_DS1WM is not set +CONFIG_W1_MASTER_DS1WM=m CONFIG_W1_MASTER_GPIO=m # @@ -2912,30 +3097,32 @@ CONFIG_W1_MASTER_GPIO=m # CONFIG_W1_SLAVE_THERM=m CONFIG_W1_SLAVE_SMEM=m -# CONFIG_W1_SLAVE_DS2408 is not set +CONFIG_W1_SLAVE_DS2408=m CONFIG_W1_SLAVE_DS2423=m CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2433=m CONFIG_W1_SLAVE_DS2433_CRC=y CONFIG_W1_SLAVE_DS2760=m -# CONFIG_W1_SLAVE_DS2780 is not set +CONFIG_W1_SLAVE_DS2780=m CONFIG_W1_SLAVE_BQ27000=m CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m +CONFIG_WM831X_BACKUP=m +CONFIG_WM831X_POWER=m # CONFIG_TEST_POWER is not set CONFIG_BATTERY_DS2760=m -# CONFIG_BATTERY_DS2780 is not set +CONFIG_BATTERY_DS2780=m CONFIG_BATTERY_DS2782=m -# CONFIG_BATTERY_BQ20Z75 is not set +CONFIG_BATTERY_BQ20Z75=m CONFIG_BATTERY_BQ27x00=m CONFIG_BATTERY_BQ27X00_I2C=y CONFIG_BATTERY_BQ27X00_PLATFORM=y CONFIG_BATTERY_MAX17040=m CONFIG_BATTERY_MAX17042=m CONFIG_CHARGER_PCF50633=m -# CONFIG_CHARGER_ISP1704 is not set -# CONFIG_CHARGER_MAX8903 is not set +CONFIG_CHARGER_ISP1704=m +CONFIG_CHARGER_MAX8903=m CONFIG_CHARGER_GPIO=m CONFIG_HWMON=y CONFIG_HWMON_VID=m @@ -2962,7 +3149,7 @@ CONFIG_SENSORS_ADT7475=m CONFIG_SENSORS_ASC7621=m CONFIG_SENSORS_K8TEMP=m CONFIG_SENSORS_K10TEMP=m -# CONFIG_SENSORS_FAM15H_POWER is not set +CONFIG_SENSORS_FAM15H_POWER=m CONFIG_SENSORS_ASB100=m CONFIG_SENSORS_ATXP1=m CONFIG_SENSORS_DS620=m @@ -2975,13 +3162,13 @@ CONFIG_SENSORS_FSCHMD=m CONFIG_SENSORS_G760A=m CONFIG_SENSORS_GL518SM=m CONFIG_SENSORS_GL520SM=m -# CONFIG_SENSORS_GPIO_FAN is not set +CONFIG_SENSORS_GPIO_FAN=m CONFIG_SENSORS_CORETEMP=m CONFIG_SENSORS_IBMAEM=m CONFIG_SENSORS_IBMPEX=m CONFIG_SENSORS_IT87=m -# CONFIG_SENSORS_JC42 is not set -# CONFIG_SENSORS_LINEAGE is not set +CONFIG_SENSORS_JC42=m +CONFIG_SENSORS_LINEAGE=m CONFIG_SENSORS_LM63=m CONFIG_SENSORS_LM70=m CONFIG_SENSORS_LM73=m @@ -2995,39 +3182,46 @@ CONFIG_SENSORS_LM87=m CONFIG_SENSORS_LM90=m CONFIG_SENSORS_LM92=m CONFIG_SENSORS_LM93=m -# CONFIG_SENSORS_LTC4151 is not set +CONFIG_SENSORS_LTC4151=m CONFIG_SENSORS_LTC4215=m CONFIG_SENSORS_LTC4245=m -# CONFIG_SENSORS_LTC4261 is not set +CONFIG_SENSORS_LTC4261=m CONFIG_SENSORS_LM95241=m CONFIG_SENSORS_MAX1111=m -# CONFIG_SENSORS_MAX16065 is not set +CONFIG_SENSORS_MAX16065=m CONFIG_SENSORS_MAX1619=m -# CONFIG_SENSORS_MAX6639 is not set -# CONFIG_SENSORS_MAX6642 is not set +CONFIG_SENSORS_MAX6639=m +CONFIG_SENSORS_MAX6642=m CONFIG_SENSORS_MAX6650=m CONFIG_SENSORS_PC87360=m CONFIG_SENSORS_PC87427=m CONFIG_SENSORS_PCF8591=m -# CONFIG_PMBUS is not set +CONFIG_PMBUS=m +CONFIG_SENSORS_PMBUS=m +CONFIG_SENSORS_ADM1275=m +CONFIG_SENSORS_MAX16064=m +CONFIG_SENSORS_MAX34440=m +CONFIG_SENSORS_MAX8688=m +CONFIG_SENSORS_UCD9000=m +CONFIG_SENSORS_UCD9200=m CONFIG_SENSORS_SHT15=m CONFIG_SENSORS_SHT21=m CONFIG_SENSORS_SIS5595=m -# CONFIG_SENSORS_SMM665 is not set +CONFIG_SENSORS_SMM665=m CONFIG_SENSORS_DME1737=m -# CONFIG_SENSORS_EMC1403 is not set -# CONFIG_SENSORS_EMC2103 is not set -# CONFIG_SENSORS_EMC6W201 is not set +CONFIG_SENSORS_EMC1403=m +CONFIG_SENSORS_EMC2103=m +CONFIG_SENSORS_EMC6W201=m CONFIG_SENSORS_SMSC47M1=m CONFIG_SENSORS_SMSC47M192=m CONFIG_SENSORS_SMSC47B397=m -# CONFIG_SENSORS_SCH5627 is not set -# CONFIG_SENSORS_ADS1015 is not set +CONFIG_SENSORS_SCH5627=m +CONFIG_SENSORS_ADS1015=m CONFIG_SENSORS_ADS7828=m -# CONFIG_SENSORS_ADS7871 is not set +CONFIG_SENSORS_ADS7871=m CONFIG_SENSORS_AMC6821=m CONFIG_SENSORS_THMC50=m -# CONFIG_SENSORS_TMP102 is not set +CONFIG_SENSORS_TMP102=m CONFIG_SENSORS_TMP401=m CONFIG_SENSORS_TMP421=m CONFIG_SENSORS_VIA_CPUTEMP=m @@ -3038,17 +3232,20 @@ CONFIG_SENSORS_W83781D=m CONFIG_SENSORS_W83791D=m CONFIG_SENSORS_W83792D=m CONFIG_SENSORS_W83793=m -# CONFIG_SENSORS_W83795 is not set +CONFIG_SENSORS_W83795=m +# CONFIG_SENSORS_W83795_FANCTRL is not set CONFIG_SENSORS_W83L785TS=m CONFIG_SENSORS_W83L786NG=m CONFIG_SENSORS_W83627HF=m CONFIG_SENSORS_W83627EHF=m +CONFIG_SENSORS_WM831X=m CONFIG_SENSORS_APPLESMC=m +CONFIG_SENSORS_MC13783_ADC=m # # ACPI drivers # -# CONFIG_SENSORS_ACPI_POWER is not set +CONFIG_SENSORS_ACPI_POWER=m CONFIG_SENSORS_ATK0110=m CONFIG_THERMAL=y CONFIG_THERMAL_HWMON=y @@ -3059,11 +3256,12 @@ CONFIG_WATCHDOG=y # Watchdog Device Drivers # CONFIG_SOFT_WATCHDOG=m +CONFIG_WM831X_WATCHDOG=m CONFIG_ACQUIRE_WDT=m CONFIG_ADVANTECH_WDT=m CONFIG_ALIM1535_WDT=m CONFIG_ALIM7101_WDT=m -# CONFIG_F71808E_WDT is not set +CONFIG_F71808E_WDT=m CONFIG_SP5100_TCO=m CONFIG_GEODE_WDT=m CONFIG_SC520_WDT=m @@ -3078,7 +3276,7 @@ CONFIG_ITCO_VENDOR_SUPPORT=y CONFIG_IT8712F_WDT=m CONFIG_IT87_WDT=m CONFIG_HP_WATCHDOG=m -# CONFIG_HPWDT_NMI_DECODING is not set +CONFIG_HPWDT_NMI_DECODING=y CONFIG_SC1200_WDT=m CONFIG_PC87413_WDT=m CONFIG_NV_TCO=m @@ -3094,6 +3292,7 @@ CONFIG_W83877F_WDT=m CONFIG_W83977F_WDT=m CONFIG_MACHZ_WDT=m CONFIG_SBC_EPX_C3_WATCHDOG=m +CONFIG_XEN_WDT=m # # PCI-based Watchdog Cards @@ -3119,7 +3318,7 @@ CONFIG_SSB_B43_PCI_BRIDGE=y CONFIG_SSB_PCMCIAHOST_POSSIBLE=y CONFIG_SSB_PCMCIAHOST=y CONFIG_SSB_SDIOHOST_POSSIBLE=y -# CONFIG_SSB_SDIOHOST is not set +CONFIG_SSB_SDIOHOST=y # CONFIG_SSB_DEBUG is not set CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_DRIVER_PCICORE=y @@ -3128,31 +3327,39 @@ CONFIG_BCMA_POSSIBLE=y # # Broadcom specific AMBA # -# CONFIG_BCMA is not set +CONFIG_BCMA=m +CONFIG_BCMA_HOST_PCI_POSSIBLE=y +CONFIG_BCMA_HOST_PCI=y +# CONFIG_BCMA_DEBUG is not set CONFIG_MFD_SUPPORT=y -CONFIG_MFD_CORE=m +CONFIG_MFD_CORE=y CONFIG_MFD_SM501=m CONFIG_MFD_SM501_GPIO=y CONFIG_HTC_PASIC3=m CONFIG_UCB1400_CORE=m -# CONFIG_TPS6105X is not set +CONFIG_TPS6105X=m CONFIG_TPS65010=m -# CONFIG_TPS6507X is not set +CONFIG_TPS6507X=m # CONFIG_MFD_TMIO is not set CONFIG_MFD_WM8400=m -# CONFIG_MFD_WM831X_SPI is not set +CONFIG_MFD_WM831X=y +CONFIG_MFD_WM831X_SPI=y CONFIG_MFD_PCF50633=m CONFIG_PCF50633_ADC=m CONFIG_PCF50633_GPIO=m -# CONFIG_MFD_MC13XXX is not set -# CONFIG_ABX500_CORE is not set -# CONFIG_EZX_PCAP is not set +CONFIG_MFD_MC13783=m +CONFIG_MFD_MC13XXX=m +CONFIG_ABX500_CORE=y +CONFIG_EZX_PCAP=y +CONFIG_AB8500_CORE=y +# CONFIG_AB8500_DEBUG is not set +CONFIG_AB8500_GPADC=y CONFIG_MFD_CS5535=m CONFIG_MFD_TIMBERDALE=m CONFIG_LPC_SCH=m -# CONFIG_MFD_RDC321X is not set -# CONFIG_MFD_JANZ_CMODIO is not set -# CONFIG_MFD_VX855 is not set +CONFIG_MFD_RDC321X=m +CONFIG_MFD_JANZ_CMODIO=m +CONFIG_MFD_VX855=m CONFIG_MFD_WL1273_CORE=m CONFIG_REGULATOR=y # CONFIG_REGULATOR_DEBUG is not set @@ -3164,24 +3371,32 @@ CONFIG_REGULATOR_BQ24022=m CONFIG_REGULATOR_MAX1586=m CONFIG_REGULATOR_MAX8649=m CONFIG_REGULATOR_MAX8660=m -# CONFIG_REGULATOR_MAX8952 is not set +CONFIG_REGULATOR_MAX8952=m +CONFIG_REGULATOR_WM831X=m CONFIG_REGULATOR_WM8400=m CONFIG_REGULATOR_PCF50633=m CONFIG_REGULATOR_LP3971=m -# CONFIG_REGULATOR_LP3972 is not set +CONFIG_REGULATOR_LP3972=m +CONFIG_REGULATOR_PCAP=m +CONFIG_REGULATOR_MC13XXX_CORE=m +CONFIG_REGULATOR_MC13783=m +CONFIG_REGULATOR_MC13892=m +CONFIG_REGULATOR_TPS6105X=m CONFIG_REGULATOR_TPS65023=m CONFIG_REGULATOR_TPS6507X=m -# CONFIG_REGULATOR_ISL6271A is not set -# CONFIG_REGULATOR_AD5398 is not set +CONFIG_REGULATOR_ISL6271A=m +CONFIG_REGULATOR_AD5398=m +CONFIG_REGULATOR_AB8500=y CONFIG_REGULATOR_TPS6524X=m CONFIG_MEDIA_SUPPORT=m # # Multimedia core support # -# CONFIG_MEDIA_CONTROLLER is not set +CONFIG_MEDIA_CONTROLLER=y CONFIG_VIDEO_DEV=m CONFIG_VIDEO_V4L2_COMMON=m +CONFIG_VIDEO_V4L2_SUBDEV_API=y CONFIG_DVB_CORE=m CONFIG_VIDEO_MEDIA=m @@ -3200,17 +3415,17 @@ CONFIG_IR_JVC_DECODER=m CONFIG_IR_SONY_DECODER=m CONFIG_IR_RC5_SZ_DECODER=m CONFIG_IR_LIRC_CODEC=m -# CONFIG_IR_ENE is not set -# CONFIG_IR_IMON is not set -# CONFIG_IR_MCEUSB is not set -# CONFIG_IR_ITE_CIR is not set -# CONFIG_IR_FINTEK is not set -# CONFIG_IR_NUVOTON is not set -# CONFIG_IR_REDRAT3 is not set -# CONFIG_IR_STREAMZAP is not set +CONFIG_IR_ENE=m +CONFIG_IR_IMON=m +CONFIG_IR_MCEUSB=m +CONFIG_IR_ITE_CIR=m +CONFIG_IR_FINTEK=m +CONFIG_IR_NUVOTON=m +CONFIG_IR_REDRAT3=m +CONFIG_IR_STREAMZAP=m CONFIG_IR_WINBOND_CIR=m CONFIG_RC_LOOPBACK=m -# CONFIG_MEDIA_ATTACH is not set +CONFIG_MEDIA_ATTACH=y CONFIG_MEDIA_TUNER=m # CONFIG_MEDIA_TUNER_CUSTOMISE is not set CONFIG_MEDIA_TUNER_SIMPLE=m @@ -3242,6 +3457,7 @@ CONFIG_VIDEOBUF_DVB=m CONFIG_VIDEO_BTCX=m CONFIG_VIDEO_TVEEPROM=m CONFIG_VIDEO_TUNER=m +CONFIG_V4L2_MEM2MEM_DEV=m CONFIG_VIDEOBUF2_CORE=m CONFIG_VIDEOBUF2_MEMOPS=m CONFIG_VIDEOBUF2_VMALLOC=m @@ -3319,7 +3535,7 @@ CONFIG_VIDEO_UPD64083=m # Miscelaneous helper chips # CONFIG_VIDEO_M52790=m -CONFIG_VIDEO_VIVI=m +# CONFIG_VIDEO_VIVI is not set CONFIG_VIDEO_BT848=m CONFIG_VIDEO_BT848_DVB=y CONFIG_VIDEO_BWQCAM=m @@ -3350,7 +3566,7 @@ CONFIG_VIDEO_CX88_DVB=m CONFIG_VIDEO_CX88_MPEG=m CONFIG_VIDEO_CX88_VP3054=m CONFIG_VIDEO_CX23885=m -# CONFIG_MEDIA_ALTERA_CI is not set +CONFIG_MEDIA_ALTERA_CI=m CONFIG_VIDEO_AU0828=m CONFIG_VIDEO_IVTV=m CONFIG_VIDEO_FB_IVTV=m @@ -3358,11 +3574,12 @@ CONFIG_VIDEO_CX18=m CONFIG_VIDEO_CX18_ALSA=m CONFIG_VIDEO_SAA7164=m CONFIG_VIDEO_CAFE_CCIC=m -# CONFIG_VIDEO_SR030PC30 is not set -# CONFIG_VIDEO_VIA_CAMERA is not set -# CONFIG_VIDEO_NOON010PC30 is not set +CONFIG_VIDEO_SR030PC30=m +CONFIG_VIDEO_VIA_CAMERA=m +CONFIG_VIDEO_NOON010PC30=m +CONFIG_VIDEO_M5MOLS=m CONFIG_SOC_CAMERA=m -# CONFIG_SOC_CAMERA_IMX074 is not set +CONFIG_SOC_CAMERA_IMX074=m CONFIG_SOC_CAMERA_MT9M001=m CONFIG_SOC_CAMERA_MT9M111=m CONFIG_SOC_CAMERA_MT9T031=m @@ -3372,10 +3589,10 @@ CONFIG_SOC_CAMERA_RJ54N1=m CONFIG_SOC_CAMERA_TW9910=m CONFIG_SOC_CAMERA_PLATFORM=m CONFIG_SOC_CAMERA_OV2640=m -# CONFIG_SOC_CAMERA_OV6650 is not set +CONFIG_SOC_CAMERA_OV6650=m CONFIG_SOC_CAMERA_OV772X=m CONFIG_SOC_CAMERA_OV9640=m -# CONFIG_SOC_CAMERA_OV9740 is not set +CONFIG_SOC_CAMERA_OV9740=m CONFIG_V4L_USB_DRIVERS=y CONFIG_USB_VIDEO_CLASS=m CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y @@ -3389,11 +3606,11 @@ CONFIG_USB_GSPCA_CPIA1=m CONFIG_USB_GSPCA_ETOMS=m CONFIG_USB_GSPCA_FINEPIX=m CONFIG_USB_GSPCA_JEILINJ=m -# CONFIG_USB_GSPCA_KINECT is not set -# CONFIG_USB_GSPCA_KONICA is not set +CONFIG_USB_GSPCA_KINECT=m +CONFIG_USB_GSPCA_KONICA=m CONFIG_USB_GSPCA_MARS=m -# CONFIG_USB_GSPCA_MR97310A is not set -# CONFIG_USB_GSPCA_NW80X is not set +CONFIG_USB_GSPCA_MR97310A=m +CONFIG_USB_GSPCA_NW80X=m CONFIG_USB_GSPCA_OV519=m CONFIG_USB_GSPCA_OV534=m CONFIG_USB_GSPCA_OV534_9=m @@ -3410,29 +3627,32 @@ CONFIG_USB_GSPCA_SPCA505=m CONFIG_USB_GSPCA_SPCA506=m CONFIG_USB_GSPCA_SPCA508=m CONFIG_USB_GSPCA_SPCA561=m -# CONFIG_USB_GSPCA_SPCA1528 is not set -# CONFIG_USB_GSPCA_SQ905 is not set -# CONFIG_USB_GSPCA_SQ905C is not set -# CONFIG_USB_GSPCA_SQ930X is not set +CONFIG_USB_GSPCA_SPCA1528=m +CONFIG_USB_GSPCA_SQ905=m +CONFIG_USB_GSPCA_SQ905C=m +CONFIG_USB_GSPCA_SQ930X=m CONFIG_USB_GSPCA_STK014=m CONFIG_USB_GSPCA_STV0680=m CONFIG_USB_GSPCA_SUNPLUS=m CONFIG_USB_GSPCA_T613=m CONFIG_USB_GSPCA_TV8532=m CONFIG_USB_GSPCA_VC032X=m -# CONFIG_USB_GSPCA_VICAM is not set -# CONFIG_USB_GSPCA_XIRLINK_CIT is not set +CONFIG_USB_GSPCA_VICAM=m +CONFIG_USB_GSPCA_XIRLINK_CIT=m CONFIG_USB_GSPCA_ZC3XX=m CONFIG_VIDEO_PVRUSB2=m CONFIG_VIDEO_PVRUSB2_SYSFS=y CONFIG_VIDEO_PVRUSB2_DVB=y # CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set -# CONFIG_VIDEO_HDPVR is not set +CONFIG_VIDEO_HDPVR=m CONFIG_VIDEO_EM28XX=m CONFIG_VIDEO_EM28XX_ALSA=m CONFIG_VIDEO_EM28XX_DVB=m CONFIG_VIDEO_TLG2300=m -# CONFIG_VIDEO_CX231XX is not set +CONFIG_VIDEO_CX231XX=m +CONFIG_VIDEO_CX231XX_RC=y +CONFIG_VIDEO_CX231XX_ALSA=m +CONFIG_VIDEO_CX231XX_DVB=m CONFIG_VIDEO_USBVISION=m CONFIG_USB_ET61X251=m CONFIG_USB_SN9C102=m @@ -3442,13 +3662,16 @@ CONFIG_USB_PWC_INPUT_EVDEV=y CONFIG_USB_ZR364XX=m CONFIG_USB_STKWEBCAM=m CONFIG_USB_S2255=m -# CONFIG_V4L_MEM2MEM_DRIVERS is not set +CONFIG_V4L_MEM2MEM_DRIVERS=y +CONFIG_VIDEO_MEM2MEM_TESTDEV=m CONFIG_RADIO_ADAPTERS=y CONFIG_RADIO_MAXIRADIO=m CONFIG_I2C_SI4713=m CONFIG_RADIO_SI4713=m CONFIG_USB_DSBR=m -# CONFIG_RADIO_SI470X is not set +CONFIG_RADIO_SI470X=y +CONFIG_USB_SI470X=m +CONFIG_I2C_SI470X=m CONFIG_USB_MR800=m CONFIG_RADIO_TEA5764=m CONFIG_RADIO_SAA7706H=m @@ -3459,7 +3682,7 @@ CONFIG_RADIO_WL1273=m # # Texas Instruments WL128x FM driver (ST based) # -# CONFIG_RADIO_WL128X is not set +CONFIG_RADIO_WL128X=m CONFIG_DVB_MAX_ADAPTERS=8 # CONFIG_DVB_DYNAMIC_MINORS is not set CONFIG_DVB_CAPTURE_DRIVERS=y @@ -3510,8 +3733,8 @@ CONFIG_DVB_USB_CE6230=m CONFIG_DVB_USB_FRIIO=m CONFIG_DVB_USB_EC168=m CONFIG_DVB_USB_AZ6027=m -# CONFIG_DVB_USB_LME2510 is not set -# CONFIG_DVB_USB_TECHNISAT_USB2 is not set +CONFIG_DVB_USB_LME2510=m +CONFIG_DVB_USB_TECHNISAT_USB2=m CONFIG_DVB_TTUSB_BUDGET=m CONFIG_DVB_TTUSB_DEC=m CONFIG_SMS_SIANO_MDTV=m @@ -3657,6 +3880,7 @@ CONFIG_DVB_S5H1411=m # CONFIG_DVB_S921=m CONFIG_DVB_DIB8000=m +CONFIG_DVB_MB86A20S=m # # Digital terrestrial only tuners/PLL @@ -3675,6 +3899,7 @@ CONFIG_DVB_ISL6423=m CONFIG_DVB_LGS8GXX=m CONFIG_DVB_ATBM8830=m CONFIG_DVB_TDA665x=m +CONFIG_DVB_IX2505V=m # # Tools to develop new frontends @@ -3684,8 +3909,8 @@ CONFIG_DVB_TDA665x=m # # Graphics support # -CONFIG_AGP=y -CONFIG_AGP_AMD64=y +CONFIG_AGP=m +CONFIG_AGP_AMD64=m CONFIG_AGP_INTEL=m CONFIG_AGP_SIS=m CONFIG_AGP_VIA=m @@ -3705,7 +3930,7 @@ CONFIG_DRM_MGA=m CONFIG_DRM_SIS=m CONFIG_DRM_VIA=m CONFIG_DRM_SAVAGE=m -# CONFIG_STUB_POULSBO is not set +CONFIG_STUB_POULSBO=m CONFIG_VGASTATE=m CONFIG_VIDEO_OUTPUT_CONTROL=y CONFIG_FB=y @@ -3716,13 +3941,17 @@ CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set -CONFIG_FB_SYS_FILLRECT=m -CONFIG_FB_SYS_COPYAREA=m -CONFIG_FB_SYS_IMAGEBLIT=m -# CONFIG_FB_FOREIGN_ENDIAN is not set -CONFIG_FB_SYS_FOPS=m +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_IMAGEBLIT=y +CONFIG_FB_FOREIGN_ENDIAN=y +CONFIG_FB_BOTH_ENDIAN=y +# CONFIG_FB_BIG_ENDIAN is not set +# CONFIG_FB_LITTLE_ENDIAN is not set +CONFIG_FB_SYS_FOPS=y # CONFIG_FB_WMT_GE_ROPS is not set CONFIG_FB_DEFERRED_IO=y +CONFIG_FB_HECUBA=m CONFIG_FB_SVGALIB=m # CONFIG_FB_MACMODES is not set CONFIG_FB_BACKLIGHT=y @@ -3732,26 +3961,28 @@ CONFIG_FB_TILEBLITTING=y # # Frame buffer hardware drivers # -# CONFIG_FB_CIRRUS is not set -# CONFIG_FB_PM2 is not set -# CONFIG_FB_CYBER2000 is not set -# CONFIG_FB_ARC is not set -# CONFIG_FB_ASILIANT is not set -# CONFIG_FB_IMSTT is not set +CONFIG_FB_CIRRUS=m +CONFIG_FB_PM2=m +CONFIG_FB_PM2_FIFO_DISCONNECT=y +CONFIG_FB_CYBER2000=m +CONFIG_FB_CYBER2000_DDC=y +CONFIG_FB_ARC=m +CONFIG_FB_ASILIANT=y +CONFIG_FB_IMSTT=y CONFIG_FB_VGA16=m CONFIG_FB_UVESA=m CONFIG_FB_VESA=y CONFIG_FB_EFI=y -# CONFIG_FB_N411 is not set -# CONFIG_FB_HGA is not set -# CONFIG_FB_S1D13XXX is not set +CONFIG_FB_N411=m +CONFIG_FB_HGA=m +CONFIG_FB_S1D13XXX=m # CONFIG_FB_NVIDIA is not set # CONFIG_FB_RIVA is not set CONFIG_FB_LE80578=m CONFIG_FB_CARILLO_RANCH=m CONFIG_FB_MATROX=m -# CONFIG_FB_MATROX_MILLENIUM is not set -# CONFIG_FB_MATROX_MYSTIQUE is not set +CONFIG_FB_MATROX_MILLENIUM=y +CONFIG_FB_MATROX_MYSTIQUE=y CONFIG_FB_MATROX_G=y CONFIG_FB_MATROX_I2C=m CONFIG_FB_MATROX_MAVEN=m @@ -3762,36 +3993,49 @@ CONFIG_FB_RADEON_BACKLIGHT=y CONFIG_FB_ATY128=m CONFIG_FB_ATY128_BACKLIGHT=y CONFIG_FB_ATY=m -# CONFIG_FB_ATY_CT is not set -# CONFIG_FB_ATY_GX is not set +CONFIG_FB_ATY_CT=y +CONFIG_FB_ATY_GENERIC_LCD=y +CONFIG_FB_ATY_GX=y CONFIG_FB_ATY_BACKLIGHT=y CONFIG_FB_S3=m CONFIG_FB_S3_DDC=y -# CONFIG_FB_SAVAGE is not set +CONFIG_FB_SAVAGE=m +CONFIG_FB_SAVAGE_I2C=y +CONFIG_FB_SAVAGE_ACCEL=y CONFIG_FB_SIS=m CONFIG_FB_SIS_300=y CONFIG_FB_SIS_315=y CONFIG_FB_VIA=m # CONFIG_FB_VIA_DIRECT_PROCFS is not set -# CONFIG_FB_VIA_X_COMPATIBILITY is not set -# CONFIG_FB_NEOMAGIC is not set -# CONFIG_FB_KYRO is not set -# CONFIG_FB_3DFX is not set -# CONFIG_FB_VOODOO1 is not set -# CONFIG_FB_VT8623 is not set -# CONFIG_FB_TRIDENT is not set -# CONFIG_FB_ARK is not set -# CONFIG_FB_PM3 is not set -# CONFIG_FB_CARMINE is not set -# CONFIG_FB_GEODE is not set +CONFIG_FB_VIA_X_COMPATIBILITY=y +CONFIG_FB_NEOMAGIC=m +CONFIG_FB_KYRO=m +CONFIG_FB_3DFX=m +CONFIG_FB_3DFX_ACCEL=y +CONFIG_FB_3DFX_I2C=y +CONFIG_FB_VOODOO1=m +CONFIG_FB_VT8623=m +CONFIG_FB_TRIDENT=m +CONFIG_FB_ARK=m +CONFIG_FB_PM3=m +CONFIG_FB_CARMINE=m +CONFIG_FB_CARMINE_DRAM_EVAL=y +# CONFIG_CARMINE_DRAM_CUSTOM is not set +CONFIG_FB_GEODE=y +CONFIG_FB_GEODE_LX=m +CONFIG_FB_GEODE_GX=m +CONFIG_FB_GEODE_GX1=m CONFIG_FB_TMIO=m CONFIG_FB_TMIO_ACCELL=y -# CONFIG_FB_SM501 is not set +CONFIG_FB_SM501=m CONFIG_FB_UDL=m -# CONFIG_FB_VIRTUAL is not set -# CONFIG_FB_METRONOME is not set -# CONFIG_FB_MB862XX is not set -# CONFIG_FB_BROADSHEET is not set +CONFIG_FB_VIRTUAL=m +CONFIG_XEN_FBDEV_FRONTEND=y +CONFIG_FB_METRONOME=m +CONFIG_FB_MB862XX=m +CONFIG_FB_MB862XX_PCI_GDC=y +CONFIG_FB_MB862XX_I2C=y +CONFIG_FB_BROADSHEET=m CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=m CONFIG_LCD_L4F00242T03=m @@ -3801,17 +4045,18 @@ CONFIG_LCD_ILI9320=m CONFIG_LCD_TDO24M=m CONFIG_LCD_VGG2432A4=m CONFIG_LCD_PLATFORM=m -# CONFIG_LCD_S6E63M0 is not set -# CONFIG_LCD_LD9040 is not set +CONFIG_LCD_S6E63M0=m +CONFIG_LCD_LD9040=m CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_GENERIC=m CONFIG_BACKLIGHT_PROGEAR=m CONFIG_BACKLIGHT_CARILLO_RANCH=m -# CONFIG_BACKLIGHT_APPLE is not set +CONFIG_BACKLIGHT_APPLE=m CONFIG_BACKLIGHT_SAHARA=m -# CONFIG_BACKLIGHT_ADP8860 is not set -# CONFIG_BACKLIGHT_ADP8870 is not set -# CONFIG_BACKLIGHT_PCF50633 is not set +CONFIG_BACKLIGHT_WM831X=m +CONFIG_BACKLIGHT_ADP8860=m +CONFIG_BACKLIGHT_ADP8870=m +CONFIG_BACKLIGHT_PCF50633=m # # Display device support @@ -3881,7 +4126,7 @@ CONFIG_SND_AC97_CODEC=m CONFIG_SND_DRIVERS=y # CONFIG_SND_PCSP is not set CONFIG_SND_DUMMY=m -# CONFIG_SND_ALOOP is not set +CONFIG_SND_ALOOP=m CONFIG_SND_VIRMIDI=m CONFIG_SND_MTPAV=m CONFIG_SND_MTS64=m @@ -3897,7 +4142,7 @@ CONFIG_SND_AD1889=m CONFIG_SND_ALS300=m CONFIG_SND_ALS4000=m CONFIG_SND_ALI5451=m -# CONFIG_SND_ASIHPI is not set +CONFIG_SND_ASIHPI=m CONFIG_SND_ATIIXP=m CONFIG_SND_ATIIXP_MODEM=m CONFIG_SND_AU8810=m @@ -3906,7 +4151,7 @@ CONFIG_SND_AU8830=m CONFIG_SND_AW2=m CONFIG_SND_AZT3328=m CONFIG_SND_BT87X=m -# CONFIG_SND_BT87X_OVERCLOCK is not set +CONFIG_SND_BT87X_OVERCLOCK=y CONFIG_SND_CA0106=m CONFIG_SND_CMIPCI=m CONFIG_SND_OXYGEN_LIB=m @@ -3937,17 +4182,18 @@ CONFIG_SND_ENS1370=m CONFIG_SND_ENS1371=m CONFIG_SND_ES1938=m CONFIG_SND_ES1968=m -# CONFIG_SND_ES1968_INPUT is not set -# CONFIG_SND_ES1968_RADIO is not set +CONFIG_SND_ES1968_INPUT=y +CONFIG_SND_ES1968_RADIO=y CONFIG_SND_FM801=m CONFIG_SND_FM801_TEA575X_BOOL=y CONFIG_SND_TEA575X=m CONFIG_SND_HDA_INTEL=m CONFIG_SND_HDA_HWDEP=y -# CONFIG_SND_HDA_RECONFIG is not set -# CONFIG_SND_HDA_INPUT_BEEP is not set -# CONFIG_SND_HDA_INPUT_JACK is not set -# CONFIG_SND_HDA_PATCH_LOADER is not set +CONFIG_SND_HDA_RECONFIG=y +CONFIG_SND_HDA_INPUT_BEEP=y +CONFIG_SND_HDA_INPUT_BEEP_MODE=1 +CONFIG_SND_HDA_INPUT_JACK=y +CONFIG_SND_HDA_PATCH_LOADER=y CONFIG_SND_HDA_CODEC_REALTEK=y CONFIG_SND_HDA_CODEC_ANALOG=y CONFIG_SND_HDA_CODEC_SIGMATEL=y @@ -3968,10 +4214,10 @@ CONFIG_SND_ICE1724=m CONFIG_SND_INTEL8X0=m CONFIG_SND_INTEL8X0M=m CONFIG_SND_KORG1212=m -# CONFIG_SND_LOLA is not set +CONFIG_SND_LOLA=m CONFIG_SND_LX6464ES=m CONFIG_SND_MAESTRO3=m -# CONFIG_SND_MAESTRO3_INPUT is not set +CONFIG_SND_MAESTRO3_INPUT=y CONFIG_SND_MIXART=m CONFIG_SND_NM256=m CONFIG_SND_PCXHR=m @@ -3994,14 +4240,91 @@ CONFIG_SND_USB_USX2Y=m CONFIG_SND_USB_CAIAQ=m CONFIG_SND_USB_CAIAQ_INPUT=y CONFIG_SND_USB_US122L=m -# CONFIG_SND_USB_6FIRE is not set +CONFIG_SND_USB_6FIRE=m CONFIG_SND_FIREWIRE=y -# CONFIG_SND_FIREWIRE_SPEAKERS is not set -# CONFIG_SND_ISIGHT is not set +CONFIG_SND_FIREWIRE_LIB=m +CONFIG_SND_FIREWIRE_SPEAKERS=m +CONFIG_SND_ISIGHT=m CONFIG_SND_PCMCIA=y CONFIG_SND_VXPOCKET=m CONFIG_SND_PDAUDIOCF=m -# CONFIG_SND_SOC is not set +CONFIG_SND_SOC=m +CONFIG_SND_SOC_CACHE_LZO=y +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_ALL_CODECS=m +CONFIG_SND_SOC_WM_HUBS=m +CONFIG_SND_SOC_AD1836=m +CONFIG_SND_SOC_AD193X=m +CONFIG_SND_SOC_AD73311=m +CONFIG_SND_SOC_ADS117X=m +CONFIG_SND_SOC_AK4104=m +CONFIG_SND_SOC_AK4535=m +CONFIG_SND_SOC_AK4641=m +CONFIG_SND_SOC_AK4642=m +CONFIG_SND_SOC_AK4671=m +CONFIG_SND_SOC_ALC5623=m +CONFIG_SND_SOC_CS42L51=m +CONFIG_SND_SOC_CS4270=m +CONFIG_SND_SOC_CS4271=m +CONFIG_SND_SOC_CX20442=m +CONFIG_SND_SOC_L3=m +CONFIG_SND_SOC_DA7210=m +CONFIG_SND_SOC_DFBMCS320=m +CONFIG_SND_SOC_MAX98088=m +CONFIG_SND_SOC_MAX98095=m +CONFIG_SND_SOC_MAX9850=m +CONFIG_SND_SOC_PCM3008=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_SOC_SPDIF=m +CONFIG_SND_SOC_SSM2602=m +CONFIG_SND_SOC_TLV320AIC23=m +CONFIG_SND_SOC_TLV320AIC26=m +CONFIG_SND_SOC_TVL320AIC32X4=m +CONFIG_SND_SOC_TLV320AIC3X=m +CONFIG_SND_SOC_TLV320DAC33=m +CONFIG_SND_SOC_UDA134X=m +CONFIG_SND_SOC_UDA1380=m +CONFIG_SND_SOC_WL1273=m +CONFIG_SND_SOC_WM1250_EV1=m +CONFIG_SND_SOC_WM8400=m +CONFIG_SND_SOC_WM8510=m +CONFIG_SND_SOC_WM8523=m +CONFIG_SND_SOC_WM8580=m +CONFIG_SND_SOC_WM8711=m +CONFIG_SND_SOC_WM8727=m +CONFIG_SND_SOC_WM8728=m +CONFIG_SND_SOC_WM8731=m +CONFIG_SND_SOC_WM8737=m +CONFIG_SND_SOC_WM8741=m +CONFIG_SND_SOC_WM8750=m +CONFIG_SND_SOC_WM8753=m +CONFIG_SND_SOC_WM8770=m +CONFIG_SND_SOC_WM8776=m +CONFIG_SND_SOC_WM8804=m +CONFIG_SND_SOC_WM8900=m +CONFIG_SND_SOC_WM8903=m +CONFIG_SND_SOC_WM8904=m +CONFIG_SND_SOC_WM8915=m +CONFIG_SND_SOC_WM8940=m +CONFIG_SND_SOC_WM8955=m +CONFIG_SND_SOC_WM8960=m +CONFIG_SND_SOC_WM8961=m +CONFIG_SND_SOC_WM8962=m +CONFIG_SND_SOC_WM8971=m +CONFIG_SND_SOC_WM8974=m +CONFIG_SND_SOC_WM8978=m +CONFIG_SND_SOC_WM8985=m +CONFIG_SND_SOC_WM8988=m +CONFIG_SND_SOC_WM8990=m +CONFIG_SND_SOC_WM8991=m +CONFIG_SND_SOC_WM8993=m +CONFIG_SND_SOC_WM8995=m +CONFIG_SND_SOC_WM9081=m +CONFIG_SND_SOC_LM4857=m +CONFIG_SND_SOC_MAX9877=m +CONFIG_SND_SOC_TPA6130A2=m +CONFIG_SND_SOC_WM2000=m +CONFIG_SND_SOC_WM9090=m # CONFIG_SOUND_PRIME is not set CONFIG_AC97_BUS=m CONFIG_HID_SUPPORT=y @@ -4019,63 +4342,69 @@ CONFIG_USB_HIDDEV=y # Special HID drivers # CONFIG_HID_A4TECH=y -# CONFIG_HID_ACRUX is not set +CONFIG_HID_ACRUX=m +CONFIG_HID_ACRUX_FF=m CONFIG_HID_APPLE=y CONFIG_HID_BELKIN=y CONFIG_HID_CHERRY=y CONFIG_HID_CHICONY=y -# CONFIG_HID_PRODIKEYS is not set +CONFIG_HID_PRODIKEYS=m CONFIG_HID_CYPRESS=y -CONFIG_HID_DRAGONRISE=y -# CONFIG_DRAGONRISE_FF is not set +CONFIG_HID_DRAGONRISE=m +CONFIG_DRAGONRISE_FF=y CONFIG_HID_EMS_FF=m -# CONFIG_HID_ELECOM is not set +CONFIG_HID_ELECOM=m CONFIG_HID_EZKEY=y -# CONFIG_HID_KEYTOUCH is not set +CONFIG_HID_KEYTOUCH=m CONFIG_HID_KYE=y -# CONFIG_HID_UCLOGIC is not set -# CONFIG_HID_WALTOP is not set -CONFIG_HID_GYRATION=y -CONFIG_HID_TWINHAN=y +CONFIG_HID_UCLOGIC=m +CONFIG_HID_WALTOP=m +CONFIG_HID_GYRATION=m +CONFIG_HID_TWINHAN=m CONFIG_HID_KENSINGTON=y -# CONFIG_HID_LCPOWER is not set +CONFIG_HID_LCPOWER=m CONFIG_HID_LOGITECH=y CONFIG_LOGITECH_FF=y CONFIG_LOGIRUMBLEPAD2_FF=y -# CONFIG_LOGIG940_FF is not set -# CONFIG_LOGIWII_FF is not set -# CONFIG_HID_MAGICMOUSE is not set +CONFIG_LOGIG940_FF=y +CONFIG_LOGIWII_FF=y +CONFIG_HID_MAGICMOUSE=m CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y CONFIG_HID_MULTITOUCH=m -CONFIG_HID_NTRIG=y -CONFIG_HID_ORTEK=y -CONFIG_HID_PANTHERLORD=y +CONFIG_HID_NTRIG=m +CONFIG_HID_ORTEK=m +CONFIG_HID_PANTHERLORD=m CONFIG_PANTHERLORD_FF=y -CONFIG_HID_PETALYNX=y -# CONFIG_HID_PICOLCD is not set +CONFIG_HID_PETALYNX=m +CONFIG_HID_PICOLCD=m +CONFIG_HID_PICOLCD_FB=y +CONFIG_HID_PICOLCD_BACKLIGHT=y +CONFIG_HID_PICOLCD_LCD=y +CONFIG_HID_PICOLCD_LEDS=y CONFIG_HID_QUANTA=m CONFIG_HID_ROCCAT=m CONFIG_HID_ROCCAT_COMMON=m -# CONFIG_HID_ROCCAT_ARVO is not set -# CONFIG_HID_ROCCAT_KONE is not set +CONFIG_HID_ROCCAT_ARVO=m +CONFIG_HID_ROCCAT_KONE=m CONFIG_HID_ROCCAT_KONEPLUS=m -# CONFIG_HID_ROCCAT_KOVAPLUS is not set -# CONFIG_HID_ROCCAT_PYRA is not set -CONFIG_HID_SAMSUNG=y -CONFIG_HID_SONY=y -# CONFIG_HID_SUNPLUS is not set -CONFIG_HID_GREENASIA=y -# CONFIG_GREENASIA_FF is not set -CONFIG_HID_SMARTJOYPLUS=y -# CONFIG_SMARTJOYPLUS_FF is not set -CONFIG_HID_TOPSEED=y -CONFIG_HID_THRUSTMASTER=y +CONFIG_HID_ROCCAT_KOVAPLUS=m +CONFIG_HID_ROCCAT_PYRA=m +CONFIG_HID_SAMSUNG=m +CONFIG_HID_SONY=m +CONFIG_HID_SUNPLUS=m +CONFIG_HID_GREENASIA=m +CONFIG_GREENASIA_FF=y +CONFIG_HID_SMARTJOYPLUS=m +CONFIG_SMARTJOYPLUS_FF=y +CONFIG_HID_TOPSEED=m +CONFIG_HID_THRUSTMASTER=m CONFIG_THRUSTMASTER_FF=y -# CONFIG_HID_WACOM is not set -CONFIG_HID_ZEROPLUS=y +CONFIG_HID_WACOM=m +CONFIG_HID_WACOM_POWER_SUPPLY=y +CONFIG_HID_ZEROPLUS=m CONFIG_ZEROPLUS_FF=y -# CONFIG_HID_ZYDACRON is not set +CONFIG_HID_ZYDACRON=m CONFIG_USB_SUPPORT=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y @@ -4088,9 +4417,10 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y # Miscellaneous USB options # CONFIG_USB_DEVICEFS=y -# CONFIG_USB_DEVICE_CLASS is not set +CONFIG_USB_DEVICE_CLASS=y CONFIG_USB_DYNAMIC_MINORS=y -# CONFIG_USB_MON is not set +# CONFIG_USB_SUSPEND is not set +CONFIG_USB_MON=m CONFIG_USB_WUSB=m CONFIG_USB_WUSB_CBAF=m # CONFIG_USB_WUSB_CBAF_DEBUG is not set @@ -4139,7 +4469,7 @@ CONFIG_USB_TMC=m # CONFIG_USB_STORAGE=y # CONFIG_USB_STORAGE_DEBUG is not set -# CONFIG_USB_STORAGE_REALTEK is not set +CONFIG_USB_STORAGE_REALTEK=y CONFIG_USB_STORAGE_DATAFAB=y CONFIG_USB_STORAGE_FREECOM=y CONFIG_USB_STORAGE_ISD200=y @@ -4151,8 +4481,8 @@ CONFIG_USB_STORAGE_ALAUDA=y CONFIG_USB_STORAGE_ONETOUCH=y CONFIG_USB_STORAGE_KARMA=y CONFIG_USB_STORAGE_CYPRESS_ATACB=y -# CONFIG_USB_STORAGE_ENE_UB6250 is not set -# CONFIG_USB_UAS is not set +CONFIG_USB_STORAGE_ENE_UB6250=y +CONFIG_USB_UAS=y # CONFIG_USB_LIBUSUAL is not set # @@ -4174,7 +4504,7 @@ CONFIG_USB_SERIAL_BELKIN=m CONFIG_USB_SERIAL_CH341=m CONFIG_USB_SERIAL_WHITEHEAT=m CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m -# CONFIG_USB_SERIAL_CP210X is not set +CONFIG_USB_SERIAL_CP210X=m CONFIG_USB_SERIAL_CYPRESS_M8=m CONFIG_USB_SERIAL_EMPEG=m CONFIG_USB_SERIAL_FTDI_SIO=m @@ -4205,21 +4535,21 @@ CONFIG_USB_SERIAL_KLSI=m CONFIG_USB_SERIAL_KOBIL_SCT=m CONFIG_USB_SERIAL_MCT_U232=m CONFIG_USB_SERIAL_MOS7720=m -# CONFIG_USB_SERIAL_MOS7715_PARPORT is not set +CONFIG_USB_SERIAL_MOS7715_PARPORT=y CONFIG_USB_SERIAL_MOS7840=m CONFIG_USB_SERIAL_MOTOROLA=m CONFIG_USB_SERIAL_NAVMAN=m CONFIG_USB_SERIAL_PL2303=m CONFIG_USB_SERIAL_OTI6858=m CONFIG_USB_SERIAL_QCAUX=m -# CONFIG_USB_SERIAL_QUALCOMM is not set +CONFIG_USB_SERIAL_QUALCOMM=m CONFIG_USB_SERIAL_SPCP8X5=m CONFIG_USB_SERIAL_HP4X=m CONFIG_USB_SERIAL_SAFE=m CONFIG_USB_SERIAL_SAFE_PADDED=y CONFIG_USB_SERIAL_SIEMENS_MPI=m CONFIG_USB_SERIAL_SIERRAWIRELESS=m -# CONFIG_USB_SERIAL_SYMBOL is not set +CONFIG_USB_SERIAL_SYMBOL=m CONFIG_USB_SERIAL_TI=m CONFIG_USB_SERIAL_CYBERJACK=m CONFIG_USB_SERIAL_XIRCOM=m @@ -4228,8 +4558,8 @@ CONFIG_USB_SERIAL_OPTION=m CONFIG_USB_SERIAL_OMNINET=m CONFIG_USB_SERIAL_OPTICON=m CONFIG_USB_SERIAL_VIVOPAY_SERIAL=m -# CONFIG_USB_SERIAL_ZIO is not set -# CONFIG_USB_SERIAL_SSU100 is not set +CONFIG_USB_SERIAL_ZIO=m +CONFIG_USB_SERIAL_SSU100=m # CONFIG_USB_SERIAL_DEBUG is not set # @@ -4249,13 +4579,13 @@ CONFIG_USB_IDMOUSE=m CONFIG_USB_FTDI_ELAN=m CONFIG_USB_APPLEDISPLAY=m CONFIG_USB_SISUSBVGA=m -# CONFIG_USB_SISUSBVGA_CON is not set +CONFIG_USB_SISUSBVGA_CON=y CONFIG_USB_LD=m CONFIG_USB_TRANCEVIBRATOR=m CONFIG_USB_IOWARRIOR=m CONFIG_USB_TEST=m CONFIG_USB_ISIGHTFW=m -# CONFIG_USB_YUREX is not set +CONFIG_USB_YUREX=m CONFIG_USB_ATM=m CONFIG_USB_SPEEDTOUCH=m CONFIG_USB_CXACRU=m @@ -4283,11 +4613,14 @@ CONFIG_USB_GADGET_DUALSPEED=y CONFIG_USB_ZERO=m CONFIG_USB_AUDIO=m CONFIG_USB_ETH=m -# CONFIG_USB_ETH_RNDIS is not set -# CONFIG_USB_ETH_EEM is not set +CONFIG_USB_ETH_RNDIS=y +CONFIG_USB_ETH_EEM=y CONFIG_USB_G_NCM=m CONFIG_USB_GADGETFS=m -# CONFIG_USB_FUNCTIONFS is not set +CONFIG_USB_FUNCTIONFS=m +CONFIG_USB_FUNCTIONFS_ETH=y +CONFIG_USB_FUNCTIONFS_RNDIS=y +CONFIG_USB_FUNCTIONFS_GENERIC=y CONFIG_USB_FILE_STORAGE=m # CONFIG_USB_FILE_STORAGE_TEST is not set CONFIG_USB_MASS_STORAGE=m @@ -4298,17 +4631,18 @@ CONFIG_USB_CDC_COMPOSITE=m CONFIG_USB_G_NOKIA=m CONFIG_USB_G_MULTI=m CONFIG_USB_G_MULTI_RNDIS=y -# CONFIG_USB_G_MULTI_CDC is not set -# CONFIG_USB_G_HID is not set +CONFIG_USB_G_MULTI_CDC=y +CONFIG_USB_G_HID=m # CONFIG_USB_G_DBGP is not set -# CONFIG_USB_G_WEBCAM is not set +CONFIG_USB_G_WEBCAM=m # # OTG and related infrastructure # CONFIG_USB_OTG_UTILS=y CONFIG_USB_GPIO_VBUS=m -# CONFIG_NOP_USB_XCEIV is not set +CONFIG_NOP_USB_XCEIV=m +CONFIG_AB8500_USB=m CONFIG_UWB=m CONFIG_UWB_HWA=m CONFIG_UWB_WHCI=m @@ -4316,7 +4650,7 @@ CONFIG_UWB_I1480U=m CONFIG_MMC=m # CONFIG_MMC_DEBUG is not set # CONFIG_MMC_UNSAFE_RESUME is not set -# CONFIG_MMC_CLKGATE is not set +CONFIG_MMC_CLKGATE=y # # MMC/SD/SDIO Card Drivers @@ -4332,7 +4666,7 @@ CONFIG_SDIO_UART=m # CONFIG_MMC_SDHCI=m CONFIG_MMC_SDHCI_PCI=m -# CONFIG_MMC_RICOH_MMC is not set +CONFIG_MMC_RICOH_MMC=y CONFIG_MMC_SDHCI_PLTFM=m CONFIG_MMC_WBSD=m CONFIG_MMC_TIFM_SD=m @@ -4340,8 +4674,8 @@ CONFIG_MMC_SPI=m CONFIG_MMC_SDRICOH_CS=m CONFIG_MMC_CB710=m CONFIG_MMC_VIA_SDMMC=m -# CONFIG_MMC_VUB300 is not set -# CONFIG_MMC_USHC is not set +CONFIG_MMC_VUB300=m +CONFIG_MMC_USHC=m CONFIG_MEMSTICK=m # CONFIG_MEMSTICK_DEBUG is not set @@ -4356,31 +4690,33 @@ CONFIG_MSPRO_BLOCK=m # CONFIG_MEMSTICK_TIFM_MS=m CONFIG_MEMSTICK_JMICRON_38X=m -# CONFIG_MEMSTICK_R592 is not set +CONFIG_MEMSTICK_R592=m CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y # # LED drivers # -# CONFIG_LEDS_LM3530 is not set -# CONFIG_LEDS_NET5501 is not set +CONFIG_LEDS_LM3530=m +CONFIG_LEDS_NET5501=m CONFIG_LEDS_ALIX2=m CONFIG_LEDS_PCA9532=m -# CONFIG_LEDS_PCA9532_GPIO is not set +CONFIG_LEDS_PCA9532_GPIO=y CONFIG_LEDS_GPIO=m CONFIG_LEDS_GPIO_PLATFORM=y CONFIG_LEDS_LP3944=m -# CONFIG_LEDS_LP5521 is not set -# CONFIG_LEDS_LP5523 is not set +CONFIG_LEDS_LP5521=m +CONFIG_LEDS_LP5523=m CONFIG_LEDS_CLEVO_MAIL=m CONFIG_LEDS_PCA955X=m +CONFIG_LEDS_WM831X_STATUS=m CONFIG_LEDS_DAC124S085=m CONFIG_LEDS_REGULATOR=m CONFIG_LEDS_BD2802=m CONFIG_LEDS_INTEL_SS4200=m CONFIG_LEDS_LT3593=m CONFIG_LEDS_DELL_NETBOOKS=m +CONFIG_LEDS_MC13783=m CONFIG_LEDS_TRIGGERS=y # @@ -4396,7 +4732,8 @@ CONFIG_LEDS_TRIGGER_DEFAULT_ON=m # # iptables trigger is under Netfilter config (LED target) # -# CONFIG_NFC_DEVICES is not set +CONFIG_NFC_DEVICES=y +CONFIG_PN544_NFC=m CONFIG_ACCESSIBILITY=y CONFIG_A11Y_BRAILLE_CONSOLE=y CONFIG_INFINIBAND=m @@ -4407,14 +4744,15 @@ CONFIG_INFINIBAND_ADDR_TRANS=y CONFIG_INFINIBAND_MTHCA=m CONFIG_INFINIBAND_MTHCA_DEBUG=y CONFIG_INFINIBAND_IPATH=m -# CONFIG_INFINIBAND_QIB is not set +CONFIG_INFINIBAND_QIB=m CONFIG_INFINIBAND_AMSO1100=m # CONFIG_INFINIBAND_AMSO1100_DEBUG is not set CONFIG_INFINIBAND_CXGB3=m # CONFIG_INFINIBAND_CXGB3_DEBUG is not set -# CONFIG_INFINIBAND_CXGB4 is not set +CONFIG_INFINIBAND_CXGB4=m CONFIG_MLX4_INFINIBAND=m -# CONFIG_INFINIBAND_NES is not set +CONFIG_INFINIBAND_NES=m +# CONFIG_INFINIBAND_NES_DEBUG is not set CONFIG_INFINIBAND_IPOIB=m CONFIG_INFINIBAND_IPOIB_CM=y CONFIG_INFINIBAND_IPOIB_DEBUG=y @@ -4430,6 +4768,7 @@ CONFIG_EDAC=y CONFIG_EDAC_DECODE_MCE=m # CONFIG_EDAC_MCE_INJ is not set CONFIG_EDAC_MM_EDAC=m +CONFIG_EDAC_MCE=y CONFIG_EDAC_AMD64=m # CONFIG_EDAC_AMD64_ERROR_INJECTION is not set CONFIG_EDAC_E752X=m @@ -4438,10 +4777,10 @@ CONFIG_EDAC_I3000=m CONFIG_EDAC_I3200=m CONFIG_EDAC_X38=m CONFIG_EDAC_I5400=m -# CONFIG_EDAC_I7CORE is not set +CONFIG_EDAC_I7CORE=m CONFIG_EDAC_I5000=m CONFIG_EDAC_I5100=m -# CONFIG_EDAC_I7300 is not set +CONFIG_EDAC_I7300=m CONFIG_RTC_LIB=y CONFIG_RTC_CLASS=y CONFIG_RTC_HCTOSYS=y @@ -4463,11 +4802,11 @@ CONFIG_RTC_INTF_DEV_UIE_EMUL=y CONFIG_RTC_DRV_DS1307=m CONFIG_RTC_DRV_DS1374=m CONFIG_RTC_DRV_DS1672=m -# CONFIG_RTC_DRV_DS3232 is not set +CONFIG_RTC_DRV_DS3232=m CONFIG_RTC_DRV_MAX6900=m CONFIG_RTC_DRV_RS5C372=m CONFIG_RTC_DRV_ISL1208=m -# CONFIG_RTC_DRV_ISL12022 is not set +CONFIG_RTC_DRV_ISL12022=m CONFIG_RTC_DRV_X1205=m CONFIG_RTC_DRV_PCF8563=m CONFIG_RTC_DRV_PCF8583=m @@ -4478,13 +4817,13 @@ CONFIG_RTC_DRV_S35390A=m CONFIG_RTC_DRV_FM3130=m CONFIG_RTC_DRV_RX8581=m CONFIG_RTC_DRV_RX8025=m -# CONFIG_RTC_DRV_EM3027 is not set -# CONFIG_RTC_DRV_RV3029C2 is not set +CONFIG_RTC_DRV_EM3027=m +CONFIG_RTC_DRV_RV3029C2=m # # SPI RTC drivers # -# CONFIG_RTC_DRV_M41T93 is not set +CONFIG_RTC_DRV_M41T93=m CONFIG_RTC_DRV_M41T94=m CONFIG_RTC_DRV_DS1305=m CONFIG_RTC_DRV_DS1390=m @@ -4510,18 +4849,22 @@ CONFIG_RTC_DRV_MSM6242=m CONFIG_RTC_DRV_BQ4802=m CONFIG_RTC_DRV_RP5C01=m CONFIG_RTC_DRV_V3020=m +CONFIG_RTC_DRV_WM831X=m CONFIG_RTC_DRV_PCF50633=m +CONFIG_RTC_DRV_AB8500=m # # on-CPU RTC drivers # +CONFIG_RTC_DRV_PCAP=m +CONFIG_RTC_DRV_MC13XXX=m CONFIG_DMADEVICES=y # CONFIG_DMADEVICES_DEBUG is not set # # DMA Devices # -# CONFIG_INTEL_MID_DMAC is not set +CONFIG_INTEL_MID_DMAC=m CONFIG_INTEL_IOATDMA=m CONFIG_TIMB_DMA=m CONFIG_PCH_DMA=m @@ -4531,7 +4874,7 @@ CONFIG_DMA_ENGINE=y # DMA Clients # CONFIG_NET_DMA=y -# CONFIG_ASYNC_TX_DMA is not set +CONFIG_ASYNC_TX_DMA=y # CONFIG_DMATEST is not set CONFIG_DCA=m CONFIG_AUXDISPLAY=y @@ -4542,12 +4885,28 @@ CONFIG_CFAG12864B=m CONFIG_CFAG12864B_RATE=20 CONFIG_UIO=m CONFIG_UIO_CIF=m -# CONFIG_UIO_PDRV is not set -# CONFIG_UIO_PDRV_GENIRQ is not set -# CONFIG_UIO_AEC is not set +CONFIG_UIO_PDRV=m +CONFIG_UIO_PDRV_GENIRQ=m +CONFIG_UIO_AEC=m CONFIG_UIO_SERCOS3=m CONFIG_UIO_PCI_GENERIC=m CONFIG_UIO_NETX=m + +# +# Xen driver support +# +CONFIG_XEN_BALLOON=y +CONFIG_XEN_SCRUB_PAGES=y +CONFIG_XEN_DEV_EVTCHN=y +CONFIG_XEN_BACKEND=y +CONFIG_XENFS=y +CONFIG_XEN_COMPAT_XENFS=y +CONFIG_XEN_SYS_HYPERVISOR=y +CONFIG_XEN_XENBUS_FRONTEND=y +CONFIG_XEN_GNTDEV=y +CONFIG_XEN_GRANT_DEV_ALLOC=y +CONFIG_XEN_PLATFORM_PCI=y +CONFIG_SWIOTLB_XEN=y CONFIG_STAGING=y CONFIG_STALLION=m CONFIG_ISTALLION=m @@ -4556,7 +4915,7 @@ CONFIG_RISCOM8=m CONFIG_SPECIALIX=m CONFIG_COMPUTONE=m CONFIG_ET131X=m -CONFIG_ET131X_DEBUG=y +# CONFIG_ET131X_DEBUG is not set CONFIG_SLICOSS=m CONFIG_VIDEO_GO7007=m CONFIG_VIDEO_GO7007_USB=m @@ -4570,82 +4929,106 @@ CONFIG_VIDEO_GO7007_SONY_TUNER=m CONFIG_VIDEO_GO7007_TW2804=m CONFIG_VIDEO_CX25821=m CONFIG_VIDEO_CX25821_ALSA=m -# CONFIG_VIDEO_TM6000 is not set -# CONFIG_DVB_CXD2099 is not set -# CONFIG_USBIP_CORE is not set +CONFIG_VIDEO_TM6000=m +CONFIG_VIDEO_TM6000_ALSA=m +CONFIG_VIDEO_TM6000_DVB=m +CONFIG_DVB_CXD2099=m +CONFIG_USBIP_CORE=m +CONFIG_USBIP_VHCI_HCD=m +CONFIG_USBIP_HOST=m +# CONFIG_USBIP_DEBUG is not set CONFIG_W35UND=m CONFIG_PRISM2_USB=m CONFIG_ECHO=m CONFIG_BRCMUTIL=m CONFIG_BRCMSMAC=m -# CONFIG_BRCMFMAC is not set +CONFIG_BRCMFMAC=m # CONFIG_BRCMDBG is not set CONFIG_COMEDI=m # CONFIG_COMEDI_DEBUG is not set -# CONFIG_COMEDI_MISC_DRIVERS is not set +CONFIG_COMEDI_MISC_DRIVERS=m +CONFIG_COMEDI_KCOMEDILIB=m +CONFIG_COMEDI_BOND=m +CONFIG_COMEDI_TEST=m +CONFIG_COMEDI_PARPORT=m +CONFIG_COMEDI_SERIAL2002=m +CONFIG_COMEDI_SKEL=m CONFIG_COMEDI_PCI_DRIVERS=m -# CONFIG_COMEDI_ADDI_APCI_035 is not set -# CONFIG_COMEDI_ADDI_APCI_1032 is not set -# CONFIG_COMEDI_ADDI_APCI_1500 is not set -# CONFIG_COMEDI_ADDI_APCI_1516 is not set -# CONFIG_COMEDI_ADDI_APCI_1564 is not set -# CONFIG_COMEDI_ADDI_APCI_16XX is not set -# CONFIG_COMEDI_ADDI_APCI_2016 is not set -# CONFIG_COMEDI_ADDI_APCI_2032 is not set -# CONFIG_COMEDI_ADDI_APCI_2200 is not set -# CONFIG_COMEDI_ADDI_APCI_3001 is not set -# CONFIG_COMEDI_ADDI_APCI_3120 is not set -# CONFIG_COMEDI_ADDI_APCI_3501 is not set -# CONFIG_COMEDI_ADDI_APCI_3XXX is not set -# CONFIG_COMEDI_ADL_PCI6208 is not set -# CONFIG_COMEDI_ADL_PCI7230 is not set -# CONFIG_COMEDI_ADL_PCI7296 is not set -# CONFIG_COMEDI_ADL_PCI7432 is not set -# CONFIG_COMEDI_ADL_PCI8164 is not set -# CONFIG_COMEDI_ADL_PCI9111 is not set -# CONFIG_COMEDI_ADL_PCI9118 is not set -# CONFIG_COMEDI_ADV_PCI1710 is not set -# CONFIG_COMEDI_ADV_PCI1723 is not set -# CONFIG_COMEDI_ADV_PCI_DIO is not set -# CONFIG_COMEDI_AMPLC_DIO200 is not set -# CONFIG_COMEDI_AMPLC_PC236 is not set -# CONFIG_COMEDI_AMPLC_PC263 is not set -# CONFIG_COMEDI_AMPLC_PCI224 is not set -# CONFIG_COMEDI_AMPLC_PCI230 is not set -# CONFIG_COMEDI_CONTEC_PCI_DIO is not set -# CONFIG_COMEDI_DT3000 is not set -# CONFIG_COMEDI_UNIOXX5 is not set -# CONFIG_COMEDI_GSC_HPDI is not set -# CONFIG_COMEDI_ICP_MULTI is not set -# CONFIG_COMEDI_II_PCI20KC is not set -# CONFIG_COMEDI_DAQBOARD2000 is not set -# CONFIG_COMEDI_JR3_PCI is not set -# CONFIG_COMEDI_KE_COUNTER is not set -# CONFIG_COMEDI_CB_PCIDAS64 is not set -# CONFIG_COMEDI_CB_PCIDAS is not set -# CONFIG_COMEDI_CB_PCIDDA is not set -# CONFIG_COMEDI_CB_PCIDIO is not set -# CONFIG_COMEDI_CB_PCIMDAS is not set -# CONFIG_COMEDI_CB_PCIMDDA is not set -# CONFIG_COMEDI_ME4000 is not set -# CONFIG_COMEDI_ME_DAQ is not set -# CONFIG_COMEDI_RTD520 is not set -# CONFIG_COMEDI_S526 is not set -# CONFIG_COMEDI_S626 is not set -# CONFIG_COMEDI_SSV_DNP is not set +CONFIG_COMEDI_ADDI_APCI_035=m +CONFIG_COMEDI_ADDI_APCI_1032=m +CONFIG_COMEDI_ADDI_APCI_1500=m +CONFIG_COMEDI_ADDI_APCI_1516=m +CONFIG_COMEDI_ADDI_APCI_1564=m +CONFIG_COMEDI_ADDI_APCI_16XX=m +CONFIG_COMEDI_ADDI_APCI_2016=m +CONFIG_COMEDI_ADDI_APCI_2032=m +CONFIG_COMEDI_ADDI_APCI_2200=m +CONFIG_COMEDI_ADDI_APCI_3001=m +CONFIG_COMEDI_ADDI_APCI_3120=m +CONFIG_COMEDI_ADDI_APCI_3501=m +CONFIG_COMEDI_ADDI_APCI_3XXX=m +CONFIG_COMEDI_ADL_PCI6208=m +CONFIG_COMEDI_ADL_PCI7230=m +CONFIG_COMEDI_ADL_PCI7296=m +CONFIG_COMEDI_ADL_PCI7432=m +CONFIG_COMEDI_ADL_PCI8164=m +CONFIG_COMEDI_ADL_PCI9111=m +CONFIG_COMEDI_ADL_PCI9118=m +CONFIG_COMEDI_ADV_PCI1710=m +CONFIG_COMEDI_ADV_PCI1723=m +CONFIG_COMEDI_ADV_PCI_DIO=m +CONFIG_COMEDI_AMPLC_DIO200=m +CONFIG_COMEDI_AMPLC_PC236=m +CONFIG_COMEDI_AMPLC_PC263=m +CONFIG_COMEDI_AMPLC_PCI224=m +CONFIG_COMEDI_AMPLC_PCI230=m +CONFIG_COMEDI_CONTEC_PCI_DIO=m +CONFIG_COMEDI_DT3000=m +CONFIG_COMEDI_UNIOXX5=m +CONFIG_COMEDI_GSC_HPDI=m +CONFIG_COMEDI_ICP_MULTI=m +CONFIG_COMEDI_II_PCI20KC=m +CONFIG_COMEDI_DAQBOARD2000=m +CONFIG_COMEDI_JR3_PCI=m +CONFIG_COMEDI_KE_COUNTER=m +CONFIG_COMEDI_CB_PCIDAS64=m +CONFIG_COMEDI_CB_PCIDAS=m +CONFIG_COMEDI_CB_PCIDDA=m +CONFIG_COMEDI_CB_PCIDIO=m +CONFIG_COMEDI_CB_PCIMDAS=m +CONFIG_COMEDI_CB_PCIMDDA=m +CONFIG_COMEDI_ME4000=m +CONFIG_COMEDI_ME_DAQ=m +CONFIG_COMEDI_NI_6527=m +CONFIG_COMEDI_NI_65XX=m +CONFIG_COMEDI_NI_660X=m +CONFIG_COMEDI_NI_670X=m +CONFIG_COMEDI_NI_PCIDIO=m +CONFIG_COMEDI_NI_PCIMIO=m +CONFIG_COMEDI_RTD520=m +CONFIG_COMEDI_S526=m +CONFIG_COMEDI_S626=m +CONFIG_COMEDI_SSV_DNP=m CONFIG_COMEDI_PCMCIA_DRIVERS=m -# CONFIG_COMEDI_CB_DAS16_CS is not set -# CONFIG_COMEDI_DAS08_CS is not set -# CONFIG_COMEDI_QUATECH_DAQP_CS is not set +CONFIG_COMEDI_CB_DAS16_CS=m +CONFIG_COMEDI_DAS08_CS=m +CONFIG_COMEDI_NI_DAQ_700_CS=m +CONFIG_COMEDI_NI_DAQ_DIO24_CS=m +CONFIG_COMEDI_NI_LABPC_CS=m +CONFIG_COMEDI_NI_MIO_CS=m +CONFIG_COMEDI_QUATECH_DAQP_CS=m CONFIG_COMEDI_USB_DRIVERS=m -# CONFIG_COMEDI_DT9812 is not set -# CONFIG_COMEDI_USBDUX is not set -# CONFIG_COMEDI_USBDUXFAST is not set -# CONFIG_COMEDI_VMK80XX is not set -# CONFIG_COMEDI_NI_COMMON is not set -# CONFIG_COMEDI_8255 is not set -# CONFIG_COMEDI_DAS08 is not set -# CONFIG_COMEDI_FC is not set +CONFIG_COMEDI_DT9812=m +CONFIG_COMEDI_USBDUX=m +CONFIG_COMEDI_USBDUXFAST=m +CONFIG_COMEDI_VMK80XX=m +CONFIG_COMEDI_NI_COMMON=m +CONFIG_COMEDI_MITE=m +CONFIG_COMEDI_NI_TIO=m +CONFIG_COMEDI_NI_LABPC=m +CONFIG_COMEDI_8255=m +CONFIG_COMEDI_DAS08=m +CONFIG_COMEDI_FC=m CONFIG_ASUS_OLED=m CONFIG_PANEL=m CONFIG_PANEL_PARPORT=0 @@ -4654,8 +5037,10 @@ CONFIG_PANEL_PROFILE=5 CONFIG_R8187SE=m CONFIG_RTL8192U=m CONFIG_RTL8192E=m -# CONFIG_R8712U is not set -# CONFIG_RTS_PSTOR is not set +CONFIG_R8712U=m +CONFIG_R8712_AP=y +CONFIG_RTS_PSTOR=m +# CONFIG_RTS_PSTOR_DEBUG is not set CONFIG_TRANZPORT=m CONFIG_POHMELFS=m # CONFIG_POHMELFS_DEBUG is not set @@ -4709,7 +5094,7 @@ CONFIG_DX_SEP=m CONFIG_IIO=m CONFIG_IIO_RING_BUFFER=y CONFIG_IIO_SW_RING=m -# CONFIG_IIO_KFIFO_BUF is not set +CONFIG_IIO_KFIFO_BUF=m CONFIG_IIO_TRIGGER=y CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 @@ -4719,13 +5104,14 @@ CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 CONFIG_ADIS16201=m CONFIG_ADIS16203=m CONFIG_ADIS16204=m -# CONFIG_ADIS16209 is not set -# CONFIG_ADIS16220 is not set -# CONFIG_ADIS16240 is not set +CONFIG_ADIS16209=m +CONFIG_ADIS16220=m +CONFIG_ADIS16240=m CONFIG_KXSD9=m CONFIG_LIS3L02DQ=m +# CONFIG_LIS3L02DQ_BUF_KFIFO is not set CONFIG_LIS3L02DQ_BUF_RING_SW=y -# CONFIG_SCA3000 is not set +CONFIG_SCA3000=m # # Analog to digital convertors @@ -4735,11 +5121,14 @@ CONFIG_AD7152=m CONFIG_AD7291=m CONFIG_AD7298=m CONFIG_AD7314=m -# CONFIG_AD7606 is not set -# CONFIG_AD799X is not set -# CONFIG_AD7476 is not set +CONFIG_AD7606=m +CONFIG_AD7606_IFACE_PARALLEL=m +CONFIG_AD7606_IFACE_SPI=m +CONFIG_AD799X=m +CONFIG_AD799X_RING_BUFFER=y +CONFIG_AD7476=m CONFIG_AD7887=m -# CONFIG_AD7780 is not set +CONFIG_AD7780=m CONFIG_AD7745=m CONFIG_AD7816=m CONFIG_ADT75=m @@ -4760,9 +5149,9 @@ CONFIG_ADT7316_I2C=m # CONFIG_AD5624R_SPI=m CONFIG_AD5446=m -# CONFIG_AD5504 is not set -# CONFIG_AD5791 is not set -# CONFIG_MAX517 is not set +CONFIG_AD5504=m +CONFIG_AD5791=m +CONFIG_MAX517=m # # Direct Digital Synthesis @@ -4781,26 +5170,26 @@ CONFIG_AD9951=m CONFIG_ADIS16060=m CONFIG_ADIS16080=m CONFIG_ADIS16130=m -# CONFIG_ADIS16260 is not set -# CONFIG_ADXRS450 is not set +CONFIG_ADIS16260=m +CONFIG_ADXRS450=m # # Inertial measurement units # -# CONFIG_ADIS16400 is not set +CONFIG_ADIS16400=m # # Light sensors # -# CONFIG_SENSORS_ISL29018 is not set +CONFIG_SENSORS_ISL29018=m CONFIG_SENSORS_TSL2563=m -# CONFIG_TSL2583 is not set +CONFIG_TSL2583=m # # Magnetometer sensors # -# CONFIG_SENSORS_AK8975 is not set -# CONFIG_SENSORS_HMC5843 is not set +CONFIG_SENSORS_AK8975=m +CONFIG_SENSORS_HMC5843=m # # Active energy metering IC @@ -4826,59 +5215,103 @@ CONFIG_AD2S1210_GPIO_NONE=y # # Triggers - standalone # -# CONFIG_IIO_PERIODIC_RTC_TRIGGER is not set -# CONFIG_IIO_GPIO_TRIGGER is not set -# CONFIG_IIO_SYSFS_TRIGGER is not set -# CONFIG_XVMALLOC is not set -# CONFIG_ZRAM is not set -# CONFIG_WLAGS49_H2 is not set -# CONFIG_WLAGS49_H25 is not set +CONFIG_IIO_PERIODIC_RTC_TRIGGER=m +CONFIG_IIO_GPIO_TRIGGER=m +CONFIG_IIO_SYSFS_TRIGGER=m +CONFIG_XVMALLOC=y +CONFIG_ZRAM=m +# CONFIG_ZRAM_DEBUG is not set +CONFIG_ZCACHE=m +CONFIG_WLAGS49_H2=m +CONFIG_WLAGS49_H25=m CONFIG_FB_SM7XX=m -# CONFIG_VIDEO_DT3155 is not set +CONFIG_VIDEO_DT3155=m +CONFIG_DT3155_CCIR=y CONFIG_CRYSTALHD=m -# CONFIG_CXT1E1 is not set -# CONFIG_FB_XGI is not set -# CONFIG_LIRC_STAGING is not set -# CONFIG_EASYCAP is not set -# CONFIG_SOLO6X10 is not set -# CONFIG_ACPI_QUICKSTART is not set +CONFIG_CXT1E1=m +CONFIG_SBE_PMCC4_NCOMM=y +CONFIG_FB_XGI=m +CONFIG_LIRC_STAGING=y +CONFIG_LIRC_BT829=m +CONFIG_LIRC_IGORPLUGUSB=m +CONFIG_LIRC_IMON=m +CONFIG_LIRC_PARALLEL=m +CONFIG_LIRC_SASEM=m +CONFIG_LIRC_SERIAL=m +CONFIG_LIRC_SERIAL_TRANSMITTER=y +CONFIG_LIRC_SIR=m +CONFIG_LIRC_TTUSBIR=m +CONFIG_LIRC_ZILOG=m +CONFIG_EASYCAP=m +CONFIG_EASYCAP_SND=y +# CONFIG_EASYCAP_OSS is not set +# CONFIG_EASYCAP_DEBUG is not set +CONFIG_SOLO6X10=m +CONFIG_ACPI_QUICKSTART=m CONFIG_MACH_NO_WESTBRIDGE=y -# CONFIG_SBE_2T3E3 is not set -# CONFIG_ATH6K_LEGACY is not set -# CONFIG_USB_ENESTORAGE is not set -# CONFIG_BCM_WIMAX is not set -# CONFIG_FT1000 is not set +CONFIG_SBE_2T3E3=m +CONFIG_ATH6K_LEGACY=m +CONFIG_AR600x_SD31_XXX=y +# CONFIG_AR600x_WB31_XXX is not set +# CONFIG_AR600x_SD32_XXX is not set +# CONFIG_AR600x_CUSTOM_XXX is not set +# CONFIG_ATH6KL_ENABLE_COEXISTENCE is not set +# CONFIG_ATH6KL_HCI_BRIDGE is not set +# CONFIG_ATH6KL_HTC_RAW_INTERFACE is not set +# CONFIG_ATH6KL_VIRTUAL_SCATTER_GATHER is not set +# CONFIG_ATH6KL_SKIP_ABI_VERSION_CHECK is not set +# CONFIG_ATH6KL_DEBUG is not set +CONFIG_USB_ENESTORAGE=m +CONFIG_BCM_WIMAX=m +CONFIG_FT1000=m +CONFIG_FT1000_USB=m +CONFIG_FT1000_PCMCIA=m # # Speakup console speech # -# CONFIG_SPEAKUP is not set +CONFIG_SPEAKUP=m +CONFIG_SPEAKUP_SYNTH_ACNTSA=m +CONFIG_SPEAKUP_SYNTH_ACNTPC=m +CONFIG_SPEAKUP_SYNTH_APOLLO=m +CONFIG_SPEAKUP_SYNTH_AUDPTR=m +CONFIG_SPEAKUP_SYNTH_BNS=m +CONFIG_SPEAKUP_SYNTH_DECTLK=m +CONFIG_SPEAKUP_SYNTH_DECEXT=m +CONFIG_SPEAKUP_SYNTH_DECPC=m +CONFIG_SPEAKUP_SYNTH_DTLK=m +CONFIG_SPEAKUP_SYNTH_KEYPC=m +CONFIG_SPEAKUP_SYNTH_LTLK=m +CONFIG_SPEAKUP_SYNTH_SOFT=m +CONFIG_SPEAKUP_SYNTH_SPKOUT=m +CONFIG_SPEAKUP_SYNTH_TXPRT=m +# CONFIG_SPEAKUP_SYNTH_DUMMY is not set CONFIG_TOUCHSCREEN_CLEARPAD_TM1217=m CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4=m -# CONFIG_DRM_PSB is not set +CONFIG_DRM_PSB=m # # Altera FPGA firmware download module # -# CONFIG_ALTERA_STAPL is not set -# CONFIG_INTEL_MEI is not set +CONFIG_ALTERA_STAPL=m +CONFIG_INTEL_MEI=m CONFIG_X86_PLATFORM_DEVICES=y CONFIG_ACER_WMI=m CONFIG_ACERHDF=m CONFIG_ASUS_LAPTOP=m CONFIG_DELL_LAPTOP=m CONFIG_DELL_WMI=m -# CONFIG_DELL_WMI_AIO is not set +CONFIG_DELL_WMI_AIO=m CONFIG_FUJITSU_LAPTOP=m # CONFIG_FUJITSU_LAPTOP_DEBUG is not set -# CONFIG_HP_ACCEL is not set +CONFIG_HP_ACCEL=m CONFIG_HP_WMI=m CONFIG_MSI_LAPTOP=m CONFIG_PANASONIC_LAPTOP=m CONFIG_COMPAL_LAPTOP=m CONFIG_SONY_LAPTOP=m CONFIG_SONYPI_COMPAT=y -# CONFIG_IDEAPAD_LAPTOP is not set +CONFIG_IDEAPAD_LAPTOP=m CONFIG_THINKPAD_ACPI=m CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y # CONFIG_THINKPAD_ACPI_DEBUGFACILITIES is not set @@ -4889,7 +5322,9 @@ CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y CONFIG_SENSORS_HDAPS=m CONFIG_INTEL_MENLOW=m CONFIG_EEEPC_LAPTOP=m -# CONFIG_ASUS_WMI is not set +CONFIG_ASUS_WMI=m +CONFIG_ASUS_NB_WMI=m +CONFIG_EEEPC_WMI=m CONFIG_ACPI_WMI=m CONFIG_MSI_WMI=m CONFIG_ACPI_ASUS=m @@ -4898,11 +5333,11 @@ CONFIG_ACPI_TOSHIBA=m CONFIG_TOSHIBA_BT_RFKILL=m CONFIG_ACPI_CMPC=m CONFIG_INTEL_IPS=m -# CONFIG_IBM_RTL is not set -# CONFIG_XO15_EBOOK is not set +CONFIG_IBM_RTL=m +CONFIG_XO15_EBOOK=m CONFIG_SAMSUNG_LAPTOP=m CONFIG_MXM_WMI=m -# CONFIG_INTEL_OAKTRAIL is not set +CONFIG_INTEL_OAKTRAIL=m # # Firmware Drivers @@ -4911,13 +5346,13 @@ CONFIG_EDD=m # CONFIG_EDD_OFF is not set CONFIG_FIRMWARE_MEMMAP=y CONFIG_EFI_VARS=m -CONFIG_DELL_RBU=y -CONFIG_DCDBAS=y +CONFIG_DELL_RBU=m +CONFIG_DCDBAS=m CONFIG_DMIID=y -# CONFIG_DMI_SYSFS is not set +CONFIG_DMI_SYSFS=m CONFIG_ISCSI_IBFT_FIND=y -CONFIG_ISCSI_IBFT=y -# CONFIG_SIGMA is not set +CONFIG_ISCSI_IBFT=m +CONFIG_SIGMA=m # CONFIG_GOOGLE_FIRMWARE is not set # @@ -4927,7 +5362,7 @@ CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT2_FS_SECURITY=y -# CONFIG_EXT2_FS_XIP is not set +CONFIG_EXT2_FS_XIP=y CONFIG_EXT3_FS=y CONFIG_EXT3_DEFAULTS_TO_ORDERED=y CONFIG_EXT3_FS_XATTR=y @@ -4938,10 +5373,11 @@ CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y # CONFIG_EXT4_DEBUG is not set +CONFIG_FS_XIP=y CONFIG_JBD=y -CONFIG_JBD_DEBUG=y +# CONFIG_JBD_DEBUG is not set CONFIG_JBD2=y -CONFIG_JBD2_DEBUG=y +# CONFIG_JBD2_DEBUG is not set CONFIG_FS_MBCACHE=y CONFIG_REISERFS_FS=y # CONFIG_REISERFS_CHECK is not set @@ -4976,7 +5412,8 @@ CONFIG_FILE_LOCKING=y CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y CONFIG_INOTIFY_USER=y -# CONFIG_FANOTIFY is not set +CONFIG_FANOTIFY=y +CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y CONFIG_QUOTA=y CONFIG_QUOTA_NETLINK_INTERFACE=y # CONFIG_PRINT_QUOTA_WARNING is not set @@ -4994,7 +5431,14 @@ CONFIG_GENERIC_ACL=y # # Caches # -# CONFIG_FSCACHE is not set +CONFIG_FSCACHE=m +CONFIG_FSCACHE_STATS=y +# CONFIG_FSCACHE_HISTOGRAM is not set +# CONFIG_FSCACHE_DEBUG is not set +# CONFIG_FSCACHE_OBJECT_LIST is not set +CONFIG_CACHEFILES=m +# CONFIG_CACHEFILES_DEBUG is not set +# CONFIG_CACHEFILES_HISTOGRAM is not set # # CD-ROM/DVD Filesystems @@ -5028,8 +5472,8 @@ CONFIG_SYSFS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y CONFIG_TMPFS_XATTR=y -# CONFIG_HUGETLBFS is not set -# CONFIG_HUGETLB_PAGE is not set +CONFIG_HUGETLBFS=y +CONFIG_HUGETLB_PAGE=y CONFIG_CONFIGFS_FS=m CONFIG_MISC_FILESYSTEMS=y CONFIG_ADFS_FS=m @@ -5045,9 +5489,11 @@ CONFIG_EFS_FS=m CONFIG_JFFS2_FS=m CONFIG_JFFS2_FS_DEBUG=0 CONFIG_JFFS2_FS_WRITEBUFFER=y -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set -# CONFIG_JFFS2_SUMMARY is not set -# CONFIG_JFFS2_FS_XATTR is not set +CONFIG_JFFS2_FS_WBUF_VERIFY=y +CONFIG_JFFS2_SUMMARY=y +CONFIG_JFFS2_FS_XATTR=y +CONFIG_JFFS2_FS_POSIX_ACL=y +CONFIG_JFFS2_FS_SECURITY=y CONFIG_JFFS2_COMPRESSION_OPTIONS=y CONFIG_JFFS2_ZLIB=y CONFIG_JFFS2_LZO=y @@ -5057,18 +5503,23 @@ CONFIG_JFFS2_RUBIN=y CONFIG_JFFS2_CMODE_PRIORITY=y # CONFIG_JFFS2_CMODE_SIZE is not set # CONFIG_JFFS2_CMODE_FAVOURLZO is not set -# CONFIG_UBIFS_FS is not set +CONFIG_UBIFS_FS=m +CONFIG_UBIFS_FS_XATTR=y +CONFIG_UBIFS_FS_ADVANCED_COMPR=y +CONFIG_UBIFS_FS_LZO=y +CONFIG_UBIFS_FS_ZLIB=y +# CONFIG_UBIFS_FS_DEBUG is not set CONFIG_LOGFS=m CONFIG_CRAMFS=m CONFIG_SQUASHFS=m -# CONFIG_SQUASHFS_XATTR is not set -# CONFIG_SQUASHFS_LZO is not set +CONFIG_SQUASHFS_XATTR=y +CONFIG_SQUASHFS_LZO=y CONFIG_SQUASHFS_XZ=y CONFIG_SQUASHFS_EMBEDDED=y CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 CONFIG_VXFS_FS=m -# CONFIG_MINIX_FS is not set -# CONFIG_OMFS_FS is not set +CONFIG_MINIX_FS=m +CONFIG_OMFS_FS=m CONFIG_HPFS_FS=m CONFIG_QNX4FS_FS=m CONFIG_ROMFS_FS=m @@ -5076,20 +5527,25 @@ CONFIG_ROMFS_BACKED_BY_BLOCK=y # CONFIG_ROMFS_BACKED_BY_MTD is not set # CONFIG_ROMFS_BACKED_BY_BOTH is not set CONFIG_ROMFS_ON_BLOCK=y -# CONFIG_PSTORE is not set +CONFIG_PSTORE=y CONFIG_SYSV_FS=m CONFIG_UFS_FS=m # CONFIG_UFS_FS_WRITE is not set # CONFIG_UFS_DEBUG is not set +CONFIG_EXOFS_FS=m +# CONFIG_EXOFS_DEBUG is not set CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V3=y CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=y -# CONFIG_NFS_V4_1 is not set +CONFIG_NFS_V4_1=y +CONFIG_PNFS_FILE_LAYOUT=m +CONFIG_PNFS_OBJLAYOUT=m +CONFIG_NFS_FSCACHE=y # CONFIG_NFS_USE_LEGACY_DNS is not set CONFIG_NFS_USE_KERNEL_DNS=y -# CONFIG_NFS_USE_NEW_IDMAPPER is not set +CONFIG_NFS_USE_NEW_IDMAPPER=y CONFIG_NFSD=m CONFIG_NFSD_DEPRECATED=y CONFIG_NFSD_V2_ACL=y @@ -5114,7 +5570,8 @@ CONFIG_CIFS_XATTR=y CONFIG_CIFS_POSIX=y # CONFIG_CIFS_DEBUG2 is not set CONFIG_CIFS_DFS_UPCALL=y -# CONFIG_CIFS_ACL is not set +CONFIG_CIFS_FSCACHE=y +CONFIG_CIFS_ACL=y CONFIG_NCP_FS=m CONFIG_NCPFS_PACKET_SIGNING=y CONFIG_NCPFS_IOCTL_LOCKING=y @@ -5127,23 +5584,31 @@ CONFIG_NCPFS_EXTRAS=y CONFIG_CODA_FS=m CONFIG_AFS_FS=m # CONFIG_AFS_DEBUG is not set +CONFIG_AFS_FSCACHE=y CONFIG_9P_FS=m -# CONFIG_9P_FS_POSIX_ACL is not set +# CONFIG_9P_FSCACHE is not set +CONFIG_9P_FS_POSIX_ACL=y # # Partition Types # CONFIG_PARTITION_ADVANCED=y -# CONFIG_ACORN_PARTITION is not set -# CONFIG_OSF_PARTITION is not set -# CONFIG_AMIGA_PARTITION is not set -# CONFIG_ATARI_PARTITION is not set +CONFIG_ACORN_PARTITION=y +CONFIG_ACORN_PARTITION_CUMANA=y +CONFIG_ACORN_PARTITION_EESOX=y +CONFIG_ACORN_PARTITION_ICS=y +CONFIG_ACORN_PARTITION_ADFS=y +CONFIG_ACORN_PARTITION_POWERTEC=y +CONFIG_ACORN_PARTITION_RISCIX=y +CONFIG_OSF_PARTITION=y +CONFIG_AMIGA_PARTITION=y +CONFIG_ATARI_PARTITION=y CONFIG_MAC_PARTITION=y CONFIG_MSDOS_PARTITION=y CONFIG_BSD_DISKLABEL=y -# CONFIG_MINIX_SUBPARTITION is not set +CONFIG_MINIX_SUBPARTITION=y CONFIG_SOLARIS_X86_PARTITION=y -# CONFIG_UNIXWARE_DISKLABEL is not set +CONFIG_UNIXWARE_DISKLABEL=y CONFIG_LDM_PARTITION=y # CONFIG_LDM_DEBUG is not set CONFIG_SGI_PARTITION=y @@ -5380,7 +5845,7 @@ CONFIG_CRYPTO_RNG=m CONFIG_CRYPTO_RNG2=y CONFIG_CRYPTO_PCOMP=m CONFIG_CRYPTO_PCOMP2=y -CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER=m CONFIG_CRYPTO_MANAGER2=y CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y CONFIG_CRYPTO_GF128MUL=m @@ -5412,7 +5877,7 @@ CONFIG_CRYPTO_XTS=m # # Hash modes # -CONFIG_CRYPTO_HMAC=y +CONFIG_CRYPTO_HMAC=m CONFIG_CRYPTO_XCBC=m CONFIG_CRYPTO_VMAC=m @@ -5473,7 +5938,7 @@ CONFIG_CRYPTO_LZO=m CONFIG_CRYPTO_ANSI_CPRNG=m CONFIG_CRYPTO_USER_API=m CONFIG_CRYPTO_USER_API_HASH=m -# CONFIG_CRYPTO_USER_API_SKCIPHER is not set +CONFIG_CRYPTO_USER_API_SKCIPHER=m CONFIG_CRYPTO_HW=y CONFIG_CRYPTO_DEV_PADLOCK=m CONFIG_CRYPTO_DEV_PADLOCK_AES=m @@ -5523,7 +5988,7 @@ CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_ARMTHUMB=y CONFIG_XZ_DEC_SPARC=y CONFIG_XZ_DEC_BCJ=y -CONFIG_XZ_DEC_TEST=m +# CONFIG_XZ_DEC_TEST is not set CONFIG_DECOMPRESS_GZIP=y CONFIG_DECOMPRESS_BZIP2=y CONFIG_DECOMPRESS_LZMA=y From devil505linux at gmail.com Sun Aug 14 16:52:03 2011 From: devil505linux at gmail.com (Devil505) Date: Sun, 14 Aug 2011 16:52:03 +0200 (CEST) Subject: [Frugalware-git] devil505temp: xfce4-cpugraph-plugin-1.0.1-3-i686 * rebuilt with last libs Message-ID: <20110814145203.BE6581358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=be799867343699f5e15e00785fd71b5880b4d0ab commit be799867343699f5e15e00785fd71b5880b4d0ab Author: Devil505 Date: Sun Aug 14 16:50:05 2011 +0200 xfce4-cpugraph-plugin-1.0.1-3-i686 * rebuilt with last libs diff --git a/source/xfce4/xfce4-cpugraph-plugin/FrugalBuild b/source/xfce4/xfce4-cpugraph-plugin/FrugalBuild index 983ea95..9342412 100644 --- a/source/xfce4/xfce4-cpugraph-plugin/FrugalBuild +++ b/source/xfce4/xfce4-cpugraph-plugin/FrugalBuild @@ -3,9 +3,9 @@ pkgname=xfce4-cpugraph-plugin pkgver=1.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="CPU graph plugin for the Xfce panel" -depends=('libxfcegui4>=4.7.0' 'xfce4-panel>=4.7.6') +depends=('libxfcegui4>=4.8.1' 'xfce4-panel>=4.8.5') makedepends=('intltool') groups=('xfce4' 'xfce4-goodies') archs=('i686' 'x86_64' 'ppc') From devil505linux at gmail.com Sun Aug 14 17:00:37 2011 From: devil505linux at gmail.com (Devil505) Date: Sun, 14 Aug 2011 17:00:37 +0200 (CEST) Subject: [Frugalware-git] devil505temp: xfce4-cpufreq-plugin-1.0.0-1-i686 * version bump Message-ID: <20110814150037.E920D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=0c92fbb0f360db761c87516337e83f4e8fd1f4ed commit 0c92fbb0f360db761c87516337e83f4e8fd1f4ed Author: Devil505 Date: Sun Aug 14 16:57:56 2011 +0200 xfce4-cpufreq-plugin-1.0.0-1-i686 * version bump diff --git a/source/xfce4/xfce4-cpufreq-plugin/FrugalBuild b/source/xfce4/xfce4-cpufreq-plugin/FrugalBuild index 3b909bb..d2850d2 100644 --- a/source/xfce4/xfce4-cpufreq-plugin/FrugalBuild +++ b/source/xfce4/xfce4-cpufreq-plugin/FrugalBuild @@ -2,18 +2,15 @@ # Maintainer: Devil505 pkgname=xfce4-cpufreq-plugin -pkgver=0.0.1 -pkgrel=2 +pkgver=1.0.0 +pkgrel=1 pkgdesc="CPU frequency plugin for the Xfce4 panel" -depends=('libxfcegui4>=4.8.0' 'xfce4-panel>=4.8.0') +depends=('libxfcegui4>=4.8.1' 'xfce4-panel>=4.8.5') makedepends=('intltool') groups=('xfce4' 'xfce4-goodies') archs=('i686' 'x86_64' 'ppc') -_F_xfce_goodies_ext=".tar.gz" _F_xfce_category="panel-plugins" F_gnome_iconcache="y" Finclude xfce4 gnome-scriptlet -source="http://archive.xfce.org/src/panel-plugins/$pkgname/0.0/$pkgname-$pkgver.tar.gz" -_F_cd_path="xfce4-cpu-freq-plugin-$pkgver" -sha1sums=('93a75282ecb169d90a55b1a27d3e3acd67b99367') +sha1sums=('ff3695669b32b5b348f8a049222e960b2cf6e87f') # optimization OK From melko at frugalware.org Sun Aug 14 17:47:42 2011 From: melko at frugalware.org (Melko) Date: Sun, 14 Aug 2011 17:47:42 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: kipi-plugins-1.9.0-1-i686 Message-ID: <20110814154742.E4C7D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=33b1011dea8d64979c77abe909f3af3bfe50fa3c commit 33b1011dea8d64979c77abe909f3af3bfe50fa3c Author: Melko Date: Sun Aug 14 17:43:53 2011 +0200 kipi-plugins-1.9.0-1-i686 * remove since it's provided by new digikam diff --git a/source/kde-extra/kipi-plugins/FrugalBuild b/source/kde-extra/kipi-plugins/FrugalBuild deleted file mode 100644 index d8d150b..0000000 --- a/source/kde-extra/kipi-plugins/FrugalBuild +++ /dev/null @@ -1,22 +0,0 @@ -# Compiling time: 1.89 SBU -# Maintainer: Melko - -pkgname=kipi-plugins -pkgver=1.9.0 -pkgrel=1 -pkgdesc="kipi-plugins is based in part on the work of the Independent JPEG Group." -license="GPL" -archs=('i686' 'x86_64') -groups=('kde-extra') -_F_sourceforge_dirname="kipi" -_F_sourceforge_ext=".tar.bz2" -_F_kde_no_auto_docs=1 -_F_kde_no_compiletime=1 -Finclude kde sourceforge -depends=('libkipi' 'libkexiv2' 'libkdcraw' 'libnepomuk' 'attica' 'libkhtml' 'libgpod' 'qca' 'libkfile' 'libqt3support' 'libqtdesigner') -makedepends=("${makedepends[@]}" 'kdelibs-compiletime') -rodepends=('imagemagick') -sha1sums=('fc12c018f4f73f7a7d025d7af2af99d4ae2dedc5') -## TODO: OpenCV lib - -# optimization OK From devil505linux at gmail.com Sun Aug 14 17:47:59 2011 From: devil505linux at gmail.com (Devil505) Date: Sun, 14 Aug 2011 17:47:59 +0200 (CEST) Subject: [Frugalware-git] devil505temp: xfce4-mailwatch-plugin-1.1.0-1-i686 * new package Message-ID: <20110814154759.692B21358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=860bc30417807dea307057fcb50fd584e9567b74 commit 860bc30417807dea307057fcb50fd584e9567b74 Author: Devil505 Date: Sun Aug 14 17:45:41 2011 +0200 xfce4-mailwatch-plugin-1.1.0-1-i686 * new package diff --git a/source/xfce4-extra/xfce4-mailwatch-plugin/FrugalBuild b/source/xfce4-extra/xfce4-mailwatch-plugin/FrugalBuild new file mode 100644 index 0000000..6c1cb0a --- /dev/null +++ b/source/xfce4-extra/xfce4-mailwatch-plugin/FrugalBuild @@ -0,0 +1,31 @@ +# Compiling Time: 0.04 SBU +# Maintainer: Devil505 + +pkgname=xfce4-mailwatch-plugin +pkgver=1.1.0 +pkgrel=1 +pkgdesc="A mailbox watch/check plugin for the Xfce4 panel" +url="http://spurint.org/projects/xfce4-mailwatch-plugin/" +depends=('xfce4-panel' 'libxfcegui4' 'libuuid' 'gnutls') +makedepends=('xfce4-dev-tools' 'intltool') +groups=('xfce4-extra' 'xfce4-goodies') +_F_gnome_iconcache="y" +Finclude xfce4 gnome-scriptlet +archs=('i686' 'x86_64') +up2date="Flasttar http://spurint.org/files/mailwatch/" +source=(http://spuriousinterrupt.org/files/mailwatch/${pkgname}-${pkgver}.tar.bz2 \ + xfce4-mailwatch-plugin-1.1.0-underlink.patch) +sha1sums=('fdca7a62a694146fc5cbe48dbaf4db4c60da5510' \ + 'dd6e742b9578fc2cca6146a68a7069edf4f27a0e') + +build() { + Fcd + Fpatchall + xdt-autogen || Fdie + Fmake + Fmakeinstall + Fbuild_gnome_scriptlet +} + + +# optimization OK diff --git a/source/xfce4-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0-underlink.patch b/source/xfce4-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0-underlink.patch new file mode 100644 index 0000000..ada0df0 --- /dev/null +++ b/source/xfce4-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0-underlink.patch @@ -0,0 +1,21 @@ +--- xfce4-mailwatch-plugin-1.1.0/panel-plugin/Makefile.am 2008-08-26 03:42:36.000000000 +0100 ++++ xfce4-mailwatch-plugin-1.1.0/panel-plugin/Makefile.am.new 2011-01-14 17:27:44.116199383 +0000 +@@ -50,6 +50,7 @@ + -I$(top_srcdir)/libmailwatch-core \ + @GTHREAD_CFLAGS@ \ + @LIBXFCE4PANEL_CFLAGS@ \ ++ @LIBXFCEGUI4_CFLAGS@ \ + -DDATADIR=\"$(datadir)\" \ + -DLOCALEDIR=\"$(localedir)\" + +@@ -60,7 +61,9 @@ + $(top_builddir)/libmailwatch-core/libmailwatch-core.la \ + @GTHREAD_LIBS@ \ + @LIBXFCE4PANEL_LIBS@ \ +- @GNUTLS_LIBS@ ++ @LIBXFCEGUI4_LIBS@ \ ++ @GNUTLS_LIBS@ \ ++ -lgcrypt + + if HAVE_CYGWIN + xfce4_mailwatch_plugin_LDFLAGS += \ From melko at frugalware.org Sun Aug 14 17:50:14 2011 From: melko at frugalware.org (Melko) Date: Sun, 14 Aug 2011 17:50:14 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: digikam-2.0.0-1-i686 Message-ID: <20110814155014.1724D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=4adb85ee5378fc1117ed6b89a777d43f7053c4b0 commit 4adb85ee5378fc1117ed6b89a777d43f7053c4b0 Author: Melko Date: Sun Aug 14 17:47:46 2011 +0200 digikam-2.0.0-1-i686 * version bump diff --git a/source/kde-extra/digikam/FrugalBuild b/source/kde-extra/digikam/FrugalBuild index 9b7490a..36f05a0 100644 --- a/source/kde-extra/digikam/FrugalBuild +++ b/source/kde-extra/digikam/FrugalBuild @@ -3,23 +3,58 @@ # Contributor: Bence Nagy pkgname=digikam -pkgver=1.9.0 +pkgver=2.0.0 pkgrel=1 pkgdesc="Digital photo management application for kde" _F_sourceforge_ext=".tar.bz2" -_F_kde_no_auto_docs=1 -_F_kde_no_compiletime=1 -_F_archive_grepv="beta" Finclude sourceforge kde -depends=("libkexiv2>=$_F_kde_ver" "libkdcraw>=$_F_kde_ver" "libqt3support>=$_F_kde_qtver" "libkipi>=$_F_kde_ver" \ - "marble>=$_F_kde_ver" 'libuuid' 'libxi' 'lensfun' 'liblqr' 'libgphoto2' "kdepimlibs>=$_F_kde_ver" 'cyrus-sasl' 'mysql') -makedepends=("${makedepends[@]}" 'kdelibs-compiletime') +depends=("libkdcraw>=$_F_kde_ver" "libkipi>=$_F_kde_ver" "libkde3support>=$_F_kde_ver" \ + 'lensfun' 'liblqr' 'libgphoto2' "libknotify>=$_F_kde_ver") +makedepends=("${makedepends[@]}" "kdepimlibs-compiletime>=$_F_kde_ver" 'boost' 'ksgmltools2' 'mysql') groups=('kde-extra' 'kde-apps') archs=('i686' 'x86_64') options=('scriptlet') -conflicts=('digikamimageplugins') -replaces=('digikamimageplugins') -provides=('digikamimageplugins') -sha1sums=('3958c47756e816b3ab8709fcbf41a945bcd4903c') +sha1sums=('5941681163d90a13d316bd606589354099fd4f8a') +subpkgs=("${subpkgs[@]}" "libkface") +subdescs=("${subdescs[@]}" "Library to perform face recognition and detection over pictures.") +subdepends=("${subdepends[@]}" "libkdecore>=$_F_kde_ver opencv>=2.2.0") +subrodepends=("${subrodepends[@]}" "") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "libkgeomap") +subdescs=("${subdescs[@]}" "Library for browsing and arranging photos on a map.") +subdepends=("${subdepends[@]}" "libkexiv2>=$_F_kde_ver libkhtml>=$_F_kde_ver marble>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +subpkgs=("${subpkgs[@]}" "libmediawiki") +subdescs=("${subdescs[@]}" "A KDE C++ interface for MediaWiki based web service.") +subdepends=("${subdepends[@]}" "libkdecore>=$_F_kde_ver") +subrodepends=("${subrodepends[@]}" "") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +rodepends=("${subpkgs[@]}") + +subpkgs=("${subpkgs[@]}" "kipi-plugins") +subdescs=("${subdescs[@]}" "A collection of plugins extending the KDE graphics and image applications.") +subdepends=("${subdepends[@]}" "libkipi>=$_F_kde_ver libkexiv2>=$_F_kde_ver libkdcraw>=$_F_kde_ver qca \ + libqtopengl>=$_F_kde_qtver libkcal>=$_F_kde_ver libqtxmlpatterns>=$_F_kde_qtver opencv>=2.2.0 phonon>=4.5.0") +subrodepends=("${subrodepends[@]}" "libkgeomap>=$pkgver imagemagick") +subgroups=("${subgroups[@]}" 'kde-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + +build() { + KDE_make + + KDE_project_split kipi-plugins extra/kipi-plugins + KDE_project_split libkface extra/libkface + KDE_project_split libkgeomap extra/libkgeomap + KDE_project_split libmediawiki extra/libmediawiki + + KDE_install +} # optimization OK From devil505linux at gmail.com Sun Aug 14 18:18:01 2011 From: devil505linux at gmail.com (Devil505) Date: Sun, 14 Aug 2011 18:18:01 +0200 (CEST) Subject: [Frugalware-git] devil505temp: Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Message-ID: <20110814161801.DE9EA1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=devil505temp.git;a=commitdiff;h=4f0ad958da92aec0150b0b69748e127362c501ed commit 4f0ad958da92aec0150b0b69748e127362c501ed Merge: 860bc30 0e82b8f Author: Devil505 Date: Sun Aug 14 18:16:07 2011 +0200 Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Conflicts: source/network-extra/zd1211-firmware/FrugalBuild From melko at frugalware.org Sun Aug 14 18:47:09 2011 From: melko at frugalware.org (Melko) Date: Sun, 14 Aug 2011 18:47:09 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: amarok-2.4.3-1-i686 Message-ID: <20110814164709.328581358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=e499ce6f7ae4ea4f89844e0942b0d32779c5dfe1 commit e499ce6f7ae4ea4f89844e0942b0d32779c5dfe1 Author: Melko Date: Sun Aug 14 18:37:21 2011 +0200 amarok-2.4.3-1-i686 * version bump * remove dropped patch diff --git a/source/kde-extra/amarok/FrugalBuild b/source/kde-extra/amarok/FrugalBuild index dd0df0b..aae9983 100644 --- a/source/kde-extra/amarok/FrugalBuild +++ b/source/kde-extra/amarok/FrugalBuild @@ -2,12 +2,11 @@ # Maintainer: Melko pkgname=amarok -pkgver=2.4.1 +pkgver=2.4.3 pkgrel=1 pkgdesc="amaroK is a music player for Linux and Unix with an intuitive interface" -_F_cmakekde_final=OFF Finclude kde -depends=('libnepomuk' 'libkfile' 'libkutils' 'libplasma' 'taglib-extras' 'libqtscript' 'liblastfm' \ +depends=('libkfile' 'libkutils' 'libplasma' 'taglib-extras' 'liblastfm' \ 'libkdewebkit' 'libofa' 'libmtp' 'libmysqlclient' 'libgpod' 'libaio' 'loudmouth' 'libqtdeclarative') makedepends=("${makedepends[@]}" "kdelibs-compiletime>=$_F_kde_ver" "docbook-xml" "docbook-xsl" "mysql" "libkhtml" "libknotify" "libmysqld" "ksgmltools2") groups=('kde-extra') @@ -16,7 +15,7 @@ url="http://amarok.kde.org/" up2date="lynx -dump http://amarok.kde.org/wiki/Download:Source | grep url=stable | Flasttar |sed 's/_patched//'" source=(ftp://ftp.kde.org/pub/kde/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2 \ binding_always_there.patch) -sha1sums=('1b1180e7799ff1314ee5a6409a612ede37ce8394' \ +sha1sums=('8a46fca6a550a4ca403a9be7f595728c819641c4' \ '6f3295d51526e464e2006b23ef13584b08529aa9') # optimization OK diff --git a/source/kde-extra/amarok/embedded_database.patch b/source/kde-extra/amarok/embedded_database.patch deleted file mode 100644 index cd302af..0000000 --- a/source/kde-extra/amarok/embedded_database.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- amarok-2.3.90/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp 2011-01-05 11:57:08.684157296 +0100 -+++ a/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp 2011-01-07 15:31:59.409524333 +0100 -@@ -37,6 +37,7 @@ - QString storagePath = storageLocation; - QString defaultsFile; - QString databaseDir; -+ QString myServerOpt; - if( storageLocation.isEmpty() ) - { - storagePath = Amarok::saveLocation(); -@@ -82,7 +83,16 @@ - } - - setenv( "MYSQL_HOME", storagePath.toAscii().data(), 1 ); -- if( mysql_server_init( 0 , 0, 0 ) != 0 ) -+ -+ myServerOpt = "--defaults-file=" + defaultsFile; -+ -+ static char *server_options[] = \ -+ { (char *)("Amarok"), myServerOpt.toLatin1().data(), NULL }; -+ int num_elements = (sizeof(server_options) / sizeof(char *)) - 1; -+ -+ static char *server_groups[] = { (char *)("embedded"), NULL }; -+ -+ if( mysql_library_init( num_elements , server_options, server_groups ) != 0 ) - { - error() << "MySQL library initialization failed."; - reportError( "init" ); From bouleetbil at frogdev.info Sun Aug 14 21:41:51 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 14 Aug 2011 21:41:51 +0200 (CEST) Subject: [Frugalware-git] bouletmp: nspr-4.8.9-1-x86_64 Message-ID: <20110814194151.2A3331358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=8955aa263d405768cf379a856aaac812dcbaf3de commit 8955aa263d405768cf379a856aaac812dcbaf3de Author: bouleetbil Date: Sun Aug 14 21:31:42 2011 +0200 nspr-4.8.9-1-x86_64 *Version bump diff --git a/source/lib/nspr/FrugalBuild b/source/lib/nspr/FrugalBuild index 907a0e6..a058f06 100644 --- a/source/lib/nspr/FrugalBuild +++ b/source/lib/nspr/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=nspr -pkgver=4.8.7 +pkgver=4.8.9 pkgrel=1 pkgdesc="NSPR library from mozilla.org" url="http://www.mozilla.org/projects/nspr/" @@ -13,7 +13,7 @@ license="MPL GPL" depends=('glibc>=2.12.1') up2date="lynx -dump '$pkgurl'|sort -n -r|head -n 2|sort -n|head -n 1|sed -e 's/.*v//' -e 's|/||g'" source=($pkgurl/v${pkgver}/src/$pkgname-$pkgver.tar.gz pkgconfig.patch) -sha1sums=('34d9eb75b47a3d19b57ef1ed5aef2004e79b5fc4' \ +sha1sums=('509785e68f52542778c770445329cc4db15c749b' \ 'a538989bf58ae7910cacd65fd9bcbe9e6c4206d0') build() From bouleetbil at frogdev.info Sun Aug 14 21:46:22 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 14 Aug 2011 21:46:22 +0200 (CEST) Subject: [Frugalware-git] bouletmp: nss-3.12.11-1-x86_64 Message-ID: <20110814194622.719AD1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=72bf23ccbd7100ad05668c7479cafc8090cd77ca commit 72bf23ccbd7100ad05668c7479cafc8090cd77ca Author: bouleetbil Date: Sun Aug 14 21:36:14 2011 +0200 nss-3.12.11-1-x86_64 *Version bump diff --git a/source/lib/nss/FrugalBuild b/source/lib/nss/FrugalBuild index 0365917..91a5362 100644 --- a/source/lib/nss/FrugalBuild +++ b/source/lib/nss/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=nss -pkgver=3.12.9 +pkgver=3.12.11 pkgrel=1 pkgdesc="NSS library from mozilla.org" url="http://www.mozilla.org/projects/security/pki/nss/" @@ -10,7 +10,7 @@ pkgurl="http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/" groups=('lib') archs=('i686' 'x86_64' 'ppc' 'arm') license="MPL GPL" -depends=('glibc>=2.12.1' 'nspr>=4.8.7' 'sqlite3') +depends=('glibc>=2.12.1' 'nspr>=4.8.9' '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) @@ -98,7 +98,7 @@ build() { } -sha1sums=('5b49da5e6f61610a718fcd0838dac365a5e17de2' \ +sha1sums=('187ae83a8368512bb8729c206da2ed34db1725ad' \ '0227f94c745519b67b1b530e6cc116e8069a6b43' \ 'ae2d58b2aa31ce0426541e8c76aeda7a8d34c8cf') # optimization OK From vmiklos at frugalware.org Sun Aug 14 23:05:25 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 14 Aug 2011 23:05:25 +0200 (CEST) Subject: [Frugalware-git] pacman-g2: include missing libintl.h for dgettext Message-ID: <20110814210525.F3BE71358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=46a87e9357c018a2433efe3cfb41fd2fde0d1130 commit 46a87e9357c018a2433efe3cfb41fd2fde0d1130 Author: Miklos Vajna Date: Sun Aug 14 23:04:31 2011 +0200 include missing libintl.h for dgettext diff --git a/lib/libpacman/util.h b/lib/libpacman/util.h index 1542c05..035f250 100644 --- a/lib/libpacman/util.h +++ b/lib/libpacman/util.h @@ -35,6 +35,7 @@ #include #include #endif +#include #include "error.h" From vmiklos at frugalware.org Sun Aug 14 23:49:22 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 14 Aug 2011 23:49:22 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: 1.5 announce draft Message-ID: <20110814214922.876331358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=620b429a2e9aeb9dba8bce62c418f66bce57dee6 commit 620b429a2e9aeb9dba8bce62c418f66bce57dee6 Author: Miklos Vajna Date: Sun Aug 14 23:48:37 2011 +0200 1.5 announce draft diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 5908f8f..2f5a23e 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -30,6 +30,33 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 213 + Frugalware 1.5 (Mores) released + FIXME + Miklos Vajna + 1 + Frugalware 1.5 Mores is released !
    + The Frugalware Developer Team is pleased to announce the immediate availability of Frugalware 1.5, our fifteenth stable release.
    + No new features have been added since 1.5rc2, but 86 changes have been made to fix minor bugs. If you didn't follow the changes during the pre/rc releases, here are the most important changes since 1.4 in no particular order:
    +
      +
    • Updated packages: Linux kernel 2.6.39.3, XOrg server 1.10.3, GNOME 3, KDE SC 4.6.5, XFCE 4., LibreOffice 3.4.2, Mozilla Firefox 5.0.1 to name a few major components.
    • +
    • New version of Pacman-g2 bringing .
    • +
    • systemd is now the default init system.
    • +
    • Initial ARM port.
    • +
    • The boot splash is now provided by plymouth.
    • +
    • i686 and x86_64 kernels can now boot from EFI. (However, the bootloader is not yet installable from setup.)
    • +
    • In addition to EFI support, GPT partition tables are now enabled. gptfdisk is the recommended partitioner for this.
    • +
    • The setuptools Python package is now replaced by distribute.
    • +
    + Please refer to the Frugalware Mores ChangeLog for more information.
    + Download for i686, x86_64, ppc and arm: See our mirror list. Don't forget to check the integrity of the install images before burning!
    + NOTE: Click here to read more about what media you need for the installation.
    + If you are upgrading to Mores from our previous stable release (Nexon), please read the upgrade part of our documentation.
    + ]]> +
    +
    + 212 Frugalware Newsletter Issue 81 Sat, 06 Aug 2011 23:49:23 +1000 From vmiklos at frugalware.org Sun Aug 14 23:50:26 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 14 Aug 2011 23:50:26 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: html fix Message-ID: <20110814215026.2A5831358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=e2db1e8930a7f7fef52e23f60858cc3c28817ef9 commit e2db1e8930a7f7fef52e23f60858cc3c28817ef9 Author: Miklos Vajna Date: Sun Aug 14 23:49:41 2011 +0200 html fix diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 2f5a23e..114ddec 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -41,7 +41,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> No new features have been added since 1.5rc2, but 86 changes have been made to fix minor bugs. If you didn't follow the changes during the pre/rc releases, here are the most important changes since 1.4 in no particular order:
    • Updated packages: Linux kernel 2.6.39.3, XOrg server 1.10.3, GNOME 3, KDE SC 4.6.5, XFCE 4., LibreOffice 3.4.2, Mozilla Firefox 5.0.1 to name a few major components.
    • -
    • New version of Pacman-g2 bringing .
    • +
    • New version of Pacman-g2 bringing some nice features.
    • systemd is now the default init system.
    • Initial ARM port.
    • The boot splash is now provided by plymouth.
    • From vmiklos at frugalware.org Mon Aug 15 00:40:49 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 15 Aug 2011 00:40:49 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: 1.5 final is out Message-ID: <20110814224049.D88681358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=a033dba78e4a106586132c59675fa9ad1ed95209 commit a033dba78e4a106586132c59675fa9ad1ed95209 Author: Miklos Vajna Date: Mon Aug 15 00:40:04 2011 +0200 1.5 final is out diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 114ddec..1f78a78 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -32,9 +32,9 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> 213 Frugalware 1.5 (Mores) released - FIXME + Mon, 15 Aug 2011 00:39:33 +0200 Miklos Vajna - 1 + 0 Frugalware 1.5 Mores is released !
      The Frugalware Developer Team is pleased to announce the immediate availability of Frugalware 1.5, our fifteenth stable release.
      diff --git a/frugalware/xml/roadmap.xml b/frugalware/xml/roadmap.xml index e6e7cbd..e0f77db 100644 --- a/frugalware/xml/roadmap.xml +++ b/frugalware/xml/roadmap.xml @@ -25,7 +25,7 @@ A fictional planet in Isaac Asimov's Foundation and Empire, it completed a commercial treaty with the Foundation in 300 F.E. 1.5 Aug 15, 2011 - 0 + 1 rc2 From melko at frugalware.org Mon Aug 15 01:06:56 2011 From: melko at frugalware.org (Melko) Date: Mon, 15 Aug 2011 01:06:56 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: Italian translation of news 213 Message-ID: <20110814230656.0A1661358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=daa57ebe4903bcffd6fdb92adc6e6e5d9e2f00c5 commit daa57ebe4903bcffd6fdb92adc6e6e5d9e2f00c5 Author: Melko Date: Mon Aug 15 01:04:59 2011 +0200 Italian translation of news 213 * Mores is out! ;) diff --git a/frugalware/xml/news_it.xml b/frugalware/xml/news_it.xml index 74b1e20..f2bf42b 100644 --- a/frugalware/xml/news_it.xml +++ b/frugalware/xml/news_it.xml @@ -22,6 +22,33 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 213 + Rilasciata Frugalware 1.5 (Mores) + Mon, 15 Aug 2011 00:39:33 +0200 + Miklos Vajna + 0 + Frugalware 1.5 Mores is released !
      + Il team di Frugalware ?? lieto di annunciare l'immediata disponibilit?? di Frugalware 1.5, il nostro quindicesimo rilascio stabile.
      + Non sono state aggiunte nuove caratteristiche rispetto alla 1.5rc2, ma sono stati fatti 86 cambiamenti per correggere malfunzionamenti minori. Se non avete seguito i cambiamenti durante i rilasci pre/rc, ecco in ordine sparso alcuni dei cambiamenti pi?? importanti dalla 1.4:
      +
        +
      • Pacchetti aggiornati: Linux kernel 2.6.39.3, XOrg server 1.10.3, GNOME 3, KDE SC 4.6.5, XFCE 4., LibreOffice 3.4.2, Mozilla Firefox 5.0.1 sono per nominare alcuni tra i maggiori.
      • +
      • Una nuova versione di Pacman-g2 che aggiunge alcune belle funzionalit??.
      • +
      • systemd ?? ora il sistema di avvio predefinito.
      • +
      • Initial ARM port.
      • +
      • plymouth ora provvede al boot splash.
      • +
      • I kernel i686 and x86_64 possono ora avviare da EFI. (Tuttavia il bootloader non ?? ancora installabile dal setup.)
      • +
      • Oltre al supporto alle EFI , sono ora abilitate le tabelle delle partizioni GPT. Si raccomanda gptfdisk per questo genere di partizionamenti.
      • +
      • Il pacchetto Python setuptools ?? ora sostituito da distribute.
      • +
      + Riferitevi al ChangeLog di Mores per maggiori informazioni.
      + Download per i686, x86_64, ppc e arm: guardate la nostra lista dei mirror. Non dimenticate di controllare l'integrit?? delle immagini di installazione prima di masterizzarle!
      + NOTA: Cliccare qui per saperne di pi?? su quale supporto si necessita per l'installazione.
      + Se state aggiornando a Mores dalla precedente stabile (Nexon), leggete la parte relativa all' aggiornamento della nostra documentazione.
      + ]]> +
      +
      + 212 Frugalware Newsletter Issue 81 Sat, 06 Aug 2011 23:49:23 +1000 From boobaa at frugalware.org Mon Aug 15 07:11:56 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 15 Aug 2011 07:11:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: drush-4.5-1-x86_64 Message-ID: <20110815051156.9D44EBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b4b387e6313383f94350cf787d7d42741d62d0cf commit b4b387e6313383f94350cf787d7d42741d62d0cf Author: CS??CSY L??szl?? Date: Sat Aug 13 11:39:47 2011 +0200 drush-4.5-1-x86_64 version bump diff --git a/source/devel-extra/drush/FrugalBuild b/source/devel-extra/drush/FrugalBuild index 189c476..981fd43 100644 --- a/source/devel-extra/drush/FrugalBuild +++ b/source/devel-extra/drush/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: CS?CSY L?szl? pkgname=drush -pkgver=4.4 +pkgver=4.5 pkgrel=1 pkgdesc="A command line shell and Unix scripting interface for Drupal" url="http://drupal.org/project/drush" @@ -11,8 +11,8 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://drupal.org/project/drush | grep -i drush.*tar.gz -m1 | sed 's/.*\.x-\(.*\)\.tar.*/\1/;y/-/_/'" source=(http://ftp.drupal.org/files/projects/$pkgname-7.x-$pkgver.tar.gz drush-chown-after-untar2.patch) -sha1sums=('2cb75bff825ccc793a1669d9c52c7325c9680464' \ - '3cdf1c7a34d268d8ee8eab903ccb46504b9bd1e1') +sha1sums=('81446d1bc61dc47a19050f809faa336633aeef17' \ + '76344c4804110f3551f8660d197714e6dfbf942e') _F_cd_path=$pkgname build() diff --git a/source/devel-extra/drush/drush-chown-after-untar2.patch b/source/devel-extra/drush/drush-chown-after-untar2.patch index 852e1ee..c283c7d 100644 --- a/source/devel-extra/drush/drush-chown-after-untar2.patch +++ b/source/devel-extra/drush/drush-chown-after-untar2.patch @@ -1,12 +1,13 @@ diff -Naur drush-orig/commands/pm/package_handler/wget.inc drush/commands/pm/package_handler/wget.inc ---- drush-orig/commands/pm/package_handler/wget.inc 2010-12-24 22:42:05.000000000 +0100 -+++ drush/commands/pm/package_handler/wget.inc 2011-01-14 10:36:44.815000636 +0100 -@@ -82,6 +82,8 @@ - $tarpath = basename($tarpath, '.tgz'); - $tarpath .= '.tar'; - drush_shell_exec("tar -xf %s", $tarpath); -+ $buf = stat($olddir); -+ drush_shell_exec("chown -R %s:%s .", $buf["uid"], $buf["gid"]); +--- drush-orig/commands/pm/package_handler/wget.inc 2011-08-12 02:53:09.000000000 +0200 ++++ drush/commands/pm/package_handler/wget.inc 2011-08-13 11:35:42.882702605 +0200 +@@ -73,6 +73,9 @@ + // Extract the tarball. + $file_list = drush_tarball_extract($filename, $request['base_project_path'], TRUE); + drush_op('unlink', $filename); ++ $drupal_root = getcwd(); ++ $buf = stat($drupal_root); ++ drush_shell_exec("chown -R %s:%s %s", $buf["uid"], $buf["gid"], $request['base_project_path']); // Move untarred directory to project_dir, if distinct. if (($request['project_type'] == 'core') || (($request['project_type'] == 'profile') && (drush_get_option('variant', 'core') == 'core'))) { From boobaa at frugalware.org Mon Aug 15 07:11:56 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 15 Aug 2011 07:11:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: usb-modeswitch-1.1.9-1-x86_64 Message-ID: <20110815051156.C6D02BAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2a402ad4bbb1d610bf2703427d78770c7a191dc4 commit 2a402ad4bbb1d610bf2703427d78770c7a191dc4 Author: CS??CSY L??szl?? Date: Sat Aug 13 11:41:05 2011 +0200 usb-modeswitch-1.1.9-1-x86_64 version bump diff --git a/source/apps-extra/usb-modeswitch/FrugalBuild b/source/apps-extra/usb-modeswitch/FrugalBuild index a3688f6..2774c01 100644 --- a/source/apps-extra/usb-modeswitch/FrugalBuild +++ b/source/apps-extra/usb-modeswitch/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: CS?CSY L?szl? pkgname=usb-modeswitch -pkgver=1.1.8 +pkgver=1.1.9 pkgrel=1 pkgdesc="A mode switching tool for controlling 'flip flop' (multiple device) USB gear" url="http://www.draisberghof.de/usb_modeswitch/" @@ -12,6 +12,6 @@ depends=('libusb') rodepends=('usb-modeswitch-data') groups=('apps-extra') archs=('i686' 'x86_64') -sha1sums=('03a86e40c0ba98d2cefdbbee3b062e42c7b85587') +sha1sums=('50445ded6a9e9b3c22f8a5b0083a6531c92860f8') # optimization OK From boobaa at frugalware.org Mon Aug 15 07:11:57 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 15 Aug 2011 07:11:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: usb-modeswitch-data-20110805-1-x86_64 Message-ID: <20110815051157.58FE8BAC008@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=198a4be573a40b54fc90de33ab90c6231c30d357 commit 198a4be573a40b54fc90de33ab90c6231c30d357 Author: CS??CSY L??szl?? Date: Sat Aug 13 11:41:52 2011 +0200 usb-modeswitch-data-20110805-1-x86_64 version bump diff --git a/source/apps-extra/usb-modeswitch-data/FrugalBuild b/source/apps-extra/usb-modeswitch-data/FrugalBuild index adfe27e..0a3744c 100644 --- a/source/apps-extra/usb-modeswitch-data/FrugalBuild +++ b/source/apps-extra/usb-modeswitch-data/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: CS?CSY L?szl? pkgname=usb-modeswitch-data -pkgver=20110714 +pkgver=20110805 pkgrel=1 pkgdesc="A mode switching tool for controlling 'flip flop' (multiple device) USB gear - data" url="http://www.draisberghof.de/usb_modeswitch/" @@ -11,6 +11,6 @@ source=($url/$pkgname-$pkgver.tar.bz2) depends=('udev') groups=('apps-extra') archs=('i686' 'x86_64') -sha1sums=('13ba03089e5fa0c7357dd03eec1ec210796abc42') +sha1sums=('9f94d12dbfc45e9bba3ec1987b78d7edb0b13ec2') # optimization OK From boobaa at frugalware.org Mon Aug 15 07:11:57 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 15 Aug 2011 07:11:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mantis-1.2.6-1-x86_64 Message-ID: <20110815051157.5F6BDBAC009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=857dee0efb9e12df0de5883edb2d7a8dba1c227d commit 857dee0efb9e12df0de5883edb2d7a8dba1c227d Author: CS??CSY L??szl?? Date: Sat Aug 13 11:43:34 2011 +0200 mantis-1.2.6-1-x86_64 version bump diff --git a/source/network-extra/mantis/FrugalBuild b/source/network-extra/mantis/FrugalBuild index 7cee984..642f4ca 100644 --- a/source/network-extra/mantis/FrugalBuild +++ b/source/network-extra/mantis/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: CS?CSY L?szl? pkgname=mantis -pkgver=1.2.5 +pkgver=1.2.6 pkgrel=1 pkgdesc="a free popular web-based bugtracking system" rodepends=('php>=4.0.6' 'mysql>=3.23.2') @@ -35,7 +35,7 @@ build() chown nobody:nobody $Fdestdir/var/www/$pkgname -R } -sha1sums=('a0ea8856125b2c6f383125533bb9763a80805dbd' \ +sha1sums=('bc429e6e36844126670394113c8523161816aa0e' \ 'e316589c6f369eeeb8a937f4b849aed3c9c73fee' \ 'c8a65e327a828a702623ea917277ef55c92cdaa8' \ 'd62d9493d254e33f8ec793a50ed3d3742e7b8110') From boobaa at frugalware.org Mon Aug 15 07:11:57 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 15 Aug 2011 07:11:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: clamav-0.97.2-1-x86_64 Message-ID: <20110815051157.66BC9BAC00A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=600214b0f430039b4fd74d9626f47241ace216b1 commit 600214b0f430039b4fd74d9626f47241ace216b1 Author: CS??CSY L??szl?? Date: Sat Aug 13 12:13:20 2011 +0200 clamav-0.97.2-1-x86_64 version bump diff --git a/source/apps-extra/clamav/FrugalBuild b/source/apps-extra/clamav/FrugalBuild index 4dfcf46..50c37e2 100644 --- a/source/apps-extra/clamav/FrugalBuild +++ b/source/apps-extra/clamav/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Janos Kovacs pkgname=clamav -pkgver=0.97.1 +pkgver=0.97.2 pkgrel=1 pkgdesc="Clam AntiVirus is a GPL anti-virus toolkit for UNIX" depends=('gmp>=5.0.1' 'bzip2' 'curl>=7.19.0') @@ -12,7 +12,7 @@ groups=('apps-extra') archs=('i686' 'x86_64') Finclude sourceforge source=($source rc.clamav rc.clamav-hu.po) -sha1sums=('1b3a4667dcc278bc7eab38acbc0f35269aa05387' \ +sha1sums=('27d47c6ad22edc87c030f6d483fab1e13320cbf7' \ '90b22c99927b56992ac05042029d2702db79a8b0' \ '57d36966c45adfd6b3ebd10b91874194924ab2c3') From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: x264-20110729-1-i686 * version bump Message-ID: <20110815051656.1CF51BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ff27be842f1d2a47bb975cebfe74c58f8991cb88 commit ff27be842f1d2a47bb975cebfe74c58f8991cb88 Author: Devil505 Date: Sat Jul 30 10:17:11 2011 +0200 x264-20110729-1-i686 * version bump diff --git a/source/xmultimedia/x264/FrugalBuild b/source/xmultimedia/x264/FrugalBuild index 6763569..a3c53cd 100644 --- a/source/xmultimedia/x264/FrugalBuild +++ b/source/xmultimedia/x264/FrugalBuild @@ -4,7 +4,7 @@ pkgname=x264 _F_archive_name=x264-snapshot -pkgver=20110623 +pkgver=20110729 pkgextraver=-2245 pkgrel=1 pkgdesc="A free h264/avc encoder" @@ -15,7 +15,7 @@ groups=('xmultimedia') archs=('i686' 'x86_64' 'ppc') up2date="Flasttar ftp://ftp.videolan.org/pub/videolan/$pkgname/snapshots/" source=("ftp://ftp.videolan.org/pub/videolan/$pkgname/snapshots/$_F_archive_name-$pkgver$pkgextraver.tar.bz2") -sha1sums=('048a76a57d63a65fb3f34cfd67a13b4fed5f9baf') +sha1sums=('ea5226b668055668e2243e9a1c4024ebe03533e8') Fconfopts="$Fconfopts \ --enable-shared \ From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ffmpeg-0.8.1-1-i686 * version bump Message-ID: <20110815051656.252ABBAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0d877051fd759303513bd8eb159707f208360e8e commit 0d877051fd759303513bd8eb159707f208360e8e Author: Devil505 Date: Sat Jul 30 10:42:48 2011 +0200 ffmpeg-0.8.1-1-i686 * version bump diff --git a/source/xmultimedia/ffmpeg/FrugalBuild b/source/xmultimedia/ffmpeg/FrugalBuild index 6ed499b..7aa0e8d 100644 --- a/source/xmultimedia/ffmpeg/FrugalBuild +++ b/source/xmultimedia/ffmpeg/FrugalBuild @@ -3,9 +3,9 @@ # Contributor: Cedrick Hannier alias Cedynamix pkgname=ffmpeg -pkgver=0.8 +pkgver=0.8.1 #rev=22893 -pkgrel=3 +pkgrel=1 pkgdesc="FFMpeg is a complete and free Internet live audio and video broadcasting solution for Linux/Unix." url="http://ffmpeg.sourceforge.net/" depends=('a52dec' 'amrnb' 'amrwb' 'faac>=1.28' 'lame' 'libtheora' 'libvorbis' 'x264>=20110622' 'xvidcore' 'libdc1394' 'imlib2' 'sdl>=1.2.13-2' 'faad2>=2.7' 'gsm' 'opencore-amr>=0.1.2') @@ -16,7 +16,7 @@ archs=('i686' 'x86_64' 'ppc') up2date="Flasttar http://www.ffmpeg.org/releases/" source="http://www.ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2" #source=(http://ftp.frugalware.org/pub/other/sources/$pkgname/$pkgname-$pkgver-$rev.tar.bz2) -sha1sums=('461f87c4fc080e10ac0acc48287aaa706021bbc4') +sha1sums=('db9371ac11e36b8cb2684af5f2c2d443f8e408d2') #signatures=("${source[0]}.asc") subpkgs=("$pkgname-compiletime") From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-json-xs-2.31-1-i686 * version bump Message-ID: <20110815051656.6053DBAC008@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=db95fbc76a278b0e25f53a5edaedc0cc72a53e69 commit db95fbc76a278b0e25f53a5edaedc0cc72a53e69 Author: Devil505 Date: Sat Jul 30 10:48:44 2011 +0200 perl-json-xs-2.31-1-i686 * version bump diff --git a/source/devel-extra/perl-json-xs/FrugalBuild b/source/devel-extra/perl-json-xs/FrugalBuild index 5daf374..57eac6a 100644 --- a/source/devel-extra/perl-json-xs/FrugalBuild +++ b/source/devel-extra/perl-json-xs/FrugalBuild @@ -3,11 +3,11 @@ _F_perl_name=JSON-XS _F_perl_author=M/ML/MLEHMANN -pkgver=2.3 +pkgver=2.31 pkgrel=1 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast" Finclude perl groups=('devel-extra') archs=('i686' 'x86_64') -sha1sums=('2d66b92750c2440243669bacd42355756c0b5efc') +sha1sums=('bdb2ec33081d10b0403a43ac83947d62d35b15dc') # optimization OK From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lazr.restful-0.19-1-i686 * version bump Message-ID: <20110815051656.6C600BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eb063acf5a16dd7a09396eaf839927d4c630b44b commit eb063acf5a16dd7a09396eaf839927d4c630b44b Author: Devil505 Date: Sat Jul 30 10:50:26 2011 +0200 lazr.restful-0.19-1-i686 * version bump diff --git a/source/devel-extra/lazr.restful/FrugalBuild b/source/devel-extra/lazr.restful/FrugalBuild index 0094ca8..be3e4d5 100644 --- a/source/devel-extra/lazr.restful/FrugalBuild +++ b/source/devel-extra/lazr.restful/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: Devil505 pkgname=lazr.restful -pkgver=0.18.1 -pkgrel=2 +pkgver=0.19 +pkgrel=1 pkgdesc='Publish data model objects as RESTful web services by annotating their Zope interfaces' depends=('python>=2.7') makedepends=('distribute') groups=('devel-extra') archs=('i686' 'x86_64') Finclude launchpad -sha1sums=('cf9db90cf3c60968b7c272bb6e2e8ff81ae41e21') +sha1sums=('3ae4cfadf2094844f254b813d8cb0517927fb10a') From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: barrage-1.0.4-1-i686 * version bump Message-ID: <20110815051656.72D21BAC009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1180709c57701b63d9338e7556702bab5ab2a80c commit 1180709c57701b63d9338e7556702bab5ab2a80c Author: Devil505 Date: Sat Jul 30 10:52:20 2011 +0200 barrage-1.0.4-1-i686 * version bump diff --git a/source/games-extra/barrage/FrugalBuild b/source/games-extra/barrage/FrugalBuild index d25c6ea..00b9b0a 100644 --- a/source/games-extra/barrage/FrugalBuild +++ b/source/games-extra/barrage/FrugalBuild @@ -2,15 +2,14 @@ # Maintainer: Devil505 pkgname=barrage -pkgver=1.0.3 +pkgver=1.0.4 pkgrel=1 pkgdesc="A violent "point-and-click" shooting game with nice effects." _F_sourceforge_dirname="lgames" -_F_sourceforge_pkgver="1.0.2" Finclude sourceforge depends=('sdl_mixer' 'glibc') groups=('games-extra') archs=('i686' 'x86_64') _F_cd_path="$pkgname-$_F_sourceforge_pkgver" -sha1sums=('9a9014002ea7f0b09f47258f10ebc0dac039a1ba') +sha1sums=('4f97656cd4170de070dec440d3b739cb7e6679b4') # optimization OK From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: dunelegacy-0.96.2-1-i686 * version bump Message-ID: <20110815051656.7A7CEBAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=26c58c7dcc0728b5c0891d36d4bcb9796103fe2f commit 26c58c7dcc0728b5c0891d36d4bcb9796103fe2f Author: Devil505 Date: Sat Jul 30 10:57:28 2011 +0200 dunelegacy-0.96.2-1-i686 * version bump diff --git a/source/games-extra/dunelegacy/FrugalBuild b/source/games-extra/dunelegacy/FrugalBuild index b30070a..fcb48fb 100644 --- a/source/games-extra/dunelegacy/FrugalBuild +++ b/source/games-extra/dunelegacy/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=dunelegacy -pkgver=0.96.1 +pkgver=0.96.2 pkgrel=1 pkgdesc="Updated clone of Westood Studios Dune2 which uses data files from the game." depends=('sdl_mixer' 'libstdc++') @@ -10,4 +10,6 @@ _F_sourceforge_ext="-src.tar.bz2" Finclude sourceforge groups=(games-extra) archs=('i686' 'x86_64') -sha1sums=('2ee98b2de5f708af3b1cd99276c4efe206f22fe3') +sha1sums=('40fd46f2fbbb457cb25f1ca5e23683bf21335eac') + +# optimization OK From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: fceux-2.1.5-1-i686 * version bump Message-ID: <20110815051656.809C1BAC008@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=15d5e0ad5e5fdd61d93e1335eace27803d2815c5 commit 15d5e0ad5e5fdd61d93e1335eace27803d2815c5 Author: Devil505 Date: Sat Jul 30 11:03:11 2011 +0200 fceux-2.1.5-1-i686 * version bump diff --git a/source/games-extra/fceux/FrugalBuild b/source/games-extra/fceux/FrugalBuild index 285da36..c649d78 100644 --- a/source/games-extra/fceux/FrugalBuild +++ b/source/games-extra/fceux/FrugalBuild @@ -2,21 +2,19 @@ # Maintainer: devil505 pkgname=fceux -pkgver=2.1.4 -pkgrel=2 +pkgver=2.1.5 +pkgrel=1 pkgdesc="FCEUX is a cross platform, NTSC and PAL Famicom/NES emulator that is an evolution of the original FCE Ultra emulator." _F_sourceforge_ext=".src.tar.bz2" _F_sourceforge_dirname="fceultra" -_F_sourceforge_realname="Source Code" Finclude sourceforge -up2date="lynx -dump http://sourceforge.net/projects/fceultra/files/Source%20Code/ | grep 'http.*fceultra/.*Source%20Code/.*/$'|sed 's|.*/\(.*\)/|\1|;q' " depends=('zlib' 'lua' 'libgl' 'sdl' 'libstdc++' 'libxext' 'libxdamage' 'zenity>=2.30.0-2' 'gtk+2') makedepends=('scons') options=('scriptlet') groups=('games-extra') archs=('i686' 'x86_64') source=($source $pkgname.png) -sha1sums=('3aa382784d5dd582ba5d59e0d9133d8df91df7be' \ +sha1sums=('599ef6a261ab1bd24e58468886d7cc303e150feb' \ '3841309556cbb2c8a801475c8ff9b499a802cf8c') provides=('fceu' 'gfceux') replaces=('fceu' 'gfceux') @@ -27,7 +25,7 @@ _F_desktop_icon="$pkgname.png" _F_desktop_categories="GNOME;GTK;Game" build() { - Fcd "fceu-$pkgver" + Fcd "fceu$pkgver" Fsed '/usr/local' '$Fdestdir/usr' SConstruct scons FRAMESKIP=1 OPENGL=1 LSB_FIRST=1 DEBUG=0 LUA=1 NEWPPU=1 CREATE_AVI=0 LOGO=1 GTK=1 GTK_LITE=0 || Fdie Fmkdir usr/bin From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: launchpadlib-1.9.9-1-i686 * version bump Message-ID: <20110815051656.86FF2BAC00A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fc21047df091411467d51d5215a3df31b99cd23c commit fc21047df091411467d51d5215a3df31b99cd23c Author: Devil505 Date: Sat Jul 30 11:10:08 2011 +0200 launchpadlib-1.9.9-1-i686 * version bump diff --git a/source/lib-extra/launchpadlib/FrugalBuild b/source/lib-extra/launchpadlib/FrugalBuild index 538d07e..2769b27 100644 --- a/source/lib-extra/launchpadlib/FrugalBuild +++ b/source/lib-extra/launchpadlib/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: Devil505 pkgname=launchpadlib -pkgver=1.9.8 -pkgrel=2 +pkgver=1.9.9 +pkgrel=1 pkgdesc='A free Python library for scripting Launchpad through its web services interface' depends=('lazr.restful' 'lazr.uri' 'lazr.restfulclient' 'python-keyring') makedepends=('distribute') groups=('lib-extra') archs=('i686' 'x86_64') Finclude launchpad -sha1sums=('3a68a0337af1062e7a2dfd25b385824fd8019649') +sha1sums=('f182da593d9712a10e5a0e5fcce67f1adb2e24b7') From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-poe-1.312-1-i686 * version bump Message-ID: <20110815051656.8D003BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a18224de2faf7fcd5d4530badb57e9564843b25a commit a18224de2faf7fcd5d4530badb57e9564843b25a Author: Devil505 Date: Sat Jul 30 18:25:36 2011 +0200 perl-poe-1.312-1-i686 * version bump diff --git a/source/devel-extra/perl-poe/FrugalBuild b/source/devel-extra/perl-poe/FrugalBuild index 2e0d3ef..dfafc3c 100644 --- a/source/devel-extra/perl-poe/FrugalBuild +++ b/source/devel-extra/perl-poe/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Zsolt Szalai pkgname=perl-poe -pkgver=1.311 +pkgver=1.312 pkgrel=1 pkgdesc="portable multitasking and networking framework for Perl" _F_perl_name=POE @@ -21,4 +21,4 @@ build() { make || Fdie Fmakeinstall } -sha1sums=('d88b57c4b3ca7f4a93c8923c2254cf8b9b6f92b1') +sha1sums=('0c1d0fe29a02b93fdab09c8ac8969a753b2fc37c') From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: yad-0.12.90-1-i686 * version bump Message-ID: <20110815051656.9C148BAC00B@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5fb9f86afaeaec5a9582a37b51e333101aec6de6 commit 5fb9f86afaeaec5a9582a37b51e333101aec6de6 Author: Devil505 Date: Mon Aug 1 14:47:55 2011 +0200 yad-0.12.90-1-i686 * version bump diff --git a/source/xlib-extra/yad/FrugalBuild b/source/xlib-extra/yad/FrugalBuild index d4a36a1..d5b3787 100644 --- a/source/xlib-extra/yad/FrugalBuild +++ b/source/xlib-extra/yad/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=yad -pkgver=0.12.4 +pkgver=0.12.90 pkgrel=1 pkgdesc="Display graphical dialogs from shell scripts or command line" _F_googlecode_ext=".tar.xz" @@ -12,4 +12,4 @@ makedepends=('intltool') options=('scriptlet') groups=('xlib-extra') archs=('i686' 'x86_64') -sha1sums=('da25e482f29e1559ee960e0f3051259ac0dca98a') +sha1sums=('837f3f9b6e41d8fd1bf39a95f597f50016abfc35') From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tyrs-0.4.1-1-i686 * version bump Message-ID: <20110815051656.96180BAC009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=edb7de2b4059b35bf21385e521b0ee97db1dc399 commit edb7de2b4059b35bf21385e521b0ee97db1dc399 Author: Devil505 Date: Sat Jul 30 18:27:12 2011 +0200 tyrs-0.4.1-1-i686 * version bump diff --git a/source/apps-extra/tyrs/FrugalBuild b/source/apps-extra/tyrs/FrugalBuild index bcf65e0..93a6cff 100644 --- a/source/apps-extra/tyrs/FrugalBuild +++ b/source/apps-extra/tyrs/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=tyrs -pkgver=0.4.0.1 +pkgver=0.4.1 pkgrel=1 pkgdesc="A lightweight console Twitter and Identica client using ncurses and Python." url="http://tyrs.nicosphere.net/" @@ -11,5 +11,5 @@ makedepends=('distribute' 'python-distutils-extra' 'intltool') groups=('apps-extra') archs=('i686' 'x86_64') Finclude pypi -sha1sums=('6ab83626ce4e7d107031d988e53a821b337ed004') +sha1sums=('96325f1a84d97d466ad003621b304b35387e85ea') From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: teeworlds-0.6.1-1-i686 * version bump Message-ID: <20110815051656.A306CBAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eeaf81cb985ea968facf909eeb71662c216e6698 commit eeaf81cb985ea968facf909eeb71662c216e6698 Author: Devil505 Date: Mon Aug 1 14:55:13 2011 +0200 teeworlds-0.6.1-1-i686 * version bump diff --git a/source/games-extra/teeworlds/FrugalBuild b/source/games-extra/teeworlds/FrugalBuild index adf3cba..14afad4 100644 --- a/source/games-extra/teeworlds/FrugalBuild +++ b/source/games-extra/teeworlds/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=teeworlds -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=1 pkgdesc="a multiplayer 2D shooter." url="http://teeworlds.com" @@ -10,9 +10,9 @@ depends=('libglu' 'freetype2' 'sdl') makedepends=('bam') groups=('games-extra') archs=('i686' 'x86_64') -up2date="Flasttar $url/?page=downloads | sed 's/_src//g'" -source=($url/files/$pkgname-$pkgver-src.tar.gz $pkgname.png) -sha1sums=('17464e17ea0a5c00573d6b994cccc40d9ab4d31f' \ +up2date="Flasttar $url/?page=downloads | sed 's/_source//g'" +source=($url/files/$pkgname-$pkgver-source.tar.gz $pkgname.png) +sha1sums=('27f74db7c035143c7b539acc7aab7fb825b972ab' \ '0df9842e7a3ed9c1c40f92954f735b952946ac69') _F_desktop_name="TeeWorlds" @@ -20,7 +20,7 @@ _F_desktop_icon="$pkgname.png" _F_desktop_categories="Game;ArcadeGame;" build() { - Fcd "$pkgname-$pkgver-source" + Fcd "$pkgname-b177-r50edfd37-source" bam server_release client_release || Fdie Fmkdir usr/share/$pkgname/data cp -r data/* $Fdestdir/usr/share/$pkgname/data || Fdie From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: msn-pecan-0.1.3-1-i686 * version bump Message-ID: <20110815051656.AE153BAC008@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c99881657ce441a4cd1ac5d8295d362fc10ca9ad commit c99881657ce441a4cd1ac5d8295d362fc10ca9ad Author: Devil505 Date: Mon Aug 1 14:58:37 2011 +0200 msn-pecan-0.1.3-1-i686 * version bump diff --git a/source/xapps-extra/msn-pecan/FrugalBuild b/source/xapps-extra/msn-pecan/FrugalBuild index 70bcf40..9465cbd 100644 --- a/source/xapps-extra/msn-pecan/FrugalBuild +++ b/source/xapps-extra/msn-pecan/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=msn-pecan -pkgver=0.1.2 +pkgver=0.1.3 pkgrel=1 pkgdesc="A fork of the MSN protocol plugin for libpurple (Pidgin/Finch) using the WLM protocol instead of MSN." depends=(' pidgin>=2.5.6-2' 'zlib') @@ -11,4 +11,4 @@ Finclude googlecode options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('73ad00ac612329aace5c29c53a9591dd7b7c6901') +sha1sums=('6ee4eacd8bb6e09bcb12da0a848fdad19ca2ba7c') From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: picard-0.15.1-1-i686 * version bump Message-ID: <20110815051656.D33E9BAC00C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=efaa30da68e10380535e8ad137615affaff5786a commit efaa30da68e10380535e8ad137615affaff5786a Author: Devil505 Date: Mon Aug 1 15:09:46 2011 +0200 picard-0.15.1-1-i686 * version bump diff --git a/source/xmultimedia-extra/picard/FrugalBuild b/source/xmultimedia-extra/picard/FrugalBuild index ac9fe59..798fc78 100644 --- a/source/xmultimedia-extra/picard/FrugalBuild +++ b/source/xmultimedia-extra/picard/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Christian Hamar alias krix pkgname=picard -pkgver=0.15 +pkgver=0.15.1 pkgrel=1 pkgdesc="The next generation MusicBrainz tagger" url="http://musicbrainz.org/doc/PicardTagger" @@ -17,7 +17,7 @@ Finclude gnome-scriptlet python up2date="lynx -dump 'http://ftp.musicbrainz.org/pub/musicbrainz/$pkgname/?C=M;O=D'|grep $pkgname.*tar.gz$|sed -n 's/.*-\(.*\)\.t.*/\1/;1 p'" source=(ftp://ftp.musicbrainz.org/pub/musicbrainz/$pkgname/$pkgname-$pkgver.tar.gz \ http://users.musicbrainz.org/~outsidecontext/picard/plugins/coverart.py) -sha1sums=('14749051099d4ca62047d0ca58ae28a03ac1c34b' \ +sha1sums=('91b461430add978f0b07ae738ce1b9de616998f4' \ '0c244339da6d4786d3a316f0b9a8856c839944d9') build() { From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mfe-0.1.7-1-i686 * version bump Message-ID: <20110815051656.DD286BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=60b58b8b153a289a5e46b79bed03476414bba7b7 commit 60b58b8b153a289a5e46b79bed03476414bba7b7 Author: Devil505 Date: Tue Aug 2 21:27:53 2011 +0200 mfe-0.1.7-1-i686 * version bump diff --git a/source/games-extra/mfe/FrugalBuild b/source/games-extra/mfe/FrugalBuild index ec6cc68..7dad645 100644 --- a/source/games-extra/mfe/FrugalBuild +++ b/source/games-extra/mfe/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=mfe -pkgver=0.1.6 -pkgrel=2 +pkgver=0.1.7 +pkgrel=1 pkgdesc="A simple, GTK+ frontend / launcher for mednafen, written in python." depends=('python' 'gtk+2' 'pygtk' 'configobj' 'mednafen') options=('scriptlet') @@ -12,4 +12,4 @@ _F_sourceforge_realname="mednafenfe" Finclude sourceforge groups=('games-extra') archs=('i686' 'x86_64') -sha1sums=('68a951c2f1f84b78f8c5ef09717ab37e7cfe5992') +sha1sums=('d618598404da05d0837e37b20b86314b8ba36593') From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xcfa-4.2.1-1-i686 * version bump Message-ID: <20110815051656.E4F5EBAC00A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8eed5233fe2b9f95cdefc673fd454ce206af9f6b commit 8eed5233fe2b9f95cdefc673fd454ce206af9f6b Author: Devil505 Date: Tue Aug 2 21:31:31 2011 +0200 xcfa-4.2.1-1-i686 * version bump diff --git a/source/xapps-extra/xcfa/FrugalBuild b/source/xapps-extra/xcfa/FrugalBuild index e95ef49..082ccbc 100644 --- a/source/xapps-extra/xcfa/FrugalBuild +++ b/source/xapps-extra/xcfa/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Gholafox pkgname=xcfa -pkgver=4.2.0 +pkgver=4.2.1 pkgrel=1 pkgdesc="Frontend which use miscellaneous external programs to extract and convert music files" url="http://www.xcfa.tuxfamily.org/" @@ -17,4 +17,4 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://download.tuxfamily.org/xcfaudio/xcfa_download/src/ | Flasttar" source=(http://download.tuxfamily.org/xcfaudio/xcfa_download/src/$pkgname-$pkgver.tar.gz) -sha1sums=('3635719f08da3c4114ba1561f9e6e633b8d67971') +sha1sums=('a1c6918c713152cbf8b0911ac59faa110d9ffcb7') From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: hamlib-1.2.14-1-i686 * version bump Message-ID: <20110815051656.EBDFEBAC00D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=283099b28b8a8c1214f34e33f61f650519a4de4d commit 283099b28b8a8c1214f34e33f61f650519a4de4d Author: Devil505 Date: Tue Aug 2 21:37:48 2011 +0200 hamlib-1.2.14-1-i686 * version bump diff --git a/source/lib-extra/hamlib/FrugalBuild b/source/lib-extra/hamlib/FrugalBuild index f314ab2..cf31ded 100644 --- a/source/lib-extra/hamlib/FrugalBuild +++ b/source/lib-extra/hamlib/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=hamlib -pkgver=1.2.13.1 +pkgver=1.2.14 pkgrel=1 pkgdesc="HAM radio equipment control libraries" makedepends=('automake' 'autoconf' 'doxygen' 'libtool' 'swig') @@ -11,6 +11,6 @@ Finclude sourceforge groups=('lib-extra') archs=('i686' 'x86_64') Fconfopts="${Fconfopts[@]} --with-perl-binding --with-python-binding" -sha1sums=('a8a5859a45cea7536619ca0eb8ca4275fe33ac4b') +sha1sums=('77aeedab239547e646e8d0f7bee8637a4cc36774') # optimization OK From devil505linux at gmail.com Mon Aug 15 07:16:56 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: * fixing conflict Message-ID: <20110815051656.F3BB4BAC009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7503c2e14f0dfd47426bf13c069cdb51d7dc8f35 commit 7503c2e14f0dfd47426bf13c069cdb51d7dc8f35 Author: Devil505 Date: Mon Aug 15 07:14:04 2011 +0200 * fixing conflict diff --git a/source/network-extra/zd1211-firmware/FrugalBuild b/source/network-extra/zd1211-firmware/FrugalBuild index f83ede2..cc060f2 100644 --- a/source/network-extra/zd1211-firmware/FrugalBuild +++ b/source/network-extra/zd1211-firmware/FrugalBuild @@ -2,19 +2,16 @@ # Maintainer: Janos Kovacs pkgname=zd1211-firmware -pkgver=1.1 -pkgrel=2 +pkgver=1.4 +pkgrel=1 pkgdesc="ZyDAS ZD1211 802.11b/g USB WLAN chipset Linux drivers Firmware" _F_sourceforge_dirname="zd1211" _F_sourceforge_ext=".tar.bz2" Finclude sourceforge -url="http://sourceforge.net/projects/zd1211/" depends=('kernel>=2.6.18') groups=('network-extra') archs=('i686' 'x86_64') -up2date="$pkgver" # trust me, i'll update it when it's necessary ;-) -source=(${source/-$pkgver/$pkgver}) -sha1sums=('e51e06c96b2b635f166f920b30b4595d395c0fe0') +sha1sums=('2c181e67910885872407abac8c180f03ae068955') build() { Fcd $pkgname From devil505linux at gmail.com Mon Aug 15 07:16:57 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-mygpoclient-1.6-1-i686 * version bump Message-ID: <20110815051657.0A2E3BAC00E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1c2376f93689c497e28cc04b96ab94dae198bb08 commit 1c2376f93689c497e28cc04b96ab94dae198bb08 Author: Devil505 Date: Fri Aug 5 22:55:23 2011 +0200 python-mygpoclient-1.6-1-i686 * version bump diff --git a/source/devel-extra/python-mygpoclient/FrugalBuild b/source/devel-extra/python-mygpoclient/FrugalBuild index 655c884..af06987 100644 --- a/source/devel-extra/python-mygpoclient/FrugalBuild +++ b/source/devel-extra/python-mygpoclient/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=python-mygpoclient -pkgver=1.5 +pkgver=1.6 pkgrel=1 pkgdesc="Client library for the my.gpodder.org web service" url="http://thpinfo.com/2010/mygpoclient/" @@ -12,7 +12,7 @@ archs=('i686' 'x86_64') _F_archive_name="mygpoclient" up2date="Flasttar $url" source=(http://thpinfo.com/2010/mygpoclient/$_F_archive_name-$pkgver.tar.gz) -sha1sums=('e62c752022bbf9fbd3b6c01df85cd076cbc532bf') +sha1sums=('14eac26757fe8b857e2e5ffc14c31ff9b2a0db4d') build() { Fcd $_F_archive_name-$pkgver From devil505linux at gmail.com Mon Aug 15 07:16:57 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-keyring-0.6.2-1-i686 * version bump Message-ID: <20110815051657.8F168BAC010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=edf55e1d12ac956656f59d4173be12daae495661 commit edf55e1d12ac956656f59d4173be12daae495661 Author: Devil505 Date: Fri Aug 5 22:58:12 2011 +0200 python-keyring-0.6.2-1-i686 * version bump diff --git a/source/devel-extra/python-keyring/FrugalBuild b/source/devel-extra/python-keyring/FrugalBuild index b385148..0459801 100644 --- a/source/devel-extra/python-keyring/FrugalBuild +++ b/source/devel-extra/python-keyring/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=python-keyring -pkgver=0.5.1 +pkgver=0.6.2 pkgrel=1 pkgdesc="Store and access your passwords safely." depends=('python') @@ -12,4 +12,4 @@ _F_archive_name="keyring" _F_pypi_name='keyring' Finclude pypi _F_cd_path="$_F_archive_name-$pkgver" -sha1sums=('f7b9005313a24c4a00a295efcba4f9b2c1085f26') +sha1sums=('a8a964c73ce96a19f30d9aa9a47d2feab948022c') From devil505linux at gmail.com Mon Aug 15 07:16:57 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gpodder-2.17-1-i686 * version bump Message-ID: <20110815051657.1FFE1BAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ad5c18046e0e2bf64601690ed0b19bf1631afb9a commit ad5c18046e0e2bf64601690ed0b19bf1631afb9a Author: Devil505 Date: Fri Aug 5 22:57:29 2011 +0200 gpodder-2.17-1-i686 * version bump diff --git a/source/gnome-extra/gpodder/FrugalBuild b/source/gnome-extra/gpodder/FrugalBuild index e5922d6..7d24b23 100644 --- a/source/gnome-extra/gpodder/FrugalBuild +++ b/source/gnome-extra/gpodder/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=gpodder -pkgver=2.15 +pkgver=2.17 pkgrel=1 pkgdesc="A podcast receiver/catcher." depends=('pygtk' 'pyxml' 'wget' 'python>=2.7' 'libglade' 'imagemagick>=6.4.8_9' 'feedparser' 'pysqlite2' 'python-mygpoclient>=1.5' 'python-sqlite3') @@ -12,6 +12,6 @@ archs=('i686' 'x86_64') _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude berlios gnome-scriptlet -sha1sums=('06db4d231b05187abcfc3c36b1e1460498a4b6db') +sha1sums=('9469785e579233509b4f52a6e4afb6550cdf7186') From devil505linux at gmail.com Mon Aug 15 07:16:57 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-configglue-1.0-1-i686 * version bump Message-ID: <20110815051657.D2F27BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0b2e7cbabc3eafa1170902b64a174c6e8b0b8a84 commit 0b2e7cbabc3eafa1170902b64a174c6e8b0b8a84 Author: Devil505 Date: Fri Aug 5 22:59:40 2011 +0200 python-configglue-1.0-1-i686 * version bump diff --git a/source/devel-extra/python-configglue/FrugalBuild b/source/devel-extra/python-configglue/FrugalBuild index 7afa302..989425a 100644 --- a/source/devel-extra/python-configglue/FrugalBuild +++ b/source/devel-extra/python-configglue/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=python-configglue -pkgver=0.11.1 +pkgver=1.0 pkgrel=1 pkgdesc="Python library that glues together python's optparse." depends=('python>=2.7') @@ -13,5 +13,5 @@ _F_archive_name="configglue" _F_pypi_name="configglue" Finclude pypi _F_cd_path="$_F_pypi_name-$pkgver" -sha1sums=('8106d88aa06ea746840b9e13149ef31e0409c453') +sha1sums=('91b08b0441d62d9f5f518ee8184faae4b6d90ef1') From devil505linux at gmail.com Mon Aug 15 07:16:58 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: devmon-1.0.5-1-i686 * version bump Message-ID: <20110815051658.A1030BAC00A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5dcde88b06250c89b0226990704a6bc980ee9b9c commit 5dcde88b06250c89b0226990704a6bc980ee9b9c Author: Devil505 Date: Sat Aug 6 07:45:23 2011 +0200 devmon-1.0.5-1-i686 * version bump diff --git a/source/apps-extra/devmon/FrugalBuild b/source/apps-extra/devmon/FrugalBuild index dc66688..e9fc560 100644 --- a/source/apps-extra/devmon/FrugalBuild +++ b/source/apps-extra/devmon/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=devmon -pkgver=1.0.3 +pkgver=1.0.5 pkgrel=1 pkgdesc="Automounts and unmounts optical and removable drives using udisks" depends=('udisks' 'bash>=4') @@ -12,7 +12,7 @@ _F_sourceforge_ext=".sh" _F_sourceforge_dirname="ig-scripts" Finclude sourceforge url="http://igurublog.wordpress.com/downloads/script-$pkgname/" -sha1sums=('6d692c091fd2864cb7b6f4045f72db1b1260d199') +sha1sums=('984f6bc50eaa3f915e226bd5b19cdfe9d557cdb1') build() { Fexe $pkgname-$pkgver.sh usr/bin/$pkgname From devil505linux at gmail.com Mon Aug 15 07:16:59 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: angband-3.3.0-1-i686 * version bump Message-ID: <20110815051659.9CAD4BAC00D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d458bc04a0a72e0717800fe0f11a31cb20d6e723 commit d458bc04a0a72e0717800fe0f11a31cb20d6e723 Author: Devil505 Date: Sun Aug 7 18:17:26 2011 +0200 angband-3.3.0-1-i686 * version bump diff --git a/source/games-extra/angband/FrugalBuild b/source/games-extra/angband/FrugalBuild index 46f9410..396b7d5 100644 --- a/source/games-extra/angband/FrugalBuild +++ b/source/games-extra/angband/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=angband -pkgver=3.1.2v2 +pkgver=3.3.0 pkgrel=1 pkgdesc="A roguelike dungeon-exploration game based on Tolkien's books" url="http://rephial.org" @@ -10,8 +10,8 @@ depends=('ncurses' 'libsm' 'sdlimage' 'sdl_ttf' 'libglade' 'gtk+2-libs' 'cairo' options=('scriptlet') groups=('games-extra') archs=('i686' 'x86_64') -up2date="Flasttar $url | sed 's/_src//g'" -source=($url/downloads/3.1/$pkgname-$pkgver-src.tar.gz) +up2date="Flasttar $url | sed 's/v//g'" +source=($url/downloads/${pkgver:0:3}/$pkgname-v$pkgver.tar.gz) Fconfopts="${Fconfopts[@]} --bindir=/usr/bin \ --sysconfdir=/usr/share/angband \ --with-configpath=/usr/share/angband \ @@ -19,7 +19,7 @@ Fconfopts="${Fconfopts[@]} --bindir=/usr/bin \ --enable-gtk \ --enable-sdl \ --enable-sdl-mixer" -sha1sums=('e6426c2d6054502a20e255dd07f49cbe6dd547a2') +sha1sums=('420dd620429a6bb04c0640716941b52788c38c66') _F_desktop_icon="/usr/share/angband/xtra/icon/att-32.png" _F_desktop_exec="angband -g" @@ -28,6 +28,7 @@ _F_desktop_categories="Game;RolePlaying;" build() { + Fcd $pkgname-v$pkgver Fmkdir usr/share/$pkgname Fbuild Frm usr/share/angband/*/delete.me From devil505linux at gmail.com Mon Aug 15 07:16:59 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: minitube-1.5-1-i686 * version bump Message-ID: <20110815051659.C8805BAC009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=11c46579c6ffa8f2a2919272b5fd5eb12680c858 commit 11c46579c6ffa8f2a2919272b5fd5eb12680c858 Author: Devil505 Date: Sun Aug 7 21:04:14 2011 +0200 minitube-1.5-1-i686 * version bump diff --git a/source/xapps-extra/minitube/FrugalBuild b/source/xapps-extra/minitube/FrugalBuild index d9c871c..8ef02ed 100644 --- a/source/xapps-extra/minitube/FrugalBuild +++ b/source/xapps-extra/minitube/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=minitube -pkgver=1.4.3 +pkgver=1.5 pkgrel=1 pkgdesc="This is a native YouTube client in QT. Watch YouTube videos without Flash Player." url="http://flavio.tordini.org/minitube" @@ -16,7 +16,7 @@ _F_gnome_desktop="y" Finclude gnome-scriptlet up2date="Flasttar $url" source=(http://flavio.tordini.org/files/minitube/$pkgname-$pkgver.tar.gz) -sha1sums=('0c6838ed7282a4ae7df395ebcdca507aebe37e20') +sha1sums=('cf2ae85ef4b60ce67496eebe412bffe010eb1d54') build() { Fcd "$pkgname" From devil505linux at gmail.com Mon Aug 15 07:17:01 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:17:01 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xfce4-screenshooter-1.8.0-1-i686 * version bump Message-ID: <20110815051701.0DB1ABAC013@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c62dcbdb184f3fc83601d4fb1aa95e69be889e70 commit c62dcbdb184f3fc83601d4fb1aa95e69be889e70 Author: Devil505 Date: Sun Aug 7 21:39:21 2011 +0200 xfce4-screenshooter-1.8.0-1-i686 * version bump diff --git a/source/xfce4/xfce4-screenshooter/FrugalBuild b/source/xfce4/xfce4-screenshooter/FrugalBuild index 00623fc..3f4bb55 100644 --- a/source/xfce4/xfce4-screenshooter/FrugalBuild +++ b/source/xfce4/xfce4-screenshooter/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Priyank Gosalia pkgname=xfce4-screenshooter -pkgver=1.7.9 -pkgrel=3 +pkgver=1.8.0 +pkgrel=1 pkgdesc="A screenshot taking application and panel plugin for Xfce4." makedepends=('intltool') depends=('gtk+2>=2.16.2-2' 'libxfcegui4>=4.7.0' 'xfce4-panel>=4.8.3-2' \ @@ -14,6 +14,6 @@ replaces=('xfce4-screenshooter-plugin') archs=('i686' 'x86_64' 'ppc') _F_gnome_iconcache=y Finclude xfce4 gnome-scriptlet -sha1sums=('541a28812ed4ada81b8e437a6246ce07c0dd9db6') +sha1sums=('cc105a5d3b17248542705cf01368827ef860bec9') # optimization OK From devil505linux at gmail.com Mon Aug 15 07:16:59 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:16:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xfce4-notifyd-0.2.2-1-i686 * version bump Message-ID: <20110815051659.D64BCBAC00C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2d98340947ca6cabb3ba5debd0077bee1026bcc5 commit 2d98340947ca6cabb3ba5debd0077bee1026bcc5 Author: Devil505 Date: Sun Aug 7 21:32:31 2011 +0200 xfce4-notifyd-0.2.2-1-i686 * version bump diff --git a/source/xfce4-extra/xfce4-notifyd/FrugalBuild b/source/xfce4-extra/xfce4-notifyd/FrugalBuild index 00d28fb..6bbe01c 100644 --- a/source/xfce4-extra/xfce4-notifyd/FrugalBuild +++ b/source/xfce4-extra/xfce4-notifyd/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=xfce4-notifyd -pkgver=0.2.1 -pkgrel=2 +pkgver=0.2.2 +pkgrel=1 pkgdesc="notification daemon for the xfce desktop" url="http://spuriousinterrupt.org/projects/xfce4-notifyd" depends=('libxfce4ui>=4.8.0' 'libuuid') @@ -13,6 +13,6 @@ groups=('xfce4-extra' 'xfce4-goodies') _F_gnome_iconcache="y" Finclude xfce4 gnome-scriptlet archs=('i686' 'x86_64') -sha1sums=('4a0de4a9e7d0870ff14859ddfd414652a605eacc') +sha1sums=('31888132d949cc7b47d12889b8aaf5dabc546d8b') # optimization OK From devil505linux at gmail.com Mon Aug 15 07:17:03 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:17:03 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gpodder-2.18-1-i686 * version bump Message-ID: <20110815051703.6A867BAC015@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e67baa877a0cfa23039e627795f9f1dc681cc7bc commit e67baa877a0cfa23039e627795f9f1dc681cc7bc Author: Devil505 Date: Tue Aug 9 10:40:10 2011 +0200 gpodder-2.18-1-i686 * version bump diff --git a/source/gnome-extra/gpodder/FrugalBuild b/source/gnome-extra/gpodder/FrugalBuild index 7d24b23..2dcbf84 100644 --- a/source/gnome-extra/gpodder/FrugalBuild +++ b/source/gnome-extra/gpodder/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=gpodder -pkgver=2.17 +pkgver=2.18 pkgrel=1 pkgdesc="A podcast receiver/catcher." depends=('pygtk' 'pyxml' 'wget' 'python>=2.7' 'libglade' 'imagemagick>=6.4.8_9' 'feedparser' 'pysqlite2' 'python-mygpoclient>=1.5' 'python-sqlite3') @@ -12,6 +12,6 @@ archs=('i686' 'x86_64') _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude berlios gnome-scriptlet -sha1sums=('9469785e579233509b4f52a6e4afb6550cdf7186') +sha1sums=('02d0ed954b596c592b8113c60ba1b30dd9fde23a') From devil505linux at gmail.com Mon Aug 15 07:17:03 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:17:03 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ubuntuone-client-1.7.1-1-i686 * version bump Message-ID: <20110815051703.E68FBBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4ce5951b76be0aaeabf1b54446a2a0ad5c66cf8a commit 4ce5951b76be0aaeabf1b54446a2a0ad5c66cf8a Author: Devil505 Date: Wed Aug 10 15:08:20 2011 +0200 ubuntuone-client-1.7.1-1-i686 * version bump diff --git a/source/ayatana-extra/ubuntuone-client/FrugalBuild b/source/ayatana-extra/ubuntuone-client/FrugalBuild index 831eab2..7f4cd8a 100644 --- a/source/ayatana-extra/ubuntuone-client/FrugalBuild +++ b/source/ayatana-extra/ubuntuone-client/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=ubuntuone-client -pkgver=1.7.0 -pkgrel=2 +pkgver=1.7.1 +pkgrel=1 pkgdesc="Client for Ubuntu One shareing service" depends=('dbus-python' 'gnome-python-desktop' 'gnome-settings-daemon' 'libproxy' \ 'pyinotify' 'python-configglue' 'notify-python' 'python-simplejson' \ @@ -13,6 +13,6 @@ groups=('ayatana-extra') archs=('i686' 'x86_64') _F_gnome_iconcache="y" Finclude launchpad gnome-scriptlet -sha1sums=('bec06cfd8fe0af64e26a59666fb70513003f30d5') +sha1sums=('554e46f641963e238fe283f0093b3e882fc68eef') # optimization OK From devil505linux at gmail.com Mon Aug 15 07:17:05 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:17:05 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xfce4-cpugraph-plugin-1.0.1-3-i686 * rebuilt with last libs Message-ID: <20110815051705.3D709BAC012@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5c2638e4663d6de64fcca119f2b06a407fdcc10c commit 5c2638e4663d6de64fcca119f2b06a407fdcc10c Author: Devil505 Date: Sun Aug 14 16:50:05 2011 +0200 xfce4-cpugraph-plugin-1.0.1-3-i686 * rebuilt with last libs diff --git a/source/xfce4/xfce4-cpugraph-plugin/FrugalBuild b/source/xfce4/xfce4-cpugraph-plugin/FrugalBuild index 983ea95..9342412 100644 --- a/source/xfce4/xfce4-cpugraph-plugin/FrugalBuild +++ b/source/xfce4/xfce4-cpugraph-plugin/FrugalBuild @@ -3,9 +3,9 @@ pkgname=xfce4-cpugraph-plugin pkgver=1.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="CPU graph plugin for the Xfce panel" -depends=('libxfcegui4>=4.7.0' 'xfce4-panel>=4.7.6') +depends=('libxfcegui4>=4.8.1' 'xfce4-panel>=4.8.5') makedepends=('intltool') groups=('xfce4' 'xfce4-goodies') archs=('i686' 'x86_64' 'ppc') From devil505linux at gmail.com Mon Aug 15 07:17:06 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:17:06 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xfce4-mailwatch-plugin-1.1.0-1-i686 * new package Message-ID: <20110815051706.7509CBAC02D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8e2c7295704196b4b8c21536454fe8ecd1467cfc commit 8e2c7295704196b4b8c21536454fe8ecd1467cfc Author: Devil505 Date: Sun Aug 14 17:45:41 2011 +0200 xfce4-mailwatch-plugin-1.1.0-1-i686 * new package diff --git a/source/xfce4-extra/xfce4-mailwatch-plugin/FrugalBuild b/source/xfce4-extra/xfce4-mailwatch-plugin/FrugalBuild new file mode 100644 index 0000000..6c1cb0a --- /dev/null +++ b/source/xfce4-extra/xfce4-mailwatch-plugin/FrugalBuild @@ -0,0 +1,31 @@ +# Compiling Time: 0.04 SBU +# Maintainer: Devil505 + +pkgname=xfce4-mailwatch-plugin +pkgver=1.1.0 +pkgrel=1 +pkgdesc="A mailbox watch/check plugin for the Xfce4 panel" +url="http://spurint.org/projects/xfce4-mailwatch-plugin/" +depends=('xfce4-panel' 'libxfcegui4' 'libuuid' 'gnutls') +makedepends=('xfce4-dev-tools' 'intltool') +groups=('xfce4-extra' 'xfce4-goodies') +_F_gnome_iconcache="y" +Finclude xfce4 gnome-scriptlet +archs=('i686' 'x86_64') +up2date="Flasttar http://spurint.org/files/mailwatch/" +source=(http://spuriousinterrupt.org/files/mailwatch/${pkgname}-${pkgver}.tar.bz2 \ + xfce4-mailwatch-plugin-1.1.0-underlink.patch) +sha1sums=('fdca7a62a694146fc5cbe48dbaf4db4c60da5510' \ + 'dd6e742b9578fc2cca6146a68a7069edf4f27a0e') + +build() { + Fcd + Fpatchall + xdt-autogen || Fdie + Fmake + Fmakeinstall + Fbuild_gnome_scriptlet +} + + +# optimization OK diff --git a/source/xfce4-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0-underlink.patch b/source/xfce4-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0-underlink.patch new file mode 100644 index 0000000..ada0df0 --- /dev/null +++ b/source/xfce4-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0-underlink.patch @@ -0,0 +1,21 @@ +--- xfce4-mailwatch-plugin-1.1.0/panel-plugin/Makefile.am 2008-08-26 03:42:36.000000000 +0100 ++++ xfce4-mailwatch-plugin-1.1.0/panel-plugin/Makefile.am.new 2011-01-14 17:27:44.116199383 +0000 +@@ -50,6 +50,7 @@ + -I$(top_srcdir)/libmailwatch-core \ + @GTHREAD_CFLAGS@ \ + @LIBXFCE4PANEL_CFLAGS@ \ ++ @LIBXFCEGUI4_CFLAGS@ \ + -DDATADIR=\"$(datadir)\" \ + -DLOCALEDIR=\"$(localedir)\" + +@@ -60,7 +61,9 @@ + $(top_builddir)/libmailwatch-core/libmailwatch-core.la \ + @GTHREAD_LIBS@ \ + @LIBXFCE4PANEL_LIBS@ \ +- @GNUTLS_LIBS@ ++ @LIBXFCEGUI4_LIBS@ \ ++ @GNUTLS_LIBS@ \ ++ -lgcrypt + + if HAVE_CYGWIN + xfce4_mailwatch_plugin_LDFLAGS += \ From devil505linux at gmail.com Mon Aug 15 07:17:05 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:17:05 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: cython-0.15-1-i686 * version bump Message-ID: <20110815051705.35AFBBAC011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=348bba9209bf8470c4127c57a1540256e5cbf6de commit 348bba9209bf8470c4127c57a1540256e5cbf6de Author: Devil505 Date: Fri Aug 12 19:03:16 2011 +0200 cython-0.15-1-i686 * version bump diff --git a/source/devel-extra/cython/FrugalBuild b/source/devel-extra/cython/FrugalBuild index 583d2f3..3f46eda 100644 --- a/source/devel-extra/cython/FrugalBuild +++ b/source/devel-extra/cython/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=cython -pkgver=0.14.1 +pkgver=0.15 pkgrel=1 pkgdesc="C-Extensions for Python" url="http://www.cython.org" @@ -12,7 +12,7 @@ archs=('i686' 'x86_64') _F_archive_name="Cython" up2date="Flasttar $url" source=($url/release/$_F_archive_name-$pkgver.tar.gz) -sha1sums=('b3bdf0aa403f92cd025eadf9a5dfaa32c5097d12') +sha1sums=('b91780124a4061a9b77561b9467eaaea9933a799') build() { Fcd From devil505linux at gmail.com Mon Aug 15 07:17:05 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:17:05 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xfce4-cpufreq-plugin-1.0.0-1-i686 * version bump Message-ID: <20110815051705.45678BAC014@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=86d3ed55a1c20f86aa22eb2da79960c24f2d47e9 commit 86d3ed55a1c20f86aa22eb2da79960c24f2d47e9 Author: Devil505 Date: Sun Aug 14 16:57:56 2011 +0200 xfce4-cpufreq-plugin-1.0.0-1-i686 * version bump diff --git a/source/xfce4/xfce4-cpufreq-plugin/FrugalBuild b/source/xfce4/xfce4-cpufreq-plugin/FrugalBuild index 3b909bb..d2850d2 100644 --- a/source/xfce4/xfce4-cpufreq-plugin/FrugalBuild +++ b/source/xfce4/xfce4-cpufreq-plugin/FrugalBuild @@ -2,18 +2,15 @@ # Maintainer: Devil505 pkgname=xfce4-cpufreq-plugin -pkgver=0.0.1 -pkgrel=2 +pkgver=1.0.0 +pkgrel=1 pkgdesc="CPU frequency plugin for the Xfce4 panel" -depends=('libxfcegui4>=4.8.0' 'xfce4-panel>=4.8.0') +depends=('libxfcegui4>=4.8.1' 'xfce4-panel>=4.8.5') makedepends=('intltool') groups=('xfce4' 'xfce4-goodies') archs=('i686' 'x86_64' 'ppc') -_F_xfce_goodies_ext=".tar.gz" _F_xfce_category="panel-plugins" F_gnome_iconcache="y" Finclude xfce4 gnome-scriptlet -source="http://archive.xfce.org/src/panel-plugins/$pkgname/0.0/$pkgname-$pkgver.tar.gz" -_F_cd_path="xfce4-cpu-freq-plugin-$pkgver" -sha1sums=('93a75282ecb169d90a55b1a27d3e3acd67b99367') +sha1sums=('ff3695669b32b5b348f8a049222e960b2cf6e87f') # optimization OK From devil505linux at gmail.com Mon Aug 15 07:20:42 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:20:42 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-logilab-astng-0.22.0-1-i686 * version bump Message-ID: <20110815052042.DD21BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=03c516df9a9eeac9e8a28516c881e4e2718544c6 commit 03c516df9a9eeac9e8a28516c881e4e2718544c6 Author: Devil505 Date: Mon Aug 15 07:18:38 2011 +0200 python-logilab-astng-0.22.0-1-i686 * version bump diff --git a/source/devel-extra/python-logilab-astng/FrugalBuild b/source/devel-extra/python-logilab-astng/FrugalBuild index 228488b..6f3b58f 100644 --- a/source/devel-extra/python-logilab-astng/FrugalBuild +++ b/source/devel-extra/python-logilab-astng/FrugalBuild @@ -4,7 +4,7 @@ pkgname=python-logilab-astng _F_archive_name=logilab-astng -pkgver=0.21.1 +pkgver=0.22.0 pkgrel=1 pkgdesc="Python Abstract Syntax Tree New Generation." url="http://www.logilab.org/projects/astng/project_view" @@ -15,7 +15,7 @@ up2date="lynx -dump http://www.logilab.org/ftp/pub/astng | Flasttar" source=(ftp://ftp.logilab.org/pub/astng/logilab-astng-$pkgver.tar.gz) Finclude python _F_cd_path="logilab-astng-$pkgver" -sha1sums=('b5c8324e46ab4634f046012a1052c4ad73b1c137') +sha1sums=('79f97dc4fbfdc90e08936853a65d06dc0a6bba5e') build() { From devil505linux at gmail.com Mon Aug 15 07:22:42 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:22:42 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-file-nfslock-1.21-1-i686 * version bump Message-ID: <20110815052242.6E14ABAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fbf52568177d5cd6a46d3907cfbfa7de9e14747d commit fbf52568177d5cd6a46d3907cfbfa7de9e14747d Author: Devil505 Date: Mon Aug 15 07:20:36 2011 +0200 perl-file-nfslock-1.21-1-i686 * version bump diff --git a/source/devel-extra/perl-file-nfslock/FrugalBuild b/source/devel-extra/perl-file-nfslock/FrugalBuild index 3b4b021..e7a4683 100644 --- a/source/devel-extra/perl-file-nfslock/FrugalBuild +++ b/source/devel-extra/perl-file-nfslock/FrugalBuild @@ -3,9 +3,9 @@ _F_perl_name=File-NFSLock _F_perl_author=B/BB/BBB -pkgver=1.20 +pkgver=1.21 pkgdesc="Perl module to do NFS locking" Finclude perl archs=('i686' 'x86_64') up2date="lynx -dump http://search.cpan.org/~bbb/|grep 'File-NFSLock-\(.*\).tar.gz$'|sed 's/.*ck-\(.*\).t.*/\1/'" -sha1sums=('de254502b47a9b4013ee6b5f6b8b553dc323dab5') +sha1sums=('c196e281a90d2eb45ba7b85d4019d6a4bae6c77e') From devil505linux at gmail.com Mon Aug 15 07:28:22 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 07:28:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-logilab-common-0.56.1-1-i686 * version bump Message-ID: <20110815052822.5FE90BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8354cf0cf4fc63e9dd221af43cc2781f0ccea564 commit 8354cf0cf4fc63e9dd221af43cc2781f0ccea564 Author: Devil505 Date: Mon Aug 15 07:26:13 2011 +0200 python-logilab-common-0.56.1-1-i686 * version bump diff --git a/source/devel-extra/python-logilab-common/FrugalBuild b/source/devel-extra/python-logilab-common/FrugalBuild index 3479aab..a7a920d 100644 --- a/source/devel-extra/python-logilab-common/FrugalBuild +++ b/source/devel-extra/python-logilab-common/FrugalBuild @@ -4,7 +4,7 @@ pkgname=python-logilab-common _F_archive_name=logilab-common -pkgver=0.56.0 +pkgver=0.56.1 pkgrel=1 pkgdesc="Providing low level functionalities needed for logilab python programs." url="http://www.logilab.org/projects/common/project_view" @@ -15,5 +15,5 @@ up2date="lynx -dump http://www.logilab.org/ftp/pub/common | Flasttar" source=(ftp://ftp.logilab.org/pub/common/logilab-common-$pkgver.tar.gz) Finclude python _F_cd_path=logilab-common-$pkgver -sha1sums=('d950f4fde449e4709a7d333ee8f8b614b70ae676') +sha1sums=('c73b27a32cb44999116e54de40e8a7707dc35674') From hermier at frugalware.org Mon Aug 15 07:58:13 2011 From: hermier at frugalware.org (Michel Hermier) Date: Mon, 15 Aug 2011 07:58:13 +0200 (CEST) Subject: [Frugalware-git] pacman-g2: trans_sysupgrade.h: Forgot to add the file in previous commits. Message-ID: <20110815055813.D65A7BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=46143939e495f2b6c3fe8cb169ec91011d82dc54 commit 46143939e495f2b6c3fe8cb169ec91011d82dc54 Author: Michel Hermier Date: Mon Aug 15 07:57:18 2011 +0200 trans_sysupgrade.h: Forgot to add the file in previous commits. diff --git a/lib/libpacman/trans_sysupgrade.h b/lib/libpacman/trans_sysupgrade.h new file mode 100644 index 0000000..39214d7 --- /dev/null +++ b/lib/libpacman/trans_sysupgrade.h @@ -0,0 +1,33 @@ +/* + * trans_sysupgrade.h + * + * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2005 by Aurelien Foret + * Copyright (c) 2005, 2006 by Miklos Vajna + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ +#ifndef _PACMAN_TRANS_SYSUPGRADE_H +#define _PACMAN_TRANS_SYSUPGRADE_H + +#include "db.h" +#include "trans.h" + +int _pacman_sync_sysupgrade(pmtrans_t *trans, pmdb_t *db_local, pmlist_t *dbs_sync); + +#endif /* _PACMAN_TRANS_SYSUPGRADE_H */ + +/* vim: set ts=2 sw=2 noet: */ From devil505linux at gmail.com Mon Aug 15 08:01:22 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 08:01:22 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * fixing typo in news #213 Message-ID: <20110815060122.10B40BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=0ca5ade1ef52f630349f57ec622cadc67a6c6189 commit 0ca5ade1ef52f630349f57ec622cadc67a6c6189 Author: Devil505 Date: Mon Aug 15 07:59:12 2011 +0200 * fixing typo in news #213 diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 1f78a78..e1adcb2 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -40,7 +40,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> The Frugalware Developer Team is pleased to announce the immediate availability of Frugalware 1.5, our fifteenth stable release.
      No new features have been added since 1.5rc2, but 86 changes have been made to fix minor bugs. If you didn't follow the changes during the pre/rc releases, here are the most important changes since 1.4 in no particular order:
        -
      • Updated packages: Linux kernel 2.6.39.3, XOrg server 1.10.3, GNOME 3, KDE SC 4.6.5, XFCE 4., LibreOffice 3.4.2, Mozilla Firefox 5.0.1 to name a few major components.
      • +
      • Updated packages: Linux kernel 2.6.39.3, XOrg server 1.10.3, GNOME 3, KDE SC 4.6.5, XFCE 4.8, LibreOffice 3.4.2, Mozilla Firefox 5.0.1 to name a few major components.
      • New version of Pacman-g2 bringing some nice features.
      • systemd is now the default init system.
      • Initial ARM port.
      • diff --git a/frugalware/xml/news_it.xml b/frugalware/xml/news_it.xml index f2bf42b..35ce517 100644 --- a/frugalware/xml/news_it.xml +++ b/frugalware/xml/news_it.xml @@ -32,7 +32,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> Il team di Frugalware ?? lieto di annunciare l'immediata disponibilit?? di Frugalware 1.5, il nostro quindicesimo rilascio stabile.
        Non sono state aggiunte nuove caratteristiche rispetto alla 1.5rc2, ma sono stati fatti 86 cambiamenti per correggere malfunzionamenti minori. Se non avete seguito i cambiamenti durante i rilasci pre/rc, ecco in ordine sparso alcuni dei cambiamenti pi?? importanti dalla 1.4:
          -
        • Pacchetti aggiornati: Linux kernel 2.6.39.3, XOrg server 1.10.3, GNOME 3, KDE SC 4.6.5, XFCE 4., LibreOffice 3.4.2, Mozilla Firefox 5.0.1 sono per nominare alcuni tra i maggiori.
        • +
        • Pacchetti aggiornati: Linux kernel 2.6.39.3, XOrg server 1.10.3, GNOME 3, KDE SC 4.6.5, XFCE 4.8, LibreOffice 3.4.2, Mozilla Firefox 5.0.1 sono per nominare alcuni tra i maggiori.
        • Una nuova versione di Pacman-g2 che aggiunge alcune belle funzionalit??.
        • systemd ?? ora il sistema di avvio predefinito.
        • Initial ARM port.
        • From boobaa at frugalware.org Mon Aug 15 08:13:55 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 15 Aug 2011 08:13:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mplayer-1.0rc4-7-x86_64 Message-ID: <20110815061355.2178BBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=720307b893ca85768a48df229c54fe9de819ee36 commit 720307b893ca85768a48df229c54fe9de819ee36 Author: CS??CSY L??szl?? Date: Mon Aug 15 08:13:33 2011 +0200 mplayer-1.0rc4-7-x86_64 rebuilt with newer x264 diff --git a/source/xapps/mplayer/FrugalBuild b/source/xapps/mplayer/FrugalBuild index ab3c82a..a9e1988 100644 --- a/source/xapps/mplayer/FrugalBuild +++ b/source/xapps/mplayer/FrugalBuild @@ -9,14 +9,14 @@ _F_archive_name=MPlayer pkgver=1.0rc4 Fuse $USE_DEVEL && pkgver=1.0rc2.29962 pkgextraver=.29962 -pkgrel=6 +pkgrel=7 Fuse $USE_DEVEL && pkgrel=1 pkgdesc="The Movie Player" url="http://www.mplayerhq.hu/" depends=('libxml2>=2.7.8' 'libgl' 'fontconfig' 'libstdc++' 'libdv' 'ncurses' 'libjpeg' 'libmad' \ 'libungif' 'xvidcore' 'libpng' 'sdl' 'lame' 'libxv' 'lzo' 'libsm' 'amrnb' 'amrwb' \ 'libxinerama' 'libtheora' 'cdparanoia' 'libxxf86dga' 'live' 'gtk+2>=2.20.0-2' \ - 'x264>=20110622' 'dejavu-ttf' 'openal>=1.12.854' 'vidix' 'opencore-amr' 'aalib') + 'x264>=20110729' 'dejavu-ttf' 'openal>=1.12.854' 'vidix' 'opencore-amr' 'aalib') makedepends=('yasm') [ "$CARCH" == "i686" ] && depends=(${depends[@]} 'codecs') [ "$CARCH" != "ppc" ] && depends=(${depends[@]} 'liblirc') From devil505linux at gmail.com Mon Aug 15 08:16:42 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 08:16:42 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: avidemux-cli-2.5.5-4-i686 * rebuilt with x264 20110729 Message-ID: <20110815061642.D8F44BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=569347acb9e5009d054a1d5772bf94f6f556cb17 commit 569347acb9e5009d054a1d5772bf94f6f556cb17 Author: Devil505 Date: Mon Aug 15 08:07:06 2011 +0200 avidemux-cli-2.5.5-4-i686 * rebuilt with x264 20110729 diff --git a/source/apps-extra/avidemux-cli/FrugalBuild b/source/apps-extra/avidemux-cli/FrugalBuild index 5cca366..716e8ba 100644 --- a/source/apps-extra/avidemux-cli/FrugalBuild +++ b/source/apps-extra/avidemux-cli/FrugalBuild @@ -3,10 +3,10 @@ pkgname=avidemux-cli pkgver=2.5.5 -pkgrel=3 +pkgrel=4 pkgdesc="A tool to edit video (filter/re-encode/split)" depends=('a52dec>=0.7.4-2' 'sdl' 'lame' 'faac' 'libxml2>=2.7.8' 'xvidcore' 'faad2>=2.7' \ - 'mjpegtools>=1.8.0-2' 'libvorbis' 'libogg' 'libmad' 'spidermonkey' 'x264>=20100715') + 'mjpegtools>=1.8.0-2' 'libvorbis' 'libogg' 'libmad' 'spidermonkey' 'x264>=20110729') makedepends=('yasm') groups=('apps-extra') conflicts=('avidemux') From devil505linux at gmail.com Mon Aug 15 08:16:42 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 08:16:42 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ffmpeg-0.6-0.6.3-3-i686 * rebuilt with x264 20110729 Message-ID: <20110815061642.E77DFBAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=643038cbdd5429b3c116aeb08453365972f3b044 commit 643038cbdd5429b3c116aeb08453365972f3b044 Author: Devil505 Date: Mon Aug 15 08:08:00 2011 +0200 ffmpeg-0.6-0.6.3-3-i686 * rebuilt with x264 20110729 diff --git a/source/xmultimedia/ffmpeg-0.6/FrugalBuild b/source/xmultimedia/ffmpeg-0.6/FrugalBuild index cfb9b66..767d3ce 100644 --- a/source/xmultimedia/ffmpeg-0.6/FrugalBuild +++ b/source/xmultimedia/ffmpeg-0.6/FrugalBuild @@ -6,10 +6,10 @@ pkgname=ffmpeg-0.6 _F_archive_name=ffmpeg pkgver=0.6.3 #rev=22893 -pkgrel=2 +pkgrel=3 pkgdesc="FFMpeg is a complete and free Internet live audio and video broadcasting solution for Linux/Unix." url="http://ffmpeg.sourceforge.net/" -depends=('a52dec' 'amrnb' 'amrwb' 'faac>=1.28' 'lame' 'libtheora' 'libvorbis' 'x264>=20100715' 'xvidcore' 'libdc1394' 'imlib2' 'sdl>=1.2.13-2' 'faad2>=2.7' 'gsm' 'opencore-amr>=0.1.2') +depends=('a52dec' 'amrnb' 'amrwb' 'faac>=1.28' 'lame' 'libtheora' 'libvorbis' 'x264>=20110729' 'xvidcore' 'libdc1394' 'imlib2' 'sdl>=1.2.13-2' 'faad2>=2.7' 'gsm' 'opencore-amr>=0.1.2') makedepends=('freetype2') rodepends=('ffmpeg-presets') groups=('xmultimedia') From devil505linux at gmail.com Mon Aug 15 08:16:42 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 08:16:42 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ffmpeg-0.8.1-2-i686 * rebuilt with x264 20110729 Message-ID: <20110815061642.EDBF4BAC008@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a66c97aaa7937ba5bc0caf763615f61a48b985ea commit a66c97aaa7937ba5bc0caf763615f61a48b985ea Author: Devil505 Date: Mon Aug 15 08:08:38 2011 +0200 ffmpeg-0.8.1-2-i686 * rebuilt with x264 20110729 diff --git a/source/xmultimedia/ffmpeg/FrugalBuild b/source/xmultimedia/ffmpeg/FrugalBuild index 7aa0e8d..a016c69 100644 --- a/source/xmultimedia/ffmpeg/FrugalBuild +++ b/source/xmultimedia/ffmpeg/FrugalBuild @@ -5,10 +5,10 @@ pkgname=ffmpeg pkgver=0.8.1 #rev=22893 -pkgrel=1 +pkgrel=2 pkgdesc="FFMpeg is a complete and free Internet live audio and video broadcasting solution for Linux/Unix." url="http://ffmpeg.sourceforge.net/" -depends=('a52dec' 'amrnb' 'amrwb' 'faac>=1.28' 'lame' 'libtheora' 'libvorbis' 'x264>=20110622' 'xvidcore' 'libdc1394' 'imlib2' 'sdl>=1.2.13-2' 'faad2>=2.7' 'gsm' 'opencore-amr>=0.1.2') +depends=('a52dec' 'amrnb' 'amrwb' 'faac>=1.28' 'lame' 'libtheora' 'libvorbis' 'x264>=20110729' 'xvidcore' 'libdc1394' 'imlib2' 'sdl>=1.2.13-2' 'faad2>=2.7' 'gsm' 'opencore-amr>=0.1.2') makedepends=('freetype2' 'yasm') rodepends=("$pkgname-compiletime" "$pkgname-presets") groups=('xmultimedia') From devil505linux at gmail.com Mon Aug 15 08:16:43 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 08:16:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gst-plugins-ugly-0.10.18-2-i686 * rebuilt with x264 20110729 Message-ID: <20110815061643.00297BAC009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5b6cd2669c4e86983b01f9fa44331c8a05982ff0 commit 5b6cd2669c4e86983b01f9fa44331c8a05982ff0 Author: Devil505 Date: Mon Aug 15 08:09:38 2011 +0200 gst-plugins-ugly-0.10.18-2-i686 * rebuilt with x264 20110729 diff --git a/source/xmultimedia/gst-plugins-ugly/FrugalBuild b/source/xmultimedia/gst-plugins-ugly/FrugalBuild index 0b76ba7..4b32fc6 100644 --- a/source/xmultimedia/gst-plugins-ugly/FrugalBuild +++ b/source/xmultimedia/gst-plugins-ugly/FrugalBuild @@ -4,12 +4,12 @@ pkgname=gst-plugins-ugly pkgver=0.10.18 -pkgrel=1 +pkgrel=2 pkgdesc="Plugins for GStreamer (Ugly)" url="http://gstreamer.freedesktop.org/" depends=('gst-plugins-base>=0.10.33' 'gstreamer>=0.10.33') makedepends=('gtk-doc' 'pyxml' 'a52dec' 'liboil>=0.3.14' 'lame' 'libmad' \ - 'libdvdread>=4.1.3' 'libid3tag' 'mpeg2dec>=0.4.1' 'libsidplay' 'libcdio>=0.81-1' 'x264>=20100715' 'libxcb' 'libxau' 'libxdmcp') + 'libdvdread>=4.1.3' 'libid3tag' 'mpeg2dec>=0.4.1' 'libsidplay' 'libcdio>=0.81-1' 'x264>=20110729' 'libxcb' 'libxau' 'libxdmcp') groups=('xmultimedia') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') @@ -23,7 +23,7 @@ subdescs=('GStreamer a52dec plugin (Ugly).' 'GStreamer lame plugin (Ugly).' 'G 'GStreamer Plugins Documentation.' 'GStreamer cdio plugin (Ugly).' 'GStreamer x264 plugin (Ugly).') subdepends=("a52dec liboil>=0.3.14" "lame" "libmad libid3tag" \ "libdvdread" "mpeg2dec>=0.4.1" "libsidplay" '' "libcdio>=0.81-1" \ - "libxcb libxau libxdmcp x264>=20100715") + "libxcb libxau libxdmcp x264>=20110729") subrodepends=("$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" \ "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" \ "$pkgname=$pkgver") From devil505linux at gmail.com Mon Aug 15 08:16:43 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 08:16:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gmerlin-avdecoder-1.1.0-4-i686 * rebuilt with x264 20110729 Message-ID: <20110815061643.065ECBAC00A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d2b89476b5c650e554c3857ec16d77a20b4bdeee commit d2b89476b5c650e554c3857ec16d77a20b4bdeee Author: Devil505 Date: Mon Aug 15 08:10:22 2011 +0200 gmerlin-avdecoder-1.1.0-4-i686 * rebuilt with x264 20110729 diff --git a/source/xapps-extra/gmerlin-avdecoder/FrugalBuild b/source/xapps-extra/gmerlin-avdecoder/FrugalBuild index 0180070..acbdf94 100644 --- a/source/xapps-extra/gmerlin-avdecoder/FrugalBuild +++ b/source/xapps-extra/gmerlin-avdecoder/FrugalBuild @@ -3,14 +3,14 @@ pkgname=gmerlin-avdecoder pkgver=1.1.0 -pkgrel=3 +pkgrel=4 pkgdesc="Gmerlin_avdecoder is a general purpose media decoding library." _F_sourceforge_dirname="gmerlin" Finclude sourceforge url="http://gmerlin.sourceforge.net/" ## libsmbclient depends=('gmerlin>=1.0.0' 'libmpcdec' 'libtiff' 'mpeg2dec' 'libcdio' 'libdvdread' 'speex' \ - 'libmad' 'ffmpeg-0.6' 'x264>=20100715' 'libxtst' 'libvisual' 'mjpegtools' 'flac' \ + 'libmad' 'ffmpeg-0.6' 'x264>=20110729' 'libxtst' 'libvisual' 'mjpegtools' 'flac' \ 'libdca' 'libvdpau') if [ "$CARCH" == "i686" ]; then depends=(${depends[@]} 'codecs' 'schroedinger') From devil505linux at gmail.com Mon Aug 15 08:16:43 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 08:16:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xine-lib-1.1.19-4-i686 * rebuilt with x264 20110729 Message-ID: <20110815061643.0B5ACBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=78fae21028d53fb6f425bf3855b13e6616d42cb3 commit 78fae21028d53fb6f425bf3855b13e6616d42cb3 Author: Devil505 Date: Mon Aug 15 08:11:15 2011 +0200 xine-lib-1.1.19-4-i686 * rebuilt with x264 20110729 diff --git a/source/xlib/xine-lib/FrugalBuild b/source/xlib/xine-lib/FrugalBuild index ffc18f4..50266f7 100644 --- a/source/xlib/xine-lib/FrugalBuild +++ b/source/xlib/xine-lib/FrugalBuild @@ -4,7 +4,7 @@ pkgname=xine-lib pkgver=1.1.19 -pkgrel=3 +pkgrel=4 pkgdesc="Xine multimedia playback engine libraries" _F_sourceforge_dirname="xine" _F_sourceforge_ext=".tar.bz2" @@ -13,7 +13,7 @@ url="http://xinehq.de" depends=('libxml2>=2.7.8' 'imagemagick>=6.4.8_9' 'aalib' 'libmng' 'libtheora' 'libvorbis' \ 'faad2>=2.7' 'flac>=1.1.4' 'libxvmc' 'libxv' \ 'speex' 'wavpack' 'libmpcdec' 'freetype2>=2.3.4' 'fontconfig' \ - 'mesa' 'libx11' 'libxxf86vm' 'ffmpeg>=0.8' 'x264>=20100715' 'libtool' \ + 'mesa' 'libx11' 'libxxf86vm' 'ffmpeg>=0.8' 'x264>=20110729' 'libtool' \ 'libxvmc' 'libxinerama' 'libjpeg' 'libmpcdec' 'libtiff' 'libraw1394>=2.0.0-1') options=('scriptlet') makedepends=('esd' 'sdl>=1.2.14-2' 'jack>=0.118.0') From devil505linux at gmail.com Mon Aug 15 08:16:43 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 08:16:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: openscenegraph-3.0.0-1-i686 * version bump Message-ID: <20110815061643.11A7CBAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2405034462ee57c26a544f95cd83a1e82a859df5 commit 2405034462ee57c26a544f95cd83a1e82a859df5 Author: Devil505 Date: Mon Aug 15 08:11:29 2011 +0200 openscenegraph-3.0.0-1-i686 * version bump diff --git a/source/xlib-extra/openscenegraph/FrugalBuild b/source/xlib-extra/openscenegraph/FrugalBuild index 887d42e..8f363b6 100644 --- a/source/xlib-extra/openscenegraph/FrugalBuild +++ b/source/xlib-extra/openscenegraph/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=openscenegraph -pkgver=2.8.4 +pkgver=3.0.0 pkgrel=1 pkgdesc="A high performance 3D graphics toolkit." url="http://www.openscenegraph.org/projects/osg" @@ -12,8 +12,8 @@ groups=('xlib-extra') archs=('i686' 'x86_64') _F_archive_name="OpenSceneGraph" up2date="Flastarchive $url/wiki/Downloads .zip" -source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${pkgver}/source/OpenSceneGraph-$pkgver.zip) -sha1sums=('356ecd39f7e714dabb6776e23303fe3f1798a7cf') +source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-3.0/source/OpenSceneGraph-$pkgver.zip) +sha1sums=('aa4982bf1502c8ad52b40508221978a2ca48e34e') _F_cmake_confopts="-DCMAKE_BUILD_TYPE=Release" Finclude cmake From devil505linux at gmail.com Mon Aug 15 08:17:10 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 08:17:10 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: chromium-browser-13.0.782.112-1-i686 * version bump Message-ID: <20110815061710.37F02BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cc8d39db67a25d9cacd111d80af73c02d31aed4b commit cc8d39db67a25d9cacd111d80af73c02d31aed4b Author: Devil505 Date: Mon Aug 15 08:15:20 2011 +0200 chromium-browser-13.0.782.112-1-i686 * version bump diff --git a/source/gnome-extra/chromium-browser/FrugalBuild b/source/gnome-extra/chromium-browser/FrugalBuild index f1c5a92..628270f 100644 --- a/source/gnome-extra/chromium-browser/FrugalBuild +++ b/source/gnome-extra/chromium-browser/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=chromium-browser -pkgver=12.0.742.124 +pkgver=13.0.782.112 pkgrel=1 pkgdesc='An open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web' url='http://www.chromium.org/' @@ -18,7 +18,7 @@ _F_archive_name="chromium" up2date="Flasttar http://build.chromium.org/buildbot/official/" source=(http://build.chromium.org/buildbot/official/$_F_archive_name-$pkgver.tar.bz2 \ $pkgname.desktop $pkgname.sh Preferences) -sha1sums=('cde73fc216fd73a1bc2608f69614298c303efcbc' \ +sha1sums=('4d0bd8c97a544f317749df9bbab09d53d1cf13d6' \ '78ed8913b8a598de6a9e45d206973a846dbe8a51' \ 'e06de4aee77b3deb77e3b08ebb175ec02da42ced' \ '6a80491ff3b77f1ff8b34f296971e36e21a46ddf') From boobaa at frugalware.org Mon Aug 15 08:28:04 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 15 Aug 2011 08:28:04 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-glib-1.224-1-x86_64 Message-ID: <20110815062804.17AA7BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9f4fd9fcdc0e74e7424f0f665e8bbf7e51cfe278 commit 9f4fd9fcdc0e74e7424f0f665e8bbf7e51cfe278 Author: CS??CSY L??szl?? Date: Mon Aug 15 08:27:51 2011 +0200 perl-glib-1.224-1-x86_64 version bump diff --git a/source/devel-extra/perl-glib/FrugalBuild b/source/devel-extra/perl-glib/FrugalBuild index 39279ed..0404aac 100644 --- a/source/devel-extra/perl-glib/FrugalBuild +++ b/source/devel-extra/perl-glib/FrugalBuild @@ -4,10 +4,10 @@ _F_perl_name=Glib _F_perl_author=T/TS/TSCH -pkgver=1.223 +pkgver=1.224 pkgdesc="Perl wrappers for the GLib utility and Object libraries" depends=('perl>=5.10.0-2' 'glib2') makedepends=('perl-extutils-depends>=0.300' 'perl-extutils-pkgconfig>=1.08') Finclude perl archs=('i686' 'x86_64' 'ppc') -sha1sums=('db8268dc52b4c10038db24604886c54cae142ac7') +sha1sums=('3c6e3be47d62df4fc1557c82029e679fe538de75') From boobaa at frugalware.org Mon Aug 15 08:29:13 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 15 Aug 2011 08:29:13 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-locale-maketext-lexicon-0.88-1-x86_64 Message-ID: <20110815062913.F0379BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3f34f65c770809fe763389c62bca6c0fc02528c4 commit 3f34f65c770809fe763389c62bca6c0fc02528c4 Author: CS??CSY L??szl?? Date: Mon Aug 15 08:29:05 2011 +0200 perl-locale-maketext-lexicon-0.88-1-x86_64 version bump diff --git a/source/devel-extra/perl-locale-maketext-lexicon/FrugalBuild b/source/devel-extra/perl-locale-maketext-lexicon/FrugalBuild index 789a38c..0e99c73 100644 --- a/source/devel-extra/perl-locale-maketext-lexicon/FrugalBuild +++ b/source/devel-extra/perl-locale-maketext-lexicon/FrugalBuild @@ -5,11 +5,11 @@ pkgname=perl-locale-maketext-lexicon _F_perl_name=Locale-Maketext-Lexicon _F_perl_author=D/DR/DRTECH -pkgver=0.87 +pkgver=0.88 pkgrel=1 pkgdesc="Use other catalog formats in Maketext" depends=('perl') groups=('devel-extra') Finclude perl archs=('i686' 'x86_64') -sha1sums=('6bdb30be45ff738e65d3ed3c2ba6c1a155f97f30') +sha1sums=('709025dea26bbb9cd986097d4a1bf1691a0ec8fc') From devil505linux at gmail.com Mon Aug 15 08:29:53 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 08:29:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: Revert "openscenegraph-3.0.0-1-i686" Message-ID: <20110815062953.53CFBBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b685396bf240a0106fd30ef505728d46080b875a commit b685396bf240a0106fd30ef505728d46080b875a Author: Devil505 Date: Mon Aug 15 08:28:03 2011 +0200 Revert "openscenegraph-3.0.0-1-i686" This reverts commit 2405034462ee57c26a544f95cd83a1e82a859df5. diff --git a/source/xlib-extra/openscenegraph/FrugalBuild b/source/xlib-extra/openscenegraph/FrugalBuild index 8f363b6..887d42e 100644 --- a/source/xlib-extra/openscenegraph/FrugalBuild +++ b/source/xlib-extra/openscenegraph/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=openscenegraph -pkgver=3.0.0 +pkgver=2.8.4 pkgrel=1 pkgdesc="A high performance 3D graphics toolkit." url="http://www.openscenegraph.org/projects/osg" @@ -12,8 +12,8 @@ groups=('xlib-extra') archs=('i686' 'x86_64') _F_archive_name="OpenSceneGraph" up2date="Flastarchive $url/wiki/Downloads .zip" -source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-3.0/source/OpenSceneGraph-$pkgver.zip) -sha1sums=('aa4982bf1502c8ad52b40508221978a2ca48e34e') +source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${pkgver}/source/OpenSceneGraph-$pkgver.zip) +sha1sums=('356ecd39f7e714dabb6776e23303fe3f1798a7cf') _F_cmake_confopts="-DCMAKE_BUILD_TYPE=Release" Finclude cmake From boobaa at frugalware.org Mon Aug 15 08:31:32 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 15 Aug 2011 08:31:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-pango-1.222-1-x86_64 Message-ID: <20110815063132.60818BAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d9e55989059a1fccd083f32cb895b5387dcb4b83 commit d9e55989059a1fccd083f32cb895b5387dcb4b83 Author: CS??CSY L??szl?? Date: Mon Aug 15 08:31:17 2011 +0200 perl-pango-1.222-1-x86_64 version bump diff --git a/source/xlib-extra/perl-pango/FrugalBuild b/source/xlib-extra/perl-pango/FrugalBuild index 8b103d1..b2cb895 100644 --- a/source/xlib-extra/perl-pango/FrugalBuild +++ b/source/xlib-extra/perl-pango/FrugalBuild @@ -4,13 +4,13 @@ pkgname=perl-pango _F_perl_name=Pango _F_perl_author=T/TS/TSCH -pkgver=1.221 +pkgver=1.222 pkgdesc="Layout and render international text" depends=('perl-glib>=1.220' 'pango>=1.24.2-2' 'perl-cairo>=1.061-2') makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig') Finclude perl -pkgrel=2 +pkgrel=1 groups=('xlib-extra') archs=('i686' 'ppc' 'x86_64') options=('scriptlet') -sha1sums=('044bc487aa33d77786f4488b604d98c9116f9448') +sha1sums=('2ebd01c40afba5d66b8eb123728199eacbdead0d') From boobaa at frugalware.org Mon Aug 15 08:34:22 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 15 Aug 2011 08:34:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-gtk2-1.224-1-x86_64 Message-ID: <20110815063422.12FB6BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bc0bf1211189db6de2dfb98e7e68b58590bd2e2e commit bc0bf1211189db6de2dfb98e7e68b58590bd2e2e Author: CS??CSY L??szl?? Date: Mon Aug 15 08:34:08 2011 +0200 perl-gtk2-1.224-1-x86_64 version bump diff --git a/source/xlib-extra/perl-gtk2/FrugalBuild b/source/xlib-extra/perl-gtk2/FrugalBuild index bed4afa..3bb3f37 100644 --- a/source/xlib-extra/perl-gtk2/FrugalBuild +++ b/source/xlib-extra/perl-gtk2/FrugalBuild @@ -5,7 +5,7 @@ pkgname=perl-gtk2 _F_perl_name=Gtk2 _F_perl_author=T/TS/TSCH -pkgver=1.222 +pkgver=1.224 pkgdesc="Perl interface to the 2.x series of the Gimp Toolkit library" depends=('gtk+2>=2.20-2' 'perl-glib>=1.223' 'perl-cairo>=1.045-2' 'perl-pango>=1.220-2') makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig') @@ -14,6 +14,6 @@ pkgrel=1 groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') -sha1sums=('1d8aa9684bd454fc98b1fc29d961583617b3d566') +sha1sums=('fb25550933f45330dc705d14b3e0637b1570e0fd') # optimization OK From devil505linux at gmail.com Mon Aug 15 09:12:13 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 09:12:13 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: maxima-5.25.0-1-i686 * version bump Message-ID: <20110815071213.4F545BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=922263c486228f550e85098d9041dea25f1b64e7 commit 922263c486228f550e85098d9041dea25f1b64e7 Author: Devil505 Date: Mon Aug 15 09:07:25 2011 +0200 maxima-5.25.0-1-i686 * version bump diff --git a/source/xapps-extra/maxima/FrugalBuild b/source/xapps-extra/maxima/FrugalBuild index 5a15900..092998d 100644 --- a/source/xapps-extra/maxima/FrugalBuild +++ b/source/xapps-extra/maxima/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Rohan Dhruva pkgname=maxima -pkgver=5.24.0 +pkgver=5.25.0 pkgrel=1 pkgdesc="A sophisticated computer algebra system." Finclude sourceforge @@ -13,7 +13,7 @@ depends=('readline' 'bash' 'tk' 'glibc' 'clisp') groups=('xapps-extra') archs=('i686' 'x86_64') source=($source maxima.desktop maxima.png) -sha1sums=('13586c1221bb5f36067a4cce1e6d5fb31e44e41c' \ +sha1sums=('3843943858c335d9a9b92d6a57c170d63771de59' \ '07b089e468510e7061f64d1a0ac29faea3a58f76' \ 'c1ec0d97d8479c7ad0f4d13c640f5fef402eff35') From devil505linux at gmail.com Mon Aug 15 09:23:28 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 09:23:28 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libtorrent-rasterbar-0.15.7-1-i686 * version bump Message-ID: <20110815072328.5ABE8BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=29c74088e62244c4dd3f0df5512a8fd639130ea7 commit 29c74088e62244c4dd3f0df5512a8fd639130ea7 Author: Devil505 Date: Mon Aug 15 09:20:21 2011 +0200 libtorrent-rasterbar-0.15.7-1-i686 * version bump diff --git a/source/lib-extra/libtorrent-rasterbar/FrugalBuild b/source/lib-extra/libtorrent-rasterbar/FrugalBuild index 10d71fd..fa24d23 100644 --- a/source/lib-extra/libtorrent-rasterbar/FrugalBuild +++ b/source/lib-extra/libtorrent-rasterbar/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: crazy pkgname=libtorrent-rasterbar -pkgver=0.15.6 +pkgver=0.15.7 pkgrel=1 pkgdesc="LibTorrent Rasterbar is a BitTorrent library written in C++" _F_googlecode_dirname="libtorrent" @@ -18,7 +18,7 @@ conflicts=('rblibtorrent') Fconfopts="$Fconfopts --libdir=/usr/lib --enable-debug=no --with-zlib=system \ --enable-python-binding --enable-statistics \ --enable-disk-stats --enable-examples --with-libgeoip=system" -sha1sums=('e6f33b139933ec245e8850558efe52e88081fc6d') +sha1sums=('5ddc5966436f98c146b6aba8595dfe86cecb6724') subpkgs=("libtorrent-rasterbar-python") subdescs=('libtorrent-rasterbar python bindings') From iron at frugalware.org Mon Aug 15 09:55:23 2011 From: iron at frugalware.org (Krisztian VASAS) Date: Mon, 15 Aug 2011 09:55:23 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: netatalk-2.2.0-1-i686 - version bump - up2date fix Message-ID: <20110815075523.2A765BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fe12c175a5aa03721b50f7dfc8bfdadc4a50336b commit fe12c175a5aa03721b50f7dfc8bfdadc4a50336b Author: Krisztian VASAS Date: Mon Aug 15 09:55:28 2011 +0200 netatalk-2.2.0-1-i686 - version bump - up2date fix diff --git a/source/network-extra/netatalk/FrugalBuild b/source/network-extra/netatalk/FrugalBuild index d25df9b..70d687c 100644 --- a/source/network-extra/netatalk/FrugalBuild +++ b/source/network-extra/netatalk/FrugalBuild @@ -2,18 +2,18 @@ # Maintainer: Krisztian VASAS pkgname=netatalk -pkgver=2.1.5 -pkgrel=2 +pkgver=2.2.0 +pkgrel=1 pkgdesc="Freely-available Open Source AFP fileserver" depends=('openssl' 'pam' 'cracklib') rodepends=('db') options=('scriptlet') Finclude sourceforge -up2date="lynx -dump http://netatalk.sourceforge.net/ | grep -A1 ' stable' | head -n 2 | awk '/]/ {print \$3}'" +up2date="lynx -dump http://netatalk.sourceforge.net/ | grep -A1 ' series' | head -n 2 | awk '/]/ {print \$3}'" source=(${source[@]} netatalk-2.0.2-uams_no_pie.patch netatalk-2.0.4-extern_ucreator.patch) groups=('network-extra') archs=('i686' 'x86_64') -sha1sums=('a9e99df414b8d8952b48ac87ba838711bf3dd8fe' \ +sha1sums=('4f8c3801ab37fdb07f4b05e14688513d93bdbb50' \ '3cffe57c3f6e9af31393356be7456a8f288bd86d' \ '17e49cc549d4ef52185d116d04a9c7a614275e36') From iron at frugalware.org Mon Aug 15 10:16:27 2011 From: iron at frugalware.org (Krisztian VASAS) Date: Mon, 15 Aug 2011 10:16:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pdns-3.0-1-i686 - version bump - changed to gpg signature check Message-ID: <20110815081627.ABD3EBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d9f4536b4f1bcf04aff4d6ec7443c89a3aca66af commit d9f4536b4f1bcf04aff4d6ec7443c89a3aca66af Author: Krisztian VASAS Date: Mon Aug 15 10:16:25 2011 +0200 pdns-3.0-1-i686 - version bump - changed to gpg signature check diff --git a/source/network-extra/pdns/FrugalBuild b/source/network-extra/pdns/FrugalBuild index 07d0edd..320ec9d 100644 --- a/source/network-extra/pdns/FrugalBuild +++ b/source/network-extra/pdns/FrugalBuild @@ -4,8 +4,8 @@ # Contributor: Zoltan Kiss pkgname=pdns -pkgver=2.9.22 -pkgrel=3 +pkgver=3.0 +pkgrel=1 pkgdesc="Power DNS Server and Recursor" url="http://www.powerdns.com/" depends=('libstdc++' 'sqlite2' 'libmysqlclient' 'libpq' 'pdns-recursor>=3.3-1' 'libboost>=1.46.1') @@ -15,12 +15,12 @@ archs=('i686' 'x86_64') up2date="lynx --dump 'http://downloads.powerdns.com/releases/?C=M;O=D' | grep pdns-.*gz$ | egrep -v '(rc|beta|pre)' | sed 's/.*-\(.*\)\.t.*/\1/;q'" source=(http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.gz \ rc.pdns \ - pdns.conf \ - gcc44_missing_includes.patch) -sha1sums=('2c0888c8252299c5a17dc69eec289e90c7e8f3ff' \ - 'a51e9ff119af06e682452b640c47a4732642ee3a' \ - '7c8e2c75ff2d070d2b15a7430285062edf972b59' \ - '1f5be126c92b78509ca542532a03d1c42a3effbb') + pdns.conf) +signatures=($source.sig '' '') +#sha1sums=('2c0888c8252299c5a17dc69eec289e90c7e8f3ff' \ +# 'a51e9ff119af06e682452b640c47a4732642ee3a' \ +# '7c8e2c75ff2d070d2b15a7430285062edf972b59' \ +# '1f5be126c92b78509ca542532a03d1c42a3effbb') build() { Fbuild \ From devil505linux at gmail.com Mon Aug 15 10:17:19 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 10:17:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gbrainy-2.01-1-i686 * version bump Message-ID: <20110815081719.D9917BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3cfebfa941f7c78c95d719772f0efedf4775d4e9 commit 3cfebfa941f7c78c95d719772f0efedf4775d4e9 Author: Devil505 Date: Mon Aug 15 10:14:53 2011 +0200 gbrainy-2.01-1-i686 * version bump diff --git a/source/gnome-extra/gbrainy/FrugalBuild b/source/gnome-extra/gbrainy/FrugalBuild index 61a128b..744b13b 100644 --- a/source/gnome-extra/gbrainy/FrugalBuild +++ b/source/gnome-extra/gbrainy/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=gbrainy -pkgver=2.00 +pkgver=2.01 pkgrel=1 pkgdesc="brain teaser game and trainer" url="http://live.gnome.org/$pkgname" @@ -17,7 +17,7 @@ Finclude gnome-scriptlet groups=('gnome-extra') up2date="lynx -dump $url | Flasttar" source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('efb92f2bbba3c42528f93660d5b5baadfa5b8afb') +sha1sums=('d42bf155f6d22f4eadc0a749d3c62478a9f383d2') build() { From devil505linux at gmail.com Mon Aug 15 10:25:41 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 10:25:41 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: sleuthkit-3.2.2-1-i686 * version bump Message-ID: <20110815082541.373C4BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0d6cee054675099eb4e730771aa239e313987b09 commit 0d6cee054675099eb4e730771aa239e313987b09 Author: Devil505 Date: Mon Aug 15 10:23:20 2011 +0200 sleuthkit-3.2.2-1-i686 * version bump diff --git a/source/apps-extra/sleuthkit/FrugalBuild b/source/apps-extra/sleuthkit/FrugalBuild index 8d369d5..a25f9f4 100644 --- a/source/apps-extra/sleuthkit/FrugalBuild +++ b/source/apps-extra/sleuthkit/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: exceed pkgname=sleuthkit -pkgver=3.2.1 +pkgver=3.2.2 pkgrel=1 pkgdesc="Collection of open source file system forensics tools" depends=('afflib>=3.6.8') groups=('apps-extra') archs=('i686' 'x86_64') Finclude sourceforge -sha1sums=('07966f3b95e00569d0df826fa713b8272b272bf6') +sha1sums=('459b622e0099f2d7c9e75d49fd44c23cda8ff887') # optimization OK From devil505linux at gmail.com Mon Aug 15 10:28:59 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 10:28:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: qjackctl-0.3.8-1-i686 * version bump Message-ID: <20110815082859.CD3C0BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9d72c1feb1c451099086fd4e42b64a0cacd94134 commit 9d72c1feb1c451099086fd4e42b64a0cacd94134 Author: Devil505 Date: Mon Aug 15 10:26:55 2011 +0200 qjackctl-0.3.8-1-i686 * version bump diff --git a/source/xapps-extra/qjackctl/FrugalBuild b/source/xapps-extra/qjackctl/FrugalBuild index babad8f..072c424 100644 --- a/source/xapps-extra/qjackctl/FrugalBuild +++ b/source/xapps-extra/qjackctl/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Christopher Albert pkgname=qjackctl -pkgver=0.3.7 +pkgver=0.3.8 pkgrel=1 pkgdesc="a simple Qt application to control the JACK sound server daemon" depends=('qt4' 'jack>=0.118.0' 'portaudio') @@ -11,6 +11,6 @@ groups=('xapps-extra') archs=('x86_64' 'i686') options=('scriptlet') Finclude sourceforge -sha1sums=('187ed47a797d7083608aacf2f08353896646ed74') +sha1sums=('41456a54010d6d4760414da581af58a06c8fe4e3') # optimization OK From devil505linux at gmail.com Mon Aug 15 10:31:06 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 10:31:06 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tablelist-5.3.1-1-i686 * version bump Message-ID: <20110815083106.03E1EBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b04e12a920f0351b0445af90c279ce6ba68cc735 commit b04e12a920f0351b0445af90c279ce6ba68cc735 Author: Devil505 Date: Mon Aug 15 10:29:04 2011 +0200 tablelist-5.3.1-1-i686 * version bump diff --git a/source/xapps-extra/tablelist/FrugalBuild b/source/xapps-extra/tablelist/FrugalBuild index 0657948..07edd80 100644 --- a/source/xapps-extra/tablelist/FrugalBuild +++ b/source/xapps-extra/tablelist/FrugalBuild @@ -4,7 +4,7 @@ pkgname=tablelist Fpkgversep="" -pkgver=5.2 +pkgver=5.3.1 pkgrel=1 pkgdesc="The Multi-Column Listbox Package" url="http://www.nemethi.de" @@ -13,7 +13,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" source=($url/tablelist/$pkgname$pkgver.tar.gz) -sha1sums=('ae51ca63cfc76094bcc7d2cdec13598e3d1af250') +sha1sums=('b9a33411bfea2a5bb607c7c0c1436ca2d8d0bd86') build() { From devil505linux at gmail.com Mon Aug 15 10:33:52 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 10:33:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-db_file-1.824-1-i686 * version bump Message-ID: <20110815083352.907A1BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a5b11d84a2f8373df4070d68f3da8cd63aa36f99 commit a5b11d84a2f8373df4070d68f3da8cd63aa36f99 Author: Devil505 Date: Mon Aug 15 10:31:53 2011 +0200 perl-db_file-1.824-1-i686 * version bump diff --git a/source/devel-extra/perl-db_file/FrugalBuild b/source/devel-extra/perl-db_file/FrugalBuild index 0d2a61f..a4bea82 100644 --- a/source/devel-extra/perl-db_file/FrugalBuild +++ b/source/devel-extra/perl-db_file/FrugalBuild @@ -4,14 +4,14 @@ pkgname=perl-db_file _F_perl_name=DB_File _F_perl_author=P/PM/PMQS -pkgver=1.822 +pkgver=1.824 pkgrel=1 Finclude perl pkgdesc="Allows Perl programs to make use of the facilities provided by Berkeley DB version 1" url="http://dbi.perl.org/" depends=('perl') archs=('i686' 'x86_64') -sha1sums=('22fa34d97897a46d624904e4420aaef2d588a830') +sha1sums=('95593b905b7cf84d15159668f80fa55b5fe42227') # optimization OK From vmiklos at frugalware.org Mon Aug 15 10:51:38 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 15 Aug 2011 10:51:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mercurial-1.9.1-1-i686 Message-ID: <20110815085138.9838CBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=62bc045c8434d69e3bbc662e16453207ade05710 commit 62bc045c8434d69e3bbc662e16453207ade05710 Author: Miklos Vajna Date: Mon Aug 15 10:32:11 2011 +0200 mercurial-1.9.1-1-i686 - version bump diff --git a/source/devel-extra/mercurial/FrugalBuild b/source/devel-extra/mercurial/FrugalBuild index f09dbad..deed8a6 100644 --- a/source/devel-extra/mercurial/FrugalBuild +++ b/source/devel-extra/mercurial/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=mercurial -pkgver=1.9 +pkgver=1.9.1 pkgrel=1 pkgdesc="A fast, lightweight source control management system." url="http://mercurial.selenic.com/" @@ -14,7 +14,7 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/release/" source=($url/release/$pkgname-$pkgver.tar.gz) -sha1sums=('e7d80abf520849e1327ad5e7606a09628f646584') +sha1sums=('555fc13756c8e9a75b653a5337791e8ebf1319cd') subpkgs=('mercurial-hgk') subdescs=('Graphical repository and history browser based on gitk.') From vmiklos at frugalware.org Mon Aug 15 10:51:38 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 15 Aug 2011 10:51:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: archivemail-0.9.0-1-i686 Message-ID: <20110815085138.9E201BAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=10fea5c0d2e40be30a19e18e62f90b40741842e2 commit 10fea5c0d2e40be30a19e18e62f90b40741842e2 Author: Miklos Vajna Date: Mon Aug 15 10:33:56 2011 +0200 archivemail-0.9.0-1-i686 - version bump diff --git a/source/network-extra/archivemail/FrugalBuild b/source/network-extra/archivemail/FrugalBuild index adc42c1..a98c2dd 100644 --- a/source/network-extra/archivemail/FrugalBuild +++ b/source/network-extra/archivemail/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: Miklos Vajna pkgname=archivemail -pkgver=0.8.2 +pkgver=0.9.0 pkgrel=1 pkgdesc="A tool for archiving and compressing old email in mailboxes." Finclude sourceforge depends=('python>=2.7') groups=('network-extra') archs=('i686' 'x86_64') -sha1sums=('f6bcfa19e4df0d2c13a01931f6377af8329c670e') +sha1sums=('9b04604c97b12062af897c949f65303c54d7f55e') From vmiklos at frugalware.org Mon Aug 15 10:51:38 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 15 Aug 2011 10:51:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-3.0-3.2.1-1-i686 Message-ID: <20110815085138.B9F7CBAC008@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=56c8bf23b1c7147d0f6c715a9d53501d9dfbc731 commit 56c8bf23b1c7147d0f6c715a9d53501d9dfbc731 Author: Miklos Vajna Date: Mon Aug 15 10:39:53 2011 +0200 python-3.0-3.2.1-1-i686 - version bump diff --git a/source/devel-extra/python-3.0/FrugalBuild b/source/devel-extra/python-3.0/FrugalBuild index dfab290..8c560d7 100644 --- a/source/devel-extra/python-3.0/FrugalBuild +++ b/source/devel-extra/python-3.0/FrugalBuild @@ -4,7 +4,7 @@ USE_GUI=${USE_GUI:-"y"} pkgname=python-3.0 -pkgver=3.2 +pkgver=3.2.1 shortpkgver=3.2 # 2.3 if $pkgver=2.3.4 pkgrel=1 pkgdesc="A high-level scripting language" @@ -19,7 +19,7 @@ _F_archive_name="Python" _F_archive_ext=".tgz" up2date="Flasttar $url/download/" source=(http://www.python.org/ftp/python/$pkgver/Python-$pkgver.tar.bz2 dbm.diff) -sha1sums=('c3ecfa6528d536d5298635227081c36484e034a7' \ +sha1sums=('876943a2585e6365fdd7ffce1771d1bb689746a5' \ 'aafb1c888134200c0877f466275a2919cca1adce') subpkgs=("$pkgname-tools" "$pkgname-sqlite3") From vmiklos at frugalware.org Mon Aug 15 10:51:38 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 15 Aug 2011 10:51:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: apcupsd-3.14.9-1-i686 Message-ID: <20110815085138.C5746BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ca67e011ca3d0008e4a6c8bb24217e4bb2e7abed commit ca67e011ca3d0008e4a6c8bb24217e4bb2e7abed Author: Miklos Vajna Date: Mon Aug 15 10:41:12 2011 +0200 apcupsd-3.14.9-1-i686 - version bump - smp build seems to work now diff --git a/source/apps-extra/apcupsd/FrugalBuild b/source/apps-extra/apcupsd/FrugalBuild index 36bbadc..ccf23d4 100644 --- a/source/apps-extra/apcupsd/FrugalBuild +++ b/source/apps-extra/apcupsd/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna pkgname=apcupsd -pkgver=3.14.8 -pkgrel=2 +pkgver=3.14.9 +pkgrel=1 pkgdesc="A daemon for controlling APC UPSes." Finclude sourceforge url="http://www.apcupsd.com/" @@ -15,14 +15,13 @@ archs=('i686' 'x86_64') up2date="lynx -dump $url |grep Stable|sed 's/.*: \([0-9\.]*\) (.*/\1/;q'" source=($source rc.apcupsd rc.apcupsd-hu.po \ apcupsd.conf.off) -sha1sums=('cb7a7b401797e129c92a6b8dc2bf7b193b1d6c72' \ +sha1sums=('1e9e8a054f17c554c047ec1d7b363d35553058bc' \ '00bf37801558c4219499d48747b657bf60f38f73' \ 'cb0e3f02874078a7fbd38429f3f59a45b057b163' \ 'd561f5535022e22a6a22514b13a95cdcec61e881') build() { - unset MAKEFLAGS export APCUPSD_MAIL=/usr/sbin/sendmail SHUTDOWN=/sbin/shutdown \ WALL=/usr/bin/wall Fmake --with-upstype=usb --with-upscable=usb \ From vmiklos at frugalware.org Mon Aug 15 10:51:38 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 15 Aug 2011 10:51:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: cgit-0.9.0.2-1-i686 Message-ID: <20110815085138.CEE25BAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d4e8e6c23b9c6c2a4a4bc2558154b7e2903073cb commit d4e8e6c23b9c6c2a4a4bc2558154b7e2903073cb Author: Miklos Vajna Date: Mon Aug 15 10:42:28 2011 +0200 cgit-0.9.0.2-1-i686 - version bump diff --git a/source/network-extra/cgit/FrugalBuild b/source/network-extra/cgit/FrugalBuild index 31c00df..4e9c5fa 100644 --- a/source/network-extra/cgit/FrugalBuild +++ b/source/network-extra/cgit/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=cgit -pkgver=0.9.0.1 +pkgver=0.9.0.2 gitver=1.7.4 pkgrel=1 pkgdesc="A fast webinterface for git." @@ -15,7 +15,7 @@ up2date="lynx -dump $url|grep tag/|sed 's/.*=v//;q'" source=(http://hjemli.net/git/cgit/snapshot/cgit-$pkgver.tar.bz2 \ http://www.kernel.org/pub/software/scm/git/git-$gitver.tar.bz2 \ cgit.conf) -sha1sums=('214791b92502d90ac2f57044529cecd51865874b' \ +sha1sums=('0ae0dcb07001c0e231355f5bb9634e8ebcd6e889' \ '57b783627d9a9515ce3ef8f79128074de6197b2e' \ 'ba8bab178c3036d8d0e6743cc91c6ab5cd3efb7b') From vmiklos at frugalware.org Mon Aug 15 10:51:38 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 15 Aug 2011 10:51:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: strongswan-4.5.3-1-i686 Message-ID: <20110815085138.D725CBAC008@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8cc2c9498ff04057cc188a65372a833c9b51ad85 commit 8cc2c9498ff04057cc188a65372a833c9b51ad85 Author: Miklos Vajna Date: Mon Aug 15 10:45:05 2011 +0200 strongswan-4.5.3-1-i686 - version bump diff --git a/source/network-extra/strongswan/FrugalBuild b/source/network-extra/strongswan/FrugalBuild index a52448d..213e9b3 100644 --- a/source/network-extra/strongswan/FrugalBuild +++ b/source/network-extra/strongswan/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=strongswan -pkgver=4.5.2 +pkgver=4.5.3 pkgrel=1 pkgdesc="the OpenSource IPsec-based VPN Solution for Linux" url="http://www.strongswan.org/" diff --git a/source/network-extra/strongswan/systemd.patch b/source/network-extra/strongswan/systemd.patch deleted file mode 100644 index 5eb9332..0000000 --- a/source/network-extra/strongswan/systemd.patch +++ /dev/null @@ -1,100 +0,0 @@ -Backport from http://git.strongswan.org/strongswan.git/?p=strongswan.git;a=commitdiff;h=fc16b361ef5290510fe92f17b8f821ea809d7604 - -From fc16b361ef5290510fe92f17b8f821ea809d7604 Mon Sep 17 00:00:00 2001 -From: Miklos Vajna -Date: Mon, 28 Mar 2011 20:04:00 +0200 -Subject: [PATCH] Install systemd service file if systemd is available - ---- - Makefile.am | 2 +- - configure.in | 9 +++++++++ - init/Makefile.am | 6 ++++++ - init/systemd/Makefile.am | 8 ++++++++ - init/systemd/strongswan.service.in | 10 ++++++++++ - 5 files changed, 34 insertions(+), 1 deletions(-) - create mode 100644 init/Makefile.am - create mode 100644 init/systemd/Makefile.am - create mode 100644 init/systemd/strongswan.service.in - -diff --git a/Makefile.am b/Makefile.am -index cba5048..4757c8c 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -1,4 +1,4 @@ --SUBDIRS = src man testing -+SUBDIRS = src man init testing - - if USE_SCRIPTS - SUBDIRS += scripts -diff --git a/configure.in b/configure.in -index 6dcf65c..4c66b75 100644 ---- a/configure.in -+++ b/configure.in -@@ -43,6 +43,13 @@ ARG_WITH_SUBST([routing-table-prio], [220], [set priority for IPsec routing tabl - ARG_WITH_SET([capabilities], [no], [set capability dropping library. Currently supported values are "libcap" and "native"]) - ARG_WITH_SET([mpz_powm_sec], [yes], [use the more side-channel resistant mpz_powm_sec in libgmp, if available]) - -+if test -n "$PKG_CONFIG"; then -+ systemdsystemunitdir_default=$($PKG_CONFIG --variable=systemdsystemunitdir systemd) -+fi -+ARG_WITH_SET([systemdsystemunitdir], [$systemdsystemunitdir_default], [directory for systemd service files]) -+AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$systemdsystemunitdir" -a "x$systemdsystemunitdir" != xno]) -+AC_SUBST(systemdsystemunitdir) -+ - AC_ARG_WITH( - [xauth-module], - AS_HELP_STRING([--with-xauth-module=lib],[set the path to the XAUTH module]), -@@ -957,6 +964,8 @@ dnl ============================== - AC_OUTPUT( - Makefile - man/Makefile -+ init/Makefile -+ init/systemd/Makefile - src/Makefile - src/include/Makefile - src/libstrongswan/Makefile -diff --git a/init/Makefile.am b/init/Makefile.am -new file mode 100644 -index 0000000..69439a1 ---- /dev/null -+++ b/init/Makefile.am -@@ -0,0 +1,6 @@ -+ -+SUBDIRS = -+ -+if HAVE_SYSTEMD -+ SUBDIRS += systemd -+endif -diff --git a/init/systemd/Makefile.am b/init/systemd/Makefile.am -new file mode 100644 -index 0000000..e2bbfc4 ---- /dev/null -+++ b/init/systemd/Makefile.am -@@ -0,0 +1,8 @@ -+ -+EXTRA_DIST = strongswan.service.in -+CLEANFILES = strongswan.service -+ -+systemdsystemunit_DATA = strongswan.service -+ -+strongswan.service : strongswan.service.in -+ sed -e "s:@SBINDIR@:$(sbindir):" $(srcdir)/$@.in > $@ -diff --git a/init/systemd/strongswan.service.in b/init/systemd/strongswan.service.in -new file mode 100644 -index 0000000..e8dc5e8 ---- /dev/null -+++ b/init/systemd/strongswan.service.in -@@ -0,0 +1,10 @@ -+[Unit] -+Description=strongSwan IPsec -+After=syslog.target -+ -+[Service] -+ExecStart=@SBINDIR@/ipsec start --nofork -+StandardOutput=syslog -+ -+[Install] -+WantedBy=multi-user.target --- -1.7.1 - From vmiklos at frugalware.org Mon Aug 15 10:51:38 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 15 Aug 2011 10:51:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: udev-173-1-i686 Message-ID: <20110815085138.DDA25BAC009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e71cb372ba9395001357a0267575260c8fc62856 commit e71cb372ba9395001357a0267575260c8fc62856 Author: Miklos Vajna Date: Mon Aug 15 10:48:29 2011 +0200 udev-173-1-i686 - version bump - acl is no longer a makedepend, this functionality is now provided by systemd diff --git a/source/base/udev/FrugalBuild b/source/base/udev/FrugalBuild index c502db6..07f2c22 100644 --- a/source/base/udev/FrugalBuild +++ b/source/base/udev/FrugalBuild @@ -2,18 +2,16 @@ # Maintainer: Miklos Vajna pkgname=udev -pkgver=172 -pkgrel=3 +pkgver=173 +pkgrel=1 pkgdesc="A userspace implementation of devfs" url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/" backup=(etc/sysconfig/blacklist) depends=('glibc>=2.8-3') rodepends=('chkconfig>=1.3.30c-2' 'coreutils>=6.12-2' 'grep>=2.5.3-4') -makedepends=('gperf' 'xfsprogs-acl' 'usbutils' 'pciutils' 'gobject-introspection') +makedepends=('gperf' 'usbutils' 'pciutils' 'gobject-introspection') groups=('base' 'core') archs=('i686' 'x86_64' 'ppc' 'arm') -conflicts=('devfsd' 'pcmcia-cs' 'hotplug') -replaces=('hotplug' 'devicekit') up2date="lynx -dump '$url?C=M;O=D'|grep 'udev-.*tar.bz2 '|sed -n 's/.*-\(.*\)\.t.*/\1/;1 p'" source=($url/$pkgname-$pkgver.tar.gz rc.udev blacklist \ README.Frugalware 65-permissions.rules) From vmiklos at frugalware.org Mon Aug 15 10:51:38 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 15 Aug 2011 10:51:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: firefox-greasemonkey-0.9.7-1-i686 Message-ID: <20110815085138.E369EBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=553a9242d38694e838d9b0be504194165e95ae8e commit 553a9242d38694e838d9b0be504194165e95ae8e Author: Miklos Vajna Date: Mon Aug 15 10:50:32 2011 +0200 firefox-greasemonkey-0.9.7-1-i686 - version bump diff --git a/source/xapps-extra/firefox-greasemonkey/FrugalBuild b/source/xapps-extra/firefox-greasemonkey/FrugalBuild index e7f8b02..8e4a31a 100644 --- a/source/xapps-extra/firefox-greasemonkey/FrugalBuild +++ b/source/xapps-extra/firefox-greasemonkey/FrugalBuild @@ -1,7 +1,7 @@ # Compiling Time: 0.01 SBU # Maintainer: Miklos Vajna -pkgver=0.9.6 +pkgver=0.9.7 pkgrel=1 pkgdesc="A User Script Manager for Firefox" _F_firefox_ext=greasemonkey @@ -9,4 +9,4 @@ _F_firefox_num=748 _F_firefox_id="e4a8a97b-f2ed-450b-b12d-ee082ba24781" _F_firefox_name="$_F_firefox_ext-$pkgver-fx.xpi" Finclude firefox-extension -sha1sums=('19c2a2fe25c9bb7219b095e5e0780f1da0b30db7') +sha1sums=('13e9f35c062b92ad945ad447b2107118ad46f618') From vmiklos at frugalware.org Mon Aug 15 10:54:02 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 15 Aug 2011 10:54:02 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gcc-3.3-3.3.6-3-i686 Message-ID: <20110815085402.1F75ABAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=05be33b6e3c4da0433718625e7473f73a007756b commit 05be33b6e3c4da0433718625e7473f73a007756b Author: Miklos Vajna Date: Mon Aug 15 10:52:44 2011 +0200 gcc-3.3-3.3.6-3-i686 - bin, nothing has gcc3 in makedepends these days diff --git a/source/devel-extra/gcc-3.3/FrugalBuild b/source/devel-extra/gcc-3.3/FrugalBuild deleted file mode 100644 index b6ba129..0000000 --- a/source/devel-extra/gcc-3.3/FrugalBuild +++ /dev/null @@ -1,74 +0,0 @@ -# Compiling Time: 4.43 SBU -# Maintainer: Miklos Vajna - -pkgname=gcc-3.3 -pkgver=3.3.6 -pkgrel=3 -pkgdesc="The GNU Compiler Collection (3.3.x series)" -url="http://gcc.gnu.org/gcc-3.3/" -depends=('binutils') -rodepends=('libstdc++5') -conflicts=('gcc<=3.3.6') -groups=('devel-extra') -archs=('i686' 'x86_64' 'ppc') -up2date="lynx -dump $url |grep 'GCC.*[0-9]$' |sed -n 's/.*C \(.*\)/\1/;1 p'" -source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2) -# ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/md5.sum -sha1sums=('2cc43978bb09af6c2ccfdf74797d10d7cc2596fb') -[ "$CARCH" == "x86_64" ] && Fconfopts="$Fconfopts --libdir=/usr/lib --disable-multilib" - -subpkgs=('libstdc++5') -subdescs=('The GNU Standard C++ Library (Version 3.3.x)') -subdepends=('libgcc') -subgroups=('lib-extra') -subarchs=('i686 x86_64 ppc') - -build() -{ - Fcd gcc-$pkgver - if [ "$CARCH" == "x86_64" ]; then - Fsed '../lib64 ../lib' '. ../lib' gcc/config/i386/t-linux64 - # gcc 3.3 doesn't support -march=k8, so xgcc will fail - export CFLAGS="-O2 -pipe" - export CXXFLAGS="-O2 -pipe" - fi - mkdir ../$pkgname-build - cd ../$pkgname-build - ../gcc-$pkgver/configure $Fconfopts --enable-shared \ - --enable-languages=c,c++,objc,f77 --enable-threads=posix \ - --enable-__cxa_atexit --program-suffix=-3.3 - - make bootstrap || return 1 - - Fmakeinstall - - # include/ contains install-tools/include/* and headers that were fixed - # up by fixincludes, we don't want former - for i in `find $Fdestdir/usr/lib/gcc/$CHOST/$pkgver/include/ -name \*.h` - do - if grep -q 'It has been auto-edited by fixincludes from' \ - $i; then - rm -f $i - fi - done - - Frm '/usr/bin/c++filt*' /usr/lib/libiberty.a - Fmkdir /lib - Fln ../usr/bin/cpp-3.3 /lib/cpp-3.3 - Fln gcc-3.3 /usr/bin/cc-3.3 - Fln g++-3.3 /usr/bin/c++-3.3 - # conflicts with gcc - Frm /usr/info - Frm '/usr/lib/libobjc.*' - Frm /usr/man/man1/{cpp.1,gcov.1} /usr/man/man7 - Frm /usr/share/locale/*/LC_MESSAGES/gcc.mo - # split libstdc++5 - Frm /usr/lib/libstdc++.{a,la,so} - Frm '/usr/lib/libsupc++.*' - Frm /usr/share/locale/*/LC_MESSAGES/libstdc++.mo - Fsplit libstdc++5 usr/lib/libstdc++.* - # conflicts with gcc-lib - Frm '/usr/lib/libgcc_*' -} - -# optimization ok From bouleetbil at frogdev.info Mon Aug 15 10:55:17 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 15 Aug 2011 10:55:17 +0200 (CEST) Subject: [Frugalware-git] bouletmp: Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Message-ID: <20110815085517.1B219BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=69222510ec0d9a464159d252ad997e01714e49e0 commit 69222510ec0d9a464159d252ad997e01714e49e0 Merge: 72bf23c 05be33b Author: bouleetbil Date: Mon Aug 15 10:45:06 2011 +0200 Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current From devil505linux at gmail.com Mon Aug 15 10:56:19 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 10:56:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: qmc2-0.2.b20-1-i686 * version bump Message-ID: <20110815085619.7C42EBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1478f2728f7db2ae30c3964a4f600285fc50eba8 commit 1478f2728f7db2ae30c3964a4f600285fc50eba8 Author: Devil505 Date: Mon Aug 15 10:53:14 2011 +0200 qmc2-0.2.b20-1-i686 * version bump diff --git a/source/xapps-extra/qmc2/FrugalBuild b/source/xapps-extra/qmc2/FrugalBuild index 8ed041d..d47a3c2 100644 --- a/source/xapps-extra/qmc2/FrugalBuild +++ b/source/xapps-extra/qmc2/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: exceed pkgname=qmc2 -pkgver=0.2.b19 -pkgrel=2 +pkgver=0.2.b20 +pkgrel=1 pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME." url="http://qmc2.arcadehits.net" depends=('qt4' 'phonon' 'sdl' 'mesa' 'libxmu' 'sdlmame>=0142') @@ -12,7 +12,7 @@ groups=('xapps-extra') replaces=('kxmame') Finclude sourceforge _F_cd_path=$pkgname -sha1sums=('1e296458d18e1d27b72b984d88471581f71fa22a') +sha1sums=('779f6539e435d4e67b70d8616d747ad69a9b19ec') build() { From bouleetbil at frogdev.info Mon Aug 15 10:58:40 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 15 Aug 2011 10:58:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: Merge branch 'master' of git.frugalware.org:/pub/other/people/bouleetbil/bouletmp Message-ID: <20110815085840.DBEFEBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ee8f041b900bfcc9d6dcb1a2fdb7a5ae8db52978 commit ee8f041b900bfcc9d6dcb1a2fdb7a5ae8db52978 Merge: 1478f27 6922251 Author: bouleetbil Date: Mon Aug 15 10:48:13 2011 +0200 Merge branch 'master' of git.frugalware.org:/pub/other/people/bouleetbil/bouletmp From devil505linux at gmail.com Mon Aug 15 10:59:50 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 10:59:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: chromium-browser-13.0.782.112-2-i686 * added patch to reduce cpu usage * remove custom preferences file (not working) Message-ID: <20110815085950.112FABAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1377cdd5be429770da1ede28aa03d0f41e6ba9fe commit 1377cdd5be429770da1ede28aa03d0f41e6ba9fe Author: Devil505 Date: Mon Aug 15 10:57:25 2011 +0200 chromium-browser-13.0.782.112-2-i686 * added patch to reduce cpu usage * remove custom preferences file (not working) diff --git a/source/gnome-extra/chromium-browser/FrugalBuild b/source/gnome-extra/chromium-browser/FrugalBuild index 628270f..ea6a5b7 100644 --- a/source/gnome-extra/chromium-browser/FrugalBuild +++ b/source/gnome-extra/chromium-browser/FrugalBuild @@ -3,7 +3,7 @@ pkgname=chromium-browser pkgver=13.0.782.112 -pkgrel=1 +pkgrel=2 pkgdesc='An open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web' url='http://www.chromium.org/' depends=('nss' 'gconf' 'alsa-lib' 'hicolor-icon-theme' 'libxslt' 'ffmpeg>=0.8' \ @@ -17,7 +17,8 @@ Finclude gnome-scriptlet _F_archive_name="chromium" up2date="Flasttar http://build.chromium.org/buildbot/official/" source=(http://build.chromium.org/buildbot/official/$_F_archive_name-$pkgver.tar.bz2 \ - $pkgname.desktop $pkgname.sh Preferences) + v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch \ + $pkgname.desktop $pkgname.sh) sha1sums=('4d0bd8c97a544f317749df9bbab09d53d1cf13d6' \ '78ed8913b8a598de6a9e45d206973a846dbe8a51' \ 'e06de4aee77b3deb77e3b08ebb175ec02da42ced' \ @@ -82,8 +83,4 @@ build() { Fdocrel LICENSE Fbuild_gnome_scriptlet - - #custom preferences - Fmkdir etc/skel/.config/chromium/Default - Finstall 644 Preferences etc/skel/.config/chromium/Default/Preferences } diff --git a/source/gnome-extra/chromium-browser/Preferences b/source/gnome-extra/chromium-browser/Preferences deleted file mode 100644 index d66f9e0..0000000 --- a/source/gnome-extra/chromium-browser/Preferences +++ /dev/null @@ -1,79 +0,0 @@ -{ - "browser": { - "custom_chrome_frame": false, - "window_placement": { - "bottom": 833, - "left": 127, - "maximized": false, - "right": 1177, - "top": 31, - "work_area_bottom": 859, - "work_area_left": 0, - "work_area_right": 1440, - "work_area_top": 31 - } - }, - "countryid_at_install": 18002, - "dns_prefetching": { - "host_referral_list": [ 2 ], - "startup_list": [ 1, "http://crl.geotrust.com/", "http://frugalware.org/", "http://ocsp.thawte.com/", "http://www.gstatic.com/" ] - }, - "download": { - "directory_upgrade": true - }, - "extensions": { - "autoupdate": { - "next_check": "12948909427374015" - }, - "chrome_url_overrides": { - "bookmarks": [ "chrome-extension://eemcgdkfndhakfknompkggombfjjjeno/main.html" ] - }, - "theme": { - "id": "", - "use_system": true - } - }, - "google": { - "services": { - "username": "" - } - }, - "homepage": "http://www.frugalware.org/", - "homepage_is_newtabpage": false, - "ntp": { - "pref_version": 3, - "promo_build": 2, - "promo_closed": false, - "promo_end": 1299830340.0, - "promo_group": 2, - "promo_group_timeslice": 0, - "promo_line": "Vous utilisez Chrome sur un autre ordinateur\u00A0? Emportez vos favoris et bien plus encore.", - "promo_resource_cache_update": "1304418475.472618", - "promo_start": 1299830280.0 - }, - "plugins": { - "enabled_internal_pdf3": true - }, - "profile": { - "content_settings": { - "pref_version": 1 - }, - "exited_cleanly": true - }, - "session": { - "restore_on_startup": 4, - "urls_to_restore_on_startup": [ "http://frugalware.org/" ] - }, - "tabs": { - "use_vertical_tabs": false - }, - "webkit": { - "webprefs": { - "default_fixed_font_size": 13, - "default_font_size": 16, - "fixed_font_family": "Droid Mono", - "sansserif_font_family": "Droid Sans", - "serif_font_family": "Droid Serif" - } - } -} diff --git a/source/gnome-extra/chromium-browser/v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch b/source/gnome-extra/chromium-browser/v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch new file mode 100644 index 0000000..51ad954 --- /dev/null +++ b/source/gnome-extra/chromium-browser/v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch @@ -0,0 +1,506 @@ +Index: compilation-cache.h +=================================================================== +--- compilation-cache.h (revision 8471) ++++ compilation-cache.h (revision 8472) +@@ -223,14 +223,6 @@ + JSRegExp::Flags flags, + Handle data); + +- // Support for eager optimization tracking. +- bool ShouldOptimizeEagerly(Handle function); +- void MarkForEagerOptimizing(Handle function); +- void MarkForLazyOptimizing(Handle function); +- +- // Reset the eager optimization tracking data. +- void ResetEagerOptimizingData(); +- + // Clear the cache - also used to initialize the cache at startup. + void Clear(); + +@@ -274,8 +266,6 @@ + // Current enable state of the compilation cache. + bool enabled_; + +- HashMap* eager_optimizing_set_; +- + friend class Isolate; + + DISALLOW_COPY_AND_ASSIGN(CompilationCache); +Index: objects.cc +=================================================================== +--- objects.cc (revision 8471) ++++ objects.cc (revision 8472) +@@ -6287,19 +6287,6 @@ + } + + +-uint32_t JSFunction::SourceHash() { +- uint32_t hash = 0; +- Object* script = shared()->script(); +- if (!script->IsUndefined()) { +- Object* source = Script::cast(script)->source(); +- if (source->IsUndefined()) hash = String::cast(source)->Hash(); +- } +- hash ^= ComputeIntegerHash(shared()->start_position_and_type()); +- hash += ComputeIntegerHash(shared()->end_position()); +- return hash; +-} +- +- + bool JSFunction::IsInlineable() { + if (IsBuiltin()) return false; + SharedFunctionInfo* shared_info = shared(); +Index: runtime-profiler.cc +=================================================================== +--- runtime-profiler.cc (revision 8471) ++++ runtime-profiler.cc (revision 8472) +@@ -43,32 +43,6 @@ + namespace internal { + + +-class PendingListNode : public Malloced { +- public: +- explicit PendingListNode(JSFunction* function); +- ~PendingListNode() { Destroy(); } +- +- PendingListNode* next() const { return next_; } +- void set_next(PendingListNode* node) { next_ = node; } +- Handle function() { return Handle::cast(function_); } +- +- // If the function is garbage collected before we've had the chance +- // to optimize it the weak handle will be null. +- bool IsValid() { return !function_.is_null(); } +- +- // Returns the number of microseconds this node has been pending. +- int Delay() const { return static_cast(OS::Ticks() - start_); } +- +- private: +- void Destroy(); +- static void WeakCallback(v8::Persistent object, void* data); +- +- PendingListNode* next_; +- Handle function_; // Weak handle. +- int64_t start_; +-}; +- +- + // Optimization sampler constants. + static const int kSamplerFrameCount = 2; + static const int kSamplerFrameWeight[kSamplerFrameCount] = { 2, 1 }; +@@ -80,33 +54,10 @@ + static const int kSamplerThresholdDelta = 1; + + static const int kSamplerThresholdSizeFactorInit = 3; +-static const int kSamplerThresholdSizeFactorMin = 1; +-static const int kSamplerThresholdSizeFactorDelta = 1; + + static const int kSizeLimit = 1500; + + +-PendingListNode::PendingListNode(JSFunction* function) : next_(NULL) { +- GlobalHandles* global_handles = Isolate::Current()->global_handles(); +- function_ = global_handles->Create(function); +- start_ = OS::Ticks(); +- global_handles->MakeWeak(function_.location(), this, &WeakCallback); +-} +- +- +-void PendingListNode::Destroy() { +- if (!IsValid()) return; +- GlobalHandles* global_handles = Isolate::Current()->global_handles(); +- global_handles->Destroy(function_.location()); +- function_= Handle::null(); +-} +- +- +-void PendingListNode::WeakCallback(v8::Persistent, void* data) { +- reinterpret_cast(data)->Destroy(); +-} +- +- + Atomic32 RuntimeProfiler::state_ = 0; + // TODO(isolates): Create the semaphore lazily and clean it up when no + // longer required. +@@ -125,16 +76,8 @@ + sampler_threshold_(kSamplerThresholdInit), + sampler_threshold_size_factor_(kSamplerThresholdSizeFactorInit), + sampler_ticks_until_threshold_adjustment_( +- kSamplerTicksBetweenThresholdAdjustment), +- js_ratio_(0), +- sampler_window_position_(0), +- optimize_soon_list_(NULL), +- state_window_position_(0), +- state_window_ticks_(0) { +- state_counts_[IN_NON_JS_STATE] = kStateWindowSize; +- state_counts_[IN_JS_STATE] = 0; +- STATIC_ASSERT(IN_NON_JS_STATE == 0); +- memset(state_window_, 0, sizeof(state_window_)); ++ kSamplerTicksBetweenThresholdAdjustment), ++ sampler_window_position_(0) { + ClearSampleBuffer(); + } + +@@ -148,16 +91,13 @@ + } + + +-void RuntimeProfiler::Optimize(JSFunction* function, bool eager, int delay) { ++void RuntimeProfiler::Optimize(JSFunction* function) { + ASSERT(function->IsOptimizable()); + if (FLAG_trace_opt) { +- PrintF("[marking (%s) ", eager ? "eagerly" : "lazily"); ++ PrintF("[marking "); + function->PrintName(); + PrintF(" 0x%" V8PRIxPTR, reinterpret_cast(function->address())); + PrintF(" for recompilation"); +- if (delay > 0) { +- PrintF(" (delayed %0.3f ms)", static_cast(delay) / 1000); +- } + PrintF("]\n"); + } + +@@ -243,20 +183,6 @@ + + void RuntimeProfiler::OptimizeNow() { + HandleScope scope(isolate_); +- PendingListNode* current = optimize_soon_list_; +- while (current != NULL) { +- PendingListNode* next = current->next(); +- if (current->IsValid()) { +- Handle function = current->function(); +- int delay = current->Delay(); +- if (function->IsOptimizable()) { +- Optimize(*function, true, delay); +- } +- } +- delete current; +- current = next; +- } +- optimize_soon_list_ = NULL; + + // Run through the JavaScript frames and collect them. If we already + // have a sample of the function, we mark it for optimizations +@@ -303,24 +229,9 @@ + : 1; + + int threshold = sampler_threshold_ * threshold_size_factor; +- int current_js_ratio = NoBarrier_Load(&js_ratio_); + +- // Adjust threshold depending on the ratio of time spent +- // in JS code. +- if (current_js_ratio < 20) { +- // If we spend less than 20% of the time in JS code, +- // do not optimize. +- continue; +- } else if (current_js_ratio < 75) { +- // Below 75% of time spent in JS code, only optimize very +- // frequently used functions. +- threshold *= 3; +- } +- + if (LookupSample(function) >= threshold) { +- Optimize(function, false, 0); +- isolate_->compilation_cache()->MarkForEagerOptimizing( +- Handle(function)); ++ Optimize(function); + } + } + +@@ -333,40 +244,8 @@ + } + + +-void RuntimeProfiler::OptimizeSoon(JSFunction* function) { +- if (!function->IsOptimizable()) return; +- PendingListNode* node = new PendingListNode(function); +- node->set_next(optimize_soon_list_); +- optimize_soon_list_ = node; +-} +- +- +-#ifdef ENABLE_LOGGING_AND_PROFILING +-void RuntimeProfiler::UpdateStateRatio(SamplerState current_state) { +- SamplerState old_state = state_window_[state_window_position_]; +- state_counts_[old_state]--; +- state_window_[state_window_position_] = current_state; +- state_counts_[current_state]++; +- ASSERT(IsPowerOf2(kStateWindowSize)); +- state_window_position_ = (state_window_position_ + 1) & +- (kStateWindowSize - 1); +- // Note: to calculate correct ratio we have to track how many valid +- // ticks are actually in the state window, because on profiler +- // startup this number can be less than the window size. +- state_window_ticks_ = Min(kStateWindowSize, state_window_ticks_ + 1); +- NoBarrier_Store(&js_ratio_, state_counts_[IN_JS_STATE] * 100 / +- state_window_ticks_); +-} +-#endif +- +- + void RuntimeProfiler::NotifyTick() { + #ifdef ENABLE_LOGGING_AND_PROFILING +- // Record state sample. +- SamplerState state = IsSomeIsolateInJS() +- ? IN_JS_STATE +- : IN_NON_JS_STATE; +- UpdateStateRatio(state); + isolate_->stack_guard()->RequestRuntimeProfilerTick(); + #endif + } +@@ -424,7 +303,6 @@ + // to get the right count of active isolates. + NoBarrier_AtomicIncrement(&state_, 1); + semaphore_->Signal(); +- isolate->ResetEagerOptimizingData(); + #endif + } + +@@ -471,15 +349,8 @@ + + bool RuntimeProfilerRateLimiter::SuspendIfNecessary() { + #ifdef ENABLE_LOGGING_AND_PROFILING +- static const int kNonJSTicksThreshold = 100; +- if (RuntimeProfiler::IsSomeIsolateInJS()) { +- non_js_ticks_ = 0; +- } else { +- if (non_js_ticks_ < kNonJSTicksThreshold) { +- ++non_js_ticks_; +- } else { +- return RuntimeProfiler::WaitForSomeIsolateToEnterJS(); +- } ++ if (!RuntimeProfiler::IsSomeIsolateInJS()) { ++ return RuntimeProfiler::WaitForSomeIsolateToEnterJS(); + } + #endif + return false; +Index: runtime.cc +=================================================================== +--- runtime.cc (revision 8471) ++++ runtime.cc (revision 8472) +@@ -7821,7 +7821,6 @@ + } + } + +- isolate->compilation_cache()->MarkForLazyOptimizing(function); + if (type == Deoptimizer::EAGER) { + RUNTIME_ASSERT(function->IsOptimized()); + } else { +Index: objects.h +=================================================================== +--- objects.h (revision 8471) ++++ objects.h (revision 8472) +@@ -4924,9 +4924,6 @@ + // recompilation. + inline bool IsMarkedForLazyRecompilation(); + +- // Compute a hash code for the source code of this function. +- uint32_t SourceHash(); +- + // Check whether or not this function is inlineable. + bool IsInlineable(); + +Index: compilation-cache.cc +=================================================================== +--- compilation-cache.cc (revision 8471) ++++ compilation-cache.cc (revision 8472) +@@ -52,8 +52,7 @@ + eval_global_(isolate, kEvalGlobalGenerations), + eval_contextual_(isolate, kEvalContextualGenerations), + reg_exp_(isolate, kRegExpGenerations), +- enabled_(true), +- eager_optimizing_set_(NULL) { ++ enabled_(true) { + CompilationSubCache* subcaches[kSubCacheCount] = + {&script_, &eval_global_, &eval_contextual_, ®_exp_}; + for (int i = 0; i < kSubCacheCount; ++i) { +@@ -62,10 +61,7 @@ + } + + +-CompilationCache::~CompilationCache() { +- delete eager_optimizing_set_; +- eager_optimizing_set_ = NULL; +-} ++CompilationCache::~CompilationCache() {} + + + static Handle AllocateTable(Isolate* isolate, int size) { +@@ -457,47 +453,6 @@ + } + + +-static bool SourceHashCompare(void* key1, void* key2) { +- return key1 == key2; +-} +- +- +-HashMap* CompilationCache::EagerOptimizingSet() { +- if (eager_optimizing_set_ == NULL) { +- eager_optimizing_set_ = new HashMap(&SourceHashCompare); +- } +- return eager_optimizing_set_; +-} +- +- +-bool CompilationCache::ShouldOptimizeEagerly(Handle function) { +- if (FLAG_opt_eagerly) return true; +- uint32_t hash = function->SourceHash(); +- void* key = reinterpret_cast(hash); +- return EagerOptimizingSet()->Lookup(key, hash, false) != NULL; +-} +- +- +-void CompilationCache::MarkForEagerOptimizing(Handle function) { +- uint32_t hash = function->SourceHash(); +- void* key = reinterpret_cast(hash); +- EagerOptimizingSet()->Lookup(key, hash, true); +-} +- +- +-void CompilationCache::MarkForLazyOptimizing(Handle function) { +- uint32_t hash = function->SourceHash(); +- void* key = reinterpret_cast(hash); +- EagerOptimizingSet()->Remove(key, hash); +-} +- +- +-void CompilationCache::ResetEagerOptimizingData() { +- HashMap* set = EagerOptimizingSet(); +- if (set->occupancy() > 0) set->Clear(); +-} +- +- + void CompilationCache::Clear() { + for (int i = 0; i < kSubCacheCount; i++) { + subcaches_[i]->Clear(); +Index: isolate.h +=================================================================== +--- isolate.h (revision 8471) ++++ isolate.h (revision 8472) +@@ -978,8 +978,6 @@ + } + #endif + +- void ResetEagerOptimizingData(); +- + void SetData(void* data) { embedder_data_ = data; } + void* GetData() { return embedder_data_; } + +Index: runtime-profiler.h +=================================================================== +--- runtime-profiler.h (revision 8471) ++++ runtime-profiler.h (revision 8472) +@@ -37,7 +37,6 @@ + class Isolate; + class JSFunction; + class Object; +-class PendingListNode; + class Semaphore; + + class RuntimeProfiler { +@@ -52,7 +51,6 @@ + } + + void OptimizeNow(); +- void OptimizeSoon(JSFunction* function); + + void NotifyTick(); + +@@ -106,7 +104,7 @@ + + static void HandleWakeUp(Isolate* isolate); + +- void Optimize(JSFunction* function, bool eager, int delay); ++ void Optimize(JSFunction* function); + + void AttemptOnStackReplacement(JSFunction* function); + +@@ -118,31 +116,16 @@ + + void AddSample(JSFunction* function, int weight); + +-#ifdef ENABLE_LOGGING_AND_PROFILING +- void UpdateStateRatio(SamplerState current_state); +-#endif +- + Isolate* isolate_; + + int sampler_threshold_; + int sampler_threshold_size_factor_; + int sampler_ticks_until_threshold_adjustment_; + +- // The ratio of ticks spent in JS code in percent. +- Atomic32 js_ratio_; +- + Object* sampler_window_[kSamplerWindowSize]; + int sampler_window_position_; + int sampler_window_weight_[kSamplerWindowSize]; + +- // Support for pending 'optimize soon' requests. +- PendingListNode* optimize_soon_list_; +- +- SamplerState state_window_[kStateWindowSize]; +- int state_window_position_; +- int state_window_ticks_; +- int state_counts_[2]; +- + // Possible state values: + // -1 => the profiler thread is waiting on the semaphore + // 0 or positive => the number of isolates running JavaScript code. +@@ -159,7 +142,7 @@ + // Rate limiter intended to be used in the profiler thread. + class RuntimeProfilerRateLimiter BASE_EMBEDDED { + public: +- RuntimeProfilerRateLimiter() : non_js_ticks_(0) { } ++ RuntimeProfilerRateLimiter() {} + + // Suspends the current thread (which must be the profiler thread) + // when not executing JavaScript to minimize CPU usage. Returns +@@ -170,8 +153,6 @@ + bool SuspendIfNecessary(); + + private: +- int non_js_ticks_; +- + DISALLOW_COPY_AND_ASSIGN(RuntimeProfilerRateLimiter); + }; + +Index: compiler.cc +=================================================================== +--- compiler.cc (revision 8471) ++++ compiler.cc (revision 8472) +@@ -109,8 +109,6 @@ + void CompilationInfo::AbortOptimization() { + Handle code(shared_info()->code()); + SetCode(code); +- Isolate* isolate = code->GetIsolate(); +- isolate->compilation_cache()->MarkForLazyOptimizing(closure()); + } + + +@@ -660,9 +658,6 @@ + CompilationInfo optimized(function); + optimized.SetOptimizing(AstNode::kNoNumber); + return CompileLazy(&optimized); +- } else if (isolate->compilation_cache()->ShouldOptimizeEagerly( +- function)) { +- isolate->runtime_profiler()->OptimizeSoon(*function); + } + } + } +Index: isolate.cc +=================================================================== +--- isolate.cc (revision 8471) ++++ isolate.cc (revision 8472) +@@ -1855,11 +1855,6 @@ + } + + +-void Isolate::ResetEagerOptimizingData() { +- compilation_cache_->ResetEagerOptimizingData(); +-} +- +- + #ifdef DEBUG + #define ISOLATE_FIELD_OFFSET(type, name, ignored) \ + const intptr_t Isolate::name##_debug_offset_ = OFFSET_OF(Isolate, name##_); From devil505linux at gmail.com Mon Aug 15 11:07:08 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 11:07:08 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: graphviz-2.28.0-1-i686 * version bump Message-ID: <20110815090708.D0C86BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fa018d8c94847805b474646024579fc3b34b2129 commit fa018d8c94847805b474646024579fc3b34b2129 Author: Devil505 Date: Mon Aug 15 11:03:36 2011 +0200 graphviz-2.28.0-1-i686 * version bump diff --git a/source/xapps-extra/graphviz/FrugalBuild b/source/xapps-extra/graphviz/FrugalBuild index 39dc4dc..9dabe66 100644 --- a/source/xapps-extra/graphviz/FrugalBuild +++ b/source/xapps-extra/graphviz/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=graphviz -pkgver=2.26.3 -pkgrel=7 +pkgver=2.28.0 +pkgrel=1 pkgdesc="Open Source Graph Visualization Software" url="http://www.graphviz.org/" depends=('libxml2>=2.7.8' 'fontconfig' 'python>=2.7' 'libjpeg>=8a' 'libpng>=1.4.1' 'ruby>=1.9.1' 'libtool' 'tk' 'guile' 'ocaml' 'libxaw>=1.0.5' 'libstdc++' 'pango>=1.24.2-2' 'cairo>=1.10.2') @@ -13,7 +13,7 @@ archs=('x86_64' 'i686' 'ppc') options=('scriptlet') up2date="lynx -dump http://www.graphviz.org/pub/graphviz/ARCHIVE/|grep 'graphviz-[0-9\.]*.tar.gz$'|sed -n 's/.*-\(.*\)\.t.*/\1/;$ p'" source=(http://www.graphviz.org/pub/graphviz/ARCHIVE/$pkgname-$pkgver.tar.gz) -sha1sums=('04503ac5a9eaa579859f0d017811fa245717edec') +sha1sums=('4725d88a13e071ee22e632de551d4a55ca08ee7d') build() { Fcd From devil505linux at gmail.com Mon Aug 15 11:11:37 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 11:11:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ecasound-2.8.1-1-i686 * version bump Message-ID: <20110815091137.56EC6BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b9f60c95bbd1d9e3b8c5a1d956d9bd79d7719276 commit b9f60c95bbd1d9e3b8c5a1d956d9bd79d7719276 Author: Devil505 Date: Mon Aug 15 11:09:22 2011 +0200 ecasound-2.8.1-1-i686 * version bump diff --git a/source/multimedia-extra/ecasound/FrugalBuild b/source/multimedia-extra/ecasound/FrugalBuild index bf8991d..603de30 100644 --- a/source/multimedia-extra/ecasound/FrugalBuild +++ b/source/multimedia-extra/ecasound/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: exceed pkgname=ecasound -pkgver=2.7.2 -pkgrel=2 +pkgver=2.8.1 +pkgrel=1 pkgdesc="A software package designed for multitrack audio processing" archs=('i686' 'x86_64') url="http://www.eca.cx/ecasound/" @@ -12,6 +12,6 @@ depends=('audiofile' 'libsamplerate' 'python' 'readline' 'jack>=0.118.0' 'ncurse makedepends=('ruby>=1.9.1') up2date="Flastarchive http://ecasound.seul.org/download/ .tar.gz" source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz) -sha1sums=('6d5236155e1a1f9a9bc9e63f989baebfb1645a49') +sha1sums=('55c42a611ce59ea2b92461f49358a0cd54c40fe0') # optimization OK From devil505linux at gmail.com Mon Aug 15 11:21:15 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 11:21:15 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: chromium-browser-13.0.782.112-3-i686 * added patch to set a prefs dir (/etc/chromium-browser) * added a prefs file to set fruaglware.org as homepage Message-ID: <20110815092115.A8A47BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7cc31b66886a3e7b450bee0fe942282d739fefba commit 7cc31b66886a3e7b450bee0fe942282d739fefba Author: Devil505 Date: Mon Aug 15 11:18:49 2011 +0200 chromium-browser-13.0.782.112-3-i686 * added patch to set a prefs dir (/etc/chromium-browser) * added a prefs file to set fruaglware.org as homepage diff --git a/source/gnome-extra/chromium-browser/FrugalBuild b/source/gnome-extra/chromium-browser/FrugalBuild index ea6a5b7..7ba3c0e 100644 --- a/source/gnome-extra/chromium-browser/FrugalBuild +++ b/source/gnome-extra/chromium-browser/FrugalBuild @@ -3,7 +3,7 @@ pkgname=chromium-browser pkgver=13.0.782.112 -pkgrel=2 +pkgrel=3 pkgdesc='An open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web' url='http://www.chromium.org/' depends=('nss' 'gconf' 'alsa-lib' 'hicolor-icon-theme' 'libxslt' 'ffmpeg>=0.8' \ @@ -18,11 +18,14 @@ _F_archive_name="chromium" up2date="Flasttar http://build.chromium.org/buildbot/official/" source=(http://build.chromium.org/buildbot/official/$_F_archive_name-$pkgver.tar.bz2 \ v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch \ - $pkgname.desktop $pkgname.sh) + chromium-master-prefs-path.patch \ + $pkgname.desktop $pkgname.sh master_preferences) sha1sums=('4d0bd8c97a544f317749df9bbab09d53d1cf13d6' \ + '228d6a6a9d6d1aaa2426e8746668e1aee993fa60' \ + '96379bcc05c031bbd503546bb17be5131f060c2f' \ '78ed8913b8a598de6a9e45d206973a846dbe8a51' \ 'e06de4aee77b3deb77e3b08ebb175ec02da42ced' \ - '6a80491ff3b77f1ff8b34f296971e36e21a46ddf') + 'efc0502b20a1fda64567090ded1b3f6a02d9d090') build() { Fcd @@ -83,4 +86,8 @@ build() { Fdocrel LICENSE Fbuild_gnome_scriptlet + + ##custom preferences + Fmkdir etc/$pkgname + Finstall 644 master_preferences etc/$pkgname/master_preferences } diff --git a/source/gnome-extra/chromium-browser/chromium-master-prefs-path.patch b/source/gnome-extra/chromium-browser/chromium-master-prefs-path.patch new file mode 100644 index 0000000..77dee9f --- /dev/null +++ b/source/gnome-extra/chromium-browser/chromium-master-prefs-path.patch @@ -0,0 +1,13 @@ +diff -dupr a/src/chrome/browser/first_run.cc b/src/chrome/browser/first_run.cc +--- a/src/chrome/browser/first_run/first_run.cc 2010-03-10 10:21:33.000000000 -0700 ++++ b/src/chrome/browser/first_run/first_run.cc 2010-03-10 13:08:12.000000000 -0700 +@@ -92,8 +92,7 @@ + + // The standard location of the master prefs is next to the chrome binary. + FilePath master_prefs; +- if (!PathService::Get(base::DIR_EXE, &master_prefs)) +- return true; ++ master_prefs = FilePath("/etc/chromium-browser"); + master_prefs = master_prefs.AppendASCII(installer::kDefaultMasterPrefs); + + installer::MasterPreferences prefs(master_prefs); diff --git a/source/gnome-extra/chromium-browser/master_preferences b/source/gnome-extra/chromium-browser/master_preferences new file mode 100644 index 0000000..712f8d8 --- /dev/null +++ b/source/gnome-extra/chromium-browser/master_preferences @@ -0,0 +1,28 @@ +{ + "distribution": { + "skip_first_run_ui": true, + "alternate_shortcut_text": false, + "oem_bubble": true, + "chrome_shortcut_icon_index": 0, + "create_all_shortcuts": true, + "show_welcome_page": true, + "make_chrome_default": false, + "make_chrome_default_for_user": false, + "system_level": false, + "verbose_logging": false + }, + }, + "browser": { + "show_home_button": true, + "check_default_browser": false + }, + "bookmark_bar": { + "show_on_all_tabs": true + }, + "first_run_tabs": [ + "http://www.frugalware.org/start", + "http://tools.google.com/chrome/intl/en/welcome.html" + ], + "homepage": "http://www.frugalware.org/start", + "homepage_is_newtabpage": false +} From vmiklos at frugalware.org Mon Aug 15 11:31:34 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 15 Aug 2011 11:31:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: flashplugin-10.3.183.5-1-i686 Message-ID: <20110815093134.033A3BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=92fa088c8c8f6527e55a9ae4f4e05bffee3cb750 commit 92fa088c8c8f6527e55a9ae4f4e05bffee3cb750 Author: Miklos Vajna Date: Mon Aug 15 11:30:18 2011 +0200 flashplugin-10.3.183.5-1-i686 - version bump - closes #4545 in current diff --git a/source/xlib/flashplugin/FrugalBuild b/source/xlib/flashplugin/FrugalBuild index 03fa021..4d1f0b8 100644 --- a/source/xlib/flashplugin/FrugalBuild +++ b/source/xlib/flashplugin/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=flashplugin -pkgver=10.3.181.34 +pkgver=10.3.183.5 pkgrel=1 pkgdesc="Macromedia flash plugin for Netscape/Mozilla (nonfree)" url="http://www.macromedia.com/" @@ -18,7 +18,7 @@ else source=(http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz) fi case "$CARCH" in - "i686") sha1sums=('628a218a43d4dc962483f2298c1769824bfa5769');; + "i686") sha1sums=('58d1727fe67b645da0e30bc4bcb08e47b3bec002');; "x86_64") sha1sums=('a53ee83c02421f900fe25fd3738efd77932e542c');; esac From devil505linux at gmail.com Mon Aug 15 12:19:59 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 12:19:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: openscenegraph-2.8.5-1-i686 * bump to version 2.8.5 Message-ID: <20110815101959.89A60BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=464d56a9abc40e675cb8e9da6b9b18d2e5ad04da commit 464d56a9abc40e675cb8e9da6b9b18d2e5ad04da Author: Devil505 Date: Mon Aug 15 12:17:50 2011 +0200 openscenegraph-2.8.5-1-i686 * bump to version 2.8.5 diff --git a/source/xlib-extra/openscenegraph/FrugalBuild b/source/xlib-extra/openscenegraph/FrugalBuild index 887d42e..8be521a 100644 --- a/source/xlib-extra/openscenegraph/FrugalBuild +++ b/source/xlib-extra/openscenegraph/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=openscenegraph -pkgver=2.8.4 +pkgver=2.8.5 pkgrel=1 pkgdesc="A high performance 3D graphics toolkit." url="http://www.openscenegraph.org/projects/osg" @@ -13,9 +13,10 @@ archs=('i686' 'x86_64') _F_archive_name="OpenSceneGraph" up2date="Flastarchive $url/wiki/Downloads .zip" source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${pkgver}/source/OpenSceneGraph-$pkgver.zip) -sha1sums=('356ecd39f7e714dabb6776e23303fe3f1798a7cf') +sha1sums=('7325504070a262aa6eb952bc36d98843a4ed4cf7') _F_cmake_confopts="-DCMAKE_BUILD_TYPE=Release" Finclude cmake +options=('force') if [ "$CARCH" == "x86_64" ]; then From devil505linux at gmail.com Mon Aug 15 12:21:26 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 12:21:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: chromium-browser-13.0.782.112-3-i686 * updating patches Message-ID: <20110815102126.8C055BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=741a20ad57cae2e0408440bbcb4dc97f636d1757 commit 741a20ad57cae2e0408440bbcb4dc97f636d1757 Author: Devil505 Date: Mon Aug 15 12:19:33 2011 +0200 chromium-browser-13.0.782.112-3-i686 * updating patches diff --git a/source/gnome-extra/chromium-browser/FrugalBuild b/source/gnome-extra/chromium-browser/FrugalBuild index 7ba3c0e..3ef659c 100644 --- a/source/gnome-extra/chromium-browser/FrugalBuild +++ b/source/gnome-extra/chromium-browser/FrugalBuild @@ -21,8 +21,8 @@ source=(http://build.chromium.org/buildbot/official/$_F_archive_name-$pkgver.tar chromium-master-prefs-path.patch \ $pkgname.desktop $pkgname.sh master_preferences) sha1sums=('4d0bd8c97a544f317749df9bbab09d53d1cf13d6' \ - '228d6a6a9d6d1aaa2426e8746668e1aee993fa60' \ - '96379bcc05c031bbd503546bb17be5131f060c2f' \ + '3f3a7240473bb7d7e104d1a2b942f54aadd3bc1b' \ + '673f05684986a6ecaa69c00287eafdef6e9e260e' \ '78ed8913b8a598de6a9e45d206973a846dbe8a51' \ 'e06de4aee77b3deb77e3b08ebb175ec02da42ced' \ 'efc0502b20a1fda64567090ded1b3f6a02d9d090') diff --git a/source/gnome-extra/chromium-browser/chromium-master-prefs-path.patch b/source/gnome-extra/chromium-browser/chromium-master-prefs-path.patch index 77dee9f..ae3dbc5 100644 --- a/source/gnome-extra/chromium-browser/chromium-master-prefs-path.patch +++ b/source/gnome-extra/chromium-browser/chromium-master-prefs-path.patch @@ -1,7 +1,6 @@ -diff -dupr a/src/chrome/browser/first_run.cc b/src/chrome/browser/first_run.cc ---- a/src/chrome/browser/first_run/first_run.cc 2010-03-10 10:21:33.000000000 -0700 -+++ b/src/chrome/browser/first_run/first_run.cc 2010-03-10 13:08:12.000000000 -0700 -@@ -92,8 +92,7 @@ +--- chromium-13.0.782.112/chrome/browser/first_run/first_run.cc 2011-08-06 10:01:51.000000000 +0200 ++++ chromium-13.0.782.112new/chrome/browser/first_run/first_run.cc 2011-08-15 11:49:16.000000000 +0200 +@@ -101,8 +101,7 @@ bool FirstRun::ProcessMasterPreferences( // The standard location of the master prefs is next to the chrome binary. FilePath master_prefs; diff --git a/source/gnome-extra/chromium-browser/v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch b/source/gnome-extra/chromium-browser/v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch index 51ad954..0f329ed 100644 --- a/source/gnome-extra/chromium-browser/v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch +++ b/source/gnome-extra/chromium-browser/v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch @@ -1,8 +1,80 @@ -Index: compilation-cache.h -=================================================================== ---- compilation-cache.h (revision 8471) -+++ compilation-cache.h (revision 8472) -@@ -223,14 +223,6 @@ +diff -dupr chromium-13.0.782.112/v8/src/compilation-cache.cc chromium-13.0.782.112new/v8/src/compilation-cache.cc +--- chromium-13.0.782.112/v8/src/compilation-cache.cc 2011-08-06 10:24:29.000000000 +0200 ++++ chromium-13.0.782.112new/v8/src/compilation-cache.cc 2011-08-15 11:57:27.000000000 +0200 +@@ -52,8 +52,7 @@ CompilationCache::CompilationCache(Isola + eval_global_(isolate, kEvalGlobalGenerations), + eval_contextual_(isolate, kEvalContextualGenerations), + reg_exp_(isolate, kRegExpGenerations), +- enabled_(true), +- eager_optimizing_set_(NULL) { ++ enabled_(true) { + CompilationSubCache* subcaches[kSubCacheCount] = + {&script_, &eval_global_, &eval_contextual_, ®_exp_}; + for (int i = 0; i < kSubCacheCount; ++i) { +@@ -62,10 +61,7 @@ CompilationCache::CompilationCache(Isola + } + + +-CompilationCache::~CompilationCache() { +- delete eager_optimizing_set_; +- eager_optimizing_set_ = NULL; +-} ++CompilationCache::~CompilationCache() {} + + + static Handle AllocateTable(Isolate* isolate, int size) { +@@ -457,47 +453,6 @@ void CompilationCache::PutRegExp(Handle< + } + + +-static bool SourceHashCompare(void* key1, void* key2) { +- return key1 == key2; +-} +- +- +-HashMap* CompilationCache::EagerOptimizingSet() { +- if (eager_optimizing_set_ == NULL) { +- eager_optimizing_set_ = new HashMap(&SourceHashCompare); +- } +- return eager_optimizing_set_; +-} +- +- +-bool CompilationCache::ShouldOptimizeEagerly(Handle function) { +- if (FLAG_opt_eagerly) return true; +- uint32_t hash = function->SourceHash(); +- void* key = reinterpret_cast(hash); +- return EagerOptimizingSet()->Lookup(key, hash, false) != NULL; +-} +- +- +-void CompilationCache::MarkForEagerOptimizing(Handle function) { +- uint32_t hash = function->SourceHash(); +- void* key = reinterpret_cast(hash); +- EagerOptimizingSet()->Lookup(key, hash, true); +-} +- +- +-void CompilationCache::MarkForLazyOptimizing(Handle function) { +- uint32_t hash = function->SourceHash(); +- void* key = reinterpret_cast(hash); +- EagerOptimizingSet()->Remove(key, hash); +-} +- +- +-void CompilationCache::ResetEagerOptimizingData() { +- HashMap* set = EagerOptimizingSet(); +- if (set->occupancy() > 0) set->Clear(); +-} +- +- + void CompilationCache::Clear() { + for (int i = 0; i < kSubCacheCount; i++) { + subcaches_[i]->Clear(); +diff -dupr chromium-13.0.782.112/v8/src/compilation-cache.h chromium-13.0.782.112new/v8/src/compilation-cache.h +--- chromium-13.0.782.112/v8/src/compilation-cache.h 2011-08-06 10:24:29.000000000 +0200 ++++ chromium-13.0.782.112new/v8/src/compilation-cache.h 2011-08-15 11:58:25.000000000 +0200 +@@ -223,14 +223,6 @@ class CompilationCache { JSRegExp::Flags flags, Handle data); @@ -17,7 +89,7 @@ Index: compilation-cache.h // Clear the cache - also used to initialize the cache at startup. void Clear(); -@@ -274,8 +266,6 @@ +@@ -274,8 +266,6 @@ class CompilationCache { // Current enable state of the compilation cache. bool enabled_; @@ -26,35 +98,70 @@ Index: compilation-cache.h friend class Isolate; DISALLOW_COPY_AND_ASSIGN(CompilationCache); -Index: objects.cc -=================================================================== ---- objects.cc (revision 8471) -+++ objects.cc (revision 8472) -@@ -6287,19 +6287,6 @@ +diff -dupr chromium-13.0.782.112/v8/src/compiler.cc chromium-13.0.782.112new/v8/src/compiler.cc +--- chromium-13.0.782.112/v8/src/compiler.cc 2011-08-06 10:24:29.000000000 +0200 ++++ chromium-13.0.782.112new/v8/src/compiler.cc 2011-08-15 12:00:35.000000000 +0200 +@@ -109,8 +109,6 @@ void CompilationInfo::DisableOptimizatio + void CompilationInfo::AbortOptimization() { + Handle code(shared_info()->code()); + SetCode(code); +- Isolate* isolate = code->GetIsolate(); +- isolate->compilation_cache()->MarkForLazyOptimizing(closure()); } --uint32_t JSFunction::SourceHash() { -- uint32_t hash = 0; -- Object* script = shared()->script(); -- if (!script->IsUndefined()) { -- Object* source = Script::cast(script)->source(); -- if (source->IsUndefined()) hash = String::cast(source)->Hash(); -- } -- hash ^= ComputeIntegerHash(shared()->start_position_and_type()); -- hash += ComputeIntegerHash(shared()->end_position()); -- return hash; +@@ -656,9 +654,6 @@ bool Compiler::CompileLazy(CompilationIn + CompilationInfo optimized(function); + optimized.SetOptimizing(AstNode::kNoNumber); + return CompileLazy(&optimized); +- } else if (isolate->compilation_cache()->ShouldOptimizeEagerly( +- function)) { +- isolate->runtime_profiler()->OptimizeSoon(*function); + } + } + } +diff -dupr chromium-13.0.782.112/v8/src/isolate.cc chromium-13.0.782.112new/v8/src/isolate.cc +--- chromium-13.0.782.112/v8/src/isolate.cc 2011-08-06 10:24:29.000000000 +0200 ++++ chromium-13.0.782.112new/v8/src/isolate.cc 2011-08-15 12:01:15.000000000 +0200 +@@ -1853,11 +1853,6 @@ void Isolate::Exit() { + } + + +-void Isolate::ResetEagerOptimizingData() { +- compilation_cache_->ResetEagerOptimizingData(); -} - - - bool JSFunction::IsInlineable() { - if (IsBuiltin()) return false; - SharedFunctionInfo* shared_info = shared(); -Index: runtime-profiler.cc -=================================================================== ---- runtime-profiler.cc (revision 8471) -+++ runtime-profiler.cc (revision 8472) -@@ -43,32 +43,6 @@ + #ifdef DEBUG + #define ISOLATE_FIELD_OFFSET(type, name, ignored) \ + const intptr_t Isolate::name##_debug_offset_ = OFFSET_OF(Isolate, name##_); +diff -dupr chromium-13.0.782.112/v8/src/isolate.h chromium-13.0.782.112new/v8/src/isolate.h +--- chromium-13.0.782.112/v8/src/isolate.h 2011-08-06 10:24:29.000000000 +0200 ++++ chromium-13.0.782.112new/v8/src/isolate.h 2011-08-15 12:01:46.000000000 +0200 +@@ -992,8 +992,6 @@ class Isolate { + } + #endif + +- void ResetEagerOptimizingData(); +- + void SetData(void* data) { embedder_data_ = data; } + void* GetData() { return embedder_data_; } + +diff -dupr chromium-13.0.782.112/v8/src/runtime.cc chromium-13.0.782.112new/v8/src/runtime.cc +--- chromium-13.0.782.112/v8/src/runtime.cc 2011-08-06 10:24:29.000000000 +0200 ++++ chromium-13.0.782.112new/v8/src/runtime.cc 2011-08-15 12:08:54.000000000 +0200 +@@ -7526,7 +7526,6 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_N + } + } + +- isolate->compilation_cache()->MarkForLazyOptimizing(function); + if (type == Deoptimizer::EAGER) { + RUNTIME_ASSERT(function->IsOptimized()); + } else { +diff -dupr chromium-13.0.782.112/v8/src/runtime-profiler.cc chromium-13.0.782.112new/v8/src/runtime-profiler.cc +--- chromium-13.0.782.112/v8/src/runtime-profiler.cc 2011-08-06 10:24:29.000000000 +0200 ++++ chromium-13.0.782.112new/v8/src/runtime-profiler.cc 2011-08-15 12:06:39.000000000 +0200 +@@ -43,32 +43,6 @@ namespace v8 { namespace internal { @@ -87,7 +194,7 @@ Index: runtime-profiler.cc // Optimization sampler constants. static const int kSamplerFrameCount = 2; static const int kSamplerFrameWeight[kSamplerFrameCount] = { 2, 1 }; -@@ -80,33 +54,10 @@ +@@ -80,33 +54,10 @@ static const int kSamplerThresholdMin = static const int kSamplerThresholdDelta = 1; static const int kSamplerThresholdSizeFactorInit = 3; @@ -121,7 +228,7 @@ Index: runtime-profiler.cc Atomic32 RuntimeProfiler::state_ = 0; // TODO(isolates): Create the semaphore lazily and clean it up when no // longer required. -@@ -125,16 +76,8 @@ +@@ -125,16 +76,8 @@ RuntimeProfiler::RuntimeProfiler(Isolate sampler_threshold_(kSamplerThresholdInit), sampler_threshold_size_factor_(kSamplerThresholdSizeFactorInit), sampler_ticks_until_threshold_adjustment_( @@ -135,12 +242,12 @@ Index: runtime-profiler.cc - state_counts_[IN_JS_STATE] = 0; - STATIC_ASSERT(IN_NON_JS_STATE == 0); - memset(state_window_, 0, sizeof(state_window_)); -+ kSamplerTicksBetweenThresholdAdjustment), ++ kSamplerTicksBetweenThresholdAdjustment), + sampler_window_position_(0) { ClearSampleBuffer(); } -@@ -148,16 +91,13 @@ +@@ -148,16 +91,13 @@ void RuntimeProfiler::GlobalSetup() { } @@ -159,7 +266,7 @@ Index: runtime-profiler.cc PrintF("]\n"); } -@@ -243,20 +183,6 @@ +@@ -243,20 +183,6 @@ void RuntimeProfiler::AddSample(JSFuncti void RuntimeProfiler::OptimizeNow() { HandleScope scope(isolate_); @@ -180,12 +287,12 @@ Index: runtime-profiler.cc // Run through the JavaScript frames and collect them. If we already // have a sample of the function, we mark it for optimizations -@@ -303,24 +229,9 @@ +@@ -303,24 +229,9 @@ void RuntimeProfiler::OptimizeNow() { : 1; int threshold = sampler_threshold_ * threshold_size_factor; - int current_js_ratio = NoBarrier_Load(&js_ratio_); - +- - // Adjust threshold depending on the ratio of time spent - // in JS code. - if (current_js_ratio < 20) { @@ -197,7 +304,7 @@ Index: runtime-profiler.cc - // frequently used functions. - threshold *= 3; - } -- + if (LookupSample(function) >= threshold) { - Optimize(function, false, 0); - isolate_->compilation_cache()->MarkForEagerOptimizing( @@ -206,7 +313,7 @@ Index: runtime-profiler.cc } } -@@ -333,40 +244,8 @@ +@@ -333,40 +244,8 @@ void RuntimeProfiler::OptimizeNow() { } @@ -247,7 +354,7 @@ Index: runtime-profiler.cc isolate_->stack_guard()->RequestRuntimeProfilerTick(); #endif } -@@ -424,7 +303,6 @@ +@@ -424,7 +303,6 @@ void RuntimeProfiler::HandleWakeUp(Isola // to get the right count of active isolates. NoBarrier_AtomicIncrement(&state_, 1); semaphore_->Signal(); @@ -255,7 +362,7 @@ Index: runtime-profiler.cc #endif } -@@ -471,15 +349,8 @@ +@@ -471,15 +349,8 @@ void RuntimeProfiler::UpdateSamplesAfter bool RuntimeProfilerRateLimiter::SuspendIfNecessary() { #ifdef ENABLE_LOGGING_AND_PROFILING @@ -273,124 +380,10 @@ Index: runtime-profiler.cc } #endif return false; -Index: runtime.cc -=================================================================== ---- runtime.cc (revision 8471) -+++ runtime.cc (revision 8472) -@@ -7821,7 +7821,6 @@ - } - } - -- isolate->compilation_cache()->MarkForLazyOptimizing(function); - if (type == Deoptimizer::EAGER) { - RUNTIME_ASSERT(function->IsOptimized()); - } else { -Index: objects.h -=================================================================== ---- objects.h (revision 8471) -+++ objects.h (revision 8472) -@@ -4924,9 +4924,6 @@ - // recompilation. - inline bool IsMarkedForLazyRecompilation(); - -- // Compute a hash code for the source code of this function. -- uint32_t SourceHash(); -- - // Check whether or not this function is inlineable. - bool IsInlineable(); - -Index: compilation-cache.cc -=================================================================== ---- compilation-cache.cc (revision 8471) -+++ compilation-cache.cc (revision 8472) -@@ -52,8 +52,7 @@ - eval_global_(isolate, kEvalGlobalGenerations), - eval_contextual_(isolate, kEvalContextualGenerations), - reg_exp_(isolate, kRegExpGenerations), -- enabled_(true), -- eager_optimizing_set_(NULL) { -+ enabled_(true) { - CompilationSubCache* subcaches[kSubCacheCount] = - {&script_, &eval_global_, &eval_contextual_, ®_exp_}; - for (int i = 0; i < kSubCacheCount; ++i) { -@@ -62,10 +61,7 @@ - } - - --CompilationCache::~CompilationCache() { -- delete eager_optimizing_set_; -- eager_optimizing_set_ = NULL; --} -+CompilationCache::~CompilationCache() {} - - - static Handle AllocateTable(Isolate* isolate, int size) { -@@ -457,47 +453,6 @@ - } - - --static bool SourceHashCompare(void* key1, void* key2) { -- return key1 == key2; --} -- -- --HashMap* CompilationCache::EagerOptimizingSet() { -- if (eager_optimizing_set_ == NULL) { -- eager_optimizing_set_ = new HashMap(&SourceHashCompare); -- } -- return eager_optimizing_set_; --} -- -- --bool CompilationCache::ShouldOptimizeEagerly(Handle function) { -- if (FLAG_opt_eagerly) return true; -- uint32_t hash = function->SourceHash(); -- void* key = reinterpret_cast(hash); -- return EagerOptimizingSet()->Lookup(key, hash, false) != NULL; --} -- -- --void CompilationCache::MarkForEagerOptimizing(Handle function) { -- uint32_t hash = function->SourceHash(); -- void* key = reinterpret_cast(hash); -- EagerOptimizingSet()->Lookup(key, hash, true); --} -- -- --void CompilationCache::MarkForLazyOptimizing(Handle function) { -- uint32_t hash = function->SourceHash(); -- void* key = reinterpret_cast(hash); -- EagerOptimizingSet()->Remove(key, hash); --} -- -- --void CompilationCache::ResetEagerOptimizingData() { -- HashMap* set = EagerOptimizingSet(); -- if (set->occupancy() > 0) set->Clear(); --} -- -- - void CompilationCache::Clear() { - for (int i = 0; i < kSubCacheCount; i++) { - subcaches_[i]->Clear(); -Index: isolate.h -=================================================================== ---- isolate.h (revision 8471) -+++ isolate.h (revision 8472) -@@ -978,8 +978,6 @@ - } - #endif - -- void ResetEagerOptimizingData(); -- - void SetData(void* data) { embedder_data_ = data; } - void* GetData() { return embedder_data_; } - -Index: runtime-profiler.h -=================================================================== ---- runtime-profiler.h (revision 8471) -+++ runtime-profiler.h (revision 8472) -@@ -37,7 +37,6 @@ +diff -dupr chromium-13.0.782.112/v8/src/runtime-profiler.h chromium-13.0.782.112new/v8/src/runtime-profiler.h +--- chromium-13.0.782.112/v8/src/runtime-profiler.h 2011-08-06 10:24:29.000000000 +0200 ++++ chromium-13.0.782.112new/v8/src/runtime-profiler.h 2011-08-15 12:08:32.000000000 +0200 +@@ -37,7 +37,6 @@ namespace internal { class Isolate; class JSFunction; class Object; @@ -398,7 +391,7 @@ Index: runtime-profiler.h class Semaphore; class RuntimeProfiler { -@@ -52,7 +51,6 @@ +@@ -52,7 +51,6 @@ class RuntimeProfiler { } void OptimizeNow(); @@ -406,7 +399,7 @@ Index: runtime-profiler.h void NotifyTick(); -@@ -106,7 +104,7 @@ +@@ -106,7 +104,7 @@ class RuntimeProfiler { static void HandleWakeUp(Isolate* isolate); @@ -415,7 +408,7 @@ Index: runtime-profiler.h void AttemptOnStackReplacement(JSFunction* function); -@@ -118,31 +116,16 @@ +@@ -118,31 +116,16 @@ class RuntimeProfiler { void AddSample(JSFunction* function, int weight); @@ -447,7 +440,7 @@ Index: runtime-profiler.h // Possible state values: // -1 => the profiler thread is waiting on the semaphore // 0 or positive => the number of isolates running JavaScript code. -@@ -159,7 +142,7 @@ +@@ -159,7 +142,7 @@ class RuntimeProfiler { // Rate limiter intended to be used in the profiler thread. class RuntimeProfilerRateLimiter BASE_EMBEDDED { public: @@ -456,7 +449,7 @@ Index: runtime-profiler.h // Suspends the current thread (which must be the profiler thread) // when not executing JavaScript to minimize CPU usage. Returns -@@ -170,8 +153,6 @@ +@@ -170,8 +153,6 @@ class RuntimeProfilerRateLimiter BASE_EM bool SuspendIfNecessary(); private: @@ -465,42 +458,3 @@ Index: runtime-profiler.h DISALLOW_COPY_AND_ASSIGN(RuntimeProfilerRateLimiter); }; -Index: compiler.cc -=================================================================== ---- compiler.cc (revision 8471) -+++ compiler.cc (revision 8472) -@@ -109,8 +109,6 @@ - void CompilationInfo::AbortOptimization() { - Handle code(shared_info()->code()); - SetCode(code); -- Isolate* isolate = code->GetIsolate(); -- isolate->compilation_cache()->MarkForLazyOptimizing(closure()); - } - - -@@ -660,9 +658,6 @@ - CompilationInfo optimized(function); - optimized.SetOptimizing(AstNode::kNoNumber); - return CompileLazy(&optimized); -- } else if (isolate->compilation_cache()->ShouldOptimizeEagerly( -- function)) { -- isolate->runtime_profiler()->OptimizeSoon(*function); - } - } - } -Index: isolate.cc -=================================================================== ---- isolate.cc (revision 8471) -+++ isolate.cc (revision 8472) -@@ -1855,11 +1855,6 @@ - } - - --void Isolate::ResetEagerOptimizingData() { -- compilation_cache_->ResetEagerOptimizingData(); --} -- -- - #ifdef DEBUG - #define ISOLATE_FIELD_OFFSET(type, name, ignored) \ - const intptr_t Isolate::name##_debug_offset_ = OFFSET_OF(Isolate, name##_); From devil505linux at gmail.com Mon Aug 15 12:38:33 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 12:38:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: openscenegraph-2.8.5-2-i686 * added patch for curl Message-ID: <20110815103833.413C7BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9b82d8b48c37902d4973ee1e8a8c561e63bb0cac commit 9b82d8b48c37902d4973ee1e8a8c561e63bb0cac Author: Devil505 Date: Mon Aug 15 12:36:41 2011 +0200 openscenegraph-2.8.5-2-i686 * added patch for curl diff --git a/source/xlib-extra/openscenegraph/FrugalBuild b/source/xlib-extra/openscenegraph/FrugalBuild index 8be521a..df96599 100644 --- a/source/xlib-extra/openscenegraph/FrugalBuild +++ b/source/xlib-extra/openscenegraph/FrugalBuild @@ -3,7 +3,7 @@ pkgname=openscenegraph pkgver=2.8.5 -pkgrel=1 +pkgrel=2 pkgdesc="A high performance 3D graphics toolkit." url="http://www.openscenegraph.org/projects/osg" depends=('mesa' 'libjpeg>=8a' 'libtiff' 'libpng>=1.4.2' 'curl') @@ -12,8 +12,9 @@ groups=('xlib-extra') archs=('i686' 'x86_64') _F_archive_name="OpenSceneGraph" up2date="Flastarchive $url/wiki/Downloads .zip" -source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${pkgver}/source/OpenSceneGraph-$pkgver.zip) -sha1sums=('7325504070a262aa6eb952bc36d98843a4ed4cf7') +source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${pkgver}/source/OpenSceneGraph-$pkgver.zip fix_curl.patch) +sha1sums=('7325504070a262aa6eb952bc36d98843a4ed4cf7' \ + 'ec15223cd3dd2748572b985e9b178674024a0dc9') _F_cmake_confopts="-DCMAKE_BUILD_TYPE=Release" Finclude cmake options=('force') diff --git a/source/xlib-extra/openscenegraph/fix_curl.patch b/source/xlib-extra/openscenegraph/fix_curl.patch new file mode 100644 index 0000000..5995563 --- /dev/null +++ b/source/xlib-extra/openscenegraph/fix_curl.patch @@ -0,0 +1,11 @@ +diff --git a/src/osgPlugins/curl/ReaderWriterCURL.cpp b/src/osgPlugins/curl/ReaderWriterCURL.cpp +index 83aee7b..daf156f 100644 +--- a/src/osgPlugins/curl/ReaderWriterCURL.cpp ++++ b/src/osgPlugins/curl/ReaderWriterCURL.cpp +@@ -21,7 +21,6 @@ + #include + + #include +-#include + + #include "ReaderWriterCURL.h" From melko at frugalware.org Mon Aug 15 13:18:08 2011 From: melko at frugalware.org (Melko) Date: Mon, 15 Aug 2011 13:18:08 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: youtube-dl-2011.08.04-1-i686 Message-ID: <20110815111808.9403DBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3483137e1d46755682eae1704ee3b526cfea1b4c commit 3483137e1d46755682eae1704ee3b526cfea1b4c Author: Melko Date: Mon Aug 15 13:15:21 2011 +0200 youtube-dl-2011.08.04-1-i686 * version bump diff --git a/source/multimedia-extra/youtube-dl/FrugalBuild b/source/multimedia-extra/youtube-dl/FrugalBuild index ed9b095..f0a53da 100644 --- a/source/multimedia-extra/youtube-dl/FrugalBuild +++ b/source/multimedia-extra/youtube-dl/FrugalBuild @@ -1,8 +1,8 @@ -# Compiling time: 0 SBU +# Compiling time: 0.00 SBU # Maintainer: Melko pkgname=youtube-dl -pkgver=2011.03.29 +pkgver=2011.08.04 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com" archs=('i686' 'x86_64' 'ppc') @@ -12,11 +12,9 @@ groups=('multimedia-extra') options=('noversrc') up2date="lynx -dump http://rg3.github.com/$pkgname/download.html | sed -n 's|.*/\(.*\)/${pkgname}$|\1|p'" source="https://github.com/rg3/youtube-dl/raw/$pkgver/$pkgname" -sha1sums=('d9c70b9dfb8209b1f50cbe737130c5547024ca18') +sha1sums=('688d7aeec549fa7cca53ed6b06636d2b89748a0c') build() { Fexe youtube-dl /usr/bin/youtube-dl } - -# Optimization OK From melko at frugalware.org Mon Aug 15 13:21:27 2011 From: melko at frugalware.org (Melko) Date: Mon, 15 Aug 2011 13:21:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: vym-1.13.36-1-i686 Message-ID: <20110815112127.1F203BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=74d05cd56b932606d4922309a986eade08bcfa77 commit 74d05cd56b932606d4922309a986eade08bcfa77 Author: Melko Date: Wed Aug 3 12:12:16 2011 +0200 vym-1.13.36-1-i686 * version bump diff --git a/source/xapps-extra/vym/FrugalBuild b/source/xapps-extra/vym/FrugalBuild index 190f699..3e93555 100644 --- a/source/xapps-extra/vym/FrugalBuild +++ b/source/xapps-extra/vym/FrugalBuild @@ -1,8 +1,8 @@ -# Compiling Time: 0.88 SBU +# Compiling Time: 0.62 SBU # Maintainer: Melko pkgname=vym -pkgver=1.13.27 +pkgver=1.13.36 pkgrel=1 pkgdesc="A mindmapping tool." depends=('libqt3support' 'libqtgui' 'libqtdbus' 'libqtnetwork' 'libuuid') @@ -11,7 +11,7 @@ archs=('i686' 'x86_64') _F_sourceforge_ext=".tar.bz2" Finclude sourceforge source=("${source[@]}" "$pkgname.desktop") -sha1sums=('47c36f84b307b04179c90bb3bb9ed298e81d278e' \ +sha1sums=('3b68de4558e05a4d32d9fc984867c51b975d26a9' \ '67911adc49722e3f93d3d01d92ad8128a53272bc') build(){ From melko at frugalware.org Mon Aug 15 13:44:42 2011 From: melko at frugalware.org (Melko) Date: Mon, 15 Aug 2011 13:44:42 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: calibre-0.8.14-1-i686 Message-ID: <20110815114442.69E05BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=711d1086c83cc26a2d4f402d9948f614e6a99ee6 commit 711d1086c83cc26a2d4f402d9948f614e6a99ee6 Author: Melko Date: Mon Aug 15 13:43:34 2011 +0200 calibre-0.8.14-1-i686 * version bump diff --git a/source/xapps-extra/calibre/FrugalBuild b/source/xapps-extra/calibre/FrugalBuild index 3862d78..1c60ef4 100644 --- a/source/xapps-extra/calibre/FrugalBuild +++ b/source/xapps-extra/calibre/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Melko pkgname=calibre -pkgver=0.8.11 +pkgver=0.8.14 pkgrel=1 pkgdesc="Ebook management application" url="http://calibre.kovidgoyal.net/" @@ -21,7 +21,7 @@ source=(${source[@]} $pkgname-ebook-viewer.desktop \ $pkgname-lrf.png \ $pkgname-gui.png \ $pkgname.xml) -sha1sums=('9022adcf2288946ecd927928ff8c4c92e7b75941' \ +sha1sums=('46de2de350e67c63c9338590a9e9b7b4274a5f16' \ '1323d95691289b41e25fd191dc1d18f1c58e02d2' \ 'e7eb837ad8733ecb813b5f897484324cd7160426' \ '2a675529ef6f034eb20bc48620802b60796d689d' \ From melko at frugalware.org Mon Aug 15 13:48:57 2011 From: melko at frugalware.org (Melko) Date: Mon, 15 Aug 2011 13:48:57 +0200 (CEST) Subject: [Frugalware-git] kdetesting2: knemo-0.7.2-1-i686 Message-ID: <20110815114857.EA83CBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=cc2ece6462df4e87385258d158478a49a1c0aab7 commit cc2ece6462df4e87385258d158478a49a1c0aab7 Author: Melko Date: Mon Aug 15 13:47:47 2011 +0200 knemo-0.7.2-1-i686 * version bump diff --git a/source/kde/knemo/FrugalBuild b/source/kde/knemo/FrugalBuild index 918ac67..fcf0ce3 100644 --- a/source/kde/knemo/FrugalBuild +++ b/source/kde/knemo/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Melko pkgname=knemo -pkgver=0.7.1 +pkgver=0.7.2 pkgrel=1 pkgdesc="KNemo is a KDE Network Monitor." groups=('kde') @@ -15,6 +15,6 @@ up2date="lynx -dump "http://www.kde-apps.org/content/show.php?content=$_F_kde_id source=(http://kde-apps.org/CONTENT/content-files/$_F_kde_id-$pkgname-$pkgver.tar.bz2) depends=("${depends[@]}" 'wireless_tools' 'libnl' 'libqtsql' 'libnepomuk' 'attica' 'libknotify') makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver") -sha1sums=('40a543768de83b5f8cd7d3d2df7d07522fe6db97') +sha1sums=('4cd75bac7a2b0ba67f58128ab8d532abed93c5d4') # optimization OK From devil505linux at gmail.com Mon Aug 15 14:46:45 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 14:46:45 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: firefox-6.0-1-i686 * version bump * removed useless patches Message-ID: <20110815124645.DA93FBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=914f4efc428aeda6ff400a5332e7827a6370bbd9 commit 914f4efc428aeda6ff400a5332e7827a6370bbd9 Author: Devil505 Date: Mon Aug 15 14:37:32 2011 +0200 firefox-6.0-1-i686 * version bump * removed useless patches diff --git a/source/xapps/firefox/0583d58b20a3.patch b/source/xapps/firefox/0583d58b20a3.patch deleted file mode 100644 index 037422b..0000000 --- a/source/xapps/firefox/0583d58b20a3.patch +++ /dev/null @@ -1,34 +0,0 @@ - -# HG changeset patch -# User Mike Hommey -# Date 1302680663 -7200 -# Node ID 0583d58b20a3a0789c46f19ed505cb6e96602ec9 -# Parent 0138798a072ad15edce15d614923a03256946218 -Bug 644692 - Fix bsdiff build failure with system bzip2. r=ted - -diff --git a/other-licenses/bsdiff/Makefile.in b/other-licenses/bsdiff/Makefile.in ---- a/other-licenses/bsdiff/Makefile.in -+++ b/other-licenses/bsdiff/Makefile.in -@@ -43,17 +43,21 @@ VPATH = @srcdir@ - - include $(DEPTH)/config/autoconf.mk - - # This program is output to dist/host/bin because it is only needed by the - # build system and is not intended to be included in Mozilla distributions. - HOST_PROGRAM = mbsdiff$(BIN_SUFFIX) - HOST_CSRCS = bsdiff.c - -+ifdef MOZ_NATIVE_BZ2 -+HOST_LIBS += $(BZ2_LIBS) -+else - HOST_LIBS += $(DIST)/host/lib/$(LIB_PREFIX)hostbz2.$(LIB_SUFFIX) -+endif - - ifneq (,$(filter WINCE WINNT,$(HOST_OS_ARCH))) - HOST_EXTRA_LIBS += $(call EXPAND_LIBNAME,Ws2_32) - endif - - LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/mozapps/update/updater - - include $(topsrcdir)/config/rules.mk - diff --git a/source/xapps/firefox/FrugalBuild b/source/xapps/firefox/FrugalBuild index 90b61fc..1222f4a 100644 --- a/source/xapps/firefox/FrugalBuild +++ b/source/xapps/firefox/FrugalBuild @@ -3,12 +3,12 @@ # Contributor: VMiklos pkgname=firefox -pkgver=5.0.1 +pkgver=6.0 pathver=${pkgver} # version used in path names pkgrel=1 pkgdesc="Mozilla Firefox web browser" url="http://www.mozilla.org/products/firefox/" -depends=('gtk+2>=2.20.0-2' 'libidl' 'desktop-file-utils' 'nss>=3.12.9' 'glibc>=2.6' 'dbus-glib' 'curl>=7.19.0' 'nspr>=4.8.7' \ +depends=('gtk+2>=2.20.0-2' 'libidl' 'desktop-file-utils' 'nss>=3.12.11' 'glibc>=2.6' 'dbus-glib' 'curl>=7.19.0' 'nspr>=4.8.9' \ 'lcms' 'libxau>=1.0.4' 'libxdmcp' 'libxft>=2.1.13-2' 'libxt' 'libstdc++' 'libxdamage' 'libice' 'bzip2' 'alsa-lib' \ 'libnotify' 'wireless_tools' 'cairo') makedepends=('zip' 'yasm') @@ -16,12 +16,10 @@ groups=('xapps') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/source | sed 's/.source//g' | Flasttarbz2" source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2 \ - 0583d58b20a3.patch \ - ppc_ipc.diff \ ffremote \ $pkgname.desktop \ ${pkgname}-safe-mode.desktop) -signatures=("${source[0]}.asc" '' '' '' '' '') +signatures=("${source[0]}.asc" '' '' '') options=('scriptlet') Fconfopts="${Fconfopts[@]} --with-default-mozilla-five-home=/usr \ diff --git a/source/xapps/firefox/ppc_ipc.diff b/source/xapps/firefox/ppc_ipc.diff deleted file mode 100644 index 1f33677..0000000 --- a/source/xapps/firefox/ppc_ipc.diff +++ /dev/null @@ -1,44 +0,0 @@ -diff --git a/ipc/chromium/Makefile.in b/ipc/chromium/Makefile.in ---- a/ipc/chromium/Makefile.in -+++ b/ipc/chromium/Makefile.in -@@ -242,17 +242,16 @@ CPPSRCS += \ - - endif # } OS_MACOSX - - ifdef OS_LINUX # { - - CPPSRCS += \ - atomicops_internals_x86_gcc.cc \ - base_paths_linux.cc \ -- data_pack.cc \ - file_util_linux.cc \ - file_version_info_linux.cc \ - idle_timer_none.cc \ - process_util_linux.cc \ - time_posix.cc \ - $(NULL) - - ifdef MOZ_ENABLE_GTK2 -diff --git a/ipc/chromium/src/build/build_config.h b/ipc/chromium/src/build/build_config.h ---- a/ipc/chromium/src/build/build_config.h -+++ b/ipc/chromium/src/build/build_config.h -@@ -52,17 +52,17 @@ - #define ARCH_CPU_X86_FAMILY 1 - #define ARCH_CPU_X86 1 - #define ARCH_CPU_32_BITS 1 - #elif defined(__ARMEL__) - #define ARCH_CPU_ARM_FAMILY 1 - #define ARCH_CPU_ARMEL 1 - #define ARCH_CPU_32_BITS 1 - #define WCHAR_T_IS_UNSIGNED 1 --#elif defined(__ppc__) -+#elif defined(__ppc__) || defined(__powerpc__) - #define ARCH_CPU_PPC 1 - #define ARCH_CPU_32_BITS 1 - #else - #error Please add support for your architecture in build/build_config.h - #endif - - // Type detection for wchar_t. - #ifndef CHROMIUM_MOZILLA_BUILD - From devil505linux at gmail.com Mon Aug 15 14:50:09 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 14:50:09 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: phpbb-3.0.9-1-i686 * version bump Message-ID: <20110815125009.7B376BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d3080019266d5cb10b4088705a5a5522c85bce31 commit d3080019266d5cb10b4088705a5a5522c85bce31 Author: Devil505 Date: Mon Aug 15 14:47:33 2011 +0200 phpbb-3.0.9-1-i686 * version bump diff --git a/source/network-extra/phpbb/FrugalBuild b/source/network-extra/phpbb/FrugalBuild index a2a62a0..b0d6ebf 100644 --- a/source/network-extra/phpbb/FrugalBuild +++ b/source/network-extra/phpbb/FrugalBuild @@ -3,7 +3,7 @@ pkgname=phpbb _F_archive_name=phpBB -pkgver=3.0.8 +pkgver=3.0.9 pkgrel=1 pkgdesc="A fully-featured online forum solution for your website" url="http://www.phpbb.com" @@ -15,7 +15,7 @@ replaces=('phpbb-php5mod') backup=(var/www/phpBB3/config.php) up2date="Flasttar $url/downloads/olympus.php" source=("$url/files/release/$_F_archive_name-$pkgver.tar.bz2" $source phpbbsetup README.Frugalware) -sha1sums=('856b34123378ec7207baf12b9563ec772764a8af' \ +sha1sums=('d886b5bf77bc9ae2f7b6c260ae36b01d98fdbe42' \ '580608066ea98c79ddc83fc10db33a51e5061be3' \ '116bc9724acbf9a3d9448c333af4fb1be3e6e840') From devil505linux at gmail.com Mon Aug 15 14:50:34 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 14:50:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: firefox-i18n-6.0-1-i686 * version bump Message-ID: <20110815125034.0D7CABAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4b11bc92fb5dce2173d7da96d6167cef0c03ea14 commit 4b11bc92fb5dce2173d7da96d6167cef0c03ea14 Author: Devil505 Date: Mon Aug 15 14:47:57 2011 +0200 firefox-i18n-6.0-1-i686 * version bump diff --git a/source/locale-extra/firefox-i18n/FrugalBuild b/source/locale-extra/firefox-i18n/FrugalBuild index ca99fa4..66f065b 100644 --- a/source/locale-extra/firefox-i18n/FrugalBuild +++ b/source/locale-extra/firefox-i18n/FrugalBuild @@ -2,91 +2,91 @@ # Maintainer: Michel Hermier _F_mozilla_i18n_name=firefox -pkgver=5.0.1 +pkgver=6.0 pkgrel=1 Finclude mozilla-i18n -mozilla_i18n_lang_add 'af' 'ec717ddc61ba3bdac9e0150e36cbb3a8e28475a4' -mozilla_i18n_lang_add 'ak' '32bf4b23801954cf8a2a84f293f77620a2ebd4fc' -mozilla_i18n_lang_add 'ar' '81f9b973b15abea7479c1e949e1b834d339c0cb7' -mozilla_i18n_lang_add 'ast' '55c5711acf0f14bd9d9c09b3a616622f67b5ccf6' -mozilla_i18n_lang_add 'be' '577011a73ce6fc7ba3fba8af5b16582e17e5e739' -mozilla_i18n_lang_add 'bg' '55ecd55aa9c95af70ab418179b27b9895c89fbad' -mozilla_i18n_lang_add 'bn-BD' '6df596eee15fea1e40780490d49d411e91f28ff3' -mozilla_i18n_lang_add 'bn-IN' '94568dba376c53f2a0bd261f3f1a8e9c6d0cd8c7' -mozilla_i18n_lang_add 'br' '68811c55ec6d233596141eeee84093289f872552' -mozilla_i18n_lang_add 'bs' 'cacbbe546fc6e240253d40ca4ed31d7f30c39e2d' -mozilla_i18n_lang_add 'ca' '3aad99edbecbc29a6155e1e434cad103a7b06f81' -mozilla_i18n_lang_add 'cs' '922f70142656d05ad329a42dc03b5214705cce12' -mozilla_i18n_lang_add 'cy' '662c919a2cdffa9361d0005482627395ad67f447' -mozilla_i18n_lang_add 'da' '5e9003783ee468f1a0e946da306be7e3349be610' -mozilla_i18n_lang_add 'de' '787f81f9b9a40d8d07d30750ee5f6f04da1af3c9' -mozilla_i18n_lang_add 'el' 'e0950a62ef0bc4adab0ee18de74b80031003b127' -mozilla_i18n_lang_add 'en-GB' '2e2e0c07c9a791c0bc998c7ce3f6e1eed7a964aa' -mozilla_i18n_lang_add 'en-US' 'c2fd395e20ca53b67370c54dbbded0d01afba861' -mozilla_i18n_lang_add 'en-ZA' 'cc753e192894b48406ff2bd7642feb66482c261e' -mozilla_i18n_lang_add 'eo' '6dbb4ad1b7a200a1d7559de65ebbb57aa5604667' -mozilla_i18n_lang_add 'es-AR' '2e3af91e59dcb1f9b58b7972d1f90abdead01b67' -mozilla_i18n_lang_add 'es-CL' 'bd7583fea4c14660b693509bbbc429c95152a03c' -mozilla_i18n_lang_add 'es-ES' '8c7ddb56cebcd96437b4716416bc238be3103065' -mozilla_i18n_lang_add 'es-MX' 'faf4de5b2a6a05f395c11454dc990c2cce96dc28' -mozilla_i18n_lang_add 'et' '6413a8f994652e5f719fab354ce996905c36eec3' -mozilla_i18n_lang_add 'eu' '4a8ad135b516408095808defcd2b59f8832aecbe' -mozilla_i18n_lang_add 'fa' '797756fc82bce9d24723a930fce7b9e74bf0dc50' -mozilla_i18n_lang_add 'fi' 'ff010cc4422cad3aeda6bdbce4cc96a0d11f7620' -mozilla_i18n_lang_add 'fr' '67ad8dfe6701addec4a2b9902150fb134596e807' -mozilla_i18n_lang_add 'fy-NL' '404863f8d38b487bac25b001f5fd0aade0a3f969' -mozilla_i18n_lang_add 'ga-IE' '51add426640f011d90f3484b4abc058c65b0f33e' -mozilla_i18n_lang_add 'gd' '452e8a62d040976a7b0d2686bd557946f49969fc' -mozilla_i18n_lang_add 'gl' '42f7e4a828c432068493a59931fd0137ea726c95' -mozilla_i18n_lang_add 'gu-IN' 'c79e6db825580dbff9eedb069870b7b01b27ba39' -mozilla_i18n_lang_add 'he' 'ae7b155e40f92ebb00a2a972d41f511c89fea56d' -mozilla_i18n_lang_add 'hi-IN' '44e67f650a0708a3ceea9578839ad90c3bcacbcb' -mozilla_i18n_lang_add 'hr' '3b94a71c1fef64221ca8ac6f59f8f661db37a57e' -mozilla_i18n_lang_add 'hu' '1bce60f9692af0dea04705ff6454ae84c6515b11' -mozilla_i18n_lang_add 'hy-AM' '112256be49b8757eb09ea2f663422a0bf61e58b2' -mozilla_i18n_lang_add 'id' 'bbdced4a29d3681be3930a61f4fc23545d945c1a' -mozilla_i18n_lang_add 'is' '6305c7fa34a331632b354a791d8dd3573e3959af' -mozilla_i18n_lang_add 'it' '5309705c4909cca70bd6db44cc2f747058b8c815' -mozilla_i18n_lang_add 'ja' '5a5f82b16f00b0cd0adf8523c416795f46ccc073' -mozilla_i18n_lang_add 'kk' '3860c61664782eb6f087dc3409385f9a18eb5c62' -mozilla_i18n_lang_add 'kn' 'a2a04aa896f576550bbdb7def7a5bcdca517575b' -mozilla_i18n_lang_add 'ko' 'e5500c7fdcf022cae4efc8e50d32616442a79141' -mozilla_i18n_lang_add 'ku' 'c324c572d6e21431ae90bb338ad0b341d34a29e3' -mozilla_i18n_lang_add 'lg' 'fa53fd1fa01fa11139a2fba11357cce7f3cd6f9d' -mozilla_i18n_lang_add 'lt' 'add472c7f2975a8aad6784d535bf0d362f92c3e1' -mozilla_i18n_lang_add 'lv' '2e63d34b600b3278775276190ae49de84ca06f7c' -mozilla_i18n_lang_add 'mai' '2e60139b02a46127c8a1163b32f4f532886e1243' -mozilla_i18n_lang_add 'mk' '774667f50ecfdcedefe727eee3a38770b42695bf' -mozilla_i18n_lang_add 'ml' '35dec9af049c0494bdcbabd26114fdd19f54f799' -mozilla_i18n_lang_add 'mr' '2b8f3e0106ebb7e8e19ea6f7d1f13ec86c6470dd' -mozilla_i18n_lang_add 'nb-NO' '2ebeb0c1b6bb0962704c1d4897be91e82f7368e4' -mozilla_i18n_lang_add 'nl' 'c62d147eea67ff414a1114cac7608fd4037333c0' -mozilla_i18n_lang_add 'nn-NO' 'c0ad475ff999ac9a48cb6e0d096c85233596121c' -mozilla_i18n_lang_add 'nso' '8512704f484ff8469cf31d577609fccc487a7476' -mozilla_i18n_lang_add 'or' '1ce5ca120a8157af55887db2691a97b8b34196f3' -mozilla_i18n_lang_add 'pa-IN' '47734101612b39989d01aa0aedb80e930a3d4881' -mozilla_i18n_lang_add 'pl' 'a1c2fdcdd2a3349d6f36c165002e3a55862a34c6' -mozilla_i18n_lang_add 'pt-BR' 'e321a8dd14a71de06e765c9426cdd7dbdd06a817' -mozilla_i18n_lang_add 'pt-PT' 'eaab894d2a19c03a914554aad749bf9324f23cd8' -mozilla_i18n_lang_add 'rm' 'd49fd231617e3fb334e4e09253a8c06748c0e1a1' -mozilla_i18n_lang_add 'ro' '4607d2a02731450b5249ebf596da7a306cf6d6a2' -mozilla_i18n_lang_add 'ru' '7990bb973695db4dd0dee64f1eab162362f634c7' -mozilla_i18n_lang_add 'si' '5c4a6ebef902747ab75cca1b7ba6663768ab50f6' -mozilla_i18n_lang_add 'sk' 'f877004e1b9d86c83fcb1555948b699452d49ce9' -mozilla_i18n_lang_add 'sl' '9c4187e000f8e529255b83143045bd3fead702ec' -mozilla_i18n_lang_add 'son' 'ba5b655536e8d67e833c972bc8f3dd9bc30d78d5' -mozilla_i18n_lang_add 'sq' 'ba74ccc798883573ecea45925586c1063d5872ef' -mozilla_i18n_lang_add 'sr' '420f179ec4e71d6c1a2c7188d37a6e7546014869' -mozilla_i18n_lang_add 'sv-SE' '9152c8b7e78dfbb3239ff660532e34f1b40e0bbc' -mozilla_i18n_lang_add 'ta-LK' 'd385dd14075683151a483cb78b5d866c74cb6530' -mozilla_i18n_lang_add 'ta' 'a1fe77078c89a391d8846db67446bef6d5aeb6da' -mozilla_i18n_lang_add 'te' '2f8d304c4bacb524a27807f0f75a1451882fafd0' -mozilla_i18n_lang_add 'th' '37f37c30153e3ce76bd6da761f92eff4589982d7' -mozilla_i18n_lang_add 'tr' '5fe9b099928a5814fd189ae922fff9ed3ff88d09' -mozilla_i18n_lang_add 'uk' 'd982aa847ee98ec12457b41f62371ed3f7762a1c' -mozilla_i18n_lang_add 'vi' '762f4e69e14a0e51d775979cd5d981cd21fdfd06' -mozilla_i18n_lang_add 'zh-CN' '363ff0a475389b6d1c1d464a32d98091d83bb7ce' -mozilla_i18n_lang_add 'zh-TW' '2bd364d105f15134e92bc4b4d2c97f73ecad9455' -mozilla_i18n_lang_add 'zu' 'ea565ea9428f23349f323d374505520ec5a68695' +mozilla_i18n_lang_add 'af' '656018aa93d8bfdf34f2a5b16e5aaf29be53774a' +mozilla_i18n_lang_add 'ak' 'ac65469a13d89913d32646f8da665202144821f2' +mozilla_i18n_lang_add 'ar' 'e26b8db88fad88106903a9064243d3a6d6bbb039' +mozilla_i18n_lang_add 'ast' 'b1ed96f31208ff87e8249ef31833b9c0d048b56e' +mozilla_i18n_lang_add 'be' '5d0a3b8950bd19b667bc1cc53c9f9bf04070eea4' +mozilla_i18n_lang_add 'bg' 'a8c24ba3d3c467d59d2aae1a16ba4603eab7dd31' +mozilla_i18n_lang_add 'bn-BD' '664fd181a39f08eb7c6786bb044cb61fe457c804' +mozilla_i18n_lang_add 'bn-IN' 'a8e630ca7a96e776c551671e1028f9753a29b391' +mozilla_i18n_lang_add 'br' 'ef5a1ea3b8cbc9ad6010a912bb0db5d9d7ec4bdb' +mozilla_i18n_lang_add 'bs' 'ee64ba3ec6e944764fd8b4a8dcefa22e77dd86fc' +mozilla_i18n_lang_add 'ca' 'ee05208fa1118bad7495ef98cdc70c8f5392892d' +mozilla_i18n_lang_add 'cs' '4e9db047dff9f469a4c3765a67d9d628ffc3a3db' +mozilla_i18n_lang_add 'cy' '3a3f1c879165a7fb162ba88c9cd74b790c149e9d' +mozilla_i18n_lang_add 'da' 'dda39b7368e1c77b11fc6eea210c93c70b93f0a4' +mozilla_i18n_lang_add 'de' '28b06cbbef51a1284015c5a9b6e809d686fc0fd9' +mozilla_i18n_lang_add 'el' '68f92b1fb835a25b554f1d8bbdd1465fb6ca7f7a' +mozilla_i18n_lang_add 'en-GB' '4432da32fa7a639b99b0515a46ebaefe68fe23e0' +mozilla_i18n_lang_add 'en-US' '7b66ee9ba22c9e8a7ef745d8f79c158738799701' +mozilla_i18n_lang_add 'en-ZA' '9edd2e58cad698e950e9c862e4309bd84dd690a5' +mozilla_i18n_lang_add 'eo' 'd20259e9f0f53e8e3dafdfc207f9e17b0639fca5' +mozilla_i18n_lang_add 'es-AR' '6b762cf02644d76351fecc901310fe02caa6a67c' +mozilla_i18n_lang_add 'es-CL' 'c0eff2b5f87fafd63f4df2492ab8dbb40394265c' +mozilla_i18n_lang_add 'es-ES' '57258d7cc8822d11ea6f6b3517f2b7296da2de03' +mozilla_i18n_lang_add 'es-MX' '9ba3cbe73d2e98c3aa1522800f0c59c48fc545b9' +mozilla_i18n_lang_add 'et' '9f1f4c3293c62ae325d6b7f65184afd56e674570' +mozilla_i18n_lang_add 'eu' '92c9f889f4681ff5aaad56ac54f90c03f48b3959' +mozilla_i18n_lang_add 'fa' '81b61734894b93b7a03fbd7f2440cb41b5f1227b' +mozilla_i18n_lang_add 'fi' 'abd45db1a8d93debddf79d1d04655f58987f4b70' +mozilla_i18n_lang_add 'fr' '99ef0d4fdf530ee9747683d5468e8296c34ea07e' +mozilla_i18n_lang_add 'fy-NL' 'e04af69f6452edcb069dd4e862ec952e8054e535' +mozilla_i18n_lang_add 'ga-IE' '2cb0f42cf2d34fc4e6ee86175addb51c36b73021' +mozilla_i18n_lang_add 'gd' 'f9bfa846e5727bf77855185b95a0bf7dd95a16ee' +mozilla_i18n_lang_add 'gl' '4809fde2a996dfed3a08a3b9eca60c185fb63487' +mozilla_i18n_lang_add 'gu-IN' '6d3e447854763b6ef23e671beec1da3c4ecff828' +mozilla_i18n_lang_add 'he' 'eef17648026211ab94c65f77613d030dc543a654' +mozilla_i18n_lang_add 'hi-IN' '9a2962d89c6206c342b32b44c29214bde56145b2' +mozilla_i18n_lang_add 'hr' '7c117a2a642812046c86ce333c690018cd773203' +mozilla_i18n_lang_add 'hu' '094bc15f40e63e4d08144f8b2e6ad5ccc666894f' +mozilla_i18n_lang_add 'hy-AM' 'e6bbe4019ba996a797914b6d47606374757cf68c' +mozilla_i18n_lang_add 'id' '07efa35b218796e8ae0b1e3628286088fde53bf5' +mozilla_i18n_lang_add 'is' 'd1fa609602ecb8f22c531d4e65f56e06079006e4' +mozilla_i18n_lang_add 'it' '1099e1115f043643b184447e25096f49fae4edc2' +mozilla_i18n_lang_add 'ja' '56caa354883d530267b471e56770ca931e202b73' +mozilla_i18n_lang_add 'kk' '810d23727c3c9f2ce0eab729b47c0de9274784c1' +mozilla_i18n_lang_add 'kn' '804fd54565a89d15150a94caf8b2c4ec8c4e4f42' +mozilla_i18n_lang_add 'ko' 'e12fe5583b3c848f19b278642d7eda688da3b2dc' +mozilla_i18n_lang_add 'ku' '71f34f8f687bcd570635f65fa24dc5480fc717e5' +mozilla_i18n_lang_add 'lg' '984c402fa620e7d3d68b82beeba9696c5ed518be' +mozilla_i18n_lang_add 'lt' '661ab54b18576528a3f43afb25ae86a25e8ac7ae' +mozilla_i18n_lang_add 'lv' '621f6717984cf915be18f025ba5b94fe955f4957' +mozilla_i18n_lang_add 'mai' 'a63baa1c291de0c28750edde2fce11b010c8d09a' +mozilla_i18n_lang_add 'mk' '78ef646084376e58146f0cd8c071e27e63d004ae' +mozilla_i18n_lang_add 'ml' '2251bd4784ae21e0e84e3b33e859a88d550daa01' +mozilla_i18n_lang_add 'mr' '3b30b4130a0a57ca78c89286763c36a2a8dafc1c' +mozilla_i18n_lang_add 'nb-NO' '8e67d9f8f241fa5636792b878652fa8383b5c8a9' +mozilla_i18n_lang_add 'nl' 'bc920e158d70b0b630a76cf87310af5baffc5e48' +mozilla_i18n_lang_add 'nn-NO' '26442ef91e7c7b46e1992e3fd9efc01d7a2ea6d9' +mozilla_i18n_lang_add 'nso' '2ac94c797a9a0c3cbc33495d86369e18b52c204d' +mozilla_i18n_lang_add 'or' '487b80640e0ad92faa4d941e5f4935ae644807c1' +mozilla_i18n_lang_add 'pa-IN' 'e8a46d07030543c6f2df949eb557606f92f8f86a' +mozilla_i18n_lang_add 'pl' 'd8a4d92e088661372da350177f908c2c53d64e0b' +mozilla_i18n_lang_add 'pt-BR' '04d5c3d790aab6933d9928695b93926ad7451aeb' +mozilla_i18n_lang_add 'pt-PT' '07acd63f831f8e93b2472308459bdc2ce2a4d0b2' +mozilla_i18n_lang_add 'rm' '3fcff9fbabfda570ee49193eb5837fe3d0d3e6e1' +mozilla_i18n_lang_add 'ro' '3ca916d7b2e16cf891df42153aef71e82723650b' +mozilla_i18n_lang_add 'ru' '1002142446d6d117f2d38f5c67f0e8841ff7c818' +mozilla_i18n_lang_add 'si' 'a0dfaf51392f96a3cb05fc14b929c978ed25ebae' +mozilla_i18n_lang_add 'sk' 'b6e02d45b8b2f2e2a90dd59ef6527674f00588d1' +mozilla_i18n_lang_add 'sl' '708fb7f454b6065f23089211e08175c0fe11f5c1' +mozilla_i18n_lang_add 'son' '0bfd444a868f0457f78163cf619f10d4f8c351fe' +mozilla_i18n_lang_add 'sq' '6f049743da5993bce936bf8be6941ddc4508bc12' +mozilla_i18n_lang_add 'sr' '00298edbbd6d476ef3782925d8d5a2f0791af1af' +mozilla_i18n_lang_add 'sv-SE' '8117ca1e8d8e21f3338fba5e1b6af5a69822428c' +mozilla_i18n_lang_add 'ta-LK' '7709ba3c54cba8260abe2de421d7cf9ec5f4255f' +mozilla_i18n_lang_add 'ta' 'ab16e054642f222be0e4bcf24d916a71c96321be' +mozilla_i18n_lang_add 'te' 'c3da9a08c8f20e0febdd7290230e18ea7514b313' +mozilla_i18n_lang_add 'th' 'b582b7ce4edc6efe4eac526b9b0c9e5a4140046a' +mozilla_i18n_lang_add 'tr' 'd0d82270cf3570d27fe44fca76edb2754ea96869' +mozilla_i18n_lang_add 'uk' 'f967291806a40e4fa43c9e48476390fdb50fe3f1' +mozilla_i18n_lang_add 'vi' 'dc16edbd0d23e5c899cc78ebdfb15b0c895d2664' +mozilla_i18n_lang_add 'zh-CN' '2fd15a25e4661512af8210cc512bb41ad33c6f3e' +mozilla_i18n_lang_add 'zh-TW' '33d8a06b0775780beadfa836883db3149afa60de' +mozilla_i18n_lang_add 'zu' '0cfc262f1f6172f6fa5b8e82f7856d53a1f110c4' mozilla_i18n_lang_fini From devil505linux at gmail.com Mon Aug 15 14:57:52 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 14:57:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libquicktime-1.2.3-1-i686 * version bump * removed old patch Message-ID: <20110815125752.50D80BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c225c2bc5566d7557ccc52cfd1a55a669866550b commit c225c2bc5566d7557ccc52cfd1a55a669866550b Author: Devil505 Date: Mon Aug 15 14:55:03 2011 +0200 libquicktime-1.2.3-1-i686 * version bump * removed old patch diff --git a/source/xlib/libquicktime/FrugalBuild b/source/xlib/libquicktime/FrugalBuild index 79c275e..46e934f 100644 --- a/source/xlib/libquicktime/FrugalBuild +++ b/source/xlib/libquicktime/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Cedrick Hannier alias Cedynamix pkgname=libquicktime -pkgver=1.2.2 -pkgrel=3 +pkgver=1.2.3 +pkgrel=1 pkgdesc="A library based on quicktime4linux with extensions" depends=('libxml2>=2.7.8' 'lame' 'gtk+2>=2.20.0-2' 'alsa-lib' 'libdv' 'libvorbis' 'libavc1394' 'faac>=1.25' 'faad2>=2.7' 'ffmpeg>=0.8' 'libraw1394>=2.0.0') makedepends=('cvs' 'doxygen') @@ -11,10 +11,8 @@ groups=('xlib') archs=('x86_64' 'i686' 'ppc') options=('scriptlet') Finclude sourceforge -source=($source ffmpeg07.diff) url="http://libquicktime.sourceforge.net/" -sha1sums=('fc2e9754f6cb8a817ce9a7ac91912af56667ee09' \ - '1ee8dc9b1f50b4d7c4e94e92dfb12b0a75a1259c') +sha1sums=('bda69adad0dfedee41462bd0dd1840e22872c5d6') build() { diff --git a/source/xlib/libquicktime/ffmpeg07.diff b/source/xlib/libquicktime/ffmpeg07.diff deleted file mode 100644 index 172e409..0000000 --- a/source/xlib/libquicktime/ffmpeg07.diff +++ /dev/null @@ -1,31 +0,0 @@ -Index: libquicktime-1.2.2/plugins/ffmpeg/lqt_ffmpeg.c -=================================================================== ---- libquicktime-1.2.2.orig/plugins/ffmpeg/lqt_ffmpeg.c -+++ libquicktime-1.2.2/plugins/ffmpeg/lqt_ffmpeg.c -@@ -1031,8 +1031,8 @@ static void set_codec_info(struct CODECI - snprintf(ffmpeg_long_name, 256, "%s", map->name); - snprintf(ffmpeg_description, 256, "%s", map->name); - -- if((map->encoder && (map->encoder->type == CODEC_TYPE_VIDEO)) || -- (map->decoder && (map->decoder->type == CODEC_TYPE_VIDEO))){ -+ if((map->encoder && (map->encoder->type == AVMEDIA_TYPE_VIDEO)) || -+ (map->decoder && (map->decoder->type == AVMEDIA_TYPE_VIDEO))){ - codec_info_ffmpeg.type = LQT_CODEC_VIDEO; - } else { - codec_info_ffmpeg.type = LQT_CODEC_AUDIO; -Index: libquicktime-1.2.2/plugins/ffmpeg/params.c -=================================================================== ---- libquicktime-1.2.2.orig/plugins/ffmpeg/params.c -+++ libquicktime-1.2.2/plugins/ffmpeg/params.c -@@ -205,8 +205,10 @@ void lqt_ffmpeg_set_parameter(AVCodecCon - PARAM_FLOAT("ff_p_masking",p_masking); - PARAM_FLOAT("ff_dark_masking",dark_masking); - PARAM_ENUM("ff_prediction_method",prediction_method,prediction_method); -+#if LIBAVCODEC_VERSION_MAJOR < 53 - PARAM_INT("ff_mb_qmin",mb_qmin); - PARAM_INT("ff_mb_qmax",mb_qmax); -+#endif - PARAM_ENUM("ff_me_cmp",me_cmp,compare_func); - PARAM_CMP_CHROMA("ff_me_cmp_chroma",me_cmp); - PARAM_ENUM("ff_me_sub_cmp",me_sub_cmp,compare_func); - From devil505linux at gmail.com Mon Aug 15 15:12:10 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 15:12:10 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * french translation of news #213 (provided by user Botchikii) Message-ID: <20110815131210.9BCE8BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=e849f0f24ef2e250186a935f997f5e2968ce89b9 commit e849f0f24ef2e250186a935f997f5e2968ce89b9 Author: Devil505 Date: Mon Aug 15 15:09:49 2011 +0200 * french translation of news #213 (provided by user Botchikii) diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml index 1d0a843..a2473c5 100644 --- a/frugalware/xml/news_fr.xml +++ b/frugalware/xml/news_fr.xml @@ -22,6 +22,34 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 213 + Frugalware 1.5 (Mores) disponible + Mon, 15 Aug 2011 00:15:14 +0200 + Miklos Vajna + 0 + Frugalware 1.5 Mores is released !
          + L'??quipe de d??veloppement de Frugalware a le plaisir de vous annoncer la sortie de Frugalware 1.5, notre quinzi??me version stable.
          + Il n'y a pas eu de r??elles nouveaut??s depuis la version 1.5rc2 mais 86 bugs mineurs ont ??t?? r??solus. Si vous n'avez pas suivi l'??volution des versions pre/rc, voici les changements les plus importants depuis Frugalware 1.4 :
          +
            +
          • Paquets mis ?? jour : Linux kernel 2.6.39.3, XOrg server 1.10.3, GNOME 3, KDE SC 4.6.5, XFCE 4.8, LibreOffice 3.4.2, Mozilla Firefox 5.0.1 pour ne nommer que les composants principaux.
          • +
          • Nouvelle version de Pacman-g2, qui b??n??ficie de plusieurs am??liorations.
          • +
          • Systemd est maintenant le syst??me d'init par d??faut.
          • +
          • Portage ARM initial.
          • +
          • Le boot splash est maintenant g??r?? par plymouth.
          • +
          • Les kernels i686 et x86_64 peuvent maintenant booter depuis EFI.??(Cependant, le bootloader n'est pas encore installable durant l'installation).
          • +
          • En suppl??ment du support EFI, les tables de partition GPT sont maintenant activ??es. pgtfdisk est le partitionneur recommand?? pour g??rer celles ci.
          • +
          • Le paquet setuptools est maintenant remplac?? par distribute.
          • +
          + + Veuillez vous r??f??rer au Changelog pour plus d'informations.
          + T??l??chargment pour i686 : regardez notre liste de mirroirs. N'oubliez pas de v??rifier l'int??grit?? des images iso avant de les graver !
          + Note : cliquez ici pour conna??tre les pr??-requis n??cessaires ?? l'installation.
          + Si vous mettez ?? jour depuis la version stable pr??c??dente (Nexon), n'oubliez pas de lire la documentation concernant les mises ?? jour.
          + ]]> +
          +
          + 212 Frugalware Newsletter num??ro 81 Sat, 06 Aug 2011 23:49:23 +1000 From devil505linux at gmail.com Mon Aug 15 15:28:58 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 15:28:58 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * fixing links Message-ID: <20110815132858.8C788BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=1d7cc29ffae0f86753ab14ad54de78a63f630952 commit 1d7cc29ffae0f86753ab14ad54de78a63f630952 Author: Devil505 Date: Mon Aug 15 15:27:07 2011 +0200 * fixing links diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml index a2473c5..70ebc9e 100644 --- a/frugalware/xml/news_fr.xml +++ b/frugalware/xml/news_fr.xml @@ -42,8 +42,8 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
        • Le paquet setuptools est maintenant remplac?? par distribute.
        • - Veuillez vous r??f??rer au Changelog pour plus d'informations.
          - T??l??chargment pour i686 : regardez notre liste de mirroirs. N'oubliez pas de v??rifier l'int??grit?? des images iso avant de les graver !
          + Veuillez vous r??f??rer au Changelog pour plus d'informations.
          + T??l??chargment pour i686 : regardez notre liste de mirroirs. N'oubliez pas de v??rifier l'int??grit?? des images iso avant de les graver !
          Note : cliquez ici pour conna??tre les pr??-requis n??cessaires ?? l'installation.
          Si vous mettez ?? jour depuis la version stable pr??c??dente (Nexon), n'oubliez pas de lire la documentation concernant les mises ?? jour.
          ]]> From devil505linux at gmail.com Mon Aug 15 15:30:03 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 15:30:03 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * fixing typo Message-ID: <20110815133003.0AA43BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=84c8b5f7ca6e0d0dabaf17e32a4dfad0709a36a0 commit 84c8b5f7ca6e0d0dabaf17e32a4dfad0709a36a0 Author: Devil505 Date: Mon Aug 15 15:28:13 2011 +0200 * fixing typo diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml index 70ebc9e..287dfc5 100644 --- a/frugalware/xml/news_fr.xml +++ b/frugalware/xml/news_fr.xml @@ -42,7 +42,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
        • Le paquet setuptools est maintenant remplac?? par distribute.
        • - Veuillez vous r??f??rer au Changelog pour plus d'informations.
          + Veuillez vous r??f??rer au Changelog pour plus d'informations.
          T??l??chargment pour i686 : regardez notre liste de mirroirs. N'oubliez pas de v??rifier l'int??grit?? des images iso avant de les graver !
          Note : cliquez ici pour conna??tre les pr??-requis n??cessaires ?? l'installation.
          Si vous mettez ?? jour depuis la version stable pr??c??dente (Nexon), n'oubliez pas de lire la documentation concernant les mises ?? jour.
          From devil505linux at gmail.com Mon Aug 15 15:34:44 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 15:34:44 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * fixing typo Message-ID: <20110815133444.770CFBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=8c9a70832c9d3f212c6ac0c6f89eb54570c44d18 commit 8c9a70832c9d3f212c6ac0c6f89eb54570c44d18 Author: Devil505 Date: Mon Aug 15 15:32:52 2011 +0200 * fixing typo diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml index 287dfc5..75a262f 100644 --- a/frugalware/xml/news_fr.xml +++ b/frugalware/xml/news_fr.xml @@ -42,7 +42,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
        • Le paquet setuptools est maintenant remplac?? par distribute.
        • - Veuillez vous r??f??rer au Changelog pour plus d'informations.
          + Veuillez vous r??f??rer au Changelog pour plus d'informations.
          T??l??chargment pour i686 : regardez notre liste de mirroirs. N'oubliez pas de v??rifier l'int??grit?? des images iso avant de les graver !
          Note : cliquez ici pour conna??tre les pr??-requis n??cessaires ?? l'installation.
          Si vous mettez ?? jour depuis la version stable pr??c??dente (Nexon), n'oubliez pas de lire la documentation concernant les mises ?? jour.
          From devil505linux at gmail.com Mon Aug 15 15:57:03 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 15:57:03 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: openntpd-3.9p1-8-i686 * removed RC script * added systemd service script * added patch for adjtimex Message-ID: <20110815135703.1D98EBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cd6c3222981ffa40c94b477d0014f5c0c7dcfac8 commit cd6c3222981ffa40c94b477d0014f5c0c7dcfac8 Author: Devil505 Date: Mon Aug 15 15:54:14 2011 +0200 openntpd-3.9p1-8-i686 * removed RC script * added systemd service script * added patch for adjtimex diff --git a/source/network/openntpd/FrugalBuild b/source/network/openntpd/FrugalBuild index 3587f74..6facb65 100644 --- a/source/network/openntpd/FrugalBuild +++ b/source/network/openntpd/FrugalBuild @@ -4,7 +4,7 @@ pkgname=openntpd pkgver=3.9p1 -pkgrel=7 +pkgrel=8 pkgdesc="A free, easy to use implementation of the Network Time Protocol." url="http://www.openntpd.org/" groups=('network') @@ -13,18 +13,24 @@ backup=('etc/ntpd.conf' 'etc/sysconfig/ntpd') depends=('openssl>=1.0.0') up2date="lynx -dump http://www.openntpd.org/|perl -wlne 'if(/Portable OpenNTPD (\d\.\d(\.\d)?[a-z]\d) released/) { print \$1; exit; }'" source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/$pkgname-$pkgver.tar.gz \ - pidfile.patch rc.ntpd ntpd.sysconfig) + pidfile.patch $pkgname.service ntpd.sysconfig linux-adjtimex.patch) build() { - Fbuild --with-mantype=man + Fcd + Fpatchall + autoreconf -fi || Fdie + Fmake --with-mantype=man --with-adjtimex + Fmakeinstall Fmkdir /var/empty/ntpd - Frcd2 ntpd + Fmkdir lib/systemd/system/ + Finstall 0644 $pkgname.service /lib/systemd/system/$pkgname.service Ffile ntpd.sysconfig /etc/sysconfig/ntpd } sha1sums=('098a435d02886a9e4d34afb15b15fde795eda1e9' \ '7492895dda68aebdda46ebeb9393e57b608109ca' \ - '9d61b869809218fa0904114dd6d7e277ee472a96' \ - '51ef671195aa6cb7de1cbd74dde9275f083174ec') + 'e9b93060da215a53363585b45a657a349547a8a5' \ + '51ef671195aa6cb7de1cbd74dde9275f083174ec' \ + 'ab11f4793fa66905e8e5466c6ff0ead6719f57b6') # optimization OK diff --git a/source/network/openntpd/linux-adjtimex.patch b/source/network/openntpd/linux-adjtimex.patch new file mode 100644 index 0000000..e7b72da --- /dev/null +++ b/source/network/openntpd/linux-adjtimex.patch @@ -0,0 +1,168 @@ +Only in openntpd-3.9p1.old: configure +diff -ur --unidirectional-new-file openntpd-3.9p1.old/configure.ac openntpd-3.9p1/configure.ac +--- openntpd-3.9p1.old/configure.ac 2006-05-14 07:29:23.000000000 +0200 ++++ openntpd-3.9p1/configure.ac 2008-02-07 13:13:18.066366142 +0100 +@@ -583,6 +583,11 @@ + [ builtin_arc4random=$withval ] + ) + ++AC_ARG_WITH(adjtimex, ++ [ --with-adjtimex Use adjtimex to adjust kernel skew], ++ [ AC_DEFINE(USE_ADJTIMEX, [], [Use adjust skew with adjtimex (experimental)]) ] ++ ) ++ + AC_ARG_WITH(mantype, + [ --with-mantype=man|cat|doc Set man page type], + [ +diff -ur --unidirectional-new-file openntpd-3.9p1.old/defines.h openntpd-3.9p1/defines.h +--- openntpd-3.9p1.old/defines.h 2006-05-14 07:29:21.000000000 +0200 ++++ openntpd-3.9p1/defines.h 2008-02-07 13:14:34.488711868 +0100 +@@ -20,6 +20,10 @@ + # define setproctitle(x) + #endif + ++#ifdef USE_ADJTIMEX ++# define adjtime(a,b) (_compat_adjtime((a),(b))) ++#endif ++ + #if !defined(SA_LEN) + # if defined(HAVE_STRUCT_SOCKADDR_SA_LEN) + # define SA_LEN(x) ((x)->sa_len) +Only in openntpd-3.9p1.old: ntpd.0 +Only in openntpd-3.9p1.old: ntpd.conf.0 +diff -ur --unidirectional-new-file openntpd-3.9p1.old/openbsd-compat/Makefile.in openntpd-3.9p1/openbsd-compat/Makefile.in +--- openntpd-3.9p1.old/openbsd-compat/Makefile.in 2006-05-14 07:29:19.000000000 +0200 ++++ openntpd-3.9p1/openbsd-compat/Makefile.in 2008-02-07 13:31:39.499728930 +0100 +@@ -9,7 +9,7 @@ + COMPAT= atomicio.o bsd-arc4random.o bsd-misc.o bsd-poll.o \ + bsd-snprintf.o bsd-getifaddrs.o bsd-setresuid.o \ + bsd-setresgid.o fake-rfc2553.o +-PORT= port-qnx.o ++PORT= port-linux.o port-qnx.o + + VPATH=@srcdir@ + CC=@CC@ +diff -ur --unidirectional-new-file openntpd-3.9p1.old/openbsd-compat/openbsd-compat.h openntpd-3.9p1/openbsd-compat/openbsd-compat.h +--- openntpd-3.9p1.old/openbsd-compat/openbsd-compat.h 2006-05-14 07:29:19.000000000 +0200 ++++ openntpd-3.9p1/openbsd-compat/openbsd-compat.h 2008-02-07 13:17:00.272366764 +0100 +@@ -46,6 +46,11 @@ + __attribute__((__format__ (printf, 2, 3))); + #endif + ++#ifdef USE_ADJTIMEX ++# include ++int _compat_adjtime(const struct timeval *, struct timeval *); ++#endif ++ + #ifndef HAVE_INET_PTON + int inet_pton(int, const char *, void *); + #endif +diff -ur --unidirectional-new-file openntpd-3.9p1.old/openbsd-compat/port-linux.c openntpd-3.9p1/openbsd-compat/port-linux.c +--- openntpd-3.9p1.old/openbsd-compat/port-linux.c 1970-01-01 01:00:00.000000000 +0100 ++++ openntpd-3.9p1/openbsd-compat/port-linux.c 2008-02-07 13:24:43.800366563 +0100 +@@ -0,0 +1,105 @@ ++ ++ ++/* ++ * Copyright (c) 2004 Darren Tucker ++ * ++ * Permission to use, copy, modify, and distribute this software for any ++ * purpose with or without fee is hereby granted, provided that the above ++ * copyright notice and this permission notice appear in all copies. ++ * ++ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES ++ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF ++ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ++ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ++ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ++ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF ++ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ++ */ ++ ++#include "includes.h" ++ ++#ifdef USE_ADJTIMEX ++#include ++#include ++#ifdef adjtime ++# undef adjtime ++#endif ++ ++#include "ntpd.h" ++ ++/* scale factor used by adjtimex freq param. 1 ppm = 65536 */ ++#define ADJTIMEX_FREQ_SCALE 65536 ++ ++/* maximum change to skew per adjustment, in PPM */ ++#define MAX_SKEW_DELTA 5.0 ++ ++int ++_compat_adjtime(const struct timeval *delta, struct timeval *olddelta) ++{ ++ static struct timeval tlast = {0,0}; ++ static double tskew = 0; ++ static int synced = -1; ++ struct timeval tnow, tdelta; ++ double skew = 0, newskew, deltaskew, adjust, interval = 0; ++ struct timex tmx; ++ int result, saved_errno; ++ ++ gettimeofday(&tnow, NULL); ++ adjust = (double)delta->tv_sec; ++ adjust += (double)delta->tv_usec / 1000000; ++ ++ /* Even if the caller doesn't care about the olddelta, we do */ ++ if (olddelta == NULL) ++ olddelta = &tdelta; ++ ++ result = adjtime(delta, olddelta); ++ saved_errno = errno; ++ ++ if (olddelta->tv_sec == 0 && olddelta->tv_usec == 0 && ++ synced != INT_MAX) ++ synced++; ++ else ++ synced = 0; ++ ++ /* ++ * do skew calculations if we have synced ++ */ ++ if (synced == 0 ) { ++ tmx.modes = 0; ++ if (adjtimex(&tmx) == -1) ++ log_warn("adjtimex get failed"); ++ else ++ tskew = (double)tmx.freq / ADJTIMEX_FREQ_SCALE; ++ } else if (synced >= 1) { ++ interval = (double)(tnow.tv_sec - tlast.tv_sec); ++ interval += (double)(tnow.tv_usec - tlast.tv_usec) / 1000000; ++ ++ skew = (adjust * 1000000) / interval; ++ newskew = ((tskew * synced) + skew) / synced; ++ deltaskew = newskew - tskew; ++ ++ if (deltaskew > MAX_SKEW_DELTA) { ++ log_info("skew change %0.3lf exceeds limit", deltaskew); ++ tskew += MAX_SKEW_DELTA; ++ } else if (deltaskew < -MAX_SKEW_DELTA) { ++ log_info("skew change %0.3lf exceeds limit", deltaskew); ++ tskew -= MAX_SKEW_DELTA; ++ } else { ++ tskew = newskew; ++ } ++ ++ /* Adjust the kernel skew. */ ++ tmx.freq = (long)(tskew * ADJTIMEX_FREQ_SCALE); ++ tmx.modes = ADJ_FREQUENCY; ++ if (adjtimex(&tmx) == -1) ++ log_warn("adjtimex set freq failed"); ++ } ++ ++ log_debug("interval %0.3lf skew %0.3lf total skew %0.3lf", interval, ++ skew, tskew); ++ ++ tlast = tnow; ++ errno = saved_errno; ++ return result; ++} ++#endif diff --git a/source/network/openntpd/openntpd.service b/source/network/openntpd/openntpd.service new file mode 100644 index 0000000..794caa6 --- /dev/null +++ b/source/network/openntpd/openntpd.service @@ -0,0 +1,11 @@ +[Unit] +Description=OpenNTP Daemon +After=network.target + +[Service] +EnvironmentFile=/etc/sysconfig/ntpd +ExecStart=/usr/sbin/ntpd -d $PARAMS +StandardOutput=syslog + +[Install] +WantedBy=multi-user.target diff --git a/source/network/openntpd/rc.ntpd b/source/network/openntpd/rc.ntpd deleted file mode 100644 index c5ab9d7..0000000 --- a/source/network/openntpd/rc.ntpd +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/bash - -# (c) 2005 Marcus Habermehl -# (c) 2004 Peter BARABAS -# rc.ntpd for Frugalware -# distributed under GPL License - -# chkconfig: 2345 32 56 -# description: Starts or stops OpenNTPD - -source /lib/initscripts/functions -TEXTDOMAIN=ntpd -TEXTDOMAINDIR=/lib/initscripts/messages - -source /etc/sysconfig/ntpd - -actions=(restart status start stop) -daemon=$"OpenNTPD" - -pid="pidof ntpd 2> /dev/null" - -rc_start() -{ - start_msg - if [[ "$(eval $pid)" == "" ]] ; then - /usr/sbin/ntpd $NTPD_OPTIONS - ok $? - else - ok 999 - fi -} - -rc_stop() -{ - stop_msg - if [[ "$(eval $pid)" != "" ]] ; then - killall ntpd - ok $? - else - ok 999 - fi -} - -rc_exec $1 - -# vim: ft=sh diff --git a/source/network/openntpd/rc.ntpd.pot b/source/network/openntpd/rc.ntpd.pot deleted file mode 100644 index 93c3a9b..0000000 --- a/source/network/openntpd/rc.ntpd.pot +++ /dev/null @@ -1,20 +0,0 @@ -# rc.ntpd. -# Copyright (C) YEAR THE rc.ntpd'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.ntpd package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-05 20:49+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -msgid "OpenNTPD" -msgstr "" From devil505linux at gmail.com Mon Aug 15 16:02:08 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 16:02:08 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: sabnzbd-0.6.7-1-i686 * new package Message-ID: <20110815140208.875AEBAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dde2c541c67197bd5d8af05d625ff4ba22242a7f commit dde2c541c67197bd5d8af05d625ff4ba22242a7f Author: Devil505 Date: Mon Aug 15 15:59:23 2011 +0200 sabnzbd-0.6.7-1-i686 * new package diff --git a/source/network-extra/sabnzbd/FrugalBuild b/source/network-extra/sabnzbd/FrugalBuild new file mode 100644 index 0000000..8d9e22a --- /dev/null +++ b/source/network-extra/sabnzbd/FrugalBuild @@ -0,0 +1,51 @@ +# Compiling Time: 0.05 SBU +# Maintainer: Devil505 + +pkgname=sabnzbd +pkgver=0.6.7 +pkgrel=1 +pkgdesc="A web-interface based binary newsgrabber with NZB file support" +url="http://mookooh.org/coverfinder/" +depends=('par2cmdline' 'python-cheetah' 'feedparser' 'python-yenc' 'pyopenssl' \ + 'unrar' 'unzip' 'python-sqlite3' 'curl') +groups=('network-extra') +archs=('i686' 'x86_64') +backup=('etc/sysconfig/sabnzbd' 'usr/share/sabnzbd/sabnzbd.ini') +_F_sourceforge_ext="-src.tar.gz" +_F_sourceforge_name="SABnzbd" +_F_sourceforge_dirname="sabnzbdplus" +Finclude sourceforge +source=($source sabnzbd.service sabnzbd.sysconfig x-nzb.xml nzb-2.png sab2_64.png addnzb.sh) +sha1sums=('65d2b4b76203514f779ea62aad3e6efe0c0f91dc' \ + 'b52b647a0778da9170965d721a03a54de1cf95fc' \ + '273086a2c18a69e61496b1e62eca4b5bf6c6fdea' \ + 'fd607d2431583320a8233cced780ed98aa074c4e' \ + 'a77d34fd2222f060d77d121d56bbb94c85cf3f09' \ + '92c17637b360bb938b7000ea0c2dc81178ede130' \ + '82b87a3e662940e83f797ce824082fffd94771f6') +replaces=('hellanzb') + +_F_desktop_name="SABnzbd+" +_F_desktop_desc="Binary Newsreader" +_F_desktop_icon="sab2_64.png" +_F_desktop_exec="sh /usr/share/sabnzbd/addnzb.sh %u" +_F_desktop_categories="Network" +_F_desktop_mime="application/x-nzb" + +build() { + Fmkdir usr/share/$pkgname + mv -v $Fsrcdir/SABnzbd-$pkgver/* $Fdestdir/usr/share/$pkgname || Fdie + touch $Fdestdir/usr/share/$pkgname/$pkgname.ini || Fdie + find $Fdestdir/usr/share/$pkgname -type d -exec chmod 755 {} \; + find $Fdestdir/usr/share/$pkgname -type f -exec chmod 644 {} \; + Ffileschmod usr/share/$pkgname/SABnzbd.py 755 + Ffileschmod usr/share/$pkgname/Sample-PostProc.sh 755 + Fwrapper 'python /usr/share/sabnzbd/SABnzbd.py -f $HOME/.sabnzbd.ini "$@"' $pkgname + Ffile /lib/systemd/system/sabnzbd.service + Finstall 644 $pkgname.sysconfig etc/sysconfig/$pkgname + Fdesktop2 + Ficon nzb-2.png + Ficon sab2_64.png + Fexe addnzb.sh usr/share/$pkgname/addnzb.sh + Finstall 770 x-nzb.xml usr/share/$pkgname/x-nzb.xml +} diff --git a/source/network-extra/sabnzbd/addnzb.sh b/source/network-extra/sabnzbd/addnzb.sh new file mode 100644 index 0000000..d2a2022 --- /dev/null +++ b/source/network-extra/sabnzbd/addnzb.sh @@ -0,0 +1,14 @@ +#!/bin/bash +set -a # export all variables + +. /etc/sysconfig/sabnzbd + +# SABnzbd must be able to read the file, so we copy it to a directory where it +# certainly has rights. +nzbname=$(basename "$1") +TEMP_NZB="/var/tmp/$nzbname" + +curl -s $(python -c 'import urlparse,urllib,sys; print sys.argv[1] if urlparse.urlparse(sys.argv[1]).scheme else urlparse.urlparse(urllib.pathname2url(sys.argv[1]),"file").geturl()' "$1") -o "$TEMP_NZB" +curl -f $(python -c 'import urllib,os; print os.environ["SABNZBD_PROTOCOL"]+"://"+urllib.quote(os.environ["SABNZBD_USPW"]+os.environ["SABNZBD_IP"])+":"+os.environ["SABNZBD_PORT"]+"/sabnzbd/api?mode=addlocalfile&name="+urllib.quote(os.environ["TEMP_NZB"])+"&apikey="+urllib.quote(os.environ["NZB_KEY"])') +rm "$TEMP_NZB" +exit 0 diff --git a/source/network-extra/sabnzbd/nzb-2.png b/source/network-extra/sabnzbd/nzb-2.png new file mode 100644 index 0000000..53adbf6 Binary files /dev/null and b/source/network-extra/sabnzbd/nzb-2.png differ diff --git a/source/network-extra/sabnzbd/sab2_64.png b/source/network-extra/sabnzbd/sab2_64.png new file mode 100644 index 0000000..2c62900 Binary files /dev/null and b/source/network-extra/sabnzbd/sab2_64.png differ diff --git a/source/network-extra/sabnzbd/sabnzbd.install b/source/network-extra/sabnzbd/sabnzbd.install new file mode 100644 index 0000000..8fcad77 --- /dev/null +++ b/source/network-extra/sabnzbd/sabnzbd.install @@ -0,0 +1,25 @@ +## arg 1: the new package version +post_install() { + # add x-nzb mimetype + xdg-mime install --mode system /usr/share/sabnzbd/x-nzb.xml + xdg-icon-resource install --context mimetypes --size 64 /usr/share/sabnzbd/nzb-2.png application-x-nzb + + groupadd sabnzbd &> /dev/null + useradd -g sabnzbd -d /usr/share/sabnzbd -s /bin/false sabnzbd &> /dev/null + chown -R sabnzbd:sabnzbd /usr/share/sabnzbd + echo " >> Don't forget to edit /etc/sysconfig/sabnzbd!" + echo " >> Add your Session key and if necessary your username and password to ensure a proper shutdown." + echo " >> " + echo " >> If you want to associate .nzb-files with SABnzbd, run 'xdg-mime default sabnzbd.desktop applications/x-nzb'" + +} +## arg 1: the new package version +## arg 2: the old package version +post_upgrade() { + chown -R sabnzbd:sabnzbd /usr/share/sabnzbd +} + +## arg 1: the old package version +pre_remove() { + userdel sabnzbd &> /dev/null +} diff --git a/source/network-extra/sabnzbd/sabnzbd.service b/source/network-extra/sabnzbd/sabnzbd.service new file mode 100644 index 0000000..3dddcd6 --- /dev/null +++ b/source/network-extra/sabnzbd/sabnzbd.service @@ -0,0 +1,10 @@ +[Unit] +Description=Web-interface based binary newsgrabber with NZB file support +After=syslog.target + +[Service] +EnvironmentFile=/etc/sysconfig/sabnzbd +ExecStart=/bin/su - $SABNZBD_USER -c "python /usr/share/sabnzbd/SABnzbd.py -f ${SABNZBD_CONF} -s ${SABNZBD_IP}:${SABNZBD_PORT}" -s /bin/sh + +[Install] +WantedBy=multi-user.target diff --git a/source/network-extra/sabnzbd/sabnzbd.sysconfig b/source/network-extra/sabnzbd/sabnzbd.sysconfig new file mode 100644 index 0000000..ee6aaa1 --- /dev/null +++ b/source/network-extra/sabnzbd/sabnzbd.sysconfig @@ -0,0 +1,17 @@ +SABNZBD_USER="sabnzbd" +SABNZBD_CONF="/usr/share/sabnzbd/sabnzbd.ini" + +# Put the session keys from Config > General here +SABNZBD_KEY="" +NZB_KEY="" + +# Set to the protocol, IP and port +SABNZBD_PROTOCOL="http" +SABNZBD_IP="127.0.0.1" +SABNZBD_PORT="8080" + +# If you use a username and password, change the following variable to +# "user:pass@" +SABNZBD_USPW="" + + diff --git a/source/network-extra/sabnzbd/x-nzb.xml b/source/network-extra/sabnzbd/x-nzb.xml new file mode 100644 index 0000000..e77d284 --- /dev/null +++ b/source/network-extra/sabnzbd/x-nzb.xml @@ -0,0 +1,10 @@ + + + + + An XML-based file format for retrieving posts from NNTP (Usenet) servers + + + + + From devil505linux at gmail.com Mon Aug 15 16:03:47 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 16:03:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: hellanzb-0.13-3-i686 * bin, replaced by sabnzbd Message-ID: <20110815140347.4BB50BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f0fd57a73dcb00ffc81a4814c19703c579b04395 commit f0fd57a73dcb00ffc81a4814c19703c579b04395 Author: Devil505 Date: Mon Aug 15 16:01:36 2011 +0200 hellanzb-0.13-3-i686 * bin, replaced by sabnzbd diff --git a/source/network-extra/hellanzb/FrugalBuild b/source/network-extra/hellanzb/FrugalBuild deleted file mode 100644 index df84af3..0000000 --- a/source/network-extra/hellanzb/FrugalBuild +++ /dev/null @@ -1,26 +0,0 @@ -# Compiling Time: 0 SBU -# Maintainer: Devil505 -# Contributor: The_Tito - -pkgname=hellanzb -pkgver=0.13 -pkgrel=3 -pkgdesc="Python application designed for *nix environments that retrieves nzb files and fully processes them." -url="http://www.hellanzb.com/distfiles/" -depends=('unrar' 'twisted' 'zopeinterface' 'pyserial>=2.4-2' 'pyopenssl' 'pycrypto' 'par2cmdline') -groups=('network-extra') -archs=('i686' 'x86_64') -up2date="lynx -dump $url | Flasttar" -source=($url$pkgname-$pkgver.tar.gz rc.$pkgname $pkgname-$pkgver-datafiles.patch $pkgname-$pkgver-Fix_conf_file_search_path.patch) -_F_rcd_name="$pkgname" -backup=(etc/hellanzb.conf) -sha1sums=('4ada7268ccb9c8f85d8de8d34fda92c3e2d84b5f' \ - '0e3b8cbbc89822b17cc8dcb99882b31508029a40' \ - '6162353cc47927acabe0b466b03662a1762ebe89' \ - '712a3221f1af9747cb24ae685c7b32501f6da1d3') - -build() { - Fbuild - Finstall 644 $pkgname-$pkgver/etc/$pkgname.conf.sample etc/$pkgname.conf -} - diff --git a/source/network-extra/hellanzb/hellanzb-0.13-Fix_conf_file_search_path.patch b/source/network-extra/hellanzb/hellanzb-0.13-Fix_conf_file_search_path.patch deleted file mode 100644 index ee22dd2..0000000 --- a/source/network-extra/hellanzb/hellanzb-0.13-Fix_conf_file_search_path.patch +++ /dev/null @@ -1,31 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 000-Fix_conf_file_search_path by -## Adam C??cile (Le_Vert) -## -## DP: Search for configuration file in $HOME/.hellanzb/ or /etc/ - - at DPATCH@ - -diff -u hellanzb-0.11/Hellanzb/Core.py hellanzb-0.11/Hellanzb/Core.py.new ---- hellanzb-0.11/Hellanzb/Core.py 2007-02-10 15:01:50.000000000 +0100 -+++ hellanzb-0.11/Hellanzb/Core.py.new 2007-02-10 15:05:48.000000000 +0100 -@@ -33,16 +33,9 @@ - else: - error('Unable to load specified config file: ' + optionalConfigFile) - sys.exit(1) -- -- # look for conf in this order: sys.prefix, ./, or ./etc/ -- confDirs = [os.path.join(sys.prefix, 'etc')] -- try: -- confDirs.append(os.path.join(os.getcwd(), 'etc')) -- confDirs.append(os.getcwd()) -- except OSError, ose: -- if ose.errno != 2: -- raise -- # OSError: [Errno 2] No such file or directory. cwd doesn't exist -+ -+ # Look for conf file in /etc or $HOME/.hellanzb -+ confDirs = [ os.path.expanduser('~') + '/.hellanzb', '/etc' ] - - # hard coding preferred Darwin config file location, kind of lame. but I'd rather do - # this then make an etc dir in os x's Python.framework directory diff --git a/source/network-extra/hellanzb/hellanzb-0.13-datafiles.patch b/source/network-extra/hellanzb/hellanzb-0.13-datafiles.patch deleted file mode 100644 index 88c5899..0000000 --- a/source/network-extra/hellanzb/hellanzb-0.13-datafiles.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: hellanzb-0.13/setup.py -=================================================================== ---- hellanzb-0.13.orig/setup.py -+++ hellanzb-0.13/setup.py -@@ -38,8 +38,6 @@ def runSetup(): - packages = [ 'Hellanzb', 'Hellanzb.NZBLeecher', 'Hellanzb.HellaXMLRPC', - 'Hellanzb.external', 'Hellanzb.external.elementtree' ], - scripts = [ 'hellanzb.py' ], -- data_files = [ ( 'etc', [ 'etc/hellanzb.conf.sample' ] ), -- ( 'share/doc/hellanzb', [ 'CHANGELOG', 'CREDITS', 'README', 'LICENSE' ] ) ], - ) - py2app_options = dict( - app = [ 'hellanzb.py' ], diff --git a/source/network-extra/hellanzb/rc.hellanzb b/source/network-extra/hellanzb/rc.hellanzb deleted file mode 100644 index a91d8bc..0000000 --- a/source/network-extra/hellanzb/rc.hellanzb +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/bash - -# (c) 2008 devil505 -# rc.hellanzb for FrugalWare -# distributed under GPL License - -# chkconfig: 2345 99 02 -# description: nzb downloader and post processor - -source /lib/initscripts/functions -TEXTDOMAIN=nzb -TEXTDOMAINDIR=/lib/initscripts/messages -daemon="hellanzb" - -actions=(restart start status stop) - -pid="pidof /usr/bin/hellanzb.py 2> /dev/null" - -rc_start() -{ - start_msg - if [ -z "$(eval $pid)" ]; then - /usr/bin/hellanzb.py -D &>/dev/null - ok $? - else - ok 999 - fi -} -rc_stop() -{ - stop_msg - if [ ! -z "$(eval $pid)" ] ;then - kill $(eval $pid) 2>/dev/null 1>/dev/null - ok $? - else - ok 999 - fi -} - -rc_exec $1 - From devil505linux at gmail.com Mon Aug 15 16:06:22 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 16:06:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: firefox-6.0-2-i686 * removed desktop file for safe mode * not needed anymore Message-ID: <20110815140622.47736BAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8440a31c5eda0992e8669cbd98b0b982eeb4bb23 commit 8440a31c5eda0992e8669cbd98b0b982eeb4bb23 Author: Devil505 Date: Mon Aug 15 16:04:17 2011 +0200 firefox-6.0-2-i686 * removed desktop file for safe mode * not needed anymore diff --git a/source/xapps/firefox/FrugalBuild b/source/xapps/firefox/FrugalBuild index 1222f4a..4f28974 100644 --- a/source/xapps/firefox/FrugalBuild +++ b/source/xapps/firefox/FrugalBuild @@ -5,7 +5,7 @@ pkgname=firefox pkgver=6.0 pathver=${pkgver} # version used in path names -pkgrel=1 +pkgrel=2 pkgdesc="Mozilla Firefox web browser" url="http://www.mozilla.org/products/firefox/" depends=('gtk+2>=2.20.0-2' 'libidl' 'desktop-file-utils' 'nss>=3.12.11' 'glibc>=2.6' 'dbus-glib' 'curl>=7.19.0' 'nspr>=4.8.9' \ @@ -17,9 +17,8 @@ archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/source | sed 's/.source//g' | Flasttarbz2" source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2 \ ffremote \ - $pkgname.desktop \ - ${pkgname}-safe-mode.desktop) -signatures=("${source[0]}.asc" '' '' '') + $pkgname.desktop) +signatures=("${source[0]}.asc" '' '') options=('scriptlet') Fconfopts="${Fconfopts[@]} --with-default-mozilla-five-home=/usr \ @@ -116,7 +115,6 @@ build() { # Install menu file. Ffile /usr/share/applications/$pkgname.desktop - Ffile /usr/share/applications/${pkgname}-safe-mode.desktop # Change the default icons Fln /usr/lib/$pkgname/icons /usr/lib/$pkgname/chrome/icons/default diff --git a/source/xapps/firefox/firefox-safe-mode.desktop b/source/xapps/firefox/firefox-safe-mode.desktop deleted file mode 100644 index 2752151..0000000 --- a/source/xapps/firefox/firefox-safe-mode.desktop +++ /dev/null @@ -1,172 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Firefox Web Browser -Name[az]=Firefox Veb S??yyah?? -Name[bg]=???????????????? ?????????????? Firefox -Name[bs]=Firefox web preglednik -Name[ca]=Navegador web Firefox -Name[cs]=Prohl????e?? WWW Firefox -Name[cy]=Y Porwr Gwe Firefox -Name[da]=Firefox - internetsurfning -Name[de]=Firefox Webbrowser -Name[el]=???????????????????? ???????????????????? Firefox -Name[en_CA]=Firefox Web Browser -Name[en_GB]=Firefox Web Browser -Name[es]=Navegador Web Firefox -Name[et]=Firefox veebibrauser -Name[eu]=Firefox web arakatzailea -Name[fi]=Firefox, WWW-selain -Name[fr]=Navigateur Web Firefox -Name[ga]=Brabhs??la?? L??n Firefox -Name[he]=?????????? Firefox -Name[hr]=Firefox Web preglednik -Name[hu]=Firefox webb??ng??sz?? -Name[id]=Web Browser Firefox -Name[it]=Browser web Firefox -Name[ja]=Firefox ???????????????????????? -Name[ko]=Firefox ??? ???????????? -Name[li]=Firefox Web Browser -Name[lt]=Firefox web nar??ykl?? -Name[mk]=Firefox ?????? ?????????????????????? -Name[mn]=Firefox ?????? ?????????? -Name[ms]=Pelungsur Web Firefox -Name[nb]=Firefox nettleser -Name[nl]=Firefox Webbrowser -Name[nn]=Firefox nettlesar -Name[no]=Firefox nettleser -Name[pl]=Przegl??darka WWW Firefox -Name[pt]=Navegador Web Firefox -Name[pt_BR]=Navegador Web Firefox -Name[ro]=Navigatorul Firefox -Name[ru]=??????-?????????????? Firefox -Name[sk]=WWW prehliada?? Zjavenie -Name[sl]=Spletni brskalnik Firefox -Name[sq]=Firefox - Shfletuesi Web -Name[sv]=Webbl??saren Firefox -Name[tk]=Firefox Web Ahtar??isi -Name[tr]=Firefox Web Taray??c?? -Name[uk]=???????????????????? web Firefox -Name[vi]=Tr??nh Duy???t Web Firefox -Name[wa]=Betchteu waibe Firefox -Name[zh_CN]=Firefox Web ????????? -Name[zh_TW]=Firefox ??????????????? -GenericName=Web Browser ( Safe Mode ) -GenericName[ar]=???????????? ???????????????? -GenericName[az]=Veb S??yyah?? -GenericName[be]=???????????????????? ???? ???????????????????? -GenericName[bg]=?????????????? -GenericName[bs]=Web preglednik -GenericName[ca]=Navegador web -GenericName[cs]=Prohl????e?? WWW -GenericName[cy]=Porwr Gwe -GenericName[da]=Internetsurfning -GenericName[de]=Webbrowser -GenericName[el]=???????????????????? ?????????????????????? -GenericName[en_CA]=Web Browser -GenericName[en_GB]=Web Browser -GenericName[es]=Navegador web -GenericName[et]=Veebilehitseja -GenericName[eu]=Web arakatzailea -GenericName[fi]=WWW-selain -GenericName[fr]=Navigateur Web Firefox -GenericName[ga]=Brabhs??la?? L??n -GenericName[he]=?????????? ?????????????? -GenericName[hr]=Web preglednik -GenericName[hu]=Webb??ng??sz?? -GenericName[id]=Browser Web -GenericName[it]=Browser web -GenericName[ja]=GNOME ???????????????????????? -GenericName[ko]=??? ???????????? -GenericName[li]=W??b Browser -GenericName[lt]=Web nar??ykl?? -GenericName[mk]=?????? ?????????????????????? -GenericName[mn]=?????? ?????????? -GenericName[ms]=Pelungsur Web -GenericName[nb]=Nettleser -GenericName[nl]=Web-browser -GenericName[nn]=Nettlesar -GenericName[no]=Nettleser -GenericName[pl]=Przegl??darka WWW -GenericName[pt]=Navegador Web -GenericName[pt_BR]=Navegador Web -GenericName[ro]=Navigator Internet -GenericName[ru]=??????-?????????????? -GenericName[sk]=WWW prehliada?? -GenericName[sl]=Spletni brskalnik -GenericName[sq]=Shfletuesi Web -GenericName[sr]=?????? ?????????? -GenericName[sr at Latn]=Veb ??ita?? -GenericName[sv]=Webbl??sare -GenericName[th]=??????????????????????????????????????? -GenericName[tk]=Web Ahtar??ysy -GenericName[tr]=Web Taray??c?? -GenericName[uk]=???????????????????? web-???????????????? -GenericName[vi]=Tr??nh duy???t Web -GenericName[wa]=Betchteu waibe -GenericName[zh_CN]=Web ????????? -GenericName[zh_TW]=??????????????? -Comment=Browse the web -Comment[ar]=???????? ???????????????? -Comment[az]=Vebi g??zin -Comment[be]=???????????????????? ???? ???????????????????? -Comment[bg]=?????????????????? ?? ???????????????? -Comment[bs]=Pregledaj na internetu -Comment[ca]=Navegueu per la web -Comment[cs]=Prohl????et WWW -Comment[cy]=Pori'r we -Comment[da]=Surf p?? internettet -Comment[de]=Im Web surfen -Comment[el]=?????????????????? ???????? ?????????????????? ???????? -Comment[en_CA]=Browse the web -Comment[en_GB]=Browse the web -Comment[es]=Navegar por la web -Comment[et]=Sirvi veebi -Comment[eu]=Arakatu web-a -Comment[fi]=Selaa WWW:t?? -Comment[fr]=Naviguer sur Internet -Comment[ga]=Brabhs??il an L??on -Comment[he]=???????? ???????? -Comment[hr]=Pregledaj Web -Comment[hu]=A vil??gh??l?? b??ng??sz??se -Comment[id]=Jelajah web -Comment[it]=Esplora il web -Comment[ja]=??????????????????????????? -Comment[ko]=?????? ?????? ???????????? -Comment[li]=Blajere op internet -Comment[lt]=Nar??yti internete -Comment[mk]=?????????????????????????? ???? ?????? -Comment[mn]=?????? ???????????? ???????? -Comment[ms]=Layari web -Comment[nb]=Surf p?? nettet -Comment[nl]=Websurfen -Comment[nn]=Surf p?? nettet -Comment[no]=Surf p?? nettet -Comment[pl]=Przegl??danie stron WWW -Comment[pt]=Navegar na web -Comment[pt_BR]=Navegar na web -Comment[ro]=Navigare Internet -Comment[ru]=??????-?????????????? -Comment[sk]=Prehliada?? internet -Comment[sl]=Brskaj po spletu -Comment[sq]=Eksploro web-in -Comment[sr]=?????????????????? ?????? -Comment[sr at Latn]=Pregledaj veb -Comment[sv]=Surfa p?? n??tet -Comment[th]=????????????????????????????????????????????????????????? Firefox -Comment[tk]=Webi Ahtar -Comment[tr]=Web'e G??zat -Comment[uk]=???????????????? ?????????????????? web-???????????????? -Comment[vi]=Duy???t web -Comment[wa]=Naivy?? av?? les waibes -Comment[zh_CN]=?????? Web -Comment[zh_TW]=???????????? -TryExec=firefox -safe-mode -Exec=firefox -safe-mode %u -StartupNotify=true -X-KDE-StartupNotify=true -Terminal=false -Type=Application -Icon=firefox -Categories=Application;Network; -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml; -StartupWMClass=Firefox-bin From devil505linux at gmail.com Mon Aug 15 16:16:06 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 16:16:06 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-boto-2.0-1-i686 * version bump Message-ID: <20110815141606.A1A91BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e383bf3e621c251277a26cabd287dbee58ab0075 commit e383bf3e621c251277a26cabd287dbee58ab0075 Author: Devil505 Date: Mon Aug 15 16:13:53 2011 +0200 python-boto-2.0-1-i686 * version bump diff --git a/source/devel-extra/python-boto/FrugalBuild b/source/devel-extra/python-boto/FrugalBuild index 4fa362a..9686217 100644 --- a/source/devel-extra/python-boto/FrugalBuild +++ b/source/devel-extra/python-boto/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Cedrick Hannier alias Cedynamix pkgname=python-boto -pkgver=2.0rc1 -pkgrel=2 +pkgver=2.0 +pkgrel=1 pkgdesc="Python interface to Amazon Web Services" depends=('python>=2.7') groups=('devel-extra') @@ -11,9 +11,5 @@ archs=('i686' 'x86_64') _F_googlecode_name="boto" _F_cd_path="$_F_googlecode_name-$pkgver" Finclude googlecode python -sha1sums=('5fe36abd2c36dd10df5aac6cf7128dce95ac658d') +sha1sums=('d6c4af2d4b4c4f600e46f6fb98ce61a2efb7f0ad') -build() { - Fbuild - Fmv $_F_python_libdir/tests $_F_python_libdir/boto/ -} From devil505linux at gmail.com Mon Aug 15 17:08:01 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 17:08:01 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: 2mandvd-1.6.1-1-i686 * version bump Message-ID: <20110815150801.9F010BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=795632c600d2c38fff6eb64aa74b06b04a7cf3f7 commit 795632c600d2c38fff6eb64aa74b06b04a7cf3f7 Author: Devil505 Date: Mon Aug 15 16:58:18 2011 +0200 2mandvd-1.6.1-1-i686 * version bump diff --git a/source/xapps-extra/2mandvd/FrugalBuild b/source/xapps-extra/2mandvd/FrugalBuild index ad39c1b..dbc3ba8 100644 --- a/source/xapps-extra/2mandvd/FrugalBuild +++ b/source/xapps-extra/2mandvd/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Kooda pkgname=2mandvd -pkgver=1.5.5 +pkgver=1.6.1 pkgrel=1 pkgdesc="A tool to easily make video DVDs" url="http://2mandvd.tuxfamily.org/" @@ -18,7 +18,7 @@ _F_desktop_name='2ManDVD' _F_desktop_categories='AudioVideo' _F_desktop_icon='/usr/share/2ManDVD/Interface/mandvdico.png' _F_cd_path="2ManDVD" -sha1sums=('e0b25c890857fbbe914bb2efaa2a566a15a8ca43') +sha1sums=('50af4278b24e91f41c913c4c54d3606c9669ff44') build() { From melko at frugalware.org Mon Aug 15 17:10:58 2011 From: melko at frugalware.org (Melko) Date: Mon, 15 Aug 2011 17:10:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ogl-math-0.9.2.3-1-i686 Message-ID: <20110815151058.65B91BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d4fff8d62825771fac6ec6614ea472e0104c6f71 commit d4fff8d62825771fac6ec6614ea472e0104c6f71 Author: Melko Date: Mon Aug 15 17:08:21 2011 +0200 ogl-math-0.9.2.3-1-i686 * new package diff --git a/source/xlib-extra/ogl-math/FrugalBuild b/source/xlib-extra/ogl-math/FrugalBuild new file mode 100644 index 0000000..33d06bc --- /dev/null +++ b/source/xlib-extra/ogl-math/FrugalBuild @@ -0,0 +1,22 @@ +# Compiling Time: 0.19 SBU +# Maintainer: Melko + +pkgname=ogl-math +pkgver=0.9.2.3 +pkgrel=1 +pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification." +depends=() +groups=('xlib-extra') +archs=('i686' 'x86_64') +_F_sourceforge_name="glm" +_F_sourceforge_ext=".zip" +_F_cmake_in_source_build=1 +Finclude sourceforge cmake +sha1sums=('76920f315b5aa14550e8675e9d3e4d99bf6b01e9') + +build(){ + CMake_build -DGLM_TEST_MODE=ON + Frm usr/include/glm/{Makefile,CMakeFiles,CMakeLists.txt,*.cmake} +} + +# optimization OK From vmiklos at frugalware.org Mon Aug 15 21:13:55 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 15 Aug 2011 21:13:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gource-0.35-1-x86_64 Message-ID: <20110815191355.59DB0BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d57db4b11640ee999ca471ce12da123b4c8f051e commit d57db4b11640ee999ca471ce12da123b4c8f051e Author: Miklos Vajna Date: Mon Aug 15 21:12:57 2011 +0200 gource-0.35-1-x86_64 added x86_64 to archs() diff --git a/source/xapps-extra/gource/FrugalBuild b/source/xapps-extra/gource/FrugalBuild index 154d125..c427c09 100644 --- a/source/xapps-extra/gource/FrugalBuild +++ b/source/xapps-extra/gource/FrugalBuild @@ -5,7 +5,7 @@ pkgname=gource pkgver=0.35 pkgrel=1 pkgdesc="Tool to visualize, in 3D, SCM logs" -archs=('i686') +archs=('i686' 'x86_64') groups=('xapps-extra') depends=('freetype2' 'sdlimage' 'glew') Finclude googlecode From devil505linux at gmail.com Mon Aug 15 21:42:32 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 21:42:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: wingpanel-20110411-1-i686 * added x86_64 to archs Message-ID: <20110815194232.F0803BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cb6d83dafa3f50c2a8239f1dd19df0992ccda191 commit cb6d83dafa3f50c2a8239f1dd19df0992ccda191 Author: Devil505 Date: Mon Aug 15 21:40:18 2011 +0200 wingpanel-20110411-1-i686 * added x86_64 to archs diff --git a/source/xapps-extra/wingpanel/FrugalBuild b/source/xapps-extra/wingpanel/FrugalBuild index c8df4fc..6c61e5d 100644 --- a/source/xapps-extra/wingpanel/FrugalBuild +++ b/source/xapps-extra/wingpanel/FrugalBuild @@ -9,7 +9,7 @@ url="https://launchpad.net/wingpanel" depends=('libindicator>=0.3.19' 'glib2' 'libgee' 'cairo' 'unique1') makedepends=('intltool' 'gettext' 'vala') groups=('xapps-extra') -archs=('i686') +archs=('i686' 'x86_64') up2date="Flasttar http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname" source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2) sha1sums=('6d31ccd296d3bbbffca764495e90d3930c1debd3') From devil505linux at gmail.com Mon Aug 15 21:53:07 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 21:53:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: firefox-6.0-2-i686 * fixing source Message-ID: <20110815195307.3F8B5BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7b2d6ec07a8871abd5126c7034c301746e16e902 commit 7b2d6ec07a8871abd5126c7034c301746e16e902 Author: Devil505 Date: Mon Aug 15 21:51:09 2011 +0200 firefox-6.0-2-i686 * fixing source diff --git a/source/xapps/firefox/FrugalBuild b/source/xapps/firefox/FrugalBuild index 4f28974..642fa45 100644 --- a/source/xapps/firefox/FrugalBuild +++ b/source/xapps/firefox/FrugalBuild @@ -15,7 +15,7 @@ makedepends=('zip' 'yasm') groups=('xapps') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/source | sed 's/.source//g' | Flasttarbz2" -source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2 \ +source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/firefox-$pkgver.source.tar.bz2 \ ffremote \ $pkgname.desktop) signatures=("${source[0]}.asc" '' '') From devil505linux at gmail.com Mon Aug 15 21:56:07 2011 From: devil505linux at gmail.com (Devil505) Date: Mon, 15 Aug 2011 21:56:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: firefox-6.0-2-i686 * oops forgot a subdir in source link Message-ID: <20110815195607.61E80BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1e57177bccb4828feb80de5e142e7a86be443b6a commit 1e57177bccb4828feb80de5e142e7a86be443b6a Author: Devil505 Date: Mon Aug 15 21:54:03 2011 +0200 firefox-6.0-2-i686 * oops forgot a subdir in source link diff --git a/source/xapps/firefox/FrugalBuild b/source/xapps/firefox/FrugalBuild index 642fa45..50571b5 100644 --- a/source/xapps/firefox/FrugalBuild +++ b/source/xapps/firefox/FrugalBuild @@ -15,7 +15,7 @@ makedepends=('zip' 'yasm') groups=('xapps') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/source | sed 's/.source//g' | Flasttarbz2" -source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/firefox-$pkgver.source.tar.bz2 \ +source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2 \ ffremote \ $pkgname.desktop) signatures=("${source[0]}.asc" '' '') From vmiklos at frugalware.org Mon Aug 15 23:04:24 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 15 Aug 2011 23:04:24 +0200 (CEST) Subject: [Frugalware-git] setup: Add libnl, new dependency of wpa_supplicant Message-ID: <20110815210424.29A92BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=27d1e89e9b5bd835dc979b715f412c29dbd090a8 commit 27d1e89e9b5bd835dc979b715f412c29dbd090a8 Author: Miklos Vajna Date: Mon Aug 15 23:03:07 2011 +0200 Add libnl, new dependency of wpa_supplicant There is no working wpa support without it. Reported-by: Tibor Baksa diff --git a/Makefile b/Makefile index ac3b7ee..6a19db6 100644 --- a/Makefile +++ b/Makefile @@ -741,6 +741,12 @@ wpa_supplicant: $(UNPACK); \ cp -a usr/sbin/ ../wpa_supplicant/usr/ +libnl: + $(CLEANUP) + mkdir -p libnl/usr/lib + $(UNPACK); \ + cp -a usr/lib/*.so.* ../libnl/usr/lib/ + openssl: $(CLEANUP) mkdir -p openssl/usr/lib diff --git a/configure b/configure index e15a3b3..c9560ef 100755 --- a/configure +++ b/configure @@ -12,7 +12,7 @@ packages = ['parted', 'pacman-g2', 'bash', 'kernel', 'busybox', 'dialog', 'e2fsp 'bzip2', 'libarchive', 'zlib', 'frugalwareutils', 'lzma', 'wireless_tools', 'dropbear', 'bastet', 'readline', 'shadow', - 'device-mapper', 'lvm2', 'dbus', 'wpa_supplicant', 'openssl', 'pciutils', + 'device-mapper', 'lvm2', 'dbus', 'wpa_supplicant', 'libnl', 'openssl', 'pciutils', 'b43-fwcutter', 'libblkid', 'libuuid', 'expat', 'xz'] if os.uname()[-1] in ['i686', 'x86_64']: packages.extend(['reiserfsprogs', 'ipw2200-firmware', 'acx100', 'madwifi', 'linux-firmware', From vmiklos at frugalware.org Tue Aug 16 00:19:36 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 16 Aug 2011 00:19:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pmount-0.9.23-2-i686 Message-ID: <20110815221936.07F39BAC006@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e2a2fa9f6fea2eac60369be3de46640addd0330f commit e2a2fa9f6fea2eac60369be3de46640addd0330f Author: Miklos Vajna Date: Mon Aug 15 23:24:21 2011 +0200 pmount-0.9.23-2-i686 - drop obsolete hal support diff --git a/source/apps/pmount/FrugalBuild b/source/apps/pmount/FrugalBuild index aa4118b..48a4478 100644 --- a/source/apps/pmount/FrugalBuild +++ b/source/apps/pmount/FrugalBuild @@ -4,10 +4,10 @@ pkgname=pmount pkgver=0.9.23 -pkgrel=1 +pkgrel=2 pkgdesc="Mount removable devices as normal user" url="http://pmount.alioth.debian.org/" -depends=('hal' 'e2fsprogs') +depends=('e2fsprogs') makedepends=('perl-xml-parser' 'intltool') groups=('apps') archs=('i686' 'x86_64' 'ppc') @@ -15,5 +15,6 @@ backup=('etc/pmount.allow') up2date="Flasttar https://alioth.debian.org/frs/?group_id=31157" source=(https://alioth.debian.org/frs/download.php/3310/pmount-${pkgver}.tar.bz2) sha1sums=('b77dc9cdcd4a4c839d0d2f7b9e3b185ef40f5572') +Fconfopts="$Fconfopts --enable-hal=no" # optimization OK From vmiklos at frugalware.org Tue Aug 16 00:19:36 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 16 Aug 2011 00:19:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libgphoto2-2.4.11-2-i686 Message-ID: <20110815221936.19152BAC007@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=358fc9efae8db4270cfe2e5d502b023744969387 commit 358fc9efae8db4270cfe2e5d502b023744969387 Author: Miklos Vajna Date: Mon Aug 15 23:45:09 2011 +0200 libgphoto2-2.4.11-2-i686 - remove obsolete hal support - add libusb which was pulled in by hal so far - moved udev rules to /lib/udev diff --git a/source/lib/libgphoto2/FrugalBuild b/source/lib/libgphoto2/FrugalBuild index 8cc8b39..5ce14c9 100644 --- a/source/lib/libgphoto2/FrugalBuild +++ b/source/lib/libgphoto2/FrugalBuild @@ -4,11 +4,11 @@ pkgname=libgphoto2 pkgver=2.4.11 -pkgrel=1 +pkgrel=2 pkgdesc="A portable library to gives access to many digital cameras" groups=('lib') archs=('i686' 'x86_64' 'ppc') -depends=('libtool' 'libexif' 'hal' 'e2fsprogs' 'avahi-compat' 'libjpeg>=8a') +depends=('libtool' 'libexif' 'libusb' 'e2fsprogs' 'avahi-compat' 'libjpeg>=8a') _F_sourceforge_dirname=gphoto _F_sourceforge_realname=libgphoto _F_sourceforge_ext=".tar.bz2" @@ -17,8 +17,7 @@ url="http://www.gphoto.org" sha1sums=('615776c8c0201e98bfe158ae8c2cec35f93236f0') build() { - UDEV_RULES="${Fdestdir}/etc/udev/rules.d/40-${pkgname}.rules" - HAL_FDI="${Fdestdir}/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi" + UDEV_RULES="${Fdestdir}/lib/udev/rules.d/40-${pkgname}.rules" Fcd Fsed 'lt_dlcaller_register' 'lt_dlinit' configure @@ -27,16 +26,10 @@ build() { Fmakeinstall udevscriptdir=/lib/udev # udev rules - Fmkdir /etc/udev/rules.d + Fmkdir /lib/udev/rules.d LD_LIBRARY_PATH="${Fdestdir}/usr/lib" \ CAMLIBS="${Fdestdir}/usr/lib/libgphoto2/${pkgver}" \ ${Fdestdir}/usr/lib/libgphoto2/print-camera-list udev-rules group camera mode 0660 > ${UDEV_RULES} - - # hal fdi - Fmkdir /usr/share/hal/fdi/information/20thirdparty - LD_LIBRARY_PATH="${Fdestdir}/usr/lib" \ - CAMLIBS="${Fdestdir}/usr/lib/libgphoto2/${pkgver}" \ - ${Fdestdir}/usr/lib/libgphoto2/print-camera-list hal-fdi > ${HAL_FDI} } # optimization OK From vmiklos at frugalware.org Tue Aug 16 00:19:36 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 16 Aug 2011 00:19:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pulseaudio-0.9.23-4-i686 Message-ID: <20110815221936.25230BAC008@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fac0897d4ad146e3d1173d98bee9e60c2f4c18dd commit fac0897d4ad146e3d1173d98bee9e60c2f4c18dd Author: Miklos Vajna Date: Tue Aug 16 00:06:17 2011 +0200 pulseaudio-0.9.23-4-i686 - drop obsolete hal support diff --git a/source/multimedia/pulseaudio/FrugalBuild b/source/multimedia/pulseaudio/FrugalBuild index 414436f..fe95194 100644 --- a/source/multimedia/pulseaudio/FrugalBuild +++ b/source/multimedia/pulseaudio/FrugalBuild @@ -3,12 +3,12 @@ pkgname=pulseaudio pkgver=0.9.23 -pkgrel=3 +pkgrel=4 pkgdesc="PulseAudio is a sound server with an advanced plugin system" url="http://pulseaudio.org/" depends=('speex' 'liboil' 'audiofile' 'libsndfile' 'libtool' 'libatomic_ops' 'libsamplerate' 'flac' 'glib2' \ 'alsa-lib' 'libtool' 'libasyncns' 'libcap>=2.19-2') -makedepends=('avahi' 'gnome-audio' 'bluez>=4.61' 'jack>=0.118.0' 'intltool' 'hal' 'gconf' \ +makedepends=('avahi' 'gnome-audio' 'bluez>=4.61' 'jack>=0.118.0' 'intltool' 'gconf' \ 'libsm' 'libx11' 'libice' 'libxtst' 'xproto' 'kbproto' 'xcb-util>=0.3.8') groups=('multimedia') archs=('i686' 'x86_64' 'ppc') @@ -20,18 +20,17 @@ sha1sums=('361f7d89606e8423aad19691bb27f6552e0b679e' \ 'e95d0cd97ae6b68029487080ba460c412afa0ca0' \ 'e05930aab23ef8d615dffa9ec818c84c4ee67edf') -subpkgs=("pulseaudio-hal" "pulseaudio-esd" "pulseaudio-bluetooth" "pulseaudio-x11" \ +subpkgs=("pulseaudio-esd" "pulseaudio-bluetooth" "pulseaudio-x11" \ "pulseaudio-avahi" "pulseaudio-jack" "pulseaudio-gconf") -subdescs=('HAL device detection module for PulseAudio sound server' \ - 'PulseAudio ESD compatibility layer' 'PulseAudio bluetooth' 'x11 module for PulseAudio sound server' \ +subdescs=('PulseAudio ESD compatibility layer' 'PulseAudio bluetooth' 'x11 module for PulseAudio sound server' \ 'avahi module for PulseAudio sound server' 'jack module for PulseAudio sound server' \ 'gconf module for PulseAudio sound server') -subrodepends=("pulseaudio=$pkgver hal" "pulseaudio=$pkgver" \ +subrodepends=("pulseaudio=$pkgver" \ "pulseaudio=$pkgver bluez" "pulseaudio=$pkgver libx11 libxtst" "pulseaudio=$pkgver avahi" \ "pulseaudio=$pkgver jack" "pulseaudio=$pkgver gconf") -subgroups=('multimedia-extra' 'multimedia-extra' 'multimedia-extra' \ +subgroups=('multimedia-extra' 'multimedia-extra' \ 'xmultimedia-extra' 'multimedia-extra' 'multimedia-extra' 'gnome-extra') -subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc') +subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc') if [ "$CARCH" != "ppc" ]; then makedepends=("${makedepends[@]}" 'lirc') @@ -60,8 +59,6 @@ build() { Fmake || Fdie Fmakeinstall - Fsplit $pkgname-hal usr/lib/pulse-$pkgver/modules/module-hal-detect.so - if [ "$CARCH" != "ppc" ]; then Fsplit $pkgname-lirc usr/lib/pulse-$pkgver/modules/module-lirc.so fi From vmiklos at frugalware.org Tue Aug 16 00:19:36 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 16 Aug 2011 00:19:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: networkmanager-0.8.999-3-i686 Message-ID: <20110815221936.436DDBAC009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e8c5bf260ab66d19cfdbd323c81bda7b61002d57 commit e8c5bf260ab66d19cfdbd323c81bda7b61002d57 Author: Miklos Vajna Date: Tue Aug 16 00:09:45 2011 +0200 networkmanager-0.8.999-3-i686 - drop obsolete hal support diff --git a/source/network/networkmanager/FrugalBuild b/source/network/networkmanager/FrugalBuild index 24bff2c..88e025e 100644 --- a/source/network/networkmanager/FrugalBuild +++ b/source/network/networkmanager/FrugalBuild @@ -4,9 +4,9 @@ pkgname=networkmanager _F_gnome_name=NetworkManager pkgver=0.8.999 -pkgrel=2 +pkgrel=3 pkgdesc="Network Management daemon" -depends=('wireless_tools' 'hal' 'iproute2' 'dhcpcd>=5.1.3' 'nss' 'libgcrypt' \ +depends=('wireless_tools' 'iproute2' 'dhcpcd>=5.1.3' 'nss' 'libgcrypt' \ 'libnl' 'ppp' 'wpa_supplicant' 'iptables' 'polkit' 'libgudev' 'ca-certificates' \ 'modemmanager') makedepends=('perl-xml-parser' 'intltool' 'gobject-introspection') From vmiklos at frugalware.org Tue Aug 16 00:19:36 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 16 Aug 2011 00:19:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: vlc-1.1.11-3-i686 Message-ID: <20110815221936.4A510BAC00A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=73a0ba3db07db8c40e20a173031e3b97204090ec commit 73a0ba3db07db8c40e20a173031e3b97204090ec Author: Miklos Vajna Date: Tue Aug 16 00:18:27 2011 +0200 vlc-1.1.11-3-i686 - drop obsolete hal support diff --git a/source/xmultimedia/vlc/FrugalBuild b/source/xmultimedia/vlc/FrugalBuild index 64eaffe..1239c86 100644 --- a/source/xmultimedia/vlc/FrugalBuild +++ b/source/xmultimedia/vlc/FrugalBuild @@ -5,10 +5,10 @@ pkgname=vlc pkgver=1.1.11 pkgextraver= -pkgrel=2 +pkgrel=3 pkgdesc="The cross-platform media player and streaming server." url="http://www.videolan.org/vlc/" -depends=('hal' 'e2fsprogs' 'libxpm>=3.5.8-1' 'libxdmcp' 'libshout' 'avahi' 'libdvbpsi>=0.1.7' 'libsmbclient' 'vcdimager>=0.7.24' 'libdvdnav>=4.1.3' \ +depends=('e2fsprogs' 'libxpm>=3.5.8-1' 'libxdmcp' 'libshout' 'avahi' 'libdvbpsi>=0.1.7' 'libsmbclient' 'vcdimager>=0.7.24' 'libdvdnav>=4.1.3' \ 'alsa-lib' 'libgcrypt' 'lua' 'fribidi' 'freetype2' 'librsvg>=2.26.3' 'ffmpeg>=0.8' 'libgl' \ 'libxvmc' 'aalib' 'libmad' 'libdca' 'mpeg2dec' 'twolame' 'sdlimage' 'libqtgui' 'taglib' 'libmusicbrainz' 'libid3tag' \ 'sysfsutils' 'libmatroska>=1.2.0' 'libmpcdec>=1.2.6-2' 'libmodplug' 'live' 'libupnp>=1.6.13' 'libcaca' 'xcb-util>=0.3.8') From devil505linux at gmail.com Tue Aug 16 07:21:15 2011 From: devil505linux at gmail.com (Devil505) Date: Tue, 16 Aug 2011 07:21:15 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lottanzb-0.6-2-i686 * replacing hellanznb by sabnzbd Message-ID: <20110816052115.9F5B61358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ad179827b328f5df1b063b94483c767dae943500 commit ad179827b328f5df1b063b94483c767dae943500 Author: Devil505 Date: Tue Aug 16 07:18:37 2011 +0200 lottanzb-0.6-2-i686 * replacing hellanznb by sabnzbd diff --git a/source/xapps-extra/lottanzb/FrugalBuild b/source/xapps-extra/lottanzb/FrugalBuild index 10a2835..8233fd3 100644 --- a/source/xapps-extra/lottanzb/FrugalBuild +++ b/source/xapps-extra/lottanzb/FrugalBuild @@ -3,10 +3,10 @@ pkgname=lottanzb pkgver=0.6 -pkgrel=1 +pkgrel=2 pkgdesc="a GUI for HellaNZB written in PyGTK" url="http://www.lottanzb.org" -depends=('hellanzb' 'pygtk' 'kiwi') +depends=('sabnzbd' 'pygtk' 'kiwi') makedepends=('intltool') options=('scriptlet') _F_gnome_iconcache="y" From vmiklos at frugalware.org Tue Aug 16 11:29:16 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 16 Aug 2011 11:29:16 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: acpid-2.0.12-1-i686 Message-ID: <20110816092916.B8CA81358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=79105c1665d29e0542005cb818d3cbc1e9f4df38 commit 79105c1665d29e0542005cb818d3cbc1e9f4df38 Author: Miklos Vajna Date: Tue Aug 16 11:25:05 2011 +0200 acpid-2.0.12-1-i686 - version bump - drop obsolete sysv init script diff --git a/source/base/acpid/FrugalBuild b/source/base/acpid/FrugalBuild index 9cc906a..6c5c052 100644 --- a/source/base/acpid/FrugalBuild +++ b/source/base/acpid/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=acpid -pkgver=2.0.10 +pkgver=2.0.12 pkgrel=1 pkgdesc="Utilities for using ACPI power management" depends=('glibc>=2.8-3') @@ -14,13 +14,9 @@ _F_archive_grepv="20010510" url="http://tedfelix.com/linux/acpid-netlink.html" up2date="Flasttar $url" source=(http://tedfelix.com/linux/acpid-$pkgver.tar.gz \ - rc.acpid rc.acpid-{de,hu,it}.po acpi_handler.sh default \ + acpi_handler.sh default \ acpid.service acpid.sysconfig) -sha1sums=('11a4b4fbeae22fcb6c39ab0fe9bf1ff63ab39a49' \ - '8aa6b0fd5ce0854ca36edd8150656334f14fcee9' \ - '67c63dd3f5225c33170e1cfc549c0319ada21a84' \ - 'fcf938454f809eeec394ebea64d7f10dfdf11caf' \ - 'fd74c81eab81fad2eedf7f11ac14a33f97f2b213' \ +sha1sums=('21a0fccb8ec13badb8a9a7d2907020309159c4ca' \ 'f232c48dbd9200e4ac79e2edc6ab5929835f42e0' \ 'afac4fc82e6ca65d4a156f39016ee8d15c6eeabc' \ 'a495000778e1de5d9be6ce08e3a03995a009de58' \ @@ -35,7 +31,6 @@ build() Fmakeinstall Fexe /etc/acpi/acpi_handler.sh Fexe /etc/acpi/events/default - Frcd2 Ffile /lib/systemd/system/acpid.service Ffile acpid.sysconfig /etc/sysconfig/acpid } diff --git a/source/base/acpid/acpid.install b/source/base/acpid/acpid.install index a4e651d..fb34976 100644 --- a/source/base/acpid/acpid.install +++ b/source/base/acpid/acpid.install @@ -1,22 +1,18 @@ post_install() { - chkconfig --add rc.acpid systemctl enable acpid.service >/dev/null 2>&1 } post_upgrade() { systemctl daemon-reload >/dev/null 2>&1 - if [ `vercmp $2 2.0.7-1` -lt 0 ] ; then - if chkconfig rc.acpid; then - post_install - fi + if [ `vercmp $2 2.0.12-1` -lt 0 ] ; then + chkconfig --del rc.acpid fi } pre_remove() { - chkconfig --del rc.acpid systemctl --no-reload disable acpid.service >/dev/null 2>&1 systemctl stop acpid.service >/dev/null 2>&1 } diff --git a/source/base/acpid/rc.acpid b/source/base/acpid/rc.acpid deleted file mode 100644 index 6b5f759..0000000 --- a/source/base/acpid/rc.acpid +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash - -# (c) 2005 Marcus Habermehl -# (c) 2003 Vajna Miklos -# rc.acpid for Frugalware -# distributed under GPL License - -# chkconfig: 2345 44 56 -# description: Listen and dispatch ACPI events from the kernel - -source /lib/initscripts/functions -TEXTDOMAIN=acpid -TEXTDOMAINDIR=/lib/initscripts/messages - -actions=(restart start status stop) -daemon=$"ACPI daemon" - -pid="pidof acpid 2> /dev/null" - -rc_start() -{ - start_msg - if [ -d /proc/acpi ] && [[ "$(eval ${pid})" == "" ]] ; then - [ -e /etc/sysconfig/acpid ] && source /etc/sysconfig/acpid - /usr/sbin/acpid $OPTIONS - ok $? - else - ok 999 - fi -} - -rc_stop() -{ - stop_msg - if [ -d /proc/acpi ] && [[ "$(eval ${pid})" != "" ]] ; then - killall acpid - ok $? - else - ok 999 - fi -} - -rc_exec $1 - -# vim: ft=sh diff --git a/source/base/acpid/rc.acpid-de.po b/source/base/acpid/rc.acpid-de.po deleted file mode 100644 index 95098af..0000000 --- a/source/base/acpid/rc.acpid-de.po +++ /dev/null @@ -1,20 +0,0 @@ -# rc.acpid. -# Copyright (C) 2005 THE rc.acpid'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.acpid package. -# Marcus Habermehl , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: rc.acpid\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 17:05+0100\n" -"PO-Revision-Date: 2005-11-15 17:06+0100\n" -"Last-Translator: Marcus Habermehl \n" -"Language-Team: Language deDE\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ASCII\n" -"Content-Transfer-Encoding: 8bit\n" - -#: rc.acpid:15 -msgid "ACPI daemon" -msgstr "ACPI Daemon" diff --git a/source/base/acpid/rc.acpid-hu.po b/source/base/acpid/rc.acpid-hu.po deleted file mode 100644 index 0a8d648..0000000 --- a/source/base/acpid/rc.acpid-hu.po +++ /dev/null @@ -1,21 +0,0 @@ -# rc.acpid. -# Copyright (C) 2005 THE rc.acpid'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.acpid package. -# Marcus Habermehl , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: rc.acpid\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 17:05+0100\n" -"PO-Revision-Date: 2005-11-15 17:07+0100\n" -"Last-Translator: Marcus Habermehl \n" -"Language-Team: Hungarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: rc.acpid:15 -msgid "ACPI daemon" -msgstr "ACPI d?mon" diff --git a/source/base/acpid/rc.acpid-it.po b/source/base/acpid/rc.acpid-it.po deleted file mode 100644 index 40f8837..0000000 --- a/source/base/acpid/rc.acpid-it.po +++ /dev/null @@ -1,21 +0,0 @@ -# rc.acpid. -# Copyright (C) 2005 THE rc.acpid'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.acpid package. -# Marcus Habermehl , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: rc.acpi\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 17:05+0100\n" -"PO-Revision-Date: 2005-11-15 17:08+0100\n" -"Last-Translator: Marcus Habermehl \n" -"Language-Team: Italian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: rc.acpid:15 -msgid "ACPI daemon" -msgstr "demonio ACPI" diff --git a/source/base/acpid/rc.acpid.pot b/source/base/acpid/rc.acpid.pot deleted file mode 100644 index c0a1d69..0000000 --- a/source/base/acpid/rc.acpid.pot +++ /dev/null @@ -1,21 +0,0 @@ -# rc.acpid. -# Copyright (C) YEAR THE rc.acpid'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.acpid package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: rc.acpid\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 17:05+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: rc.acpid:15 -msgid "ACPI daemon" -msgstr "" From vmiklos at frugalware.org Tue Aug 16 11:29:16 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 16 Aug 2011 11:29:16 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: osc-0.132.5-1-i686 Message-ID: <20110816092916.A81AF1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=faa9bf5d9e7febc2aa6a6ef71b8c7894f7c9b026 commit faa9bf5d9e7febc2aa6a6ef71b8c7894f7c9b026 Author: Miklos Vajna Date: Tue Aug 16 11:15:25 2011 +0200 osc-0.132.5-1-i686 - version bump diff --git a/source/devel-extra/osc/FrugalBuild b/source/devel-extra/osc/FrugalBuild index 3fe89b4..3c3a406 100644 --- a/source/devel-extra/osc/FrugalBuild +++ b/source/devel-extra/osc/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=osc -pkgver=0.132.4 +pkgver=0.132.5 pkgrel=1 pkgdesc="The Command Line Interface (CLI) to work with an openSUSE Build Service" url="http://en.opensuse.org/openSUSE:OSC" @@ -15,7 +15,7 @@ Fpkgversep="_" _F_cd_path="$pkgname-$pkgver" up2date="Flastarchive http://ftp.debian.org/debian/pool/main/o/osc/ .orig.tar.gz" source=(http://ftp.debian.org/debian/pool/main/o/osc/${pkgname}_$pkgver.orig.tar.gz) -sha1sums=('c8e90ff7e4a4e8ad19e55afcf2c6ab00b5867ad1') +sha1sums=('f9787854a1d3b3fbcb7c3d5ca4b4bb8384876dbc') build() { From vmiklos at frugalware.org Tue Aug 16 11:29:16 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 16 Aug 2011 11:29:16 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: dialog-1.1_20110707-1-i686 Message-ID: <20110816092916.C6CEC135844A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9b7a4f9e9bddf05fe4387ee8db3f0cba70edcecd commit 9b7a4f9e9bddf05fe4387ee8db3f0cba70edcecd Author: Miklos Vajna Date: Tue Aug 16 11:26:54 2011 +0200 dialog-1.1_20110707-1-i686 - version bump diff --git a/source/base/dialog/FrugalBuild b/source/base/dialog/FrugalBuild index 4d4f2c4..69daf28 100644 --- a/source/base/dialog/FrugalBuild +++ b/source/base/dialog/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=dialog -pkgver=1.1_20110302 +pkgver=1.1_20110707 pkgrel=1 pkgdesc="A tool to display dialog boxes from shell scripts" url="http://invisible-island.net/dialog/dialog.html" From vmiklos at frugalware.org Tue Aug 16 11:29:16 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 16 Aug 2011 11:29:16 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: file-5.08-1-i686 Message-ID: <20110816092916.CCEE3135844B@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2def986e83bbb85890222d8e5e77516dd7428afe commit 2def986e83bbb85890222d8e5e77516dd7428afe Author: Miklos Vajna Date: Tue Aug 16 11:27:58 2011 +0200 file-5.08-1-i686 - version bump diff --git a/source/base/file/FrugalBuild b/source/base/file/FrugalBuild index 971db2c..4094143 100644 --- a/source/base/file/FrugalBuild +++ b/source/base/file/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=file -pkgver=5.07 +pkgver=5.08 pkgrel=1 pkgdesc="File type identification utility" url="http://www.darwinsys.com/file/" @@ -11,7 +11,7 @@ groups=('base' 'chroot-core') archs=('i686' 'x86_64' 'ppc' 'arm') up2date="Flasttar ftp://ftp.astron.com/pub/file/" source=(ftp://ftp.astron.com/pub/file/$pkgname-$pkgver.tar.gz) -sha1sums=('056caa20857ecda26cae259b43f2a1eeb65ada6c') +sha1sums=('8bc5aa450d98968f7debe695dc6279fd5bf955b2') build() { From melko at frugalware.org Tue Aug 16 14:18:53 2011 From: melko at frugalware.org (Melko) Date: Tue, 16 Aug 2011 14:18:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: quazip-0.4.2-1-i686 Message-ID: <20110816121853.9182D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=394362dae15091a37bfe441a2b1bd2482e59e336 commit 394362dae15091a37bfe441a2b1bd2482e59e336 Author: Melko Date: Tue Aug 16 14:17:32 2011 +0200 quazip-0.4.2-1-i686 * version bump diff --git a/source/lib-extra/quazip/FrugalBuild b/source/lib-extra/quazip/FrugalBuild index f7c2526..d59a2ca 100644 --- a/source/lib-extra/quazip/FrugalBuild +++ b/source/lib-extra/quazip/FrugalBuild @@ -2,14 +2,14 @@ # Maintainer: Melko pkgname=quazip -pkgver=0.4.1 +pkgver=0.4.2 pkgrel=1 pkgdesc="wrapper for ZIP/UNZIP package" depends=('libqtcore') archs=('i686' 'x86_64') groups=(lib-extra) Finclude sourceforge -sha1sums=('50d7b59f038142ed882682a7208842ebff17b0c3') +sha1sums=('5bba38ec78e16efa71b9bb7f5062532be214c3b6') unset MAKEFLAGS build() { From kikadf.01 at gmail.com Tue Aug 16 18:07:21 2011 From: kikadf.01 at gmail.com (kikadf) Date: Tue, 16 Aug 2011 18:07:21 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: 7zip-9.20.1-1-i686 Message-ID: <20110816160721.8256A1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d467d2fad6e82bf41c6319897a330d76ea034475 commit d467d2fad6e82bf41c6319897a330d76ea034475 Author: kikadf Date: Tue Aug 16 18:05:39 2011 +0200 7zip-9.20.1-1-i686 * Change m8r diff --git a/source/apps-extra/7zip/FrugalBuild b/source/apps-extra/7zip/FrugalBuild index 2422391..4adbfab 100644 --- a/source/apps-extra/7zip/FrugalBuild +++ b/source/apps-extra/7zip/FrugalBuild @@ -1,5 +1,5 @@ -# Compiling Time: 0.83 SBU -# Maintainer: crazy +# Compiling Time: 3.25 SBU +# Maintainer: kikadf # Contributor: Tuxbubling pkgname=7zip From kikadf.01 at gmail.com Tue Aug 16 18:12:49 2011 From: kikadf.01 at gmail.com (kikadf) Date: Tue, 16 Aug 2011 18:12:49 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ccd2iso-0.3-2-i686 Message-ID: <20110816161249.AAA901358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=84372a8d8f9a36f090c715878270d9aa3d1061a3 commit 84372a8d8f9a36f090c715878270d9aa3d1061a3 Author: kikadf Date: Tue Aug 16 18:09:51 2011 +0200 ccd2iso-0.3-2-i686 * Change m8r * Simplier build diff --git a/source/apps-extra/ccd2iso/FrugalBuild b/source/apps-extra/ccd2iso/FrugalBuild index 3fb95e0..c50a537 100644 --- a/source/apps-extra/ccd2iso/FrugalBuild +++ b/source/apps-extra/ccd2iso/FrugalBuild @@ -1,9 +1,9 @@ -# Compiling Time: 0.01 SBU -# Maintainer: Priyank Gosalia +# Compiling Time: 0.02 SBU +# Maintainer: kikadf pkgname=ccd2iso pkgver=0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Converts CCD/IMG CloneCD Images to ISO format." makedepends=('automake') depends=('glibc') @@ -12,13 +12,3 @@ archs=('i686' 'x86_64') Finclude sourceforge sha1sums=('cbefdc086adf45138d921a4a7c0ff012dd7c9ca7') -build() -{ - Fconf - Fsed 'aclocal-1.6' 'aclocal-1.9' Makefile - Fsed 'automake-1.6' 'automake-1.9' Makefile - make || return 1 - Fmakeinstall -} - -# optimization OK From kikadf.01 at gmail.com Tue Aug 16 18:15:10 2011 From: kikadf.01 at gmail.com (kikadf) Date: Tue, 16 Aug 2011 18:15:10 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gif2png-2.5.4-1-i686 Message-ID: <20110816161510.747341358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9094d278772c01985db6ae6c7af325861a8b9dca commit 9094d278772c01985db6ae6c7af325861a8b9dca Author: kikadf Date: Tue Aug 16 18:14:08 2011 +0200 gif2png-2.5.4-1-i686 * Change m8r * Rebuild with libpng 1.4.8 diff --git a/source/apps-extra/gif2png/FrugalBuild b/source/apps-extra/gif2png/FrugalBuild index 55a7fb3..6b844a7 100644 --- a/source/apps-extra/gif2png/FrugalBuild +++ b/source/apps-extra/gif2png/FrugalBuild @@ -1,12 +1,12 @@ -# Compiling Time: 0.1 SBU -# Maintainer: Priyank Gosalia +# Compiling Time: 0.03 SBU +# Maintainer: kikadf pkgname=gif2png pkgver=2.5.4 -pkgrel=1 +pkgrel=2 pkgdesc="gif2png converts GIF files to PNG format." url="http://www.catb.org/~esr/gif2png/" -depends=('libpng>=1.4.4' 'zlib') +depends=('libpng>=1.4.8' 'zlib') groups=('apps-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" From kikadf.01 at gmail.com Tue Aug 16 18:17:58 2011 From: kikadf.01 at gmail.com (kikadf) Date: Tue, 16 Aug 2011 18:17:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libzip-0.10-1-i686 Message-ID: <20110816161758.571B11358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ff5e1bd501a1b588fe011b51ea5a3fdd9bb45e2d commit ff5e1bd501a1b588fe011b51ea5a3fdd9bb45e2d Author: kikadf Date: Tue Aug 16 18:17:08 2011 +0200 libzip-0.10-1-i686 * Change m8r * Version bump diff --git a/source/lib/libzip/FrugalBuild b/source/lib/libzip/FrugalBuild index b677b3f..e071efc 100644 --- a/source/lib/libzip/FrugalBuild +++ b/source/lib/libzip/FrugalBuild @@ -1,8 +1,8 @@ -# Compiling Time: 0.08 SBU -# Maintainer: Priyank Gosalia +# Compiling Time: 0.14 SBU +# Maintainer: kikadf pkgname=libzip -pkgver=0.9.3 +pkgver=0.10 pkgrel=1 pkgdesc="libzip is a C library for reading, creating, and modifying zip archives." url="http://www.nih.at/libzip/" @@ -11,6 +11,6 @@ groups=('lib') archs=('i686' 'x86_64' 'ppc' 'arm') up2date="lynx -dump $url | grep Current | sed 's/.*n: \(.*\) re.*/\1/'" source=($url/$pkgname-$pkgver.tar.gz) -sha1sums=('0e7d5110b3611a72c5384898ef0e202651b530fb') +sha1sums=('0425e8fc4966f78198f3067c52646518a50d21c7') # optimization OK From kikadf.01 at gmail.com Tue Aug 16 18:20:16 2011 From: kikadf.01 at gmail.com (kikadf) Date: Tue, 16 Aug 2011 18:20:16 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lmms-0.4.12-1-i686 Message-ID: <20110816162016.7A1CB1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=00e98fd8c397e451c66c477d02df18df74033fce commit 00e98fd8c397e451c66c477d02df18df74033fce Author: kikadf Date: Tue Aug 16 18:19:33 2011 +0200 lmms-0.4.12-1-i686 * Change m8r diff --git a/source/xmultimedia-extra/lmms/FrugalBuild b/source/xmultimedia-extra/lmms/FrugalBuild index a01d688..d9860da 100644 --- a/source/xmultimedia-extra/lmms/FrugalBuild +++ b/source/xmultimedia-extra/lmms/FrugalBuild @@ -1,5 +1,5 @@ # Compiling Time: 2.82 SBU -# Maintainer: crazy +# Maintainer: kikadf pkgname=lmms pkgver=0.4.12 From kikadf.01 at gmail.com Tue Aug 16 18:22:09 2011 From: kikadf.01 at gmail.com (kikadf) Date: Tue, 16 Aug 2011 18:22:09 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: uget-1.8.0-1-i686 Message-ID: <20110816162209.0BFF41358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=44f8680040d45890bb2684e722df036cd386b95d commit 44f8680040d45890bb2684e722df036cd386b95d Author: kikadf Date: Tue Aug 16 18:21:29 2011 +0200 uget-1.8.0-1-i686 * Change m8r diff --git a/source/xapps-extra/uget/FrugalBuild b/source/xapps-extra/uget/FrugalBuild index 3904020..92c37b6 100644 --- a/source/xapps-extra/uget/FrugalBuild +++ b/source/xapps-extra/uget/FrugalBuild @@ -1,5 +1,5 @@ # Compiling Time: 0.14 SBU -# Maintainer: Priyank Gosalia +# Maintainer: kikadf pkgname=uget pkgver=1.8.0 From kikadf.01 at gmail.com Tue Aug 16 18:23:39 2011 From: kikadf.01 at gmail.com (kikadf) Date: Tue, 16 Aug 2011 18:23:39 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: sg3-utils-1.32-1-i686 Message-ID: <20110816162339.D79C51358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=59c27203cd6dd8642119c69451b33b7440e93a86 commit 59c27203cd6dd8642119c69451b33b7440e93a86 Author: kikadf Date: Tue Aug 16 18:23:02 2011 +0200 sg3-utils-1.32-1-i686 * Version bump diff --git a/source/apps/sg3-utils/FrugalBuild b/source/apps/sg3-utils/FrugalBuild index f2bcbb2..d36ddbb 100644 --- a/source/apps/sg3-utils/FrugalBuild +++ b/source/apps/sg3-utils/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: AlexExtreme pkgname=sg3-utils -pkgver=1.31 -pkgrel=2 +pkgver=1.32 +pkgrel=1 pkgdesc="SCSI utilities" url="http://sg.danny.cz/sg/sg3_utils.html" _F_archive_name="sg3_utils" @@ -14,7 +14,7 @@ groups=('apps') archs=('i686' 'x86_64' 'ppc') up2date="Flasttar $url" source=(http://sg.danny.cz/sg/p/sg3_utils-$pkgver.tgz) -sha1sums=('c381407d9db3aad58a9856f2f2e38c13ab4d62c1') +sha1sums=('e7b6a1f63809dc0cd11275ac72eb67a6a3bee4ea') # optimization OK From devil505linux at gmail.com Tue Aug 16 22:44:15 2011 From: devil505linux at gmail.com (Devil505) Date: Tue, 16 Aug 2011 22:44:15 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: playonlinux-4.0.1-1-i686 * version bump Message-ID: <20110816204415.8BE201358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7496aac9ea8915e69f468bfeefdc423b76703e36 commit 7496aac9ea8915e69f468bfeefdc423b76703e36 Author: Devil505 Date: Tue Aug 16 22:41:01 2011 +0200 playonlinux-4.0.1-1-i686 * version bump diff --git a/source/xapps-extra/playonlinux/FrugalBuild b/source/xapps-extra/playonlinux/FrugalBuild index df0e0b6..6385cba 100644 --- a/source/xapps-extra/playonlinux/FrugalBuild +++ b/source/xapps-extra/playonlinux/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=playonlinux -pkgver=3.8.12 +pkgver=4.0.1 pkgrel=1 pkgdesc="GUI for managing Windows and DOS programs under linux" url="http://www.$pkgname.com" @@ -16,7 +16,7 @@ Fpkgversep="_" _F_cd_path="$pkgname" up2date="lynx -dump $url/en/download-generic.html | Flasttar" source=(http://www.playonlinux.com/script_files/$_F_archive_name/$pkgver/${_F_archive_name}_$pkgver.tar.gz) -sha1sums=('2c88d67b2b62c917b9b280c5a7decd19f39af23c') +sha1sums=('9531b95b8e2083dece31ebe7e862702e6679576d') build() { From hermier at frugalware.org Tue Aug 16 23:15:26 2011 From: hermier at frugalware.org (Michel Hermier) Date: Tue, 16 Aug 2011 23:15:26 +0200 (CEST) Subject: [Frugalware-git] kernel30: kernel.sh: Fix with new numbering style. Message-ID: <20110816211526.6AB081358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=1bb2721e97acc62f18a29cc9be699595af71e151 commit 1bb2721e97acc62f18a29cc9be699595af71e151 Author: Michel Hermier Date: Tue Aug 16 23:14:36 2011 +0200 kernel.sh: Fix with new numbering style. * Instead of replacing SUBLEVEL with 0, replace it with empty string. diff --git a/source/include/kernel.sh b/source/include/kernel.sh index ae212e4..14396ff 100644 --- a/source/include/kernel.sh +++ b/source/include/kernel.sh @@ -248,9 +248,10 @@ Fbuildkernel() if [ $_F_kernel_dontfakeversion -eq 0 ]; then if [ "${_F_kernel_ver#*.*.}" = "$_F_kernel_ver" ]; then # If patten match fails, sublevel version is missing - _F_kernel_ver="$_F_kernel_ver.0" + Fsed "SUBLEVEL =.*" "SUBLEVEL =" Makefile + else + Fsed "SUBLEVEL =.*" "SUBLEVEL = ${_F_kernel_ver#*.*.}" Makefile fi - Fsed "SUBLEVEL =.*" "SUBLEVEL = ${_F_kernel_ver#*.*.}" Makefile Fsed "EXTRAVERSION =.*" "EXTRAVERSION = $_F_kernel_uname" Makefile else make include/config/kernel.release From vmiklos at frugalware.org Tue Aug 16 23:46:50 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 16 Aug 2011 23:46:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.5: flashplugin-10.3.183.5-1mores1-i686 Message-ID: <20110816214650.D90FD1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.5.git;a=commitdiff;h=fab2ac4d44769167ecaec720c1ffb8cd43d5b681 commit fab2ac4d44769167ecaec720c1ffb8cd43d5b681 Author: Miklos Vajna Date: Tue Aug 16 23:45:27 2011 +0200 flashplugin-10.3.183.5-1mores1-i686 - secfix bump - closes #4545 in stable diff --git a/source/xlib/flashplugin/FrugalBuild b/source/xlib/flashplugin/FrugalBuild index 03fa021..d19150e 100644 --- a/source/xlib/flashplugin/FrugalBuild +++ b/source/xlib/flashplugin/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna pkgname=flashplugin -pkgver=10.3.181.34 -pkgrel=1 +pkgver=10.3.183.5 +pkgrel=1mores1 pkgdesc="Macromedia flash plugin for Netscape/Mozilla (nonfree)" url="http://www.macromedia.com/" rodepends=('libstdc++' 'libxext' 'libxt' 'gtk+2' 'nss' 'libxau' 'libxdmcp' 'libice' 'libxml2' 'libxdamage' 'e2fsprogs') @@ -18,7 +18,7 @@ else source=(http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz) fi case "$CARCH" in - "i686") sha1sums=('628a218a43d4dc962483f2298c1769824bfa5769');; + "i686") sha1sums=('58d1727fe67b645da0e30bc4bcb08e47b3bec002');; "x86_64") sha1sums=('a53ee83c02421f900fe25fd3738efd77932e542c');; esac From vmiklos at frugalware.org Wed Aug 17 00:50:19 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 17 Aug 2011 00:50:19 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: FSA734-flashplugin Message-ID: <20110816225019.338491358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=db369cb0355446924b5e455e33cc17d9bf65ebc6 commit db369cb0355446924b5e455e33cc17d9bf65ebc6 Author: Miklos Vajna Date: Wed Aug 17 00:48:59 2011 +0200 FSA734-flashplugin diff --git a/frugalware/xml/security-1.4.xml b/frugalware/xml/security-1.4.xml new file mode 100644 index 0000000..5c5cc7e --- /dev/null +++ b/frugalware/xml/security-1.4.xml @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + + + + +]> + + + + + + 733 + 2011-07-30 + Miklos Vajna + drupal7 + 7.4-1nexon1 + 7.7-1nexon1 + http://bugs.frugalware.org/task/4538 + No CVE references, see http://drupal.org/node/1231510 + A vulnerability has been reported in Drupal, which can be exploited by malicious users to bypass certain security restrictions. + The vulnerability is caused due to the application not properly restricting access to files attached to a comment when access to the comment is restricted, which can be exploited to e.g. download the files. + + + 732 + 2011-07-27 + Miklos Vajna + phpmyadmin + 3.4.3.1-1nexon1 + 3.4.3.2-1nexon1 + http://bugs.frugalware.org/task/4536 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2642 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2643 + Multiple vulnerabilities have been reported in phpMyAdmin, which can be exploited by malicious users to conduct cross-site scripting attacks and potentially compromise a vulnerable system and by malicious people to disclose potentially sensitive information and potentially compromise a vulnerable system. +1) Certain input passed to the table name in the table print view script is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site. +Successful exploitation of this vulnerability requires that a specially crafted table name exists. +2) Certain input passed to the MIME-type transformation parameter is not properly verified before being used to include files. This can be exploited to include arbitrary files from local resources. +Successful exploitation of this vulnerability requires that the configuration storage mechanism is configured. +3) Certain input passed to an unspecified parameter in the 'relational schema' code is not properly sanitised before being used to concatenate a class name. This can be exploited to include arbitrary files from local resources. +4) An unspecified error within the Swekey authentication can be exploited to overwrite session variables. + + + 731 + 2011-07-27 + Miklos Vajna + wireshark + 1.4.7-1nexon1 + 1.6.1-1nexon1 + http://bugs.frugalware.org/task/4532 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2597 + Two vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service). + 1) An error in the Lucent/Ascend file parser can be exploited to cause an infinite loop via specially crafted packets. + 2) An infinite recursion error in the "elem_cell_id_list()" function in epan/dissectors/packet-ansi_a.c can be exploited to cause a stack overflow e.g. via a specially crafted MAP packet. + + + 730 + 2011-07-27 + Miklos Vajna + drupal6-devel + 6.x_1.23-1 + 6.x_1.25-1nexon1 + http://bugs.frugalware.org/task/4531 + No CVE references, see http://drupal.org/node/1224852 + A vulnerability has been reported in the Devel module for Drupal, which can be exploited by malicious people to conduct cross-site request forgery attacks. + The application allows users to perform certain actions in the Switch User block via HTTP requests without performing any validity checks to verify the requests. This can be exploited to perform certain unspecified actions by tricking a logged in user into visiting a malicious web site. + + + 729 + 2011-07-07 + Miklos Vajna + phpmyadmin + 3.3.9.2-1nexon1 + 3.4.3.1-1nexon1 + http://bugs.frugalware.org/task/4525 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2505 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2506 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2507 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2508 + Some vulnerabilities have been reported in phpMyAdmin, which can be exploited by malicious users to disclose sensitive information and by malicious users and malicious people to compromise a vulnerable system. + 1) An error within the "Swekey_login()" function in libraries/auth/swekey/swekey.auth.lib.php can be exploited to overwrite session variables and e.g. inject and execute arbitrary PHP code. + 2) Input passed to the "PMA_createTargetTables()" function in libraries/server_synchronize.lib.php is not properly sanitised before calling the "preg_replace()" function with the "e" modifier. This can be exploited to execute arbitrary PHP code via URL-encoded NULL bytes. + 3) Input passed to the "PMA_displayTableBody()" function in libraries/display_tbl.lib.php is not properly sanitised before being used to include files. This can be exploited to include arbitrary files from local resources via directory traversal sequences. + NOTE: A weakness in setup scripts, which could lead to arbitrary PHP code injection if session variables are overwritten has also been reported. + + + 728 + 2011-07-03 + Miklos Vajna + wordpress + 3.1.3-1nexon1 + 3.1.4-1nexon1 + http://bugs.frugalware.org/task/4522 + No CVE, see http://wordpress.org/news/2011/06/wordpress-3-1-4/ + Multiple vulnerabilities have been reported in WordPress, which can be exploited by malicious users to bypass certain security restrictions and conduct SQL injection attacks. + 1) An unspecified error can be exploited to gain further access to the site. + 2) Input passed via the "order" and "orderby" parameters to wp-admin/link-manager.php and wp-admin/edit-tags.php is not properly sanitised in wp-includes/taxonomy.php before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. + Successful exploitation requires the "Editor" role. + + + 727 + 2011-07-03 + Miklos Vajna + drupal7 + 7.2-1nexon1 + 7.4-1nexon1 + http://bugs.frugalware.org/task/4521 + No CVE, see http://drupal.org/node/1204582 + A vulnerability has been reported in Drupal, which can be exploited by malicious people to bypass certain security restrictions. + The vulnerability is caused due to the node_access system restrictions not being enforced and can be exploited to view otherwise restricted nodes. + NOTE: This affects the taxonomy and forum subsystems. + + + 726 + 2011-06-24 + Miklos Vajna + libreoffice + 3.3.0.4-3 + 3.3.3.1-1nexon1 + http://bugs.frugalware.org/task/4518 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2685 + Multiple vulnerabilities have been reported in LibreOffice, which can be exploited by malicious people to compromise a user's system. + The vulnerabilities are caused due to errors in the import filter when processing Lotus Word Pro (LWP) files and can be exploited to cause a stack-based buffer overflow via a specially crafted file. + Successful exploitation may allow execution of arbitrary code, but requires tricking a user into opening a malicious LWP file. + + + 725 + 2011-06-07 + Miklos Vajna + wireshark + 1.4.6-1nexon1 + 1.4.7-1nexon1 + http://bugs.frugalware.org/task/4510 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1956 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1957 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1958 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1959 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2174 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2175 + Multiple vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service). + 1) An error in the DICOM dissector can be exploited to cause an infinite loop when processing certain malformed packets. + 2) An error when processing a Diameter dictionary file can be exploited to cause the process to crash. + 3) An error when processing a snoop file can be exploited to cause the process to crash. + 4) An error when processing compressed capture data can be exploited to cause the process to crash. + 5) An error when processing a Visual Networks file can be exploited to cause the process to crash. + 6) An error in the "desegment_tcp()" function (epan/dissectors/packet-tcp.c) when handling certain TCP segments can be exploited to dereference a NULL pointer and crash the process. + + + 724 + 2011-05-31 + Miklos Vajna + freetype2 + 2.4.2-1 + 2.4.2-2nexon1 + http://bugs.frugalware.org/task/4433 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3814 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3855 + Some vulnerabilities have been reported in FreeType, which can be exploited to cause a DoS (Denial of Service) or potentially compromise an application using the library. + 1) An error exists in the "ft_var_readpackedpoints()" function in src/truetype/ttgxvar.c when processing TrueType GX fonts and can be exploited to cause a heap-based buffer overflow via a specially crafted font. + 2) An error within the "Ins_SHZ()" function in src/truetype/ttinterp.c when handling the "SHZ" bytecode instruction can be exploited to cause a crash and potentially execute arbitrary code via a specially crafted font. + + + 723 + 2011-05-28 + Miklos Vajna + drupal6-webform + 6.x_3.6-2 + 6.x_3.11-1nexon1 + http://bugs.frugalware.org/task/4499 + No CVE, see http://drupal.org/node/1161954. + Justin Klein Keane has discovered multiple vulnerabilities in the Webform module for Drupal, which can be exploited by malicious users and malicious people to conduct script insertion attacks. + 1) Input passed via the "name" parameter when submitting a new webform field is not properly sanitised in sites/all/modules/webform/includes/webform.report.inc before being displayed to the user. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed. + Successful exploitation of this vulnerability requires the "create webform content" or "administer nodes" permission. + 2) Input passed via the filename when uploading a file through a webform is not properly sanitised in sites/all/modules/webform/components/file.inc before being displayed to the user. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed. + + + 722 + 2011-05-28 + Miklos Vajna + drupal7 + 7.0-1 + 7.2-1nexon1 + http://bugs.frugalware.org/task/4498 + No CVE, see http://drupal.org/node/1168756 + A vulnerability and a security issue have been reported in Drupal, which can be exploited by malicious users to conduct script insertion attacks and by malicious people to bypass certain security restrictions. + 1) An error in the Color module can be exploited to conduct script insertion attacks. + For more information see vulnerability #2 in: FSA721. + 2) A security issue in the File module (modules/file/file.module) in combination with restrictions via a node access module can be exploited to disclose private files. + + + 721 + 2011-05-28 + Miklos Vajna + drupal6 + 6.20-3 + 6.22-1nexon1 + http://bugs.frugalware.org/task/4497 + No CVE, see http://drupal.org/node/1168756 + Two vulnerabilities have been reported in Drupal, which can be exploited by malicious users to conduct script insertion attacks and by malicious people to conduct cross-site scripting attacks. + 1) Certain input passed via the URL is not properly sanitised in the Drupal error handler before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site. + Successful exploitation of this vulnerability requires that on-screen error display is enabled in admin/settings/error-reporting. + 2) Input passed via the color scheme values (e.g. "palette[bg]", "palette[text]", "palette[sideborders]", "palette[footer]", and "palette[titleslogan]") to index.php (when "q" is set to "admin/appearance/settings/bartik") when changing the color scheme is not properly sanitised before being used in a style sheet. This can be exploited to insert arbitrary CSS and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed. + Successful exploitation of this vulnerability requires the "Administer themes" privileges and the victim user is running a browser which executes certain JavaScript statements from CSS files (e.g. Internet Explorer 6). + + + 720 + 2011-05-28 + Miklos Vajna + wordpress + 3.1.2-1nexon1 + 3.1.3-1nexon1 + http://bugs.frugalware.org/task/4496 + No CVE yet, see http://wordpress.org/news/2011/05/wordpress-3-1-3/ + neworder has discovered a vulnerability in the is_human() plugin for WordPress, which can be exploited by malicious people to compromise a vulnerable system. + Input passed to the "type" parameter in engine.php (when e.g. "action" is set to "log-reset") is not properly verified before being used in an "eval()" function and can be exploited to inject and execute arbitrary PHP code. + + + 719 + 2011-05-16 + Miklos Vajna + kernel + 2.6.37-2 + 2.6.37-3nexon1 + http://bugs.frugalware.org/task/4489 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0726 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1013 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1019 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1076 + Secutity issues have been reported in the Linux kernel: + 1) The start_code and end_code values in "/proc/[pid]/stat" were not protected. In certain scenarios, this flaw could be used to defeat Address Space Layout Randomization (ASLR). + 2) An integer signedness flaw in drm_modeset_ctl() could allow a local, unprivileged user to cause a denial of service or escalate their privileges. + 3) A flaw in dev_load() could allow a local user who has the CAP_NET_ADMIN capability to load arbitrary modules from "/lib/modules/", instead of only netdev modules. + 4) When a DNS resolver key is instantiated with an error indication, attempts to read that key resulted in an oops because user_read() expected there to be a payload - and there wasn't one. + + + 718 + 2011-04-29 + Miklos Vajna + wordpress + 3.1.1-1nexon1 + 3.1.2-1nexon1 + http://bugs.frugalware.org/task/4478 + No CVE references, see http://codex.wordpress.org/Version_3.1.2 + A security issue has been reported in WordPress, which can be exploited by malicious users to bypass certain security restrictions. + The security issue is caused due to wp-admin/press-this.php script not properly checking a user's permissions before publishing posts and can be exploited by users without the "publish_posts" permission. + Successful exploitation requires "Contributor-level" privileges. + + + 717 + 2011-04-20 + Miklos Vajna + wireshark + 1.4.4-1nexon1 + 1.4.6-1nexon1 + http://bugs.frugalware.org/task/4472 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1590 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1591 + Multiple vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service) and potentially compromise a vulnerable system. +1) A use-after-free error within the X.509if dissector can be exploited to cause a crash via specially crafted packets. +2) An error in the DECT dissector can be exploited to cause a buffer overflow via specially crafted packets. +Successful exploitation of this vulnerability may allow execution of arbitrary code. + + + 716 + 2011-04-10 + Miklos Vajna + wordpress + 3.0.5-1nexon1 + 3.1.1-1nexon1 + http://bugs.frugalware.org/task/4464 + No CVE, see http://wordpress.org/news/2011/04/wordpress-3-1-1/ + Two vulnerabilities have been reported in WordPress, which can be exploited by malicious people to conduct cross-site scripting attacks and cause a DoS (Denial of Service). +1) Certain unspecified input is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site. +2) The "make_clickable()" function in wp-includes/formatting.php does not properly check the URL length in comments before passing it to the PCRE library, which can be exploited to cause a crash. + + + 715 + 2011-04-10 + Miklos Vajna + wireshark + 1.4.3-1 + 1.4.4-1nexon1 + http://bugs.frugalware.org/task/4443 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0538 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0713 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1138 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1139 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1140 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1141 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1142 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1143 + Multiple vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service) and potentially compromise a vulnerable system. +1) An error when processing certain pcap-ng files can be exploited to free an uninitialised pointer. +2) An error when handling certain packet lengths can be exploited to cause a crash via a specially crafted pcap-ng file. +3) An error when processing Nokia DCT3 trace files can be exploited to cause a buffer overflow via a specially crafted file. +Successful exploitation of this vulnerability may allow execution of arbitrary code. +4) An error in the "dissect_ms_compressed_string()" (SMB dissector) and "dissect_mscldap_string()" (LDAP dissector) functions can be exploited to cause a crash due to an infinite recursive function call. +5) An error when processing LDAP Filter strings can be exploited to cause a crash by consuming memory resources via large filter strings. +6) A validation error in the "dissect_6lowpan_iphc()" function (epan/dissectors/packet-6lowpan.c) in the 6LoWPAN dissector when processing certain lengths can be exploited to cause a heap-based buffer overflow of a single byte resulting in a crash. +7) A NULL pointer dereference error within the "dissect_ntlmssp_string()" function in epan/dissectors/packet-ntlmssp.c when parsing a pcap file can be exploited to cause a crash. + + + 714 + 2011-04-10 + Miklos Vajna + wordpress + 3.0.4-1 + 3.0.5-1nexon1 + http://bugs.frugalware.org/task/4427 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0700 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0701 + Multiple vulnerabilities have been reported in WordPress, which can be exploited by malicious users to conduct script insertion attacks and disclose potentially sensitive information and by malicious people to conduct cross-site scripting attacks. +1) Input passed via the post title when performing a "Quick Edit" or "Bulk Edit" action and via the "post_status", "comment_status", and "ping_status" parameters is not properly sanitised before being used. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed. +2) Certain input passed via tags in the tags meta-box is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site. +Successful exploitation of these vulnerabilities requires the "Author" or "Contributor" role. +3) The application incorrectly enforces user access restrictions when accessing posts via the media uploader and can be exploited to disclose the contents of e.g. private or draft posts. +Successful exploitation of this vulnerability requires the "Author" role. + + + 713 + 2011-04-10 + Miklos Vajna + phpmyadmin + 3.3.9-1 + 3.3.9.2-1nexon1 + http://bugs.frugalware.org/task/4424 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0987 + A security issue has been reported in phpMyAdmin, which can be exploited by malicious users to bypass certain security restrictions. +The security issue is caused due to an error within the handling of bookmarked SQL queries, which can be exploited to e.g. trick other users into executing unintended bookmarked SQL queries. +Successful exploitation requires that the bookmarks functionality is enabled and the configuration storage is set up and enabled. + + diff --git a/frugalware/xml/security.xml b/frugalware/xml/security.xml index 5c5cc7e..23fa3e0 100644 --- a/frugalware/xml/security.xml +++ b/frugalware/xml/security.xml @@ -26,322 +26,41 @@ - 733 - 2011-07-30 - Miklos Vajna - drupal7 - 7.4-1nexon1 - 7.7-1nexon1 - http://bugs.frugalware.org/task/4538 - No CVE references, see http://drupal.org/node/1231510 - A vulnerability has been reported in Drupal, which can be exploited by malicious users to bypass certain security restrictions. - The vulnerability is caused due to the application not properly restricting access to files attached to a comment when access to the comment is restricted, which can be exploited to e.g. download the files. - - - 732 - 2011-07-27 - Miklos Vajna - phpmyadmin - 3.4.3.1-1nexon1 - 3.4.3.2-1nexon1 - http://bugs.frugalware.org/task/4536 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2642 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2643 - Multiple vulnerabilities have been reported in phpMyAdmin, which can be exploited by malicious users to conduct cross-site scripting attacks and potentially compromise a vulnerable system and by malicious people to disclose potentially sensitive information and potentially compromise a vulnerable system. -1) Certain input passed to the table name in the table print view script is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site. -Successful exploitation of this vulnerability requires that a specially crafted table name exists. -2) Certain input passed to the MIME-type transformation parameter is not properly verified before being used to include files. This can be exploited to include arbitrary files from local resources. -Successful exploitation of this vulnerability requires that the configuration storage mechanism is configured. -3) Certain input passed to an unspecified parameter in the 'relational schema' code is not properly sanitised before being used to concatenate a class name. This can be exploited to include arbitrary files from local resources. -4) An unspecified error within the Swekey authentication can be exploited to overwrite session variables. - - - 731 - 2011-07-27 - Miklos Vajna - wireshark - 1.4.7-1nexon1 - 1.6.1-1nexon1 - http://bugs.frugalware.org/task/4532 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2597 - Two vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service). - 1) An error in the Lucent/Ascend file parser can be exploited to cause an infinite loop via specially crafted packets. - 2) An infinite recursion error in the "elem_cell_id_list()" function in epan/dissectors/packet-ansi_a.c can be exploited to cause a stack overflow e.g. via a specially crafted MAP packet. - - - 730 - 2011-07-27 - Miklos Vajna - drupal6-devel - 6.x_1.23-1 - 6.x_1.25-1nexon1 - http://bugs.frugalware.org/task/4531 - No CVE references, see http://drupal.org/node/1224852 - A vulnerability has been reported in the Devel module for Drupal, which can be exploited by malicious people to conduct cross-site request forgery attacks. - The application allows users to perform certain actions in the Switch User block via HTTP requests without performing any validity checks to verify the requests. This can be exploited to perform certain unspecified actions by tricking a logged in user into visiting a malicious web site. - - - 729 - 2011-07-07 - Miklos Vajna - phpmyadmin - 3.3.9.2-1nexon1 - 3.4.3.1-1nexon1 - http://bugs.frugalware.org/task/4525 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2505 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2506 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2507 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2508 - Some vulnerabilities have been reported in phpMyAdmin, which can be exploited by malicious users to disclose sensitive information and by malicious users and malicious people to compromise a vulnerable system. - 1) An error within the "Swekey_login()" function in libraries/auth/swekey/swekey.auth.lib.php can be exploited to overwrite session variables and e.g. inject and execute arbitrary PHP code. - 2) Input passed to the "PMA_createTargetTables()" function in libraries/server_synchronize.lib.php is not properly sanitised before calling the "preg_replace()" function with the "e" modifier. This can be exploited to execute arbitrary PHP code via URL-encoded NULL bytes. - 3) Input passed to the "PMA_displayTableBody()" function in libraries/display_tbl.lib.php is not properly sanitised before being used to include files. This can be exploited to include arbitrary files from local resources via directory traversal sequences. - NOTE: A weakness in setup scripts, which could lead to arbitrary PHP code injection if session variables are overwritten has also been reported. - - - 728 - 2011-07-03 - Miklos Vajna - wordpress - 3.1.3-1nexon1 - 3.1.4-1nexon1 - http://bugs.frugalware.org/task/4522 - No CVE, see http://wordpress.org/news/2011/06/wordpress-3-1-4/ - Multiple vulnerabilities have been reported in WordPress, which can be exploited by malicious users to bypass certain security restrictions and conduct SQL injection attacks. - 1) An unspecified error can be exploited to gain further access to the site. - 2) Input passed via the "order" and "orderby" parameters to wp-admin/link-manager.php and wp-admin/edit-tags.php is not properly sanitised in wp-includes/taxonomy.php before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. - Successful exploitation requires the "Editor" role. - - - 727 - 2011-07-03 - Miklos Vajna - drupal7 - 7.2-1nexon1 - 7.4-1nexon1 - http://bugs.frugalware.org/task/4521 - No CVE, see http://drupal.org/node/1204582 - A vulnerability has been reported in Drupal, which can be exploited by malicious people to bypass certain security restrictions. - The vulnerability is caused due to the node_access system restrictions not being enforced and can be exploited to view otherwise restricted nodes. - NOTE: This affects the taxonomy and forum subsystems. - - - 726 - 2011-06-24 - Miklos Vajna - libreoffice - 3.3.0.4-3 - 3.3.3.1-1nexon1 - http://bugs.frugalware.org/task/4518 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2685 - Multiple vulnerabilities have been reported in LibreOffice, which can be exploited by malicious people to compromise a user's system. - The vulnerabilities are caused due to errors in the import filter when processing Lotus Word Pro (LWP) files and can be exploited to cause a stack-based buffer overflow via a specially crafted file. - Successful exploitation may allow execution of arbitrary code, but requires tricking a user into opening a malicious LWP file. - - - 725 - 2011-06-07 - Miklos Vajna - wireshark - 1.4.6-1nexon1 - 1.4.7-1nexon1 - http://bugs.frugalware.org/task/4510 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1956 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1957 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1958 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1959 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2174 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2175 - Multiple vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service). - 1) An error in the DICOM dissector can be exploited to cause an infinite loop when processing certain malformed packets. - 2) An error when processing a Diameter dictionary file can be exploited to cause the process to crash. - 3) An error when processing a snoop file can be exploited to cause the process to crash. - 4) An error when processing compressed capture data can be exploited to cause the process to crash. - 5) An error when processing a Visual Networks file can be exploited to cause the process to crash. - 6) An error in the "desegment_tcp()" function (epan/dissectors/packet-tcp.c) when handling certain TCP segments can be exploited to dereference a NULL pointer and crash the process. - - - 724 - 2011-05-31 - Miklos Vajna - freetype2 - 2.4.2-1 - 2.4.2-2nexon1 - http://bugs.frugalware.org/task/4433 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3814 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3855 - Some vulnerabilities have been reported in FreeType, which can be exploited to cause a DoS (Denial of Service) or potentially compromise an application using the library. - 1) An error exists in the "ft_var_readpackedpoints()" function in src/truetype/ttgxvar.c when processing TrueType GX fonts and can be exploited to cause a heap-based buffer overflow via a specially crafted font. - 2) An error within the "Ins_SHZ()" function in src/truetype/ttinterp.c when handling the "SHZ" bytecode instruction can be exploited to cause a crash and potentially execute arbitrary code via a specially crafted font. - - - 723 - 2011-05-28 - Miklos Vajna - drupal6-webform - 6.x_3.6-2 - 6.x_3.11-1nexon1 - http://bugs.frugalware.org/task/4499 - No CVE, see http://drupal.org/node/1161954. - Justin Klein Keane has discovered multiple vulnerabilities in the Webform module for Drupal, which can be exploited by malicious users and malicious people to conduct script insertion attacks. - 1) Input passed via the "name" parameter when submitting a new webform field is not properly sanitised in sites/all/modules/webform/includes/webform.report.inc before being displayed to the user. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed. - Successful exploitation of this vulnerability requires the "create webform content" or "administer nodes" permission. - 2) Input passed via the filename when uploading a file through a webform is not properly sanitised in sites/all/modules/webform/components/file.inc before being displayed to the user. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed. - - - 722 - 2011-05-28 - Miklos Vajna - drupal7 - 7.0-1 - 7.2-1nexon1 - http://bugs.frugalware.org/task/4498 - No CVE, see http://drupal.org/node/1168756 - A vulnerability and a security issue have been reported in Drupal, which can be exploited by malicious users to conduct script insertion attacks and by malicious people to bypass certain security restrictions. - 1) An error in the Color module can be exploited to conduct script insertion attacks. - For more information see vulnerability #2 in: FSA721. - 2) A security issue in the File module (modules/file/file.module) in combination with restrictions via a node access module can be exploited to disclose private files. - - - 721 - 2011-05-28 - Miklos Vajna - drupal6 - 6.20-3 - 6.22-1nexon1 - http://bugs.frugalware.org/task/4497 - No CVE, see http://drupal.org/node/1168756 - Two vulnerabilities have been reported in Drupal, which can be exploited by malicious users to conduct script insertion attacks and by malicious people to conduct cross-site scripting attacks. - 1) Certain input passed via the URL is not properly sanitised in the Drupal error handler before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site. - Successful exploitation of this vulnerability requires that on-screen error display is enabled in admin/settings/error-reporting. - 2) Input passed via the color scheme values (e.g. "palette[bg]", "palette[text]", "palette[sideborders]", "palette[footer]", and "palette[titleslogan]") to index.php (when "q" is set to "admin/appearance/settings/bartik") when changing the color scheme is not properly sanitised before being used in a style sheet. This can be exploited to insert arbitrary CSS and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed. - Successful exploitation of this vulnerability requires the "Administer themes" privileges and the victim user is running a browser which executes certain JavaScript statements from CSS files (e.g. Internet Explorer 6). - - - 720 - 2011-05-28 - Miklos Vajna - wordpress - 3.1.2-1nexon1 - 3.1.3-1nexon1 - http://bugs.frugalware.org/task/4496 - No CVE yet, see http://wordpress.org/news/2011/05/wordpress-3-1-3/ - neworder has discovered a vulnerability in the is_human() plugin for WordPress, which can be exploited by malicious people to compromise a vulnerable system. - Input passed to the "type" parameter in engine.php (when e.g. "action" is set to "log-reset") is not properly verified before being used in an "eval()" function and can be exploited to inject and execute arbitrary PHP code. - - - 719 - 2011-05-16 - Miklos Vajna - kernel - 2.6.37-2 - 2.6.37-3nexon1 - http://bugs.frugalware.org/task/4489 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0726 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1013 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1019 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1076 - Secutity issues have been reported in the Linux kernel: - 1) The start_code and end_code values in "/proc/[pid]/stat" were not protected. In certain scenarios, this flaw could be used to defeat Address Space Layout Randomization (ASLR). - 2) An integer signedness flaw in drm_modeset_ctl() could allow a local, unprivileged user to cause a denial of service or escalate their privileges. - 3) A flaw in dev_load() could allow a local user who has the CAP_NET_ADMIN capability to load arbitrary modules from "/lib/modules/", instead of only netdev modules. - 4) When a DNS resolver key is instantiated with an error indication, attempts to read that key resulted in an oops because user_read() expected there to be a payload - and there wasn't one. - - - 718 - 2011-04-29 - Miklos Vajna - wordpress - 3.1.1-1nexon1 - 3.1.2-1nexon1 - http://bugs.frugalware.org/task/4478 - No CVE references, see http://codex.wordpress.org/Version_3.1.2 - A security issue has been reported in WordPress, which can be exploited by malicious users to bypass certain security restrictions. - The security issue is caused due to wp-admin/press-this.php script not properly checking a user's permissions before publishing posts and can be exploited by users without the "publish_posts" permission. - Successful exploitation requires "Contributor-level" privileges. - - - 717 - 2011-04-20 - Miklos Vajna - wireshark - 1.4.4-1nexon1 - 1.4.6-1nexon1 - http://bugs.frugalware.org/task/4472 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1590 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1591 - Multiple vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service) and potentially compromise a vulnerable system. -1) A use-after-free error within the X.509if dissector can be exploited to cause a crash via specially crafted packets. -2) An error in the DECT dissector can be exploited to cause a buffer overflow via specially crafted packets. -Successful exploitation of this vulnerability may allow execution of arbitrary code. - - - 716 - 2011-04-10 - Miklos Vajna - wordpress - 3.0.5-1nexon1 - 3.1.1-1nexon1 - http://bugs.frugalware.org/task/4464 - No CVE, see http://wordpress.org/news/2011/04/wordpress-3-1-1/ - Two vulnerabilities have been reported in WordPress, which can be exploited by malicious people to conduct cross-site scripting attacks and cause a DoS (Denial of Service). -1) Certain unspecified input is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site. -2) The "make_clickable()" function in wp-includes/formatting.php does not properly check the URL length in comments before passing it to the PCRE library, which can be exploited to cause a crash. - - - 715 - 2011-04-10 - Miklos Vajna - wireshark - 1.4.3-1 - 1.4.4-1nexon1 - http://bugs.frugalware.org/task/4443 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0538 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0713 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1138 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1139 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1140 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1141 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1142 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1143 - Multiple vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service) and potentially compromise a vulnerable system. -1) An error when processing certain pcap-ng files can be exploited to free an uninitialised pointer. -2) An error when handling certain packet lengths can be exploited to cause a crash via a specially crafted pcap-ng file. -3) An error when processing Nokia DCT3 trace files can be exploited to cause a buffer overflow via a specially crafted file. -Successful exploitation of this vulnerability may allow execution of arbitrary code. -4) An error in the "dissect_ms_compressed_string()" (SMB dissector) and "dissect_mscldap_string()" (LDAP dissector) functions can be exploited to cause a crash due to an infinite recursive function call. -5) An error when processing LDAP Filter strings can be exploited to cause a crash by consuming memory resources via large filter strings. -6) A validation error in the "dissect_6lowpan_iphc()" function (epan/dissectors/packet-6lowpan.c) in the 6LoWPAN dissector when processing certain lengths can be exploited to cause a heap-based buffer overflow of a single byte resulting in a crash. -7) A NULL pointer dereference error within the "dissect_ntlmssp_string()" function in epan/dissectors/packet-ntlmssp.c when parsing a pcap file can be exploited to cause a crash. - - - 714 - 2011-04-10 - Miklos Vajna - wordpress - 3.0.4-1 - 3.0.5-1nexon1 - http://bugs.frugalware.org/task/4427 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0700 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0701 - Multiple vulnerabilities have been reported in WordPress, which can be exploited by malicious users to conduct script insertion attacks and disclose potentially sensitive information and by malicious people to conduct cross-site scripting attacks. -1) Input passed via the post title when performing a "Quick Edit" or "Bulk Edit" action and via the "post_status", "comment_status", and "ping_status" parameters is not properly sanitised before being used. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed. -2) Certain input passed via tags in the tags meta-box is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site. -Successful exploitation of these vulnerabilities requires the "Author" or "Contributor" role. -3) The application incorrectly enforces user access restrictions when accessing posts via the media uploader and can be exploited to disclose the contents of e.g. private or draft posts. -Successful exploitation of this vulnerability requires the "Author" role. - - - 713 - 2011-04-10 - Miklos Vajna - phpmyadmin - 3.3.9-1 - 3.3.9.2-1nexon1 - http://bugs.frugalware.org/task/4424 - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0987 - A security issue has been reported in phpMyAdmin, which can be exploited by malicious users to bypass certain security restrictions. -The security issue is caused due to an error within the handling of bookmarked SQL queries, which can be exploited to e.g. trick other users into executing unintended bookmarked SQL queries. -Successful exploitation requires that the bookmarks functionality is enabled and the configuration storage is set up and enabled. + 734 + 2011-08-17 + Miklos Vajna + flashplugin + 10.3.181.34-1 + 10.3.183.5-1mores1 + http://bugs.frugalware.org/task/4545 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2130 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2134 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2135 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2136 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2137 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2138 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2139 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2140 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2414 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2415 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2416 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2417 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2424 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2425 + Multiple vulnerabilities have been reported in Adobe Flash Player, which can be exploited by malicious people to disclose sensitive information and compromise a user's system. +1) An unspecified error can be exploited to cause a buffer overflow and potentially execute arbitrary code. +2) An unspecified error can be exploited to cause a buffer overflow and potentially execute arbitrary code. +3) An error exists within a certain ActionScript function in the "flash.display" class when parsing certain parameters and can be exploited to corrupt memory and potentially execute arbitrary code. +4) An integer overflow error within a certain ActionScript function can be exploited to corrupt memory and potentially execute arbitrary code. +5) An unspecified error can be exploited to cause a buffer overflow and potentially execute arbitrary code. +6) An integer overflow error when handling the "scroll" method of the ActionScript Bitmap class can be exploited to corrupt memory. +7) An unspecified error can be exploited to disclose certain information from another domain. +8) An unspecified error can be exploited to corrupt memory and potentially execute arbitrary code. +9) An unspecified error can be exploited to cause a buffer overflow and potentially execute arbitrary code. +10) An error within the "Setslot()" method when parsing a certain field from an SWF file can be exploited to cause a buffer overflow and potentially execute arbitrary code. +11) An integer overflow error within a certain ActionScript function can be exploited to corrupt memory and potentially execute arbitrary code. +12) An unspecified error can be exploited to corrupt memory and potentially execute arbitrary code. +13) An error within the "Bitmapdata" class when parsing a certain field from an SWF file can be exploited to corrupt memory and potentially execute arbitrary code. +14) 80 unspecified errors of various types when parsing SWF file content may be exploited to corrupt memory. From vmiklos at frugalware.org Wed Aug 17 01:23:30 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 17 Aug 2011 01:23:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xpdf-3.03-1-i686 Message-ID: <20110816232330.8814D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a01eefcffb5ddb78e85b3e7eaec396aeca48010f commit a01eefcffb5ddb78e85b3e7eaec396aeca48010f Author: Miklos Vajna Date: Wed Aug 17 01:22:19 2011 +0200 xpdf-3.03-1-i686 - version bump diff --git a/source/xapps/xpdf/FrugalBuild b/source/xapps/xpdf/FrugalBuild index d65206f..4ae70d1 100644 --- a/source/xapps/xpdf/FrugalBuild +++ b/source/xapps/xpdf/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna pkgname=xpdf -pkgver=3.02 -pkgrel=6 +pkgver=3.03 +pkgrel=1 pkgdesc="PDF viewer for X" url="http://www.foolabs.com/xpdf/" backup=('etc/xpdfrc') @@ -12,14 +12,8 @@ backup=('etc/xpdfrc') groups=('xapps') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump $url/download.html|grep released|sed 's/.*f \(.*\) w.*/\1/;q'" -source=(ftp://ftp.foolabs.com/pub/xpdf/$pkgname-$pkgver.tar.gz \ - ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl1.patch \ - ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl2.patch \ - ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl3.patch) -sha1sums=('f9940698840c8a8045677e8be68ab8580903e20a' \ - 'cd3c8ed6e1fd3606098b85d5cc8a7d1aa305266d' \ - 'd082ebe0d36cad0c04603950216f5c52de1c2593' \ - '23f496804802a3da530f1d0bab894bae3e938fc2') +source=(ftp://ftp.foolabs.com/pub/xpdf/$pkgname-$pkgver.tar.gz) +sha1sums=('499423e8a795e0efd76ca798239eb4d0d52fe248') build() { From vmiklos at frugalware.org Wed Aug 17 01:28:29 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 17 Aug 2011 01:28:29 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.5: xpdf-3.02-7mores1-i686 Message-ID: <20110816232829.0BF0C1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.5.git;a=commitdiff;h=ae227af2118d654feebd189182712580878d01f4 commit ae227af2118d654feebd189182712580878d01f4 Author: Miklos Vajna Date: Wed Aug 17 01:26:51 2011 +0200 xpdf-3.02-7mores1-i686 - upgrade to patchlevel 5 - closes #4236 diff --git a/source/xapps/xpdf/FrugalBuild b/source/xapps/xpdf/FrugalBuild index d65206f..5c066b1 100644 --- a/source/xapps/xpdf/FrugalBuild +++ b/source/xapps/xpdf/FrugalBuild @@ -3,7 +3,7 @@ pkgname=xpdf pkgver=3.02 -pkgrel=6 +pkgrel=7mores1 pkgdesc="PDF viewer for X" url="http://www.foolabs.com/xpdf/" backup=('etc/xpdfrc') @@ -15,11 +15,15 @@ up2date="lynx -dump $url/download.html|grep released|sed 's/.*f \(.*\) w.*/\1/;q source=(ftp://ftp.foolabs.com/pub/xpdf/$pkgname-$pkgver.tar.gz \ ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl1.patch \ ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl2.patch \ - ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl3.patch) + ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl3.patch \ + ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl4.patch \ + ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl5.patch) sha1sums=('f9940698840c8a8045677e8be68ab8580903e20a' \ 'cd3c8ed6e1fd3606098b85d5cc8a7d1aa305266d' \ 'd082ebe0d36cad0c04603950216f5c52de1c2593' \ - '23f496804802a3da530f1d0bab894bae3e938fc2') + '23f496804802a3da530f1d0bab894bae3e938fc2' \ + '1aa3087a1c7882884ae7d3a502240a55acca65fd' \ + '0acd49e73bba47fa1ec7b479eb8f1398a33eabbc') build() { From vmiklos at frugalware.org Wed Aug 17 01:35:04 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 17 Aug 2011 01:35:04 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.5: xpdf-3.02-7mores1-i686 Message-ID: <20110816233505.0455E1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.5.git;a=commitdiff;h=116fd64c8ff6acf0fac5d9c6854b5753f8ec3f0e commit 116fd64c8ff6acf0fac5d9c6854b5753f8ec3f0e Author: Miklos Vajna Date: Wed Aug 17 01:33:30 2011 +0200 xpdf-3.02-7mores1-i686 - change mirror, master site removed all 3.02* files already diff --git a/source/xapps/xpdf/FrugalBuild b/source/xapps/xpdf/FrugalBuild index 5c066b1..3d328d4 100644 --- a/source/xapps/xpdf/FrugalBuild +++ b/source/xapps/xpdf/FrugalBuild @@ -12,12 +12,12 @@ backup=('etc/xpdfrc') groups=('xapps') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump $url/download.html|grep released|sed 's/.*f \(.*\) w.*/\1/;q'" -source=(ftp://ftp.foolabs.com/pub/xpdf/$pkgname-$pkgver.tar.gz \ - ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl1.patch \ - ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl2.patch \ - ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl3.patch \ - ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl4.patch \ - ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl5.patch) +source=(http://gd.tuwien.ac.at/publishing/xpdf/$pkgname-$pkgver.tar.gz \ + http://gd.tuwien.ac.at/publishing/xpdf/xpdf-3.02pl1.patch \ + http://gd.tuwien.ac.at/publishing/xpdf/xpdf-3.02pl2.patch \ + http://gd.tuwien.ac.at/publishing/xpdf/xpdf-3.02pl3.patch \ + http://gd.tuwien.ac.at/publishing/xpdf/xpdf-3.02pl4.patch \ + http://gd.tuwien.ac.at/publishing/xpdf/xpdf-3.02pl5.patch) sha1sums=('f9940698840c8a8045677e8be68ab8580903e20a' \ 'cd3c8ed6e1fd3606098b85d5cc8a7d1aa305266d' \ 'd082ebe0d36cad0c04603950216f5c52de1c2593' \ From devil505linux at gmail.com Wed Aug 17 07:18:26 2011 From: devil505linux at gmail.com (Devil505) Date: Wed, 17 Aug 2011 07:18:26 +0200 (CEST) Subject: [Frugalware-git] ayatana: indicator-datetime-0.2.92-1-i686 * version bump Message-ID: <20110817051826.CDDE21358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=47392770cba0c3026ed2506864a3929c19662fd5 commit 47392770cba0c3026ed2506864a3929c19662fd5 Author: Devil505 Date: Wed Aug 17 07:16:04 2011 +0200 indicator-datetime-0.2.92-1-i686 * version bump diff --git a/source/ayatana-extra/indicator-datetime/FrugalBuild b/source/ayatana-extra/indicator-datetime/FrugalBuild index 3785100..958e1a1 100644 --- a/source/ayatana-extra/indicator-datetime/FrugalBuild +++ b/source/ayatana-extra/indicator-datetime/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=indicator-datetime -pkgver=0.2.91 +pkgver=0.2.92 pkgrel=1 pkgdesc="The Date and Time Indicator" url="https://launchpad.net/indicator-datetime" @@ -14,7 +14,7 @@ archs=('i686' 'x86_64') _F_gnome_glib="y" _F_launchpad_branch="0.3" Finclude launchpad gnome-scriptlet -sha1sums=('e2c2c5ea860958b24ede322224c5d3379686b033') +sha1sums=('152e3d7be1a911201a5f0b5bcc23caba7971587d') build() { Fcd @@ -25,3 +25,5 @@ build() { Fbuild_gnome_scriptlet } + +# optimization OK From hermier at frugalware.org Wed Aug 17 08:41:46 2011 From: hermier at frugalware.org (Michel Hermier) Date: Wed, 17 Aug 2011 08:41:46 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: poppler-0.16.7-1-i686 Message-ID: <20110817064146.4E0661358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=927b83a7ca2bd4c25ff29dbc39b15c49317f1fc4 commit 927b83a7ca2bd4c25ff29dbc39b15c49317f1fc4 Author: Michel Hermier Date: Wed Aug 17 08:31:33 2011 +0200 poppler-0.16.7-1-i686 * Bump version. diff --git a/source/xlib/poppler/FrugalBuild b/source/xlib/poppler/FrugalBuild index 70be848..1b9954a 100644 --- a/source/xlib/poppler/FrugalBuild +++ b/source/xlib/poppler/FrugalBuild @@ -1,7 +1,6 @@ # Compiling time: 0.89 SBU # Maintainer: bouleetbil - if [ "$CARCH" != "arm" ]; then USE_GTK=${USE_GTK:-"y"} USE_QT=${USE_QT:-"y"} @@ -13,7 +12,7 @@ else fi pkgname=poppler -pkgver=0.16.3 +pkgver=0.16.7 pkgrel=1 pkgdesc="A PDF rendering library" url="http://poppler.freedesktop.org/" @@ -25,6 +24,8 @@ archs=('i686' 'x86_64' 'ppc' 'arm') up2date="Flasttar $url/releases.html" source=(http://poppler.freedesktop.org/$pkgname-$pkgver.tar.gz \ 01-poppler.conf) +sha1sums=('26c735f863688f62b57d5159863fdad4272be89f' \ + 'a048348d9a8c6d545714350d3ab66dc7028e4b7f') options=('scriptlet') if Fuse $USE_GTK; then @@ -50,7 +51,7 @@ if Fuse $USE_QT; then subdepends=("${subdepends[@]}" 'qt') subrodepends=("${subrodepends[@]}" 'poppler') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc arm') - Fconfopts="${Fconfopts[@]} --enable-qt" + Fconfopts="${Fconfopts[@]} --enable-poppler-qt" fi if Fuse $USE_QT4; then @@ -64,36 +65,36 @@ fi build() { Fbuild \ - --enable-a4-paper \ --enable-gtk-doc \ --enable-xpdf-headers \ --enable-zlib + Ffile 01-poppler.conf /etc/fonts/conf.avail/01-poppler.conf Fln /etc/fonts/conf.avail/01-poppler.conf /etc/fonts/conf.d/01-poppler.conf + Fsplit poppler-pdftools usr/bin/* Fsplit poppler-pdftools usr/share/man/man1/* + if Fuse $USE_GTK; then - Fsplit poppler-glib usr/lib/libpoppler-glib* + Fsplit poppler-glib usr/bin/poppler-glib-demo Fsplit poppler-glib usr/include/poppler/glib/ + Fsplit poppler-glib usr/lib/libpoppler-glib* Fsplit poppler-glib usr/lib/pkgconfig/poppler-glib.* fi if Fuse $USE_QT; then + Fsplit poppler-qt usr/include/poppler/qt3/ Fsplit poppler-qt usr/lib/libpoppler-qt.* Fsplit poppler-qt usr/lib/pkgconfig/poppler-qt.* - Fsplit poppler-qt usr/include/poppler/qt3/ fi if Fuse $USE_QT4; then + Fsplit poppler-qt4 usr/include/poppler/qt4/ Fsplit poppler-qt4 usr/lib/libpoppler-qt4.* Fsplit poppler-qt4 usr/lib/pkgconfig/poppler-qt4.* - Fsplit poppler-qt4 usr/include/poppler/qt4/ fi Frm usr/bin Frm usr/share/man } -sha1sums=('0da87a1c3dc11a2c1e31c5c6603d5479545354bb' \ - 'a048348d9a8c6d545714350d3ab66dc7028e4b7f') - # optimization OK From hermier at frugalware.org Wed Aug 17 08:41:46 2011 From: hermier at frugalware.org (Michel Hermier) Date: Wed, 17 Aug 2011 08:41:46 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xpdf-3.03-2-i686 Message-ID: <20110817064146.60CC51358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c00c9bd171fce614848e5dd3a2976336e875fc89 commit c00c9bd171fce614848e5dd3a2976336e875fc89 Author: Michel Hermier Date: Wed Aug 17 08:41:02 2011 +0200 xpdf-3.03-2-i686 * Fix pdf* manuals removal. diff --git a/source/xapps/xpdf/FrugalBuild b/source/xapps/xpdf/FrugalBuild index 4ae70d1..5065de8 100644 --- a/source/xapps/xpdf/FrugalBuild +++ b/source/xapps/xpdf/FrugalBuild @@ -3,7 +3,7 @@ pkgname=xpdf pkgver=3.03 -pkgrel=1 +pkgrel=2 pkgdesc="PDF viewer for X" url="http://www.foolabs.com/xpdf/" backup=('etc/xpdfrc') @@ -22,7 +22,7 @@ build() Fbuild --enable-a4-paper --with-freetype2-includes=/usr/include/freetype2 Ffilerel xpdf/xpdfIcon.xpm /usr/share/pixmaps/xpdf.xpm # These shipped by poppler-0.5.0 - Frm usr/bin/pdf* usr/man/man1/pdf* + Frm /usr/bin/pdf\* $Fmandir/man1/pdf\* } # optimization OK From devil505linux at gmail.com Wed Aug 17 09:54:30 2011 From: devil505linux at gmail.com (Devil505) Date: Wed, 17 Aug 2011 09:54:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: google-musicmanager-1.0.13.9715-1-i686 * new package Message-ID: <20110817075430.1ED271358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e4a63fb51a4eadea6882d07a383835065a308159 commit e4a63fb51a4eadea6882d07a383835065a308159 Author: Devil505 Date: Wed Aug 17 09:52:22 2011 +0200 google-musicmanager-1.0.13.9715-1-i686 * new package diff --git a/source/xapps-extra/google-musicmanager/FrugalBuild b/source/xapps-extra/google-musicmanager/FrugalBuild new file mode 100644 index 0000000..8ce0a6f --- /dev/null +++ b/source/xapps-extra/google-musicmanager/FrugalBuild @@ -0,0 +1,42 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Devil505 + +pkgname=google-musicmanager +pkgver=1.0.13.9715 +pkgrel=1 +pkgdesc="A simple application for adding the music files on your computer to your Music library." +url="http://music.google.com" +depends=('libqtgui' 'libqtnetwork' 'libidn' 'expat' 'flac' 'libvorbis' 'libuuid') +groups=('xapps-extra') +archs=('i686' 'x86_64') +options=('nobuild') +up2date=$pkgver +if [ "$CARCH" = "i686" ]; then + _arch='i386' + sha1sums=('d18b40606c05f8fb5a2f03bd17760efd98934ae3') +elif [ "$CARCH" = "x86_64" ]; then + _arch='amd64' + sha1sums=('95d69b2f62b932e052b8edd51d088d61fce47331') +fi +source=(http://dl.google.com/linux/direct/google-musicmanager-beta_current_${_arch}.deb) + +_F_desktop_name="Google Music Manager" +_F_desktop_desc="Upload to Google Music" +_F_desktop_icon="google-musicmanager" +_F_desktop_exec="/usr/share/google/musicmanager/google-musicmanager" +_F_desktop_categories="AudioVideo;Audio;Network" + +build() { + ar -xv google-musicmanager-beta_current_${_arch}.deb || Fdie + tar -xvf data.tar.lzma || Fdie + Fmkdir usr/{bin,share/applications} + mv -v opt/google "$Fdestdir"/usr/share || Fdie + + Fln /usr/share/google/musicmanager/google-musicmanager /usr/bin/google-musicmanager + Fdesktop2 + + for i in 16 32 48 128; + do + install -D "$Fdestdir/usr/share/google/musicmanager/product_logo_${i}.png" "$Fdestdir/usr/share/icons/hicolor/${i}x${i}/apps/google-musicmanager.png" + done +} From vmiklos at frugalware.org Wed Aug 17 10:07:12 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 17 Aug 2011 10:07:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pulseaudio-0.9.23-5-i686 Message-ID: <20110817080712.65C4D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=be83108c8b72becd9f3cf938b8831d48a43b0e1e commit be83108c8b72becd9f3cf938b8831d48a43b0e1e Author: Miklos Vajna Date: Wed Aug 17 10:05:51 2011 +0200 pulseaudio-0.9.23-5-i686 - replace pulseaudio-hal diff --git a/source/multimedia/pulseaudio/FrugalBuild b/source/multimedia/pulseaudio/FrugalBuild index fe95194..ef7f87b 100644 --- a/source/multimedia/pulseaudio/FrugalBuild +++ b/source/multimedia/pulseaudio/FrugalBuild @@ -3,7 +3,7 @@ pkgname=pulseaudio pkgver=0.9.23 -pkgrel=4 +pkgrel=5 pkgdesc="PulseAudio is a sound server with an advanced plugin system" url="http://pulseaudio.org/" depends=('speex' 'liboil' 'audiofile' 'libsndfile' 'libtool' 'libatomic_ops' 'libsamplerate' 'flac' 'glib2' \ @@ -11,6 +11,9 @@ depends=('speex' 'liboil' 'audiofile' 'libsndfile' 'libtool' 'libatomic_ops' 'li makedepends=('avahi' 'gnome-audio' 'bluez>=4.61' 'jack>=0.118.0' 'intltool' 'gconf' \ 'libsm' 'libx11' 'libice' 'libxtst' 'xproto' 'kbproto' 'xcb-util>=0.3.8') groups=('multimedia') +replaces=('pulseaudio-hal') +conflicts=('pulseaudio-hal') +provides=('puseaudio-hal') archs=('i686' 'x86_64' 'ppc') up2date="Flasttar http://pulseaudio.org/wiki/DownloadPulseAudio#Sourcecode" source=(http://freedesktop.org/software/pulseaudio/releases/$pkgname-$pkgver.tar.gz \ From devil505linux at gmail.com Wed Aug 17 10:18:59 2011 From: devil505linux at gmail.com (Devil505) Date: Wed, 17 Aug 2011 10:18:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: thunderbird-6.0-1-i686 * version bump * removed useless patches Message-ID: <20110817081859.2C1E31358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=70fd1586a11390cf3c81dd668b5dc1c8ee1cd769 commit 70fd1586a11390cf3c81dd668b5dc1c8ee1cd769 Author: Devil505 Date: Wed Aug 17 10:16:54 2011 +0200 thunderbird-6.0-1-i686 * version bump * removed useless patches diff --git a/source/xapps/thunderbird/0583d58b20a3.patch b/source/xapps/thunderbird/0583d58b20a3.patch deleted file mode 100644 index 6775d1a..0000000 --- a/source/xapps/thunderbird/0583d58b20a3.patch +++ /dev/null @@ -1,34 +0,0 @@ - -# HG changeset patch -# User Mike Hommey -# Date 1302680663 -7200 -# Node ID 0583d58b20a3a0789c46f19ed505cb6e96602ec9 -# Parent 0138798a072ad15edce15d614923a03256946218 -Bug 644692 - Fix bsdiff build failure with system bzip2. r=ted - -diff --git a/other-licenses/bsdiff/Makefile.in b/other-licenses/bsdiff/Makefile.in ---- mozilla/other-licenses/bsdiff/Makefile.in -+++ mosilla/other-licenses/bsdiff/Makefile.in -@@ -43,17 +43,21 @@ VPATH = @srcdir@ - - include $(DEPTH)/config/autoconf.mk - - # This program is output to dist/host/bin because it is only needed by the - # build system and is not intended to be included in Mozilla distributions. - HOST_PROGRAM = mbsdiff$(BIN_SUFFIX) - HOST_CSRCS = bsdiff.c - -+ifdef MOZ_NATIVE_BZ2 -+HOST_LIBS += $(BZ2_LIBS) -+else - HOST_LIBS += $(DIST)/host/lib/$(LIB_PREFIX)hostbz2.$(LIB_SUFFIX) -+endif - - ifneq (,$(filter WINCE WINNT,$(HOST_OS_ARCH))) - HOST_EXTRA_LIBS += $(call EXPAND_LIBNAME,Ws2_32) - endif - - LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/mozapps/update/updater - - include $(topsrcdir)/config/rules.mk - diff --git a/source/xapps/thunderbird/FrugalBuild b/source/xapps/thunderbird/FrugalBuild index 27e9b8a..e31cb3d 100644 --- a/source/xapps/thunderbird/FrugalBuild +++ b/source/xapps/thunderbird/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Krisztian VASAS pkgname=thunderbird -pkgver=5.0 +pkgver=6.0 pkgrel=1 pkgdesc="Mozilla Thunderbird mail and newsgroup client" url="http://www.mozilla.org/products/thunderbird/" @@ -17,15 +17,16 @@ up2date="Flastarchive http://releases.mozilla.org/pub/mozilla.org/thunderbird/re source=(http://releases.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2 \ $pkgname.desktop \ thunderbird-locale.patch \ - thunderbird-appversion.patch \ - 0583d58b20a3.patch \ mozconfig) -signatures=("${source[0]}.asc" '' '' '' '' '') +sha1sums=('7a9ea62aa11522230327574b245a2f793015b5f4' \ + '1c10547ed6e098308358e4717e4fcbe9c3afc979' \ + '84cc67671e9fa4dc660590eed21be54a2af06720' \ + 'b9cb47facbaa910fa83f003e6c02a45bdb7930df') build() { unset MAKEFLAGS - Fcd comm-miramar + Fcd comm-release cp "$Fsrcdir/mozconfig" .mozconfig || Fdie diff --git a/source/xapps/thunderbird/thunderbird-appversion.patch b/source/xapps/thunderbird/thunderbird-appversion.patch deleted file mode 100644 index 2824e32..0000000 --- a/source/xapps/thunderbird/thunderbird-appversion.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru comm-1.9.2.orig/mail/installer/Makefile.in comm-1.9.2/mail/installer/Makefile.in ---- comm-1.9.2.orig/mail/installer/Makefile.in 2010-04-30 22:41:37.000000000 +0300 -+++ comm-1.9.2/mail/installer/Makefile.in 2010-05-05 20:20:29.551660469 +0300 -@@ -42,6 +42,8 @@ - - include $(DEPTH)/config/autoconf.mk - -+MOZ_APP_VERSION="5.0" -+ - include $(topsrcdir)/config/rules.mk - - MOZ_PKG_REMOVALS = $(srcdir)/removed-files.in From devil505linux at gmail.com Wed Aug 17 10:19:41 2011 From: devil505linux at gmail.com (Devil505) Date: Wed, 17 Aug 2011 10:19:41 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: thunderbird-i18n-6.0-1-i686 * version bump Message-ID: <20110817081941.7D7A91358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ee5cffcf4ef2a6a8f82a98a48360935a9a9bf25b commit ee5cffcf4ef2a6a8f82a98a48360935a9a9bf25b Author: Devil505 Date: Wed Aug 17 10:17:49 2011 +0200 thunderbird-i18n-6.0-1-i686 * version bump diff --git a/source/locale-extra/thunderbird-i18n/FrugalBuild b/source/locale-extra/thunderbird-i18n/FrugalBuild index 2c273cf..ef8f9c3 100644 --- a/source/locale-extra/thunderbird-i18n/FrugalBuild +++ b/source/locale-extra/thunderbird-i18n/FrugalBuild @@ -2,53 +2,57 @@ # Maintainer: Michel Hermier _F_mozilla_i18n_name=thunderbird -pkgver=5.0 +pkgver=6.0 pkgrel=1 Finclude mozilla-i18n archs=('i686' 'x86_64') -mozilla_i18n_lang_add 'ar' '674032a3a1d71966bc0e044fa353b1b62bcdcaf2' -mozilla_i18n_lang_add 'bg' '030777724120d5b6ea56ad0d670dcf334e5a4a99' -mozilla_i18n_lang_add 'br' '160d2823ffd4a13565078ea1bd898bbd4ae9c9a0' -mozilla_i18n_lang_add 'ca' '862bcfd6385d8675de8267d03515e3d3675707f6' -mozilla_i18n_lang_add 'cs' 'ef663667dab46368cfea47a39afdb14fa7dd14c9' -mozilla_i18n_lang_add 'da' '49a34444acac863076ffc0f66fa9e5070d76f8eb' -mozilla_i18n_lang_add 'de' 'dd4850c9d09c3ec015da1dd153683e3336bea10b' -mozilla_i18n_lang_add 'en-GB' '4790c0f84adf1e4fa1942971a30e2c9dde6962c2' -mozilla_i18n_lang_add 'en-US' '6d075ed92dc218297f8158710dadc7bc7329c7c4' -mozilla_i18n_lang_add 'es-AR' '8b8b548540ae2ded2cf4e32d8c7da2157706c440' -mozilla_i18n_lang_add 'es-ES' '95a12a571d40fa28a06e0ab2dcb93d76b58e0723' -mozilla_i18n_lang_add 'et' 'f87cd0d592171c341605c15c2ef15d081b79b132' -mozilla_i18n_lang_add 'eu' 'c52c78730e5ae5d510cfafa5714f57a96c6876fe' -mozilla_i18n_lang_add 'fi' 'f4c48f0b4034b31af0e2905faabff5993d082292' -mozilla_i18n_lang_add 'fr' '7a61ed0c30cf6eca5b3c7428f098f6be0374d724' -mozilla_i18n_lang_add 'fy-NL' '173a97320a5e50321bc7ab6a46f208e535deb4bd' -mozilla_i18n_lang_add 'ga-IE' '2c30f2bbf3e2b474ffd9dd3e5e4b11cf300fbd2b' -mozilla_i18n_lang_add 'gd' '0e8e2605c08da2999dbfd0455484ea217d839041' -mozilla_i18n_lang_add 'gl' '48d20b4f061859e8bf32539dbc6e5d16ce30897c' -mozilla_i18n_lang_add 'he' '0bc6ff79cab559a0d564e5ab69913b94fe91eadf' -mozilla_i18n_lang_add 'hu' '79774610fb0b02d71f188cb510ab1ca457371346' -mozilla_i18n_lang_add 'is' '756fdf60837c805c98365ca95e604ff33b3847d5' -mozilla_i18n_lang_add 'it' '12871a5109d34f1e96d5b025ba18f992f1237930' -mozilla_i18n_lang_add 'ja' '4d1ba7fdcfa39a8f288d6514712153aedcfdf09c' -mozilla_i18n_lang_add 'ko' '3440b89e3602989964222b774228f5a2b32e0ad8' -mozilla_i18n_lang_add 'lt' '88e9245a7069b33f9349b75acd8f95b50ed35f05' -mozilla_i18n_lang_add 'nb-NO' 'c8e12c9a142c37309dd72ec251512c8316981264' -mozilla_i18n_lang_add 'nl' 'cddc5cf321702dabe772819f40367f5767239b93' -mozilla_i18n_lang_add 'nn-NO' 'c886d26aaea8eaa3e8f6e0651e1306a489d97447' -mozilla_i18n_lang_add 'pa-IN' '338cac17fc4e2eac6702e8f0820c4b00bbb54b5b' -mozilla_i18n_lang_add 'pl' 'fede26c4fa46920615872c9b7094c0a2d8e33df6' -mozilla_i18n_lang_add 'pt-BR' 'ab2ff07c7f5026a112a7187e1cd7080b691761d5' -mozilla_i18n_lang_add 'pt-PT' 'ac25afabf69601ffa2b38a2e59bc071089b5811f' -mozilla_i18n_lang_add 'rm' 'be9d63f76a961918318307deea426851563c6573' -mozilla_i18n_lang_add 'ru' '2d2ad0081aaad62835f731e067ade20456e35ad7' -mozilla_i18n_lang_add 'si' '573acc6e2380c29c2d7edefb5e3311a58b467ed3' -mozilla_i18n_lang_add 'sk' '2383a27132cbcd794e3f5d1fc525a35167e63c45' -mozilla_i18n_lang_add 'sl' '1839336a79e1bd6a7194c5309ad0848c36f4e247' -mozilla_i18n_lang_add 'sq' '181b2b628ee7993e64a9bd537b36a34741c553b5' -mozilla_i18n_lang_add 'sv-SE' '3dd02c3ab4fc8542c90010fe8b9848fc5b418365' -mozilla_i18n_lang_add 'ta-LK' '2a59b354cc91001e82d7d180a1d675f91d4fea5b' -mozilla_i18n_lang_add 'tr' '380ae73adf6cf8aef0f6f5dbb64310a5cb1f9578' -mozilla_i18n_lang_add 'uk' 'bb1be4bc25f8acb12d9ea80f843d0e1352040f08' -mozilla_i18n_lang_add 'zh-TW' '465033f206f921adbab8527e9047cc0c3db91a94' +mozilla_i18n_lang_add 'ar' 'c8104bdcc654388ea744cf1d17a5e3df374d6936' +mozilla_i18n_lang_add 'be' 'a3b18de8291ed8506e0eb3c59ccadd7e998591c1' +mozilla_i18n_lang_add 'bn-BD' 'd6facc7fe373ab7cd370ba04411035149d7c06dc' +mozilla_i18n_lang_add 'br' '80dab22293feb5767bfd12866c938eda982ea113' +mozilla_i18n_lang_add 'ca' '0845c857e5d78a278eb19ef923bfe303f669c1f8' +mozilla_i18n_lang_add 'cs' 'a96ab64f254d0ee83688312be451236c35dc79a6' +mozilla_i18n_lang_add 'da' 'd0b052f76a7de05bca3c038a3ee884d39f7a487b' +mozilla_i18n_lang_add 'de' '6467cb81334a88a8e8c71b6d52dc1fe64c446843' +mozilla_i18n_lang_add 'el' '3d9a036696e989184c684ec46258adf2271db10a' +mozilla_i18n_lang_add 'en-GB' 'c1bf054b086dfcb6d241bb617579db64eb4edd91' +mozilla_i18n_lang_add 'en-US' 'e9c504a46673f25ccdb917e26fa51c942c673b6d' +mozilla_i18n_lang_add 'es-AR' '936d8671058548fca4bcee3db40dcd6c84a8d8fa' +mozilla_i18n_lang_add 'es-ES' '90671a883dc3b058133a94dae9f46c8c0fcb61df' +mozilla_i18n_lang_add 'et' '8fbe3aad1c9625dee166d4f8864ca18bb27e236b' +mozilla_i18n_lang_add 'eu' 'a8aa903da2d09debf7666ea09285883e1b6924ef' +mozilla_i18n_lang_add 'fi' '8f5e40e671a9cefde16a56db10a63ad92662c7c1' +mozilla_i18n_lang_add 'fr' '9455f7636970cf730d17e0859dd21c2cbc81797d' +mozilla_i18n_lang_add 'fy-NL' 'ebadc1b566eab17fe22337abc2e5fc7e5494de26' +mozilla_i18n_lang_add 'ga-IE' 'bb81d7c5dd14ab8a5457c23bdb9b16ca0f27e173' +mozilla_i18n_lang_add 'gd' '84a1ff9eadb1171370fc24381716cae846fd27fe' +mozilla_i18n_lang_add 'gl' '87568de0ef2971243c61e5906cc4091d6b7591b7' +mozilla_i18n_lang_add 'he' '1f6d423ef3fad4a2a6ca96b56f5ccf1662bfcc96' +mozilla_i18n_lang_add 'hu' '97b1dfbf3d14a3841df20649f89a9a3d5d767e54' +mozilla_i18n_lang_add 'id' '8d7cdf7cfa5866eefe79b8eeb3110276df1414a4' +mozilla_i18n_lang_add 'is' 'bbe5ea4b784964049838c3b0d29551559e501263' +mozilla_i18n_lang_add 'it' 'ef1a21292fb570fab3df0dc308ff991508fe7e51' +mozilla_i18n_lang_add 'ja' '34df3a16b883e5e1d465bfe4a8ea22e2cc93d638' +mozilla_i18n_lang_add 'ko' '1333c2e36c027d84e2acc4b807717a372bb55403' +mozilla_i18n_lang_add 'lt' 'c0dd370e5e250631f8ce64acec14f1a7d4c32eab' +mozilla_i18n_lang_add 'nb-NO' 'bdd67167d2a0e250d26e019f47ee34e606b5a246' +mozilla_i18n_lang_add 'nl' 'a2ba0ef0c6cdf29059283cd7faa59af78ca2fb1d' +mozilla_i18n_lang_add 'nn-NO' '16b7266d60eb25c51aab2ab34dc1ae45fa5c61ed' +mozilla_i18n_lang_add 'pl' 'e555588ddaba5c3c36b814b029088c95ab0dac66' +mozilla_i18n_lang_add 'pt-BR' 'dbf86f56f3a39f333ef56b2ae5d7e77da503fb90' +mozilla_i18n_lang_add 'pt-PT' 'b12c245b4100358c6f5cfcc5796e450038a222a9' +mozilla_i18n_lang_add 'rm' '94d65a592ed908843a4e112fd3a87de73d151292' +mozilla_i18n_lang_add 'ru' '73be3f0b48111aa6f188fbfffe4351a5cf970fc8' +mozilla_i18n_lang_add 'si' '489d90f5495757cb22223c94b64333287bc696c3' +mozilla_i18n_lang_add 'sk' '48d05fff22c1864adae2e5f7d5e613511ef6bb1a' +mozilla_i18n_lang_add 'sl' '3ace222f610930541a864e575960a983fa820ee6' +mozilla_i18n_lang_add 'sq' '6294e733d7eed976d7e1439a29f249d2eb10244e' +mozilla_i18n_lang_add 'sv-SE' '7c94cda659c110027af6e8e37653d7c54f15c01e' +mozilla_i18n_lang_add 'ta-LK' '9bee4431eb5f2461d1fcacd61fb9c83b0f3a930f' +mozilla_i18n_lang_add 'tr' '5d44b1a3e50015e5a92f672aac6882025b61af99' +mozilla_i18n_lang_add 'uk' '54e21c3baff6bf833d18df047cc849d2b9258c65' +mozilla_i18n_lang_add 'vi' '37c73df406a8991c2af072839e8e027266882281' +mozilla_i18n_lang_add 'zh-CN' '9be66f8cb041013c27bd54d0a12baa1c87238b15' +mozilla_i18n_lang_add 'zh-TW' '462357caafdcd7dcea824d3d2958e545a9101422' mozilla_i18n_lang_fini From ryuo at frugalware.org Wed Aug 17 13:08:03 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 17 Aug 2011 13:08:03 +0200 (CEST) Subject: [Frugalware-git] kernel30: kernel-3.0-1-x86_64 * update to patch level 2 Message-ID: <20110817110803.E93F01358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=555ea28600c9bb50fea90de7784ab4c18afc4148 commit 555ea28600c9bb50fea90de7784ab4c18afc4148 Author: James Buren Date: Tue Aug 16 13:34:26 2011 -0500 kernel-3.0-1-x86_64 * update to patch level 2 diff --git a/source/apps-extra/virtualbox-modules/FrugalBuild b/source/apps-extra/virtualbox-modules/FrugalBuild index 8670956..a1275b1 100644 --- a/source/apps-extra/virtualbox-modules/FrugalBuild +++ b/source/apps-extra/virtualbox-modules/FrugalBuild @@ -3,7 +3,7 @@ pkgname=virtualbox-modules pkgver=4.0.10 -pkgrel=2 +pkgrel=3 pkgdesc="Kernel modules for VirtualBox" url="http://www.virtualbox.org" Finclude kernel-module diff --git a/source/base-extra/frandom/FrugalBuild b/source/base-extra/frandom/FrugalBuild index 00100f9..bd62111 100644 --- a/source/base-extra/frandom/FrugalBuild +++ b/source/base-extra/frandom/FrugalBuild @@ -2,14 +2,14 @@ # Maintainer: James Buren pkgname=frandom -pkgver=1.0 -pkgrel=5 +pkgver=1.1 +pkgrel=1 pkgdesc="A RNG that is faster than /dev/urandom." groups=('base-extra') archs=('i686' 'x86_64') Finclude sourceforge kernel-module url="http://billauer.co.il/frandom.html" -sha1sums=('bb0127c88ae266b04d13e710a5b979b3d4a59df7') +sha1sums=('5c27593074e17d26e8fe7f30131e15451fbb8f78') build() { diff --git a/source/include/kernel-version.sh b/source/include/kernel-version.sh index 8be0bd8..7f491f1 100644 --- a/source/include/kernel-version.sh +++ b/source/include/kernel-version.sh @@ -17,7 +17,7 @@ ### _F_kernelver_ver=3.0 _F_kernelver_rel=1 -_F_kernelver_stable=1 +_F_kernelver_stable=2 ### # == APPENDED VALUES From elentir at frugalware.org Wed Aug 17 14:05:46 2011 From: elentir at frugalware.org (Elentir) Date: Wed, 17 Aug 2011 14:05:46 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: sympy-0.7.1-1-x86_64 Message-ID: <20110817120546.5478F1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cde7baf93270a5604c341ae495cb992c5a48d7eb commit cde7baf93270a5604c341ae495cb992c5a48d7eb Author: Elentir Date: Wed Aug 17 14:05:06 2011 +0200 sympy-0.7.1-1-x86_64 * version bump diff --git a/source/lib-extra/sympy/FrugalBuild b/source/lib-extra/sympy/FrugalBuild index 019dea8..653c51f 100644 --- a/source/lib-extra/sympy/FrugalBuild +++ b/source/lib-extra/sympy/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: Elentir pkgname=sympy -pkgver=0.7.0 +pkgver=0.7.1 pkgrel=1 pkgdesc="SymPy is a Python library for symbolic mathematics." archs=('i686' 'x86_64') groups=('lib-extra') depends=('python>=2.7') Finclude googlecode -sha1sums=('b95030d8901486d51692d1dd4fe689fb569c7ff7') +sha1sums=('b8609cc7e08d2883f96526ee8a4afdc90d77b911') From iron at frugalware.org Wed Aug 17 14:54:27 2011 From: iron at frugalware.org (Krisztian VASAS) Date: Wed, 17 Aug 2011 14:54:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: apache-2.2.19-2-i686 - relbump, fixes start error due not loaded module Message-ID: <20110817125427.BD2CB1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9c24f934c437d86fcdcb2473cce00d32c36e0bf0 commit 9c24f934c437d86fcdcb2473cce00d32c36e0bf0 Author: Krisztian VASAS Date: Wed Aug 17 14:52:39 2011 +0200 apache-2.2.19-2-i686 - relbump, fixes start error due not loaded module diff --git a/source/network/apache/FrugalBuild b/source/network/apache/FrugalBuild index 6021e65..607788a 100644 --- a/source/network/apache/FrugalBuild +++ b/source/network/apache/FrugalBuild @@ -4,7 +4,7 @@ pkgname=apache pkgver=2.2.19 -pkgrel=1 +pkgrel=2 pkgdesc="A high performance Unix-based HTTP server (with SSL)" url="http://httpd.apache.org/" backup=(etc/httpd/conf/{httpd.conf,ssl.conf,ssl.crt/server.crt,ssl.csr/server.csr,ssl.key/server.key} \ diff --git a/source/network/apache/httpd.conf b/source/network/apache/httpd.conf index 4dff4f5..262a48e 100644 --- a/source/network/apache/httpd.conf +++ b/source/network/apache/httpd.conf @@ -228,7 +228,7 @@ Listen 80 # Example: # LoadModule foo_module modules/mod_foo.so # -#LoadModule authz_host_module lib/apache/mod_authz_host.so +LoadModule authz_host_module lib/apache/mod_authz_host.so LoadModule actions_module lib/apache/mod_actions.so LoadModule alias_module lib/apache/mod_alias.so LoadModule asis_module lib/apache/mod_asis.so From iron at frugalware.org Wed Aug 17 15:00:17 2011 From: iron at frugalware.org (Krisztian VASAS) Date: Wed, 17 Aug 2011 15:00:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.5: apache-2.2.19-2mores1-i686 - relbump, fixes a start error due not loaded module Message-ID: <20110817130017.197B21358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.5.git;a=commitdiff;h=1644cbe4d36d06b82c53f1244585f4ea57dcda41 commit 1644cbe4d36d06b82c53f1244585f4ea57dcda41 Author: Krisztian VASAS Date: Wed Aug 17 14:59:39 2011 +0200 apache-2.2.19-2mores1-i686 - relbump, fixes a start error due not loaded module diff --git a/source/network/apache/FrugalBuild b/source/network/apache/FrugalBuild index 6021e65..f1e96e3 100644 --- a/source/network/apache/FrugalBuild +++ b/source/network/apache/FrugalBuild @@ -4,7 +4,7 @@ pkgname=apache pkgver=2.2.19 -pkgrel=1 +pkgrel=2mores1 pkgdesc="A high performance Unix-based HTTP server (with SSL)" url="http://httpd.apache.org/" backup=(etc/httpd/conf/{httpd.conf,ssl.conf,ssl.crt/server.crt,ssl.csr/server.csr,ssl.key/server.key} \ diff --git a/source/network/apache/httpd.conf b/source/network/apache/httpd.conf index 4dff4f5..262a48e 100644 --- a/source/network/apache/httpd.conf +++ b/source/network/apache/httpd.conf @@ -228,7 +228,7 @@ Listen 80 # Example: # LoadModule foo_module modules/mod_foo.so # -#LoadModule authz_host_module lib/apache/mod_authz_host.so +LoadModule authz_host_module lib/apache/mod_authz_host.so LoadModule actions_module lib/apache/mod_actions.so LoadModule alias_module lib/apache/mod_alias.so LoadModule asis_module lib/apache/mod_asis.so From ryuo at frugalware.org Wed Aug 17 15:21:14 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 17 Aug 2011 15:21:14 +0200 (CEST) Subject: [Frugalware-git] kernel30: virtualbox-modules-4.0.10-3-x86_64 * version bump * disable x86_64 (virtualbox isn't available on this arch) * rebuild with kernel 3.0 Message-ID: <20110817132114.5A3A41358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=eeab8f4c679b5c6b179414895c5fff28ad11b3b7 commit eeab8f4c679b5c6b179414895c5fff28ad11b3b7 Author: James Buren Date: Tue Aug 16 15:47:41 2011 -0500 virtualbox-modules-4.0.10-3-x86_64 * version bump * disable x86_64 (virtualbox isn't available on this arch) * rebuild with kernel 3.0 diff --git a/source/apps-extra/virtualbox-modules/FrugalBuild b/source/apps-extra/virtualbox-modules/FrugalBuild index a1275b1..f7432d9 100644 --- a/source/apps-extra/virtualbox-modules/FrugalBuild +++ b/source/apps-extra/virtualbox-modules/FrugalBuild @@ -10,7 +10,7 @@ Finclude kernel-module _F_kernelmod_scriptlet=${pkgname}.install install=${pkgname}.install groups=('apps-extra') -archs=('i686' 'x86_64') +archs=('i686' '!x86_64') license=('GPL-2') up2date="lynx -dump ${url}|grep released|sed 's/.* \([0-9.]*\) .*/\1/;q'" source=(http://distfiles.gentoo.org/distfiles/vbox-kernel-module-src-${pkgver}.tar.bz2 ${pkgname}.install) From ryuo at frugalware.org Wed Aug 17 15:30:05 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 17 Aug 2011 15:30:05 +0200 (CEST) Subject: [Frugalware-git] kernel30: smartcam-1.4.0-8-x86_64 * rebuild with kernel 3.0 Message-ID: <20110817133005.8DC211358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=cbdf0ccfceffdf4af0207e20fe3fb1ab5e307596 commit cbdf0ccfceffdf4af0207e20fe3fb1ab5e307596 Author: James Buren Date: Tue Aug 16 15:56:51 2011 -0500 smartcam-1.4.0-8-x86_64 * rebuild with kernel 3.0 diff --git a/source/xapps-extra/smartcam/FrugalBuild b/source/xapps-extra/smartcam/FrugalBuild index cdd3e18..dff6410 100644 --- a/source/xapps-extra/smartcam/FrugalBuild +++ b/source/xapps-extra/smartcam/FrugalBuild @@ -3,7 +3,7 @@ pkgname=smartcam pkgver=1.4.0 -pkgrel=7 +pkgrel=8 pkgdesc="Turns a camera phone (S60, WinMo6.x, Android, Samsung Bada) with bluetooth or WiFi into a handy webcam ready to use with your PC" url="http://sourceforge.net/projects/smartcam/" depends=('bluez' 'gconf' 'hicolor-icon-theme' 'intltool') From ryuo at frugalware.org Wed Aug 17 15:32:01 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 17 Aug 2011 15:32:01 +0200 (CEST) Subject: [Frugalware-git] kernel30: ndiswrapper-1.56-25-x86_64 * rebuild with kernel 3.0 Message-ID: <20110817133201.7FF041358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=ac735bd28ad1e04474d1e54954258366129b8a3f commit ac735bd28ad1e04474d1e54954258366129b8a3f Author: James Buren Date: Tue Aug 16 15:58:51 2011 -0500 ndiswrapper-1.56-25-x86_64 * rebuild with kernel 3.0 diff --git a/source/network/ndiswrapper/FrugalBuild b/source/network/ndiswrapper/FrugalBuild index 39e56c1..5652715 100644 --- a/source/network/ndiswrapper/FrugalBuild +++ b/source/network/ndiswrapper/FrugalBuild @@ -4,7 +4,7 @@ pkgname=ndiswrapper pkgver=1.56 -pkgrel=24 +pkgrel=25 pkgdesc="Wrapper for using Windows drivers for some wireless cards" _F_kernelmod_scriptlet=$pkgname.install Finclude kernel-module sourceforge From ryuo at frugalware.org Wed Aug 17 15:33:12 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 17 Aug 2011 15:33:12 +0200 (CEST) Subject: [Frugalware-git] kernel30: easy-slow-down-manager-20110425-6-x86_64 * rebuild with kernel 3.0 Message-ID: <20110817133312.C33CB1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=e1a381dedfe7570f4cca3e15f3920be3b9c9d6ee commit e1a381dedfe7570f4cca3e15f3920be3b9c9d6ee Author: James Buren Date: Tue Aug 16 16:00:06 2011 -0500 easy-slow-down-manager-20110425-6-x86_64 * rebuild with kernel 3.0 diff --git a/source/apps-extra/easy-slow-down-manager/FrugalBuild b/source/apps-extra/easy-slow-down-manager/FrugalBuild index 24dd734..f0e5103 100644 --- a/source/apps-extra/easy-slow-down-manager/FrugalBuild +++ b/source/apps-extra/easy-slow-down-manager/FrugalBuild @@ -3,7 +3,7 @@ pkgname=easy-slow-down-manager pkgver=20110425 -pkgrel=5 +pkgrel=6 pkgdesc="Fan, brightness and WiFi controls for Samsung laptops" groups=('apps-extra') archs=('i686' 'x86_64') From ryuo at frugalware.org Wed Aug 17 15:34:17 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 17 Aug 2011 15:34:17 +0200 (CEST) Subject: [Frugalware-git] kernel30: acx100-20080806-46-x86_64 * rebuild with kernel 3.0 Message-ID: <20110817133417.4700B1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=9521f5286ff7c764d79798edb656e1943946b3c9 commit 9521f5286ff7c764d79798edb656e1943946b3c9 Author: James Buren Date: Tue Aug 16 16:01:11 2011 -0500 acx100-20080806-46-x86_64 * rebuild with kernel 3.0 diff --git a/source/network-extra/acx100/FrugalBuild b/source/network-extra/acx100/FrugalBuild index cff88ab..4658442 100644 --- a/source/network-extra/acx100/FrugalBuild +++ b/source/network-extra/acx100/FrugalBuild @@ -4,7 +4,7 @@ pkgname=acx100 origname=acx-mac80211 pkgver=20080806 -pkgrel=45 +pkgrel=46 pkgdesc="The ACX100/ACX111 wireless network driver." _F_sourceforge_ext=".tar.bz2" _F_sourceforge_dirname=${pkgname} From ryuo at frugalware.org Wed Aug 17 15:37:41 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 17 Aug 2011 15:37:41 +0200 (CEST) Subject: [Frugalware-git] kernel30: r8168-8.024.00-2-x86_64 * rebuild with kernel 3.0 Message-ID: <20110817133741.75E971358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=c15cbfdae1aea030870fd0c8f92231ca97faea58 commit c15cbfdae1aea030870fd0c8f92231ca97faea58 Author: James Buren Date: Tue Aug 16 16:04:34 2011 -0500 r8168-8.024.00-2-x86_64 * rebuild with kernel 3.0 diff --git a/source/network-extra/r8168/FrugalBuild b/source/network-extra/r8168/FrugalBuild index f831093..42c2077 100644 --- a/source/network-extra/r8168/FrugalBuild +++ b/source/network-extra/r8168/FrugalBuild @@ -4,7 +4,7 @@ pkgname=r8168 pkgver=8.024.00 -pkgrel=1 +pkgrel=2 Finclude kernel-module pkgdesc="Realtek driver for RTL8111/RTL8168 cards." url="http://www.realtek.com.tw" @@ -23,5 +23,5 @@ build() { Fsed '$(shell uname -r)' "${_F_kernelmod_uname}" src/Makefile Fsed 'KMISC\(.*\)/lib\(.*\)' "KMISC\1${Fdestdir}/lib\2" src/Makefile Fbuild - Fmv ${_F_kernelmod_dir}/kernel/drivers/net/{,realtek-}${pkgname}.ko + Fmv ${_F_kernelmod_dir}/kernel/drivers/net/${pkgname}.{o,ko} } From ryuo at frugalware.org Wed Aug 17 15:40:25 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 17 Aug 2011 15:40:25 +0200 (CEST) Subject: [Frugalware-git] kernel30: r8169-6.010.00-33-x86_64 * rebuild with kernel 3.0 Message-ID: <20110817134025.420801358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=727839fb1fc54fb52e1a6da14b4aa782c994168d commit 727839fb1fc54fb52e1a6da14b4aa782c994168d Author: James Buren Date: Tue Aug 16 16:07:15 2011 -0500 r8169-6.010.00-33-x86_64 * rebuild with kernel 3.0 diff --git a/source/network-extra/r8169/FrugalBuild b/source/network-extra/r8169/FrugalBuild index 043c90b..66fd2ce 100644 --- a/source/network-extra/r8169/FrugalBuild +++ b/source/network-extra/r8169/FrugalBuild @@ -3,7 +3,7 @@ pkgname=r8169 pkgver=6.010.00 -pkgrel=32 +pkgrel=33 Finclude sourceforge kernel-module pkgdesc="Realtek driver for RTL8169/8110 cards." url="http://www.realtek.com.tw" @@ -26,5 +26,5 @@ build() { Fsed '$(shell uname -r)' "${_F_kernelmod_uname}" src/Makefile Fsed 'KMISC\(.*\)/lib\(.*\)' "KMISC\1${Fdestdir}/lib\2" src/Makefile Fbuild - Fmv ${_F_kernelmod_dir}/kernel/drivers/net/{,realtek-}${pkgname}.ko + Fmv ${_F_kernelmod_dir}/kernel/drivers/net/${pkgname}.{o,ko} } From ryuo at frugalware.org Wed Aug 17 15:41:18 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 17 Aug 2011 15:41:18 +0200 (CEST) Subject: [Frugalware-git] kernel30: bcmwl-5.100.82.38-10-x86_64 * rebuild with kernel 3.0 Message-ID: <20110817134118.AAC081358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=9977c3ff6d9c339f0ece20d11fbc70a340d6212f commit 9977c3ff6d9c339f0ece20d11fbc70a340d6212f Author: James Buren Date: Tue Aug 16 16:08:12 2011 -0500 bcmwl-5.100.82.38-10-x86_64 * rebuild with kernel 3.0 diff --git a/source/network-extra/bcmwl/FrugalBuild b/source/network-extra/bcmwl/FrugalBuild index 410a496..5c08d7d 100644 --- a/source/network-extra/bcmwl/FrugalBuild +++ b/source/network-extra/bcmwl/FrugalBuild @@ -3,7 +3,7 @@ pkgname=bcmwl pkgver=5.100.82.38 -pkgrel=9 +pkgrel=10 pkgdesc="Broadcom 802.11 Linux STA wireless driver" url="http://www.broadcom.com/support/802.11/linux_sta.php" Finclude kernel-module From ryuo at frugalware.org Wed Aug 17 15:45:02 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 17 Aug 2011 15:45:02 +0200 (CEST) Subject: [Frugalware-git] kernel30: nvidia-275.09.07-3-x86_64 * rebuild with kernel 3.0 Message-ID: <20110817134502.B2B581358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=8ed9613d97ea19e94592e18044f900f06fba3434 commit 8ed9613d97ea19e94592e18044f900f06fba3434 Author: James Buren Date: Tue Aug 16 16:11:54 2011 -0500 nvidia-275.09.07-3-x86_64 * rebuild with kernel 3.0 diff --git a/source/x11-extra/nvidia/FrugalBuild b/source/x11-extra/nvidia/FrugalBuild index fcea058..1997efc 100644 --- a/source/x11-extra/nvidia/FrugalBuild +++ b/source/x11-extra/nvidia/FrugalBuild @@ -3,7 +3,7 @@ pkgname=nvidia pkgver=275.09.07 -pkgrel=2 +pkgrel=3 archs=('i686' 'x86_64' '!ppc') _F_kernelmod_scriptlet=nvidia.install Finclude kernel-module From ryuo at frugalware.org Wed Aug 17 15:59:15 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 17 Aug 2011 15:59:15 +0200 (CEST) Subject: [Frugalware-git] kernel30: linux-firmware-20110817-1-x86_64 * version bump for kernel 3.0 Message-ID: <20110817135915.A8C891358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=d0643cbb155619e4ebf98d6838f8cbe6f5b353e4 commit d0643cbb155619e4ebf98d6838f8cbe6f5b353e4 Author: James Buren Date: Tue Aug 16 16:25:55 2011 -0500 linux-firmware-20110817-1-x86_64 * version bump for kernel 3.0 diff --git a/source/base/linux-firmware/FrugalBuild b/source/base/linux-firmware/FrugalBuild index 0eb663c..fdb29b9 100644 --- a/source/base/linux-firmware/FrugalBuild +++ b/source/base/linux-firmware/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: James Buren pkgname=linux-firmware -pkgver=20110520 +pkgver=20110817 pkgrel=1 pkgdesc="Extra linux kernel firmware." url="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary" Finclude kernel-version -depends=("kernel>=$_F_kernelver_ver" "kernel<2.6.40") +depends=("kernel>=$_F_kernelver_ver" "kernel<3.1") if [ "$CARCH" != "arm" ]; then makedepends=('alsa-firmware') fi @@ -17,7 +17,7 @@ _dlurl="http://ftp.frugalware.org/pub/other/sources/$pkgname" up2date="Flastarchive $_dlurl .tar.xz" options=('nodocs' 'nomirror') source=($_dlurl/$pkgname-$pkgver.tar.xz) -sha1sums=('cd5a9e0e59d2101c39514d10df3894e04f0a8534') +sha1sums=('0da937c3eae481272aa9d997e79ac0bd62b3b023') # Replace the old individual packages covered by this one. replaces=('radeon-firmware' 'ralink-firmware' 'iwlwifi-1000-ucode' \ From hermier at frugalware.org Wed Aug 17 16:29:39 2011 From: hermier at frugalware.org (Michel Hermier) Date: Wed, 17 Aug 2011 16:29:39 +0200 (CEST) Subject: [Frugalware-git] kernel30: nvidia-173xx-173.14.30-6-i686 Message-ID: <20110817142939.D09D31358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=6eeea2e89c8932b361e124d660e15e91993c642d commit 6eeea2e89c8932b361e124d660e15e91993c642d Author: Michel Hermier Date: Wed Aug 17 16:28:56 2011 +0200 nvidia-173xx-173.14.30-6-i686 * Add patch so that it compile with kernel-3.0. diff --git a/source/x11-extra/nvidia-173xx/FrugalBuild b/source/x11-extra/nvidia-173xx/FrugalBuild index 733b9ea..24b548b 100644 --- a/source/x11-extra/nvidia-173xx/FrugalBuild +++ b/source/x11-extra/nvidia-173xx/FrugalBuild @@ -3,7 +3,7 @@ pkgname=nvidia-173xx pkgver=173.14.30 -pkgrel=5 +pkgrel=6 archs=('i686' 'x86_64' '!ppc') _F_nvidia_legacyver="173.14.xx" Finclude nvidia @@ -11,3 +11,7 @@ case "$_F_nvidia_arch" in x86) sha1sums=('f902138475851d9fc84f81528b49b1c3903483f3');; x86_64) sha1sums=('93f10be314021adebcc5c0e675e0d83653adceb3');; esac + +source=("${source[@]}" kernel-3.0.patch) +sha1sums=("${sha1sums[@]}" 'ac0c120dd8c9aefa9d7e2c81e88f41b0e5cba3d9') + diff --git a/source/x11-extra/nvidia-173xx/kernel-3.0.patch b/source/x11-extra/nvidia-173xx/kernel-3.0.patch new file mode 100644 index 0000000..bbb395b --- /dev/null +++ b/source/x11-extra/nvidia-173xx/kernel-3.0.patch @@ -0,0 +1,22 @@ +--- usr/src/nv/conftest.sh.orig 2011-05-30 12:24:39.770031044 -0400 ++++ usr/src/nv/conftest.sh 2011-05-30 12:25:49.059315428 -0400 +@@ -76,7 +76,7 @@ + build_cflags() { + ARCH=`uname -m | sed -e 's/i.86/i386/'` + +- BASE_CFLAGS="-D__KERNEL__ \ ++ BASE_CFLAGS="-O2 -D__KERNEL__ \ + -DKBUILD_BASENAME=\"#conftest$$\" -DKBUILD_MODNAME=\"#conftest$$\" \ + -nostdinc -isystem $ISYSTEM" + +--- usr/src/nv/nv-linux.h.orig 2011-05-30 12:27:09.341819608 -0400 ++++ usr/src/nv/nv-linux.h 2011-05-30 12:27:28.854951411 -0400 +@@ -32,7 +32,7 @@ + # define KERNEL_2_4 + #elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 0) + # error This driver does not support 2.5 kernels! +-#elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 7, 0) ++#elif LINUX_VERSION_CODE < KERNEL_VERSION(3, 1, 0) + # define KERNEL_2_6 + #else + # error This driver does not support development kernels! From hermier at frugalware.org Wed Aug 17 16:29:39 2011 From: hermier at frugalware.org (Michel Hermier) Date: Wed, 17 Aug 2011 16:29:39 +0200 (CEST) Subject: [Frugalware-git] kernel30: nvidia-280.13-1-i686 Message-ID: <20110817142939.BFC981358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=eb794367c67577febbcb813ad4405011196492e4 commit eb794367c67577febbcb813ad4405011196492e4 Author: Michel Hermier Date: Wed Aug 17 15:53:00 2011 +0200 nvidia-280.13-1-i686 * Bump version. diff --git a/source/x11-extra/nvidia/FrugalBuild b/source/x11-extra/nvidia/FrugalBuild index 1997efc..86273f3 100644 --- a/source/x11-extra/nvidia/FrugalBuild +++ b/source/x11-extra/nvidia/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Michel Hermier pkgname=nvidia -pkgver=275.09.07 -pkgrel=3 +pkgver=280.13 +pkgrel=1 archs=('i686' 'x86_64' '!ppc') _F_kernelmod_scriptlet=nvidia.install Finclude kernel-module @@ -28,11 +28,11 @@ case "$CARCH" in i686) _F_nvidia_name="NVIDIA-Linux-x86-${pkgver}" source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/${_F_nvidia_name}.run") - sha1sums=('068b007bb08603689ada3ebb342dc87849f50b7c');; + sha1sums=('27d4228da677576b7c2b178cb0a3ce540444e6a2');; x86_64) _F_nvidia_name="NVIDIA-Linux-${CARCH}-${pkgver}-no-compat32" source=("ftp://download.nvidia.com/XFree86/Linux-${CARCH}/${pkgver}/${_F_nvidia_name}.run") - sha1sums=('ffa7c158794ae1c8f9a6da14955f030f65521e74');; + sha1sums=('b1531ebded8787cb2c3a8f969e84d7742bdc6686');; esac source=("${source[@]}" \ From ryuo at frugalware.org Wed Aug 17 16:35:46 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 17 Aug 2011 16:35:46 +0200 (CEST) Subject: [Frugalware-git] kernel30: oss-v4.2_build2005-1-x86_64 * version bump * rebuild with kernel 3.0 * update to use kernel module install system Message-ID: <20110817143546.C72DF1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=61fc13be82d64d3a0139fb5c6e1016ce5ab2cc7e commit 61fc13be82d64d3a0139fb5c6e1016ce5ab2cc7e Author: James Buren Date: Tue Aug 16 17:01:15 2011 -0500 oss-v4.2_build2005-1-x86_64 * version bump * rebuild with kernel 3.0 * update to use kernel module install system diff --git a/source/multimedia-extra/oss/FrugalBuild b/source/multimedia-extra/oss/FrugalBuild index 6f490dd..884da3a 100644 --- a/source/multimedia-extra/oss/FrugalBuild +++ b/source/multimedia-extra/oss/FrugalBuild @@ -5,9 +5,9 @@ # should be updated with care. pkgname=oss -pkgver=v4.2_build2004 +pkgver=v4.2_build2005 _ver="${pkgver/_/-}" -pkgrel=10 +pkgrel=1 pkgdesc="Open Sound System Version 4 for Linux (Alternative to ALSA)." url="http://developer.opensound.com" _dlurl='http://www.4front-tech.com/developer/sources/stable/gpl' @@ -16,7 +16,7 @@ groups=('multimedia-extra') archs=('i686' 'x86_64') up2date="Flastarchive $_dlurl $_ext" backup=('usr/lib/oss/soundon.user') -install="src/$pkgname.install" +_F_kernelmod_scriptlet="$pkgname.install" source=($_dlurl/$pkgname-$_ver$_ext $pkgname-disable-redundant-actions.patch rc.$pkgname @@ -35,10 +35,10 @@ _F_desktop_desc="GTK+ application for modifying OSS mixer controls." _F_desktop_icon="ossxmix.xpm" _F_desktop_exec="ossxmix" _F_desktop_categories="GTK;AudioVideo;" -sha1sums=('75c3ff1cf3e3bd5b351b1f778100387f998c7f3a' \ +sha1sums=('7924d8893f3af94c5c73c651ae0a6d5073a94bae' \ 'e7887412fa6434e12ea8bf441cd6fd52008997e5' \ '7f1c8c3758179bb1890dd17f232ebf824505cfea' \ - '44a55f97bd8090dcbcffd5f35f2951fb8cf6195b') + '89a6b9e479206ffb76cbd0475435dd41d8950651') build() { Fcd "$pkgname-$_ver-src-gpl" @@ -121,8 +121,7 @@ build() { Fsplit $pkgname-gtk-mixer /usr/share/man/man1/ossxmix.1.gz Fsplit $pkgname-gtk-mixer /usr/bin/ossxmix - # Modify the install script with a runtime value - Fexec sed -i "s:UNAME:$_F_kernelmod_uname:" "$Fsrcdir/oss.install" + Fbuild_kernelmod_scriptlet } # optimization OK diff --git a/source/multimedia-extra/oss/oss.install b/source/multimedia-extra/oss/oss.install index bff0121..73e16d2 100644 --- a/source/multimedia-extra/oss/oss.install +++ b/source/multimedia-extra/oss/oss.install @@ -1,9 +1,9 @@ post_install() { echo -n "Suppressing ALSA drivers... " - find /lib/modules -name "sound-preoss.tar.bz2" -not -path "*UNAME*" -delete + find /lib/modules -name "sound-preoss.tar.bz2" -not -path "*@_F_kernelmod_uname@*" -delete /usr/lib/oss/scripts/remove_drv.sh &> /dev/null - depmod -a UNAME + depmod -a @_F_kernelmod_uname@ /usr/sbin/chkconfig --add rc.oss echo "done." true @@ -26,7 +26,7 @@ pre_remove() post_remove() { - depmod -a UNAME + depmod -a @_F_kernelmod_uname@ true } From ryuo at frugalware.org Wed Aug 17 16:39:14 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 17 Aug 2011 16:39:14 +0200 (CEST) Subject: [Frugalware-git] kernel30: frandom-1.1-1-x86_64 * rebuild with kernel 3.0 Message-ID: <20110817143914.7D59F1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=fd8935be132481454b3d80ee8d8a329b86f8ea9c commit fd8935be132481454b3d80ee8d8a329b86f8ea9c Author: James Buren Date: Tue Aug 16 17:06:06 2011 -0500 frandom-1.1-1-x86_64 * rebuild with kernel 3.0 diff --git a/source/base-extra/frandom/FrugalBuild b/source/base-extra/frandom/FrugalBuild index bd62111..48708af 100644 --- a/source/base-extra/frandom/FrugalBuild +++ b/source/base-extra/frandom/FrugalBuild @@ -20,5 +20,6 @@ build() Fbuild_kernelmod_scriptlet Fexec mknod $Fdestdir/dev/frandom c 235 11 Fexec mknod $Fdestdir/dev/erandom c 235 12 - Ffileschmod /dev 0444 + Fexec chmod 0444 $Fdestdir/dev/frandom + Fexec chmod 0444 $Fdestdir/dev/erandom } From ryuo at frugalware.org Wed Aug 17 17:12:57 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 17 Aug 2011 17:12:57 +0200 (CEST) Subject: [Frugalware-git] kernel30: catalyst-11.7-1-x86_64 * version bump * rebuild with kernel 3.0 * remove old patch * update install file Message-ID: <20110817151257.0F4AD1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=95be13b6497bbf384c5cd50b54ff1f1596bf6ee5 commit 95be13b6497bbf384c5cd50b54ff1f1596bf6ee5 Author: James Buren Date: Tue Aug 16 17:39:34 2011 -0500 catalyst-11.7-1-x86_64 * version bump * rebuild with kernel 3.0 * remove old patch * update install file diff --git a/source/x11-extra/catalyst/FrugalBuild b/source/x11-extra/catalyst/FrugalBuild index 25d11fd..a350c27 100644 --- a/source/x11-extra/catalyst/FrugalBuild +++ b/source/x11-extra/catalyst/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: James Buren pkgname=catalyst -pkgver=11.6 -pkgrel=2 +pkgver=11.7 +pkgrel=1 pkgdesc="The proprietary driver for ATI graphics drivers." url="http://www.amd.com" rodepends=('xorg-server' 'libqtgui') @@ -11,22 +11,19 @@ groups=('x11-extra') archs=('i686' 'x86_64' '!ppc' '!arm') options=('nodocs' 'genscriptlet') up2date="lynx -dump http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx | grep 'AMD Catalyst' | cut -d ' ' -f 6" -source=(http://www2.ati.com/drivers/linux/ati-driver-installer-${pkgver/./-}-x86.x86_64.run $pkgname.install kernel-2.6.39.patch) +source=(http://www2.ati.com/drivers/linux/ati-driver-installer-${pkgver/./-}-x86.x86_64.run $pkgname.install) conflicts=('libgl' 'libglx' 'xf86-video-ati' 'xf86-video-mach64' 'xf86-video-r128') provides=('libgl' 'libglx') -_F_genscriptlet_install="$pkgname.install" +_F_kernelmod_scriptlet="$pkgname.install" Finclude kernel-module -sha1sums=('2b1df6b8044ae9c67733e528751680152703efb9' \ - '94df420b2ce57a13738b1c3a4c117faddde17280' \ - 'c0705b059bf76a3aaa813c2f4328e5d93ea2d9a5') +sha1sums=('014254982bfe98cb7990fad2ea31c8988f925c33' \ + '524a5b34e9922439968eb428004b1b4b549134b9') build() { # Run the script to extract the contents. Fexec sh ati-driver-installer-${pkgver/./-}-x86.x86_64.run --extract $pkgname - Fexec patch -d $pkgname -Np1 -i ../kernel-2.6.39.patch - # Let's compile the fglrx kernel module and install it. Fexec cd $pkgname/common/lib/modules/fglrx/build_mod if [ $CARCH = i686 ]; then @@ -35,7 +32,7 @@ build() Fexec ln -sf $Fsrcdir/$pkgname/arch/x86_64/lib/modules/fglrx/build_mod/libfglrx_ip.a fi uname_r=$_F_kernelmod_uname - uname_a=`uname -a | sed "s|2\.6\.[0-9]\+-fw[0-9]\+|$_F_kernelmod_uname|"` + uname_a=`uname -a | sed "s|3\.[0-9]\+-fw[0-9]\+|$_F_kernelmod_uname|"` Fexec ./make.sh --norootcheck --uname_r $uname_r --uname_a "${uname_a[@]}" Ffilerel /lib/modules/$_F_kernelmod_uname/video/fglrx.ko Fexec cd $Fsrcdir/$pkgname diff --git a/source/x11-extra/catalyst/catalyst.install b/source/x11-extra/catalyst/catalyst.install index 44eceab..266a31e 100644 --- a/source/x11-extra/catalyst/catalyst.install +++ b/source/x11-extra/catalyst/catalyst.install @@ -6,20 +6,20 @@ warning() post_install() { - depmod -a _F_kernelmod_uname + depmod -a @_F_kernelmod_uname@ echo "blacklist radeon" >> /etc/modprobe.d/blacklist.conf warning } post_upgrade() { - depmod -a _F_kernelmod_uname + depmod -a @_F_kernelmod_uname@ warning } post_remove() { - depmod -a _F_kernelmod_uname + depmod -a @_F_kernelmod_uname@ sed -i '/^blacklist radeon$/ d' /etc/modprobe.d/blacklist.conf } diff --git a/source/x11-extra/catalyst/kernel-2.6.39.patch b/source/x11-extra/catalyst/kernel-2.6.39.patch deleted file mode 100644 index 7348210..0000000 --- a/source/x11-extra/catalyst/kernel-2.6.39.patch +++ /dev/null @@ -1,85 +0,0 @@ -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: drm_compat.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: drm.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: drm_os_linux.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: drmP.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: drm_proc.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: fglrxko_pci_ids.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: firegl_public.c -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: firegl_public.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_acpi.c -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_acpi.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_acpi.o -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: .kcl_acpi.o.cmd -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_agp.c -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_agp.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl.c -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_config.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_debug.c -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_debug.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_io.c -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_ioctl.c -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_ioctl.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_io.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_iommu.c -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_iommu.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_osconfig.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_pci.c -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_pci.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_str.c -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_str.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_type.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_wait.c -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: kcl_wait.h -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: libfglrx_ip.a -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: .libfglrx_ip.a.cmd -Only in b/common/lib/modules/fglrx/build_mod/2.6.x: .tmp_versions -diff -aur a/common/lib/modules/fglrx/build_mod/drmP.h b/common/lib/modules/fglrx/build_mod/drmP.h ---- a/common/lib/modules/fglrx/build_mod/drmP.h 2011-05-12 09:46:30.000000000 -0500 -+++ b/common/lib/modules/fglrx/build_mod/drmP.h 2011-05-20 13:15:41.332592691 -0500 -@@ -57,7 +57,6 @@ - #include - #include - #include --#include /* For (un)lock_kernel */ - #include - #include - #if defined(__alpha__) || defined(__powerpc__) -diff -aur a/common/lib/modules/fglrx/build_mod/firegl_public.c b/common/lib/modules/fglrx/build_mod/firegl_public.c ---- a/common/lib/modules/fglrx/build_mod/firegl_public.c 2011-05-12 09:46:30.000000000 -0500 -+++ b/common/lib/modules/fglrx/build_mod/firegl_public.c 2011-05-20 13:15:41.336592693 -0500 -@@ -114,7 +114,6 @@ - #include - #include - #include --#include - // newer SuSE kernels need this - #include - -@@ -1048,9 +1047,6 @@ - - dev->pubdev.signature = FGL_DEVICE_SIGNATURE; - -- for (i = 0; i < __KE_MAX_SPINLOCKS; i++) -- dev->spinlock[i] = SPIN_LOCK_UNLOCKED; -- - for (i=0; i < __KE_MAX_SEMAPHORES; i++) - sema_init(&dev->struct_sem[i], 1); - -@@ -1900,13 +1896,11 @@ - /** \brief Grab global kernel lock */ - void ATI_API_CALL KCL_GlobalKernelLock(void) - { -- lock_kernel(); - } - - /** \brief Release global kernel lock */ - void ATI_API_CALL KCL_GlobalKernelUnlock(void) - { -- unlock_kernel(); - } - - /*****************************************************************************/ -Only in b/common/lib/modules/fglrx/build_mod: firegl_public.c.orig -Only in b/common/lib/modules/fglrx/build_mod: libfglrx_ip.a -Only in b/common/lib/modules/fglrx/build_mod: make.sh.log From ryuo at frugalware.org Wed Aug 17 17:14:27 2011 From: ryuo at frugalware.org (James Buren) Date: Wed, 17 Aug 2011 17:14:27 +0200 (CEST) Subject: [Frugalware-git] kernel30: elilo-3.14-6-x86_64 * rebuild with kernel 3.0 Message-ID: <20110817151427.984141358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=89b8c7dc5593d009a28df802c5a33c0333d1c191 commit 89b8c7dc5593d009a28df802c5a33c0333d1c191 Author: James Buren Date: Tue Aug 16 17:41:10 2011 -0500 elilo-3.14-6-x86_64 * rebuild with kernel 3.0 diff --git a/source/base-extra/elilo/FrugalBuild b/source/base-extra/elilo/FrugalBuild index a731d6b..a320f84 100644 --- a/source/base-extra/elilo/FrugalBuild +++ b/source/base-extra/elilo/FrugalBuild @@ -3,7 +3,7 @@ pkgname=elilo pkgver=3.14 -pkgrel=5 +pkgrel=6 pkgdesc="A clone of LILO designed to work on EFI and UEFI systems on x86/x86_64." Finclude kernel-version depends=("kernel=$_F_kernelver_ver-$_F_kernelver_rel") From hermier at frugalware.org Wed Aug 17 17:33:04 2011 From: hermier at frugalware.org (Michel Hermier) Date: Wed, 17 Aug 2011 17:33:04 +0200 (CEST) Subject: [Frugalware-git] kernel30: acerhk-0.5.35-64-i686 Message-ID: <20110817153304.256BC1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=4b12f7accef2c5a3b81439f22a68a11a57e725f9 commit 4b12f7accef2c5a3b81439f22a68a11a57e725f9 Author: Michel Hermier Date: Wed Aug 17 17:32:29 2011 +0200 acerhk-0.5.35-64-i686 * rebuild with kernel 3.0 diff --git a/source/apps-extra/acerhk/FrugalBuild b/source/apps-extra/acerhk/FrugalBuild index 87695bc..abca114 100644 --- a/source/apps-extra/acerhk/FrugalBuild +++ b/source/apps-extra/acerhk/FrugalBuild @@ -4,7 +4,7 @@ pkgname=acerhk pkgver=0.5.35 -pkgrel=63 +pkgrel=64 pkgdesc="Acer Hotkey driver for Linux" url="http://www.cakey.de/acerhk/" Finclude kernel-module From bouleetbil at frogdev.info Wed Aug 17 22:08:58 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 17 Aug 2011 22:08:58 +0200 (CEST) Subject: [Frugalware-git] gnometesting: vala-0.13.2-1-x86_64 *version bump (for folks) Message-ID: <20110817200858.91CF51358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=c62f3c0006503167dde5e0b9e888fa91f9b3508b commit c62f3c0006503167dde5e0b9e888fa91f9b3508b Author: bouleetbil Date: Wed Aug 17 21:58:02 2011 +0200 vala-0.13.2-1-x86_64 *version bump (for folks) diff --git a/source/devel-extra/vala/FrugalBuild b/source/devel-extra/vala/FrugalBuild index 542db28..4f1e786 100644 --- a/source/devel-extra/vala/FrugalBuild +++ b/source/devel-extra/vala/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: jedifox pkgname=vala -pkgver=0.12.1 -pkgrel=4 +pkgver=0.13.2 +pkgrel=1 pkgdesc="Vala is a prgramming language that aims to bring modern programming language features to GNOME developers" depends=('glib2>=2.28.3') makedepends=('libxslt' 'vala') @@ -12,7 +12,7 @@ groups=('devel-extra') archs=('i686' 'x86_64' 'ppc' 'arm') options=('force') Finclude gnome -sha1sums=('defa61ac7b9f97abe8aac7ad7fb3f80f3c0b9657') +sha1sums=('d02ed04e56d5e4108cbdd6167114bc5291473213') Fconfopts="${Fconfopts[@]} --enable-vapigen" # optimization OK From vmiklos at frugalware.org Wed Aug 17 22:13:11 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 17 Aug 2011 22:13:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: KDE-4.7 Message-ID: <20110817201311.C97D41358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=271a0f20278c915aa757509e18fd7c85336295f3 commit 271a0f20278c915aa757509e18fd7c85336295f3 Merge: 9c24f93 cc2ece6 Author: Miklos Vajna Date: Wed Aug 17 22:09:41 2011 +0200 KDE-4.7 Merge branch 'master' of git.frugalware.org:/pub/other/people/devil505/kdetesting2 * 'master' of git.frugalware.org:/pub/other/people/devil505/kdetesting2: (133 commits) From bouleetbil at frogdev.info Wed Aug 17 22:14:04 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 17 Aug 2011 22:14:04 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gconf-3.1.6-1-x86_64 Message-ID: <20110817201404.8C9E31358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b4364b06306c883e9082486f48786f35aa6a4b85 commit b4364b06306c883e9082486f48786f35aa6a4b85 Author: bouleetbil Date: Wed Aug 17 22:03:34 2011 +0200 gconf-3.1.6-1-x86_64 *Version bump diff --git a/source/gnome/gconf/FrugalBuild b/source/gnome/gconf/FrugalBuild index 19f4bc7..3c32883 100644 --- a/source/gnome/gconf/FrugalBuild +++ b/source/gnome/gconf/FrugalBuild @@ -4,7 +4,7 @@ pkgname=gconf _F_gnome_name=GConf -pkgver=3.1.4 +pkgver=3.1.6 pkgrel=1 pkgdesc="A configuration database system for GNOME" url="http://www.gnome.org/" @@ -14,7 +14,7 @@ groups=('gnome') archs=('i686' 'x86_64' 'ppc') Finclude gnome source=(${source[@]} gconf-2.16.0-reload.patch) -sha1sums=('150fbbe78df56ba9772a1b9a0b68de39e01fa390' \ +sha1sums=('0b8d871a96dac3176bf26a736e9a689926cf4a72' \ 'c51bd437b495af6b25aff143a45c0b93a4afc236') Fconfopts="${Fconfopts[@]} --with-gtk=3.0" From devil505linux at gmail.com Wed Aug 17 22:20:23 2011 From: devil505linux at gmail.com (Devil505) Date: Wed, 17 Aug 2011 22:20:23 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * Spanish translation of news #213, Mores is out!! :) Message-ID: <20110817202023.F13301358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=f9ecb0f3b9d25141e65170492a07f24025542e19 commit f9ecb0f3b9d25141e65170492a07f24025542e19 Author: Nekrodes Date: Tue Aug 16 14:17:38 2011 +0200 * Spanish translation of news #213, Mores is out!! :) diff --git a/frugalware/xml/news_es.xml b/frugalware/xml/news_es.xml index 43f976f..ee8ce95 100644 --- a/frugalware/xml/news_es.xml +++ b/frugalware/xml/news_es.xml @@ -22,6 +22,36 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 213 + Frugalware 1.5 (Mores) disponible + Lun, 15 Ago 2011 00:39:33 +0200 + Miklos Vajna + 0 + Frugalware 1.5 Mores disponible !
          + El Equipo de Desarrollo de Frugalware tiene el placer de anunciaros la disponibilidad inmediata de Frugalware 1.5, nuestra decimoquinta estable.
          + No se han a??adido mejoras desde la 1.5rc2, pero se han corregido 86 errores peque??os. Si no seguisteis los cambios durante la salida de la pre/rc, aqu?? ten??is algunos de los m??s importantes desde la 1.4:
          +
            +
          • Paquetes actualizados: Linux kernel 2.6.39.3, XOrg server 1.10.3, GNOME 3, KDE SC 4.6.5, XFCE 4.8, LibreOffice 3.4.2, Mozilla Firefox 5.0.1 por citar algunos.
          • +
          • Nueva versi??n de Pacman-g2 aportando algunas mejoras interesantes (en ingl??s).
          • +
          • Ahora systemd es el sistema de arranque por defecto.
          • +
          • Iniciado (en ingl??s) el port para ARM.
          • +
          • La pantalla de inicio la proporciona plymouth.
          • +
          • Los kernel i686 y x86_64 pueden arrancar desde EFI. (Sin embargo, no se puede instalar el bootloader desde el men??).
          • +
          • Adem??s del soporte EFI, las tablas de partici??n GPT han sido activadas. Se recomienda usar gptfdisk para el particionado.
          • +
          • El paquete setuptools de Python ha sido reemplazado por distribute.
          • +
          + Por favor, leed el ChangeLog de Mores (en ingl??s) de Frugalware para m??s informaci??n.
          + Descargar las iso para i686, x86_64, ppc y arm: Mirad nuestra lista de servidores. ??No olvid??is de comprobar la integridad de las im??genes de instalaci??n antes de grabarlas!
          + NOTA: Haz click aqu?? (en ingl??s) para saber m??s sobre qu?? dispositivo necesitas para la instalaci??n.
          + Si quieres pasar de la antigua versi??n estable (Nexon) a Mores, por favor, lee la secci??n upgrade (en ingl??s) de la documantacion.
          +
          +
          + Traducido por Nekrodes. + ]]> +
          +
          + 212 Frugalware Newsletter N??mero 81 S??b, 06 Ago 2011 23:49:23 +1000 @@ -275,7 +305,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
        • KDE 4.6
        • Firefox 4.0
        • XFCE 4.8 con algunos bugs corregidos (4.8.1), mirad aqui (en ingl??s) para ver los detalles de lo que trae esta nueva versi??n.
        • -
        • Disponible las librerias EFL 1.0 (M??s informaci??n (en ingl??s)
        • +
        • Disponible las librerias EFL 1.0 M??s informaci??n (en ingl??s)
        • Nuevas mejoras: From bouleetbil at frogdev.info Wed Aug 17 22:24:00 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 17 Aug 2011 22:24:00 +0200 (CEST) Subject: [Frugalware-git] gnometesting: polkit-gnome-0.102-1-x86_64 Message-ID: <20110817202400.399B81358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a3d818e26d0cf1bc1ba1fffde0ee3d99d326046e commit a3d818e26d0cf1bc1ba1fffde0ee3d99d326046e Author: bouleetbil Date: Wed Aug 17 22:13:50 2011 +0200 polkit-gnome-0.102-1-x86_64 *Version bump diff --git a/source/gnome/polkit-gnome/FrugalBuild b/source/gnome/polkit-gnome/FrugalBuild index ce438e9..38063c4 100644 --- a/source/gnome/polkit-gnome/FrugalBuild +++ b/source/gnome/polkit-gnome/FrugalBuild @@ -2,19 +2,19 @@ # Maintainer: bouleetbil pkgname=polkit-gnome -pkgver=0.101 -pkgrel=2 +pkgver=0.102 +pkgrel=1 pkgdesc="PolicyKit policies and configurations for the GNOME desktop" url="http://hal.freedesktop.org/docs/PolicyKit" -depends=('libxml2>=2.7.8' 'polkit>=0.100' 'gconf' 'gtk+2>=2.24.1') +depends=('libxml2>=2.7.8' 'polkit>=0.100' 'gconf' 'gtk+3') makedepends=('intltool' 'gnome-doc-utils' 'gobject-introspection>=0.9.0') groups=('gnome') archs=('i686' 'x86_64' 'ppc') up2date="Flasttar http://hal.freedesktop.org/releases/" source=(http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.bz2 polkit-gnome-authentication-agent-1.desktop) -sha1sums=('23a886cecba4a7466deb6655224f20f29d87d305' \ +sha1sums=('21c60ba77d8593abdb8f96522bd9942caec55e3d' \ '93d1f9a7d068dd8e70c930abea9acf5b770a3485') -Fconfopts="${Fconfopts[@]} --disable-gtk-doc" +Fconfopts="${Fconfopts[@]} --disable-gtk-doc --with-gtk=3.0" replaces=('gnome-policykit') conflicts=('gnome-policykit') provides=('gnome-policykit') From bouleetbil at frogdev.info Wed Aug 17 22:32:39 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 17 Aug 2011 22:32:39 +0200 (CEST) Subject: [Frugalware-git] gnometesting: glib2-2.29.16-1-x86_64 Message-ID: <20110817203239.63B3A1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=fb661c158ffd8a98c6b665a4afc99fa57129725f commit fb661c158ffd8a98c6b665a4afc99fa57129725f Author: bouleetbil Date: Wed Aug 17 22:21:49 2011 +0200 glib2-2.29.16-1-x86_64 *Version bump diff --git a/source/base/glib2/FrugalBuild b/source/base/glib2/FrugalBuild index 10947d0..cfdc253 100644 --- a/source/base/glib2/FrugalBuild +++ b/source/base/glib2/FrugalBuild @@ -4,7 +4,7 @@ USE_DOC=${USE_DOC:-"y"} pkgname=glib2 -pkgver=2.29.14 +pkgver=2.29.16 pkgrel=1 pkgdesc="Common C routines used by GTK+2 and other libraries" url="http://www.gtk.org/" @@ -20,7 +20,7 @@ _F_cd_path="glib-$pkgver" source=($source \ glib2.sh \ glib2.csh) -sha1sums=('bd993994e9d6262c19d241f6a6f781f11b840831' \ +sha1sums=('e8dd8f57b5044ee0404abfc56c4de5c1d294582b' \ 'bfe05590a6498259f1045a591fd886a8572f271a' \ '6db09da816d69aab7a5cbf3460ee082bef200891') if Fuse $USE_DOC; then From bouleetbil at frogdev.info Wed Aug 17 22:54:57 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 17 Aug 2011 22:54:57 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+3-3.1.12-1-x86_64 Message-ID: <20110817205457.74D3D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=852abe2df70299d6b533c52967aab785a6f0d207 commit 852abe2df70299d6b533c52967aab785a6f0d207 Author: bouleetbil Date: Wed Aug 17 22:43:55 2011 +0200 gtk+3-3.1.12-1-x86_64 *Version bump diff --git a/source/xlib/gtk+3/FrugalBuild b/source/xlib/gtk+3/FrugalBuild index e8c9ba4..73ed66b 100644 --- a/source/xlib/gtk+3/FrugalBuild +++ b/source/xlib/gtk+3/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gtk+3 _F_gnome_name=gtk+ -pkgver=3.1.10 +pkgver=3.1.12 pkgrel=1 pkgdesc="The GTK+ Toolkit (3.x series)" depends=('libxext' 'libxfixes' 'cairo' 'libgcc' 'libjpeg' 'libtiff' 'libcups' \ @@ -19,7 +19,7 @@ Finclude gnome gnome-scriptlet url="http://www.gtk.org/" _F_cd_path="gtk+-$pkgver" source=($source im-cedilla.conf) -sha1sums=('e83d834c4ee6e791d2bb82a2b1568bb6d0268297' \ +sha1sums=('3d832fc24f12108f39368c1238b6b66282281717' \ 'f8a64241bcc873c1f1110e16306e48577a41852b') if [ "$_F_gnome_git" != "n" ]; then From devil505linux at gmail.com Wed Aug 17 23:08:22 2011 From: devil505linux at gmail.com (Devil505) Date: Wed, 17 Aug 2011 23:08:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: thunderbird-6.0-2-i686 * fixing build Message-ID: <20110817210822.EC87E1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=39ba178c6c3d7c3ade59255a96893de9e8522c81 commit 39ba178c6c3d7c3ade59255a96893de9e8522c81 Author: Devil505 Date: Wed Aug 17 23:05:42 2011 +0200 thunderbird-6.0-2-i686 * fixing build diff --git a/source/xapps/thunderbird/FrugalBuild b/source/xapps/thunderbird/FrugalBuild index e31cb3d..1ff2f06 100644 --- a/source/xapps/thunderbird/FrugalBuild +++ b/source/xapps/thunderbird/FrugalBuild @@ -4,7 +4,7 @@ pkgname=thunderbird pkgver=6.0 -pkgrel=1 +pkgrel=2 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' \ @@ -61,8 +61,8 @@ build() # Install menu file. Ffile /usr/share/applications/$pkgname.desktop - Frm usr/lib/thunderbird-5.0/dictionaries - Fln /usr/share/myspell/dicts usr/lib/thunderbird-5.0/dictionaries + Frm usr/lib/thunderbird-$pkgver/dictionaries + Fln /usr/share/myspell/dicts usr/lib/thunderbird-$pkgver/dictionaries # We don't want the development stuff Frm /usr/{include,lib/thunderbird-devel-$pkgver,share/idl} From bouleetbil at frogdev.info Thu Aug 18 00:59:03 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 00:59:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-settings-daemon-3.1.5-1-x86_64 Message-ID: <20110817225903.50BB91358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=4077b5c835cc1437785a9cc06b75cd48383d21db commit 4077b5c835cc1437785a9cc06b75cd48383d21db Author: bouleetbil Date: Thu Aug 18 00:48:47 2011 +0200 gnome-settings-daemon-3.1.5-1-x86_64 *Version bump diff --git a/source/gnome/gnome-settings-daemon/FrugalBuild b/source/gnome/gnome-settings-daemon/FrugalBuild index 32c0cc6..7265a19 100644 --- a/source/gnome/gnome-settings-daemon/FrugalBuild +++ b/source/gnome/gnome-settings-daemon/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gnome-settings-daemon -pkgver=3.1.4 +pkgver=3.1.5 pkgrel=1 pkgdesc="Utility library for accessing gnome-settings-daemon over DBUS" depends=('libxml2>=2.7.8' 'libgnomekbd>=3.0.0' 'esd' 'gst-plugins-base>=0.10.22-2' 'libxxf86misc' \ @@ -16,7 +16,7 @@ _F_gnome_glib="y" _F_gnome_scrollkeeper="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet -sha1sums=('4f4b41193a3b59e29d3a65eba45ff52feac34900') +sha1sums=('4839f3f04ef4e2557cfdda57eabb0d1b60a2aa01') Fconfopts="${Fconfopts[@]} --disable-static" build() { From bouleetbil at frogdev.info Thu Aug 18 01:15:18 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 01:15:18 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtkhtml-4.1.5-1-x86_64 Message-ID: <20110817231518.D5EF91358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=262c2c94b60e10771622472edd5f01a6fb8de62e commit 262c2c94b60e10771622472edd5f01a6fb8de62e Author: bouleetbil Date: Thu Aug 18 01:05:04 2011 +0200 gtkhtml-4.1.5-1-x86_64 *Version bump diff --git a/source/gnome/gtkhtml/FrugalBuild b/source/gnome/gtkhtml/FrugalBuild index f44dca4..f254055 100644 --- a/source/gnome/gtkhtml/FrugalBuild +++ b/source/gnome/gtkhtml/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gtkhtml -pkgver=4.1.4 +pkgver=4.1.5 pkgrel=1 pkgdesc="A lightweight HTML rendering/printing/editing engine" depends=('libxml2>=2.7.8' 'gtk+3' 'gconf' \ @@ -11,9 +11,8 @@ depends=('libxml2>=2.7.8' 'gtk+3' 'gconf' \ makedepends=('intltool') groups=('gnome') archs=('i686' 'x86_64' 'ppc') -_F_gnome_devel="y" Finclude gnome -sha1sums=('90fb2d96d903d49b9fe2c8f90f37b6351b8b6ac5') +sha1sums=('644c6bc2f5da01d56878ffcebc4030fc1cc95ac4') replaces=('gtkhtml312') provides=('gtkhtml312') From bouleetbil at frogdev.info Thu Aug 18 01:23:28 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 01:23:28 +0200 (CEST) Subject: [Frugalware-git] gnometesting: evolution-data-server-3.1.5-1-x86_64 Message-ID: <20110817232328.1B0CF1358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=7da0f28427847d74958507962d7ae9e6b6c32fdc commit 7da0f28427847d74958507962d7ae9e6b6c32fdc Author: bouleetbil Date: Thu Aug 18 01:13:02 2011 +0200 evolution-data-server-3.1.5-1-x86_64 *Version bump diff --git a/source/gnome/evolution-data-server/FrugalBuild b/source/gnome/evolution-data-server/FrugalBuild index fdb8164..2391b7c 100644 --- a/source/gnome/evolution-data-server/FrugalBuild +++ b/source/gnome/evolution-data-server/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=evolution-data-server -pkgver=3.1.4 +pkgver=3.1.5 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.32.0' 'libgweather>=3.0.0' \ @@ -13,7 +13,7 @@ groups=('gnome') archs=('i686' 'x86_64' 'ppc') _F_gnome_git="n" Finclude gnome -sha1sums=('9ae2bb81aea27d95dfedc0613f87166ac5414e3f') +sha1sums=('7d73fe8bbf7e0b83354ed95504ae5d5a992e8d0c') if [ "$_F_gnome_git" != "n" ]; then unset sha1sums fi From bouleetbil at frogdev.info Thu Aug 18 01:26:44 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 01:26:44 +0200 (CEST) Subject: [Frugalware-git] gnometesting: zenity-3.1.5-1-x86_64 Message-ID: <20110817232644.E51071358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=3ebf02e6be9d5a1d6139ac56eca5c8d7273f7727 commit 3ebf02e6be9d5a1d6139ac56eca5c8d7273f7727 Author: bouleetbil Date: Thu Aug 18 01:16:32 2011 +0200 zenity-3.1.5-1-x86_64 *Version bump diff --git a/source/gnome/zenity/FrugalBuild b/source/gnome/zenity/FrugalBuild index 1bbcf7a..3790576 100644 --- a/source/gnome/zenity/FrugalBuild +++ b/source/gnome/zenity/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=zenity -pkgver=3.0.0 +pkgver=3.1.5 pkgrel=1 pkgdesc="A rewrite of gdialog" url="http://www.gnome.org/" @@ -13,7 +13,7 @@ groups=('gnome') archs=('i686' 'x86_64' 'ppc') _F_gnome_scrollkeeper="y" Finclude gnome gnome-scriptlet -sha1sums=('0ca6e7ee43862e42922b5866805ade522ce7faf7') +sha1sums=('c115b2966f2fa5fec4c796b389881333ed735f20') Fconfopts="$Fconfopts --with-gtk=3.0" # optimization OK From bouleetbil at frogdev.info Thu Aug 18 01:28:53 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 01:28:53 +0200 (CEST) Subject: [Frugalware-git] gnometesting: yelp-xsl-3.1.4-1-x86_64 Message-ID: <20110817232853.5AAD11358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=c9beb7b83b136eccbf9070131da0f6734ec9826c commit c9beb7b83b136eccbf9070131da0f6734ec9826c Author: bouleetbil Date: Thu Aug 18 01:18:38 2011 +0200 yelp-xsl-3.1.4-1-x86_64 *Version bump diff --git a/source/gnome/yelp-xsl/FrugalBuild b/source/gnome/yelp-xsl/FrugalBuild index b4a06db..57faca9 100644 --- a/source/gnome/yelp-xsl/FrugalBuild +++ b/source/gnome/yelp-xsl/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=yelp-xsl -pkgver=3.1.3 +pkgver=3.1.4 pkgrel=1 pkgdesc="TXSL stylesheets for the yelp help browser" depends=('libxml2' 'libxslt') @@ -10,5 +10,5 @@ makedepends=('intltool' 'itstool') groups=('gnome') archs=('i686' 'x86_64' 'ppc') Finclude gnome -sha1sums=('83fba2bee32155d54b3030beb9e96a85315f402c') +sha1sums=('732c9f30c5a1f4e6fd2475403f1f85d9280d7bf8') From bouleetbil at frogdev.info Thu Aug 18 01:29:25 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 01:29:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gedit-plugins-3.0.7-1-x86_64 Message-ID: <20110817232925.F15811358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fcbf7b94c6e29085bf207230e8659440bbe969fd commit fcbf7b94c6e29085bf207230e8659440bbe969fd Author: bouleetbil Date: Thu Aug 18 01:19:05 2011 +0200 gedit-plugins-3.0.7-1-x86_64 *version bump diff --git a/source/gnome-extra/gedit-plugins/FrugalBuild b/source/gnome-extra/gedit-plugins/FrugalBuild index 75cf10d..cdd16d4 100644 --- a/source/gnome-extra/gedit-plugins/FrugalBuild +++ b/source/gnome-extra/gedit-plugins/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gedit-plugins -pkgver=3.0.5 +pkgver=3.0.7 pkgrel=1 pkgdesc="Plugins for gedit" depends=('gedit>=3.0.5' 'gucharmap') @@ -12,4 +12,4 @@ archs=('i686' 'x86_64') _F_gnome_desktop="y" _F_gnome_glib="y" Finclude gnome gnome-scriptlet -sha1sums=('25299f2861a93c114ba7e3c9814ee1ae22412034') +sha1sums=('510d8260c6337d137c77a318bbe8f0299363461c') From bouleetbil at frogdev.info Thu Aug 18 01:32:55 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 01:32:55 +0200 (CEST) Subject: [Frugalware-git] gnometesting: yelp-3.1.2-1-x86_64 Message-ID: <20110817233255.66EC81358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1604e19be184c84eb4ba0960ad4963cd43920148 commit 1604e19be184c84eb4ba0960ad4963cd43920148 Author: bouleetbil Date: Thu Aug 18 01:22:40 2011 +0200 yelp-3.1.2-1-x86_64 *Version bump diff --git a/source/gnome/yelp/FrugalBuild b/source/gnome/yelp/FrugalBuild index a5ad315..829c779 100644 --- a/source/gnome/yelp/FrugalBuild +++ b/source/gnome/yelp/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=yelp -pkgver=3.1.1 +pkgver=3.1.2 pkgrel=1 pkgdesc="The default help browser for GNOME" url="http://www.gnome.org/" @@ -15,6 +15,6 @@ _F_gnome_glib="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet unset MAKEFLAGS -sha1sums=('1fecdbfc5627188c93b4c803dec1f180ee7a210f') +sha1sums=('b68fba8bb3a1e8ded475102ea6d8fd1a520f013a') # optimization OK From devil505linux at gmail.com Thu Aug 18 07:29:20 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 07:29:20 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-json-xs-2.32-1-i686 * version bump Message-ID: <20110818052921.010EB1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=424c3c2cf43d70a028b651d49e68684527919b85 commit 424c3c2cf43d70a028b651d49e68684527919b85 Author: Devil505 Date: Thu Aug 18 07:27:09 2011 +0200 perl-json-xs-2.32-1-i686 * version bump diff --git a/source/devel-extra/perl-json-xs/FrugalBuild b/source/devel-extra/perl-json-xs/FrugalBuild index 57eac6a..6e1227b 100644 --- a/source/devel-extra/perl-json-xs/FrugalBuild +++ b/source/devel-extra/perl-json-xs/FrugalBuild @@ -3,11 +3,11 @@ _F_perl_name=JSON-XS _F_perl_author=M/ML/MLEHMANN -pkgver=2.31 +pkgver=2.32 pkgrel=1 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast" Finclude perl groups=('devel-extra') archs=('i686' 'x86_64') -sha1sums=('bdb2ec33081d10b0403a43ac83947d62d35b15dc') +sha1sums=('8aabec648367c5edd6ec81155a7e9593c6a4d421') # optimization OK From devil505linux at gmail.com Thu Aug 18 07:42:46 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 07:42:46 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xapian-core-1.2.7-1-i686 * version bump Message-ID: <20110818054246.BA5801358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c7c8802ed723206001a468f144b064d174bfe3e3 commit c7c8802ed723206001a468f144b064d174bfe3e3 Author: Devil505 Date: Thu Aug 18 07:39:48 2011 +0200 xapian-core-1.2.7-1-i686 * version bump diff --git a/source/lib-extra/xapian-core/FrugalBuild b/source/lib-extra/xapian-core/FrugalBuild index e9341bf..5d101c1 100644 --- a/source/lib-extra/xapian-core/FrugalBuild +++ b/source/lib-extra/xapian-core/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: crazy pkgname=xapian-core -pkgver=1.2.6 +pkgver=1.2.7 pkgrel=1 pkgdesc="Xapian is an Open Source Search Engine Library." url="http://www.xapian.org/" @@ -13,6 +13,6 @@ groups=('lib-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://www.xapian.org/|grep 'stable version'|sed 's/.*is \(.*\), .*/\1/'" source=(http://www.oligarchy.co.uk/xapian/$pkgver/$pkgname-$pkgver.tar.gz) -sha1sums=('342c140af6c4cc18f1922f79e3f2fb855127e9ff') +sha1sums=('c6c5c5b14d5d64481858ac2b181429a9b8bdc9a1') # optimization OK diff --git a/source/xapps-extra/blender/blender.png b/source/xapps-extra/blender/blender.png deleted file mode 100644 index 8339e06..0000000 Binary files a/source/xapps-extra/blender/blender.png and /dev/null differ From devil505linux at gmail.com Thu Aug 18 07:44:50 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 07:44:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: guvcview-1.5.0-1-i686 * version bump Message-ID: <20110818054450.C33F51358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f5a632282314548676aafe101c4041158c0563f9 commit f5a632282314548676aafe101c4041158c0563f9 Author: Devil505 Date: Thu Aug 18 07:42:13 2011 +0200 guvcview-1.5.0-1-i686 * version bump diff --git a/source/xapps-extra/guvcview/FrugalBuild b/source/xapps-extra/guvcview/FrugalBuild index 0135e20..5fb1ce2 100644 --- a/source/xapps-extra/guvcview/FrugalBuild +++ b/source/xapps-extra/guvcview/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=guvcview -pkgver=1.4.5 -pkgrel=2 +pkgver=1.5.0 +pkgrel=1 pkgdesc="A video viewer and capturer for the linux uvc driver" depends=('gtk+2>=2.20.1' 'libxau>=1.0.4-1' 'libxdmcp' 'portaudio' 'twolame' 'ffmpeg>=0.8' 'libxext>=1.0.5-3' 'libraw1394' 'libogg' 'libxdamage>=1.1.1-3' 'libxml2>=2.7.8' 'libv4l') options=('scriptlet') @@ -14,6 +14,6 @@ Finclude berlios groups=('xapps-extra') archs=('i686' 'x86_64') _F_cd_path="$_F_berlios_name-$pkgver" -sha1sums=('e0a187c02043287170dcdcdb862a0fb8ca83bf3b') +sha1sums=('8a0c99c2f33a868d026ca03601f5f477c778ec7a') # optimization OK From devil505linux at gmail.com Thu Aug 18 07:47:17 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 07:47:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: playonlinux-4.0.2-1-i686 * version bump Message-ID: <20110818054717.8E92D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8ea6bf33cda6f9401fea485c3e5a2abaf1d247d0 commit 8ea6bf33cda6f9401fea485c3e5a2abaf1d247d0 Author: Devil505 Date: Thu Aug 18 07:44:36 2011 +0200 playonlinux-4.0.2-1-i686 * version bump diff --git a/source/xapps-extra/playonlinux/FrugalBuild b/source/xapps-extra/playonlinux/FrugalBuild index 6385cba..a7afbaa 100644 --- a/source/xapps-extra/playonlinux/FrugalBuild +++ b/source/xapps-extra/playonlinux/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=playonlinux -pkgver=4.0.1 +pkgver=4.0.2 pkgrel=1 pkgdesc="GUI for managing Windows and DOS programs under linux" url="http://www.$pkgname.com" @@ -16,7 +16,7 @@ Fpkgversep="_" _F_cd_path="$pkgname" up2date="lynx -dump $url/en/download-generic.html | Flasttar" source=(http://www.playonlinux.com/script_files/$_F_archive_name/$pkgver/${_F_archive_name}_$pkgver.tar.gz) -sha1sums=('9531b95b8e2083dece31ebe7e862702e6679576d') +sha1sums=('7496ef1005d31cb87d60a99ab25241c9f89d0998') build() { From devil505linux at gmail.com Thu Aug 18 07:49:55 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 07:49:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: rednotebook-1.1.8-1-i686 * version bump Message-ID: <20110818054955.659771358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2233a0ed7598f601ba9f4f9bbb8f72a6afb84cf1 commit 2233a0ed7598f601ba9f4f9bbb8f72a6afb84cf1 Author: Devil505 Date: Thu Aug 18 07:47:25 2011 +0200 rednotebook-1.1.8-1-i686 * version bump diff --git a/source/gnome-extra/rednotebook/FrugalBuild b/source/gnome-extra/rednotebook/FrugalBuild index 7cfec0e..189084b 100644 --- a/source/gnome-extra/rednotebook/FrugalBuild +++ b/source/gnome-extra/rednotebook/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=rednotebook -pkgver=1.1.7 +pkgver=1.1.8 pkgrel=1 pkgdesc="RedNotebook is a desktop diary that makes it very easy for you to keep track of the stuff you do and the thoughts you have." depends=('pygtk' 'libgtkhtml' 'pyyaml' 'gnome-python-extras') @@ -11,4 +11,4 @@ _F_gnome_iconcache="y" Finclude sourceforge gnome-scriptlet groups=('gnome-extra') archs=('i686' 'x86_64') -sha1sums=('0dc58e6e5569d4303209fad52f3aa206ccc8c7a7') +sha1sums=('a37b46108b2c01cd488840c27c96acb145f5a286') From devil505linux at gmail.com Thu Aug 18 07:54:30 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 07:54:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: hplip-3.11.7-1-i686 * version bump Message-ID: <20110818055430.5649E1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c2d7a9c6fe8f18b28b233fb0d71c23f8b4f19780 commit c2d7a9c6fe8f18b28b233fb0d71c23f8b4f19780 Author: Devil505 Date: Thu Aug 18 07:48:47 2011 +0200 hplip-3.11.7-1-i686 * version bump diff --git a/source/apps-extra/hplip/FrugalBuild b/source/apps-extra/hplip/FrugalBuild index 1c6db18..76249b7 100644 --- a/source/apps-extra/hplip/FrugalBuild +++ b/source/apps-extra/hplip/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: voroskoi pkgname=hplip -pkgver=3.11.5 +pkgver=3.11.7 pkgrel=1 _F_sourceforge_ext=.tar.gz Finclude sourceforge @@ -17,7 +17,7 @@ conflicts=("${replaces[@]}") provides=("${replaces[@]}") groups=('apps-extra') archs=('i686' 'x86_64' 'ppc') -sha1sums=('e3604752b7a1ab0f492a1b4d470f8fa75e8959e5') +sha1sums=('82a41c3089392ab096a5d373ce8610ff50b004b2') options=('nodocs') subpkgs=("${subpackages[@]}" 'hplip-driver') From devil505linux at gmail.com Thu Aug 18 07:57:00 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 07:57:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xapian-bindings-1.2.7-1-i686 * version bump Message-ID: <20110818055700.E6E6F1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f49f444f78b7c9a04fdf269d9453c7aab6f382c5 commit f49f444f78b7c9a04fdf269d9453c7aab6f382c5 Author: Devil505 Date: Thu Aug 18 07:54:09 2011 +0200 xapian-bindings-1.2.7-1-i686 * version bump diff --git a/source/devel-extra/xapian-bindings/FrugalBuild b/source/devel-extra/xapian-bindings/FrugalBuild index 857b5d2..4e40708 100644 --- a/source/devel-extra/xapian-bindings/FrugalBuild +++ b/source/devel-extra/xapian-bindings/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=xapian-bindings -pkgver=1.2.6 +pkgver=1.2.7 pkgrel=1 pkgdesc="Python bindings for Xapian" url="http://xapian.org/docs/bindings/python/" @@ -11,6 +11,6 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://www.xapian.org/|grep 'stable version'|sed 's/.*is \(.*\), .*/\1/'" source=(http://www.oligarchy.co.uk/xapian/$pkgver/$pkgname-$pkgver.tar.gz) -sha1sums=('d42d418c1873c607427c7cfb293477aa35428e4c') +sha1sums=('79e9f0b01f1af3440d10d00469dbe248784ffa1c') # optimization OK From devil505linux at gmail.com Thu Aug 18 07:57:29 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 07:57:29 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: keyutils-1.5.2-1-i686 * version bump Message-ID: <20110818055729.4EFF51358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=65c0f42a4fc9d97880426f7722f749fa3982d381 commit 65c0f42a4fc9d97880426f7722f749fa3982d381 Author: Devil505 Date: Thu Aug 18 07:54:32 2011 +0200 keyutils-1.5.2-1-i686 * version bump diff --git a/source/apps-extra/keyutils/FrugalBuild b/source/apps-extra/keyutils/FrugalBuild index 0fb4c34..e539f5a 100644 --- a/source/apps-extra/keyutils/FrugalBuild +++ b/source/apps-extra/keyutils/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Cedrick Hannier alias Cedynamix pkgname=keyutils -pkgver=1.4 +pkgver=1.5.2 pkgrel=1 pkgdesc="Keyutils is a set of utilities for managing the key retention facility in the kernel" url="https://rhn.redhat.com/errata/RHEA-2006-0090.html" @@ -11,7 +11,7 @@ archs=('i686' 'x86_64') groups=('apps-extra') source=(http://people.redhat.com/~dhowells/keyutils/keyutils-$pkgver.tar.bz2) up2date="lynx -dump http://people.redhat.com/~dhowells/keyutils/ | Flasttar" -sha1sums=('4468485f00238232f53229d66b13bdd63cb3eb0f') +sha1sums=('c5e0a174fc6790af82c1b621dd80197c6962cc71') build() { Fsed '-O2' "$CFLAGS" Makefile From devil505linux at gmail.com Thu Aug 18 07:59:55 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 07:59:55 +0200 (CEST) Subject: [Frugalware-git] ayatana: nux-1.2.0-1-i686 * version bump Message-ID: <20110818055955.8A0721358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=dcacd0c927f7f5748a82706acc07e1f9d6c62224 commit dcacd0c927f7f5748a82706acc07e1f9d6c62224 Author: Devil505 Date: Thu Aug 18 07:57:36 2011 +0200 nux-1.2.0-1-i686 * version bump diff --git a/source/ayatana-extra/nux/FrugalBuild b/source/ayatana-extra/nux/FrugalBuild index 09079b1..ddf0617 100644 --- a/source/ayatana-extra/nux/FrugalBuild +++ b/source/ayatana-extra/nux/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=nux -pkgver=1.0.8 +pkgver=1.2.0 pkgrel=1 pkgdesc="An OpenGL toolkit (for Unity)" url="https://launchpad.net/nux" @@ -16,6 +16,6 @@ _F_launchpad_branch="1.0" Finclude mono launchpad groups=('ayatana-extra') archs=('i686' 'x86_64') -sha1sums=('0e7e16be50aca8774457d5bd444e4741fe783967') +sha1sums=('7d37e35f73ec5f3e555da01ee2be3056b241d714') # optimization OK From devil505linux at gmail.com Thu Aug 18 08:03:08 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 08:03:08 +0200 (CEST) Subject: [Frugalware-git] ayatana: indicator-session-0.3.1-1-i686 * version bump Message-ID: <20110818060308.E514D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=4adde5c7e7d27549fd139f0298d1cacb1bfa8e09 commit 4adde5c7e7d27549fd139f0298d1cacb1bfa8e09 Author: Devil505 Date: Thu Aug 18 08:01:01 2011 +0200 indicator-session-0.3.1-1-i686 * version bump diff --git a/source/ayatana-extra/indicator-session/FrugalBuild b/source/ayatana-extra/indicator-session/FrugalBuild index ae92f3e..5a77b2c 100644 --- a/source/ayatana-extra/indicator-session/FrugalBuild +++ b/source/ayatana-extra/indicator-session/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Devil505 pkgname=indicator-session -pkgver=0.3.0 +pkgver=0.3.1 pkgrel=1 pkgdesc="An indicator showing session management, status and user switching." -depends=('libdbusmenu-gtk>=0.4.90' 'libindicator>=0.3.91' 'gconf') +depends=('libdbusmenu-gtk>=0.4.90' 'libindicator>=0.3.91' 'gconf' 'libgudev') makedepends=('intltool') groups=('ayatana-extra') archs=('i686' 'x86_64') _F_gnome_schemas=('/etc/gconf/schemas/indicator-session.schemas') _F_launchpad_branch="0.3" Finclude launchpad gnome-scriptlet -sha1sums=('9c1e564699fcadd8ba7d937485cb03c8ae177218') +sha1sums=('6ea098491ae2cb7e8c5503da56c39ef2539da647') From devil505linux at gmail.com Thu Aug 18 08:05:22 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 08:05:22 +0200 (CEST) Subject: [Frugalware-git] ayatana: libunity-4.0.0-1-i686 * version bump Message-ID: <20110818060522.858E31358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=f788a8f01be10826fe7048e9a87a6f993ca9d167 commit f788a8f01be10826fe7048e9a87a6f993ca9d167 Author: Devil505 Date: Thu Aug 18 08:03:17 2011 +0200 libunity-4.0.0-1-i686 * version bump diff --git a/source/ayatana-extra/libunity/FrugalBuild b/source/ayatana-extra/libunity/FrugalBuild index 3ef9e75..bf3f24b 100644 --- a/source/ayatana-extra/libunity/FrugalBuild +++ b/source/ayatana-extra/libunity/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: Devil505 pkgname=libunity -pkgver=3.8.4 +pkgver=4.0.0 pkgrel=1 pkgdesc="A library for instrumenting- and integrating with all aspects of the Unity shell" -depends=('libgee' 'libdee' 'dbus-glib' 'libdbusmenu>=0.4') +depends=('libgee' 'libdee' 'dbus-glib' 'libdbusmenu>=0.4.90') makedepends=('vala>=0.11.3') groups=('ayatana-extra') archs=('i686' 'x86_64') -_F_launchpad_branch="3.0" +_F_launchpad_branch="4.0.0" Finclude launchpad -sha1sums=('b6b359cc6bd985ca5e97789af582dc2e1e84f10b') +sha1sums=('4d7cab9f5023120e2e10e868bf23cc3c1030f714') From devil505linux at gmail.com Thu Aug 18 08:10:29 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 08:10:29 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ffmpeg-0.8.2-1-i686 * version bump Message-ID: <20110818061029.25A871358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=10959b37b82c3a29afc57f90d7293df7567aa62b commit 10959b37b82c3a29afc57f90d7293df7567aa62b Author: Devil505 Date: Thu Aug 18 08:07:31 2011 +0200 ffmpeg-0.8.2-1-i686 * version bump diff --git a/source/xmultimedia/ffmpeg/FrugalBuild b/source/xmultimedia/ffmpeg/FrugalBuild index a016c69..2835656 100644 --- a/source/xmultimedia/ffmpeg/FrugalBuild +++ b/source/xmultimedia/ffmpeg/FrugalBuild @@ -3,9 +3,9 @@ # Contributor: Cedrick Hannier alias Cedynamix pkgname=ffmpeg -pkgver=0.8.1 +pkgver=0.8.2 #rev=22893 -pkgrel=2 +pkgrel=1 pkgdesc="FFMpeg is a complete and free Internet live audio and video broadcasting solution for Linux/Unix." url="http://ffmpeg.sourceforge.net/" depends=('a52dec' 'amrnb' 'amrwb' 'faac>=1.28' 'lame' 'libtheora' 'libvorbis' 'x264>=20110729' 'xvidcore' 'libdc1394' 'imlib2' 'sdl>=1.2.13-2' 'faad2>=2.7' 'gsm' 'opencore-amr>=0.1.2') @@ -16,7 +16,7 @@ archs=('i686' 'x86_64' 'ppc') up2date="Flasttar http://www.ffmpeg.org/releases/" source="http://www.ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2" #source=(http://ftp.frugalware.org/pub/other/sources/$pkgname/$pkgname-$pkgver-$rev.tar.bz2) -sha1sums=('db9371ac11e36b8cb2684af5f2c2d443f8e408d2') +sha1sums=('984f731aced1380840cd8e3576e8db0c2fd5537f') #signatures=("${source[0]}.asc") subpkgs=("$pkgname-compiletime") From devil505linux at gmail.com Thu Aug 18 08:11:24 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 08:11:24 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ubuntuone-storage-protocol-1.7.0-1-i686 * version bump Message-ID: <20110818061124.6B95D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3bbb873f0433d8ef6c4a19ceaab0a270c0778794 commit 3bbb873f0433d8ef6c4a19ceaab0a270c0778794 Author: Devil505 Date: Thu Aug 18 08:09:22 2011 +0200 ubuntuone-storage-protocol-1.7.0-1-i686 * version bump diff --git a/source/ayatana-extra/ubuntuone-storage-protocol/FrugalBuild b/source/ayatana-extra/ubuntuone-storage-protocol/FrugalBuild index b63e505..738c047 100644 --- a/source/ayatana-extra/ubuntuone-storage-protocol/FrugalBuild +++ b/source/ayatana-extra/ubuntuone-storage-protocol/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: Devil505 pkgname=ubuntuone-storage-protocol -pkgver=1.6.0 -pkgrel=2 +pkgver=1.7.0 +pkgrel=1 pkgdesc="Python library for Ubuntu One file storage and sharing service" depends=('protobuf-python' 'pyopenssl' 'python-oauth' 'pyopenssl' 'pyxdg' 'twisted') makedepends=('distribute') groups=('ayatana-extra') archs=('i686' 'x86_64') Finclude launchpad -sha1sums=('0076a5b8b78c8ef6d8d21a581814c3bd04805846') +sha1sums=('a9d59f0a5b21c164afa0f46c649a7a06a445410d') From devil505linux at gmail.com Thu Aug 18 08:37:10 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 08:37:10 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: blender-2.59-1-i686 * version bump * removed custom icon and desktop files * using python3 * build() rewritten Message-ID: <20110818063710.0BF011358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dc72c73a52682807c1700c4170526c92caf7fda4 commit dc72c73a52682807c1700c4170526c92caf7fda4 Author: Devil505 Date: Thu Aug 18 08:31:22 2011 +0200 blender-2.59-1-i686 * version bump * removed custom icon and desktop files * using python3 * build() rewritten diff --git a/source/xapps-extra/blender/FrugalBuild b/source/xapps-extra/blender/FrugalBuild index 535cbe6..bfacad9 100644 --- a/source/xapps-extra/blender/FrugalBuild +++ b/source/xapps-extra/blender/FrugalBuild @@ -5,49 +5,67 @@ # FIXME: ffmpeg, player pkgname=blender -pkgver=2.49 +pkgver=2.59 pkgextraver= -pkgrel=5 +pkgrel=1 pkgdesc="A 3D modeling/rendering/animation/gaming application" url="http://blender.org" -Finclude python +_F_gnome_iconcache="y" +_F_gnome_desktop="y" +Finclude gnome-scriptlet python cmake depends=('libjpeg>=8a' 'libpng>=1.4.1' 'freetype2' \ 'freealut>=1.1.0-3' 'openexr>=1.7.0' 'openal>=1.7.411' \ - "python>=2.7" 'libtiff' 'sdl>=1.2.13-2' 'libxi') + "python-3.0" 'libtiff' 'sdl>=1.2.13-2' 'libxi' 'glew' \ + 'libsamplerate' 'ffmpeg') groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') -makedepends=('cmake' 'ftgl') +makedepends=('cmake' 'ftgl' 'subversion') up2date="Flasttar http://www.blender.org/download/source-code/" -source=(http://download.blender.org/source/$pkgname-$pkgver$pkgextraver.tar.gz \ - blender.desktop blender.png blender-2.48a-cve-2008-4863.patch) -sha1sums=('75bc00cb9b0d106e4cd1d6c25534c1d139aa88d7' \ - '44ee67a0ed814481aacca0dfc8cf45ae7a48eed5' \ - '5d2583d847735c913c26c96ace8192a646323da8' \ - '0d54c1c1acff478fd2bb3adcc1f8296a9692da51') +source=(http://download.blender.org/source/$pkgname-$pkgver$pkgextraver.tar.gz) +sha1sums=('00ec50e0c29db152cb098b397c1ff3bf3c95cc3b') build() { - Fpatchall + Fcd mkdir -p ../build || Fdie cd ../build || Fdie - cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=$Fprefix \ - -DWITH_BULLET=ON -DWITH_ELBEEM=ON -DWITH_FFMPEG=OFF -DWITH_GAMEENGINE=ON \ - -DWITH_INTERNATIONAL=ON -DWITH_OPENAL=ON -DWITH_OPENEXR=ON \ - -DWITH_PLAYER=OFF -DWITH_QUICKTIME=OFF -DWITH_VERSE=ON -DYESIAMSTUPID=ON || Fdie - make || Fdie - - Fmkdir $Fprefix/lib/blender - mv bin/.blender/* $Fdestdir/$Fprefix/lib/blender || Fdie - Fexerel bin/blender $Fprefix/bin/blender - #Fexerel bin/blenderplayer $Fprefix/bin/blenderplayer - Ffile $pkgname-$pkgver/source/blender/blenpluginapi/*.h $Fprefix/lib/blender/plugins/include - Ffile /usr/share/pixmaps/blender.png - Ffile /usr/share/applications/blender.desktop - Ffilerel lib/* $Fprefix/lib - cd - >/dev/null - Fcprel release/plugins $Fprefix/lib/blender - chmod +x $Fdestdir/$Fprefix/lib/blender/plugins/bmake || Fdie - make -C $Fdestdir/$Fprefix/lib/blender/plugins || Fdie - Fdocrel release/text/* + + [[ $CARCH == i686 ]] && ENABLESSE2="-DSUPPORT_SSE2_BUILD:BOOL=OFF" + + cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=$Fprefix \ + -DCMAKE_BUILD_TYPE:STRING=Release \ + -DWITH_INSTALL_PORTABLE:BOOL=OFF \ + -DWITH_PYTHON_INSTALL:BOOL=OFF \ + -DWITH_OPENCOLLADA:BOOL=OFF \ + -DWITH_GAMEENGINE:BOOL=ON \ + -DWITH_PLAYER:BOOL=ON \ + -DWITH_BUILTIN_GLEW:BOOL=OFF \ + -DWITH_CODEC_FFMPEG:BOOL=ON \ + -DWITH_CODEC_SNDFILE:BOOL=ON \ + -DPYTHON_VERSION:STRING=3.2 \ + -DPYTHON_LIBPATH:STRING=/usr/lib \ + -DPYTHON_LIBRARY:STRING=python3.2m \ + -DPYTHON_INCLUDE_DIRS:STRING=/usr/include/python3.2m \ + $ENABLESSE2 + + make $MAKEFLAGS + + cp -rf $Fsrcdir/${pkgname}-$pkgver/release/plugins/* \ + $Fsrcdir/${pkgname}-$pkgver/source/blender/blenpluginapi/ || Fdie + cd $Fsrcdir/${pkgname}-$pkgver/source/blender/blenpluginapi || Fdie + chmod 755 bmake || Fdie + make || Fdie + + cd $Fsrcdir/build || Fdie + make DESTDIR="$Fdestdir" install || Fdie + python3 -m compileall "$Fdestdir/usr/share/blender" || Fdie + + # install plugins + install -d -m755 $Fdestdir/usr/share/blender/${pkgver%[a-z]}/plugins/{sequence,texture} + cp $Fsrcdir/${pkgname}-$pkgver/source/blender/blenpluginapi/sequence/*.so \ + $Fdestdir/usr/share/blender/${pkgver%[a-z]}/plugins/sequence/ || Fdie + cp $Fsrcdir/${pkgname}-$pkgver/source/blender/blenpluginapi/texture/*.so \ + $Fdestdir/usr/share/blender/${pkgver%[a-z]}/plugins/texture/ || Fdie + Fbuild_gnome_scriptlet } # optimization OK diff --git a/source/xapps-extra/blender/blender-2.48a-cve-2008-4863.patch b/source/xapps-extra/blender/blender-2.48a-cve-2008-4863.patch deleted file mode 100644 index 4fa3c6f..0000000 --- a/source/xapps-extra/blender/blender-2.48a-cve-2008-4863.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -up blender-2.48a/source/blender/python/BPY_interface.c.cve blender-2.48a/source/blender/python/BPY_interface.c ---- blender-2.48a/source/blender/python/BPY_interface.c.cve 2008-11-03 17:31:19.000000000 +0100 -+++ blender-2.48a/source/blender/python/BPY_interface.c 2008-11-03 17:35:01.000000000 +0100 -@@ -225,6 +225,11 @@ void BPY_start_python( int argc, char ** - Py_Initialize( ); - - PySys_SetArgv( argc_copy, argv_copy ); -+ -+ /* Sanitize sys.path to prevent relative imports loading modules in -+ the current working directory */ -+ PyRun_SimpleString("import sys; sys.path = filter(None, sys.path)"); -+ - /* Initialize thread support (also acquires lock) */ - PyEval_InitThreads(); - diff --git a/source/xapps-extra/blender/blender.desktop b/source/xapps-extra/blender/blender.desktop deleted file mode 100644 index 86a2c8d..0000000 --- a/source/xapps-extra/blender/blender.desktop +++ /dev/null @@ -1,79 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Blender -Name[ar]=???????????? -Name[bn]=??????????????????????????? -Name[es]=Indice -Name[fa]=???????????? -Name[hi]=???????????????????????? -Name[is]=Hr??riv??l -Name[ko]=????????? -Name[pa]=??????????????? -Name[ta]=???????????????????????? -Name[tg]=?????????????? -Name[th]=??????????????????????????? -MimeType= -GenericName=3D Modeler/Renderer -GenericName[af]=3D Beeld Moduleerder -GenericName[ar]=???????? ?????????? ???????????? ?????????????? -GenericName[az]=3D Modell??yici/Render Vasit??si -GenericName[bg]=???????????????? ???? ???????????????????? ?????????????????????? -GenericName[bn]=????????????????????????????????? ??????????????????/???????????????????????? -GenericName[ca]=Modelador i renderitzador 3D -GenericName[cs]=Model???? 3D sc??n -GenericName[cy]=Modelydd/Trosydd 3D -GenericName[da]=3D Modelerer/Fremviser -GenericName[de]=3D-Modeler/Renderer -GenericName[el]=3D ????????????????????????????/Renderer -GenericName[en_GB]=3D Modeller/Renderer -GenericName[eo]=Desegnilo/bildigilo por tridimensiaj scenoj -GenericName[es]=Modelador de escenas 3D -GenericName[et]=3D modelleerija/teisendaja -GenericName[eu]=3D Modelatzailea/Renderizatzailea -GenericName[fa]=?????????????????????????/?????????? ???? ???????? -GenericName[fi]=3D-mallintaja/render??ij?? -GenericName[fr]=Logiciel d'animation et de mod??lisation 3D -GenericName[fy]=3D modelearprogramma -GenericName[ga]=Insamhl??ir/Rindre??la?? 3T -GenericName[gl]=Modelador/Renderizador 3D -GenericName[he]=???????? ???????????? ???????????????? -GenericName[hi]=3?????? ???????????????/?????????????????? -GenericName[hr]=Program za modeliranje/renderiranje 3d scena -GenericName[hu]=3D-s modellez?? -GenericName[is]=T??l til vinnslu me?? 3D hluti -GenericName[it]=Modellatore e render 3D -GenericName[ja]=3D?????????/???????????? -GenericName[ko]=3?????? ?????????/????????? ?????? -GenericName[lt]=Scenos modeliuotojas -GenericName[mk]=3D ??????????????????/?????????????????? -GenericName[mn]=3 ???????????????? ?????? ?????????? ???????????????????????? -GenericName[nb]=3d-modellering/visning -GenericName[nds]=3D-Modellmaak- un -tekenprogramm -GenericName[nl]=3D modeleerprogramma -GenericName[nn]=3d-modellering/-vising -GenericName[pa]=3?????? ?????????????????????/?????????????????? -GenericName[pl]=Program do modelowania tr??jwymiarowego -GenericName[pt]=Modelador/Rasterizador 3D -GenericName[pt_BR]=Modelador/Renderizador 3D -GenericName[ro]=Modelator de scene 3D -GenericName[ru]=3D ????????????????/?????????????? -GenericName[sk]=3D modelovanie/rendrovanie sc??n -GenericName[sl]=3D Modelirnik scen/upodabljalnik -GenericName[sr]=3D ??????????????/???????????????? -GenericName[sr at Latn]=3D modelar/renderer -GenericName[sv]=3D-modellering/uppritning -GenericName[ta]=?????????????????????????????? ?????????????????? -GenericName[tg]=3D ????????????????/?????????????????????????????? -GenericName[th]=??????????????????/????????????????????????????????? 3 ???????????? -GenericName[tr]=3B Modelleme Program?? -GenericName[uk]=???????????????? 3D -GenericName[vi]=Tr??nh t???o m???u v?? h??? tr??? 3D -GenericName[zh_CN]=3D ??????/????????? -GenericName[zh_TW]=3D ?????????????????? -Exec=blender -Icon=blender.png -Path= -Type=Application -Terminal=false -X-KDE-StartupNotify=false -Categories=Application;Graphics; From devil505linux at gmail.com Thu Aug 18 08:39:04 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 08:39:04 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xnoise-0.1.27-1-i686 * version bump Message-ID: <20110818063904.EF2281358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=df8d6a20f59e6076af320e879e986a7b21c897d5 commit df8d6a20f59e6076af320e879e986a7b21c897d5 Author: Devil505 Date: Thu Aug 18 08:36:50 2011 +0200 xnoise-0.1.27-1-i686 * version bump diff --git a/source/xapps-extra/xnoise/FrugalBuild b/source/xapps-extra/xnoise/FrugalBuild index f306ea6..93a9b36 100644 --- a/source/xapps-extra/xnoise/FrugalBuild +++ b/source/xapps-extra/xnoise/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=xnoise -pkgver=0.1.26 +pkgver=0.1.27 pkgrel=1 pkgdesc="Media player with a slick GUI, great speed and lots of features." depends=('taglib' 'sqlite3' 'gst-plugins-base' 'unique1' 'gtk+2-libs' \ @@ -15,6 +15,6 @@ _F_googlecode_ext=".tar.bz2" Finclude googlecode gnome-scriptlet groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('4b901fa93c88808843b4da58a6326780876f78fc') +sha1sums=('c82ab357a629f7c79491939dd007a073f703eff2') replaces=('xnoise-plugins-core') # optimization OK From devil505linux at gmail.com Thu Aug 18 08:43:03 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 08:43:03 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pidgin-privacy-please-0.7.1-1-i686 * version bump Message-ID: <20110818064303.288471358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5aa9c407699a6cb075bb2e96664b4da713d61e2b commit 5aa9c407699a6cb075bb2e96664b4da713d61e2b Author: Devil505 Date: Thu Aug 18 08:41:01 2011 +0200 pidgin-privacy-please-0.7.1-1-i686 * version bump diff --git a/source/xapps-extra/pidgin-privacy-please/FrugalBuild b/source/xapps-extra/pidgin-privacy-please/FrugalBuild index 899b43c..65846bd 100644 --- a/source/xapps-extra/pidgin-privacy-please/FrugalBuild +++ b/source/xapps-extra/pidgin-privacy-please/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=pidgin-privacy-please -pkgver=0.7.0 +pkgver=0.7.1 pkgrel=1 pkgdesc="A privacy plugin for the pidgin instant messenger." depends=('pidgin>=2.6.6-2') @@ -11,6 +11,6 @@ options=('scriptlet') Finclude googlecode groups=('xapps-extra' 'pidgin-plugins') archs=('i686' 'x86_64') -sha1sums=('1469bb43b65976a6b6312fe1beb55eed7df6c912') +sha1sums=('82a6c849d4e4d2683c4c23cf03cc35647d8ea13f') # optimization OK From devil505linux at gmail.com Thu Aug 18 08:44:54 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 08:44:54 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: yad-0.13.0-1-i686 * version bump Message-ID: <20110818064454.AE9211358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=869c015dc68fc8a0c9c7e44400d83196d4bda11b commit 869c015dc68fc8a0c9c7e44400d83196d4bda11b Author: Devil505 Date: Thu Aug 18 08:42:43 2011 +0200 yad-0.13.0-1-i686 * version bump diff --git a/source/xlib-extra/yad/FrugalBuild b/source/xlib-extra/yad/FrugalBuild index d5b3787..d733b45 100644 --- a/source/xlib-extra/yad/FrugalBuild +++ b/source/xlib-extra/yad/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=yad -pkgver=0.12.90 +pkgver=0.13.0 pkgrel=1 pkgdesc="Display graphical dialogs from shell scripts or command line" _F_googlecode_ext=".tar.xz" @@ -12,4 +12,4 @@ makedepends=('intltool') options=('scriptlet') groups=('xlib-extra') archs=('i686' 'x86_64') -sha1sums=('837f3f9b6e41d8fd1bf39a95f597f50016abfc35') +sha1sums=('77cb38d25c5e15cf5a0f03d023d624b35ffa805b') From devil505linux at gmail.com Thu Aug 18 08:47:21 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 08:47:21 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: meld-1.5.2-1-i686 * version bump Message-ID: <20110818064721.DBD941358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8a6ff3b1cfef0eead8886d9cc84bfa39146bbd63 commit 8a6ff3b1cfef0eead8886d9cc84bfa39146bbd63 Author: Devil505 Date: Thu Aug 18 08:44:50 2011 +0200 meld-1.5.2-1-i686 * version bump diff --git a/source/gnome-extra/meld/FrugalBuild b/source/gnome-extra/meld/FrugalBuild index 40716cf..6a8413b 100644 --- a/source/gnome-extra/meld/FrugalBuild +++ b/source/gnome-extra/meld/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=meld -pkgver=1.5.1 +pkgver=1.5.2 pkgrel=1 pkgdesc="a visual diff and merge tool" url="http://meld.sourceforge.net/" @@ -16,7 +16,7 @@ _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet groups=('gnome-extra') archs=('i686' 'x86_64') -sha1sums=('cf87316307bd3511ba79b5b9144efed87f0edef3') +sha1sums=('f2a745de7e1bf316e9804418269e141f5cadad46') build() { Fcd From devil505linux at gmail.com Thu Aug 18 08:51:32 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 08:51:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gtkwave-3.3.24-1-i686 * version bump Message-ID: <20110818065132.E210D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b281e4fdb11a666f8fbfd0de2de023d5709704b8 commit b281e4fdb11a666f8fbfd0de2de023d5709704b8 Author: Devil505 Date: Thu Aug 18 08:48:56 2011 +0200 gtkwave-3.3.24-1-i686 * version bump diff --git a/source/xapps-extra/gtkwave/FrugalBuild b/source/xapps-extra/gtkwave/FrugalBuild index e7237ed..6d521c9 100644 --- a/source/xapps-extra/gtkwave/FrugalBuild +++ b/source/xapps-extra/gtkwave/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=gtkwave -pkgver=3.3.23 +pkgver=3.3.24 pkgrel=1 pkgdesc="A wave viewer for LXT, LXT2, VZT, GHW and standard Verilog VCD/EVCD files." depends=('gtk+2>=2.20.1' 'gperf>=3.0.4') @@ -11,6 +11,6 @@ Finclude sourceforge groups=('xapps-extra' 'geda-suite') archs=('i686' 'x86_64') options=('scriptlet') -sha1sums=('f75e006e4ef8051b226d8ed3213fcb923b375e70') +sha1sums=('ade593cdcfbb6206e2d5b8b5b0db71195ff47bd2') # optimization OK From devil505linux at gmail.com Thu Aug 18 08:54:29 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 08:54:29 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: nautilus-dropbox-0.6.9-1-i686 * version bump Message-ID: <20110818065429.12D871358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ae923c3acd3ad01132d66f2b86dcdbb1bd2f1935 commit ae923c3acd3ad01132d66f2b86dcdbb1bd2f1935 Author: Devil505 Date: Thu Aug 18 08:52:02 2011 +0200 nautilus-dropbox-0.6.9-1-i686 * version bump diff --git a/source/gnome-extra/nautilus-dropbox/FrugalBuild b/source/gnome-extra/nautilus-dropbox/FrugalBuild index 960927d..dc1aecb 100644 --- a/source/gnome-extra/nautilus-dropbox/FrugalBuild +++ b/source/gnome-extra/nautilus-dropbox/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=nautilus-dropbox -pkgver=0.6.8 +pkgver=0.6.9 pkgrel=1 pkgdesc="Dropbox for Linux - Nautilus extension" url="https://www.dropbox.com" @@ -16,6 +16,6 @@ _F_gnome_desktop="y" Finclude gnome-scriptlet up2date="Flasttar $url/downloading?os=lnx" source=($url/download?dl=packages/$pkgname-$pkgver.tar.bz2) -sha1sums=('378484c25e9e9f206e22c2324d78d2e9be87ff91') +sha1sums=('bad6402183b2ed1190ecb8faec2eccaf9ae3e821') # optimization OK From devil505linux at gmail.com Thu Aug 18 09:02:44 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 09:02:44 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: deja-dup-19.5-1-i686 * version bump Message-ID: <20110818070244.7394F1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=79fa3c917f875abde7fe3baab91ef30fd37e90b6 commit 79fa3c917f875abde7fe3baab91ef30fd37e90b6 Author: Devil505 Date: Thu Aug 18 08:59:54 2011 +0200 deja-dup-19.5-1-i686 * version bump diff --git a/source/gnome-extra/deja-dup/FrugalBuild b/source/gnome-extra/deja-dup/FrugalBuild index 0c3a05c..3e02b29 100644 --- a/source/gnome-extra/deja-dup/FrugalBuild +++ b/source/gnome-extra/deja-dup/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Cedrick Hannier alias Cedynamix pkgname=deja-dup -pkgver=19.4 +pkgver=19.5 pkgrel=1 pkgdesc="D??j?? Dup is a simple backup program and uses duplicity as the backend." depends=('unique1' 'duplicity>=0.6.09-3' 'nautilus>=2.90.0-1' 'atk' 'pango' 'libxau' 'libxdmcp' \ @@ -17,7 +17,7 @@ _F_launchpad_branch="20" _F_gnome_iconcache="y" _F_gnome_glib="y" Finclude launchpad gnome-scriptlet -sha1sums=('5c7b0c307b33fb4d1aea2fae8e242afd8f74a870') +sha1sums=('8d32b1c29e1a1fc5b968f7c7a319fb653e4d66d3') build() { Fbuild From devil505linux at gmail.com Thu Aug 18 09:28:51 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 09:28:51 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: freeciv-2.3.0-1-i686 * version bump Message-ID: <20110818072851.85AD91358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8219471b8f48f6003b0e5ea9d032ab023086fe31 commit 8219471b8f48f6003b0e5ea9d032ab023086fe31 Author: Devil505 Date: Thu Aug 18 09:23:47 2011 +0200 freeciv-2.3.0-1-i686 * version bump diff --git a/source/games-extra/freeciv/FrugalBuild b/source/games-extra/freeciv/FrugalBuild index e13cab5..22f1eca 100644 --- a/source/games-extra/freeciv/FrugalBuild +++ b/source/games-extra/freeciv/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: voroskoi pkgname=freeciv -pkgver=2.2.7 +pkgver=2.3.0 pkgrel=1 pkgdesc="A multiuser clone of the famous Microprose game of Civilization." depends=('gtk+2>=2.20.1' 'sdl_mixer>=1.2.8-2' 'libxdamage>=1.1.1-3' 'readline' 'ncurses') @@ -14,6 +14,6 @@ _F_gnome_iconcache="y" Finclude sourceforge gnome-scriptlet url="http://freeciv.wikia.com/wiki/Main_Page" up2date="lynx -dump $url |grep Stable |sed -ne 's/.*\([0-9].[0-9].[0-9]\) rel.*/\1/;1p'" -sha1sums=('fb96fc11d045bb440f79aad1a41130a8490e66b6') +sha1sums=('cf58eadf1bb1bfacb9202df0c713cdba3c35557d') # optimization OK From bouleetbil at frogdev.info Thu Aug 18 10:26:01 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 10:26:01 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-screensaver-3.1.5-1-x86_64 Message-ID: <20110818082601.EDA001358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5d51b81573cc3f4a7ca8527fe70343d4f68134e0 commit 5d51b81573cc3f4a7ca8527fe70343d4f68134e0 Author: bouleetbil Date: Thu Aug 18 10:15:44 2011 +0200 gnome-screensaver-3.1.5-1-x86_64 *Version bump diff --git a/source/gnome/gnome-screensaver/FrugalBuild b/source/gnome/gnome-screensaver/FrugalBuild index ae837d9..017aa88 100644 --- a/source/gnome/gnome-screensaver/FrugalBuild +++ b/source/gnome/gnome-screensaver/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=gnome-screensaver -pkgver=3.0.0 -pkgrel=3 +pkgver=3.1.5 +pkgrel=1 pkgdesc="GNOME screen saver and locker" url="http://live.gnome.org/GnomeScreensaver" depends=('libxml2>=2.7.8' 'dbus-glib>=0.71' 'gnome-menus>=2.30.5' 'libgnomekbd>=2.91.0' 'gtk+3' \ @@ -16,7 +16,7 @@ _F_gnome_glib="y" _F_gnome_desktop="y" _F_gnome_scrollkeeper="y" _F_gnome_mime="y" -sha1sums=('8070e916d66a381334be2ca11b4b8e4c378c0a08') +sha1sums=('e8ed0a6351ce3eb8539a0cd49bf7328c69138a8b') build() { Fcd From bouleetbil at frogdev.info Thu Aug 18 10:32:16 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 10:32:16 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-themes-standard-3.1.5-1-x86_64 Message-ID: <20110818083216.61B7E1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=eb721365f466467cc2769eaae052d7cf6ff1323a commit eb721365f466467cc2769eaae052d7cf6ff1323a Author: bouleetbil Date: Thu Aug 18 10:22:01 2011 +0200 gnome-themes-standard-3.1.5-1-x86_64 *Version bump diff --git a/source/gnome/gnome-themes-standard/FrugalBuild b/source/gnome/gnome-themes-standard/FrugalBuild index 249a003..43d1ae7 100644 --- a/source/gnome/gnome-themes-standard/FrugalBuild +++ b/source/gnome/gnome-themes-standard/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gnome-themes-standard -pkgver=3.1.4 +pkgver=3.1.5 pkgrel=1 pkgdesc="Default standard themes for GNOME3" url="http://www.gnome.org/" @@ -13,7 +13,7 @@ archs=('i686' 'x86_64' 'ppc') _F_gnome_git="n" _F_gnome_devel="y" Finclude gnome -sha1sums=('1ff675f25c8236ed379bb7b516677db5127917f2') +sha1sums=('232a39afc86d10b2f100f9817347090031b6a5c8') if [ "$_F_gnome_git" != "n" ]; then unset sha1sums fi From bouleetbil at frogdev.info Thu Aug 18 10:38:05 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 10:38:05 +0200 (CEST) Subject: [Frugalware-git] gnometesting: file-roller-3.1.2-1-x86_64 Message-ID: <20110818083805.713391358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=3938331fda3fd536d00766edf3d86f5a044d26c0 commit 3938331fda3fd536d00766edf3d86f5a044d26c0 Author: bouleetbil Date: Thu Aug 18 10:27:49 2011 +0200 file-roller-3.1.2-1-x86_64 *Version bump diff --git a/source/gnome/file-roller/FrugalBuild b/source/gnome/file-roller/FrugalBuild index d2e4442..2d50c1a 100644 --- a/source/gnome/file-roller/FrugalBuild +++ b/source/gnome/file-roller/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Christian Hamar alias krix pkgname=file-roller -pkgver=3.1.1 +pkgver=3.1.2 pkgrel=1 pkgdesc="Archive manager utility for GNOME" depends=('libxml2>=2.7.8' 'nautilus>=3.1.4' 'rarian' \ @@ -16,7 +16,7 @@ _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet -sha1sums=('c9fa595f100fb7390a4faf3fcb19ddba72902f7d') +sha1sums=('093ddbdf267e91acbe108aa52b9b6eb53fed794b') Fconfopts="$Fconfopts --disable-packagekit" build(){ From pingax at frugalware.fr Thu Aug 18 10:44:29 2011 From: pingax at frugalware.fr (Pingax) Date: Thu, 18 Aug 2011 10:44:29 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: volumeicon-0.4.3-1-i686 * Version bump Message-ID: <20110818084429.288661358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0317a0b9c2ba735e1c94761d1f5788234359849a commit 0317a0b9c2ba735e1c94761d1f5788234359849a Author: Pingax Date: Thu Aug 18 10:43:52 2011 +0200 volumeicon-0.4.3-1-i686 * Version bump diff --git a/source/xapps-extra/volumeicon/FrugalBuild b/source/xapps-extra/volumeicon/FrugalBuild index ad997cc..465fa2f 100644 --- a/source/xapps-extra/volumeicon/FrugalBuild +++ b/source/xapps-extra/volumeicon/FrugalBuild @@ -1,8 +1,8 @@ -# Compiling Time: 0.03 SBU +# Compiling Time: 0.08 SBU # Maintainer: Pingax pkgname=volumeicon -pkgver=0.4.2 +pkgver=0.4.3 pkgrel=1 pkgdesc="Lightweight volume control thats sits in the systray" url="http://www.softwarebakery.com/maato/volumeicon.html" @@ -12,7 +12,7 @@ depends=('gtk+2' 'alsa-lib') replace=('xfce4-volstatus-icon') up2date="Flasttar $url" source="http://www.softwarebakery.com/maato/files/$pkgname/$pkgname-$pkgver.tar.gz" -sha1sums=('d050d4f52226093920689d98562103a961746bd4') +sha1sums=('5563e60704c568f4aed96257d1732301390eb814') # optimization OK From bouleetbil at frogdev.info Thu Aug 18 11:20:33 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 11:20:33 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libpeas-1.1.1-2-x86_64 *pkgrel++ Message-ID: <20110818092033.B4E4D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a34ad473665a5f6e97563aba82ec8dc6fbb652e6 commit a34ad473665a5f6e97563aba82ec8dc6fbb652e6 Author: bouleetbil Date: Thu Aug 18 11:10:06 2011 +0200 libpeas-1.1.1-2-x86_64 *pkgrel++ diff --git a/source/gnome/libpeas/FrugalBuild b/source/gnome/libpeas/FrugalBuild index 35a7a65..91e1fd4 100644 --- a/source/gnome/libpeas/FrugalBuild +++ b/source/gnome/libpeas/FrugalBuild @@ -3,7 +3,7 @@ pkgname=libpeas pkgver=1.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="libpeas is a gobject-based plugins engine" depends=('glib2' 'pygobject' 'gobject-introspection>=0.10.1' 'seed>=3.1.1') makedepends=('intltool' 'gtk-doc' 'vala') From bouleetbil at frogdev.info Thu Aug 18 11:25:48 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 11:25:48 +0200 (CEST) Subject: [Frugalware-git] gnometesting: vinagre-3.1.5-1-x86_64 Message-ID: <20110818092548.7B03C1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=51e0b65cd4149ae361fb3d7987760bc9385285d7 commit 51e0b65cd4149ae361fb3d7987760bc9385285d7 Author: bouleetbil Date: Thu Aug 18 11:15:30 2011 +0200 vinagre-3.1.5-1-x86_64 *Version bump diff --git a/source/gnome/vinagre/FrugalBuild b/source/gnome/vinagre/FrugalBuild index e21f6f1..108280e 100644 --- a/source/gnome/vinagre/FrugalBuild +++ b/source/gnome/vinagre/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=vinagre -pkgver=3.1.4 +pkgver=3.1.5 pkgrel=1 pkgdesc="VNC Client for the GNOME Desktop" depends=('gtk3-vnc' 'gnutls' 'libgcrypt' 'libavahi-ui' 'atk' \ @@ -19,7 +19,7 @@ _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet groups=('gnome') archs=('i686' 'ppc' 'x86_64') -sha1sums=('124dd9ae1cc3451c7d3ef5cc4c6ebfabd11c1408') +sha1sums=('b411e6586bf832b63fa07d19d51a63da2d09d336') unset MAKEFLAGS Fconfopts="$Fconfopts --enable-rdp --enable-ssh --disable-static --disable-applet" replaces=('tsclient') From bouleetbil at frogdev.info Thu Aug 18 12:05:51 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 12:05:51 +0200 (CEST) Subject: [Frugalware-git] gnometesting: evolution-3.1.5-1-x86_64 Message-ID: <20110818100551.7AA1F1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b5c985d90cfebb97e09be77f4d7cb79229cdb7d5 commit b5c985d90cfebb97e09be77f4d7cb79229cdb7d5 Author: bouleetbil Date: Thu Aug 18 11:54:55 2011 +0200 evolution-3.1.5-1-x86_64 *Version bump diff --git a/source/gnome/evolution/FrugalBuild b/source/gnome/evolution/FrugalBuild index c886533..58424c1 100644 --- a/source/gnome/evolution/FrugalBuild +++ b/source/gnome/evolution/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=evolution -pkgver=3.1.4 +pkgver=3.1.5 evo_major=3.2 pkgrel=1 pkgdesc="Integrated mail, calendar and address book suite for GNOME" @@ -163,6 +163,6 @@ build() { Fbuild_gnome_scriptlet } -sha1sums=('3222f2790b2b5eafb46a4686137d8328da8fe522') +sha1sums=('4e3a99608f98e51fbc84f08aa790a3247c58c80d') # optimization OK From vmiklos at frugalware.org Thu Aug 18 12:28:17 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 18 Aug 2011 12:28:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libreoffice-3.4.2.3-1-i686 Message-ID: <20110818102817.4C6881358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f095ba92535d7a80eb6ca75e30d09e64c4143608 commit f095ba92535d7a80eb6ca75e30d09e64c4143608 Author: Miklos Vajna Date: Thu Aug 18 12:26:43 2011 +0200 libreoffice-3.4.2.3-1-i686 - source fix diff --git a/source/xapps/libreoffice/FrugalBuild b/source/xapps/libreoffice/FrugalBuild index 0eab268..b3caf5d 100644 --- a/source/xapps/libreoffice/FrugalBuild +++ b/source/xapps/libreoffice/FrugalBuild @@ -4,7 +4,8 @@ pkgname=libreoffice pkgver=3.4.2.3 -branch=3.4 +minor=${pkgver%%.?} # x.y.z +major=${pkgver%%.?.?} # x.y pkgrel=1 pkgdesc="LibreOffice Productivity Suite, a fork of OpenOffice.org." url="http://www.documentfoundation.org/download/" @@ -26,7 +27,7 @@ makedepends=('curl>=7.20.0-2' 'intltool' 'tcsh' 'ecj' 'apache-ant' \ groups=('xapps') archs=('i686' 'x86_64') replaces=('ooextras') -mirror="http://download.documentfoundation.org/libreoffice/src/" +mirror="http://download.documentfoundation.org/libreoffice/src/$minor" _F_archive_name="libreoffice-bootstrap" up2date="Flasttar $mirror" modules=('artwork' 'base' 'bootstrap' 'calc' @@ -41,14 +42,14 @@ do source=(${source[@]} $mirror/libreoffice-$i-$pkgver.tar.$ext) signatures=(${signatures[@]} $mirror/libreoffice-$i-$pkgver.tar.$ext.asc) done -ext_source=(http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll \ - http://download.go-oo.org/src/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz \ - http://download.go-oo.org/src/fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz \ - http://download.go-oo.org/src/ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip \ - http://download.go-oo.org/src/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz \ - http://download.go-oo.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip \ - http://download.go-oo.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip \ - http://download.go-oo.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip) +ext_source=(http://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll \ + http://dev-www.libreoffice.org/src/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz \ + http://dev-www.libreoffice.org/src/fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz \ + http://dev-www.libreoffice.org/src/ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip \ + http://dev-www.libreoffice.org/src/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz \ + http://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip \ + http://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip \ + http://dev-www.libreoffice.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip) for i in ${ext_source[@]} do source=(${source[@]} $i) @@ -219,8 +220,8 @@ build() Fmkdir /usr/share/{applications,icons} for i in base calc draw impress math writer do - Fsed "libreoffice$branch" 'libreoffice' $Fdestdir/usr/lib/libreoffice/share/xdg/$i.desktop # Fix Exec= - Fsed "libreoffice${branch/.}-" '' $Fdestdir/usr/lib/libreoffice/share/xdg/$i.desktop # Fix Icon= + Fsed "libreoffice$major" 'libreoffice' $Fdestdir/usr/lib/libreoffice/share/xdg/$i.desktop # Fix Exec= + Fsed "libreoffice${major/.}-" '' $Fdestdir/usr/lib/libreoffice/share/xdg/$i.desktop # Fix Icon= Fln /usr/lib/libreoffice/share/xdg/$i.desktop /usr/share/applications/$i.desktop done cd - @@ -260,14 +261,14 @@ build() done ## Split KDE stuff - echo /usr/lib/libreoffice/basis$branch/program/fps_kde4.uno.so >> $Fdestdir/gid_Module_Optional_Kde - echo /usr/lib/libreoffice/basis$branch/program/libvclplug_kde4l*.so >> $Fdestdir/gid_Module_Optional_Kde + echo /usr/lib/libreoffice/basis$major/program/fps_kde4.uno.so >> $Fdestdir/gid_Module_Optional_Kde + echo /usr/lib/libreoffice/basis$major/program/libvclplug_kde4l*.so >> $Fdestdir/gid_Module_Optional_Kde Fsplit $pkgname-kde $(grep -v '^%dir' $Fdestdir/gid_Module_Optional_Kde|sort -u) ## Split GNOME stuff sed -i '/ucpgvfs1.uno.so/d' $Fdestdir/gid_Module_Optional_Gnome - echo /usr/lib/libreoffice/basis$branch/program/fps_gnome.uno.so >> $Fdestdir/gid_Module_Optional_Gnome - echo /usr/lib/libreoffice/basis$branch/program/libvclplug_gtkl*.so >> $Fdestdir/gid_Module_Optional_Gnome + echo /usr/lib/libreoffice/basis$major/program/fps_gnome.uno.so >> $Fdestdir/gid_Module_Optional_Gnome + echo /usr/lib/libreoffice/basis$major/program/libvclplug_gtkl*.so >> $Fdestdir/gid_Module_Optional_Gnome Fsplit $pkgname-gnome $(grep -v '^%dir' $Fdestdir/gid_Module_Optional_Gnome|sort -u) Fbuild_gnome_scriptlet From elentir at frugalware.org Thu Aug 18 12:30:47 2011 From: elentir at frugalware.org (Elentir) Date: Thu, 18 Aug 2011 12:30:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: texlive-20110705-1-x86_64 Message-ID: <20110818103047.36F051358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=df143742b2a7ccfdeb5ca72a31dccdcd935ad944 commit df143742b2a7ccfdeb5ca72a31dccdcd935ad944 Author: Elentir Date: Thu Aug 18 12:24:52 2011 +0200 texlive-20110705-1-x86_64 * version bump diff --git a/source/xapps-extra/texlive/FrugalBuild b/source/xapps-extra/texlive/FrugalBuild index 1b72591..6a450cc 100644 --- a/source/xapps-extra/texlive/FrugalBuild +++ b/source/xapps-extra/texlive/FrugalBuild @@ -2,28 +2,28 @@ # Maintainer: Elentir pkgname=texlive -pkgver=20100722 -pkgrel=4 +pkgver=20110705 +pkgrel=1 pkgdesc="A complete TeX distribution" archs=('i686' 'x86_64' 'ppc') depends=('t1lib' 'gd' 'ncurses' 'poppler>=0.16.3' 'icu4c>=4.2') -rodepends=('ghostscript') +rodepends=('ghostscript' 'perl') makedepends=('clisp' 'ffcall') url='http://tug.org/texlive/' -source=("ftp://tug.org/historic/systems/texlive/2010/$pkgname-$pkgver-source.tar.xz" \ - "ftp://tug.org/historic/systems/texlive/2010/$pkgname-$pkgver-texmf.tar.xz" \ +source=("ftp://tug.org/historic/systems/texlive/2011/$pkgname-$pkgver-source.tar.xz" \ + "ftp://tug.org/historic/systems/texlive/2011/$pkgname-$pkgver-texmf.tar.xz" \ fix-fontforge-encoding.patch \ texmf.cnf 09-texlive.conf) -up2date="Flasttar ftp://tug.org/historic/systems/texlive/2010/ | sed 's/-source//' | sed 's/_texmf//' | sed 's/_extra//'" +up2date="Flasttar ftp://tug.org/historic/systems/texlive/2011/ | sed 's/-source//' | sed 's/_texmf//' | sed 's/_extra//'" groups=('xapps-extra') conflicts=('tetex' 'tetex-kpathsea') provides=('tetex' 'tetex-kpathsea') replaces=('tetex' 'tetex-kpathsea') -sha1sums=('c5573c0617f1a44235212277959f48fb76590542' \ - 'df6ba050970592f0f5f38cb9dd36d4d0d671fa80' \ +sha1sums=('7a47cfe847801c86c98da8ade181baf97339f6e4' \ + 'a01bb1ef0f68ffd80bab363e83aca032260e1b59' \ '5301263529702ccfda0adb3706f461888dea22eb' \ - '98806c7e48db2da9ac9092d1e729b3bf316408df' \ + 'a58c7445f5544da89c13681e21f3b578727eb641' \ 'bf7ba21d45bee78657105a5f2c5e7e24b8614859') _F_cd_path="$pkgname-$pkgver-source" Fconfopts="$Fconfopts \ @@ -93,7 +93,8 @@ build() { ## disable ptex from format list by default Fsed "^ptex ptex - ptex.ini" "#ptex ptex - ptex.ini" ../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf - Fsed "^platex ptex language.ptx platex.ini" "#platex ptex language.ptx platex.ini" ../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf + Fsed "^eptex eptex" "#eptex eptex" ../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf + Fsed "^platex eptex" "#platex eptex" ../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf Fbuild --with-banner-add="/Frugalware Linux" @@ -109,23 +110,21 @@ build() { ## TODO: Split the 800Mo of docs rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/texmf-dist/doc || Fdie + + ## remove useless source files rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/texmf-dist/source || Fdie rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/texmf-dist/fonts/source || Fdie # copy the extra packages Fcp $pkgname-$pkgver-texmf/texmf/* usr/share/texmf/ Fcp $pkgname-$pkgver-texmf/texmf-dist/* usr/share/texmf-dist/ + ## files for tlpkg required by updmap + Fmkdir /usr/share/tlpkg/ + Fcp $pkgname-$pkgver-source/utils/biber/TeXLive /usr/share/tlpkg/ + ## install the config file with correct paths for kpathsea Finstall 644 texmf.cnf usr/share/texmf/web2c/ - # more than 800Mo of docs, I don't think we need it =) - Frm usr/share/texmf-dist/source - Frm usr/share/texmf-dist/fonts/source - Frm usr/share/texmf-dist/doc - - # remove duplicate files - Frm usr/share/texmf/scripts/tex4ht - # fix the broken symlinks since texmf{-dist} has move for f in $Fdestdir/usr/bin/* ; do if [ -L $f ]; then @@ -139,11 +138,15 @@ build() { fi done + ## Fix conflict with texlive 2010 + ## this link is not created by texlinks anymore + Frm usr/bin/mfplain # remove asymptote, we already have this =) Frm usr/share/texmf/asymptote Frm usr/share/texmf/doc/asymptote Frm usr/share/texmf/tex/latex/asymptote + Frm usr/share/texmf/tex/context/asymptote for f in asy xasy; do Frm usr/share/man/man1/$f.1 done @@ -168,12 +171,16 @@ build() { elvish epigrafica epsdice esvect eulervm euxm feyn fge foekfont fonetika fourier fouriernc \ frcursive garamond genealogy gfsartemisia gfsbodoni gfscomplutum gfsdidot gfsneohellenic \ gfssolomos gothic greenpoint groff grotesq hands hfbright hfoldsty ifsym inconsolata \ - initials iwona junicode kixfont knuthotherfonts kpfonts kurier lettrgth lfb libertine \ + initials junicode kixfont knuthotherfonts kpfonts lettrgth lfb libertine \ libris linearA logic lxfonts ly1 marigold mathabx mathdesign mnsymbol nkarta ogham optima \ - orkhun osmanian pacioli pclnfss phaistos phonetic pigpen psafm punk recycle sauter \ + orkhun osmanian pacioli pclnfss phaistos phonetic pigpen itc punk recycle sauter \ sauterfonts semaphor simpsons skull staves tapir tengwarscript tpslifonts trajan \ umtypewriter univers universa venturisadf wsuipa zefonts venturis venturis2 \ - cm-unicode txfontsb xits stix oldstandard gnu-freefont gentium oldlatin doublestroke ; do + cm-unicode txfontsb xits stix oldstandard gnu-freefont gentium oldlatin doublestroke \ + esstix gust paratype adforn adfsymbols b1encoding berenisadf boondox cantarell \ + cmtiup comfortaa droid electrum everyhook fdsymbol gillcm jamtimes lato poltawski prodint \ + ptsans ptserif realscripts tfrupee urwchancal iwona kurier bbold-type1 starfont rsfso \ + ocr-b-outline ocr-b mdputu ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-fonts-extra $j @@ -186,7 +193,8 @@ build() { elsevier-bib fbs figbib finbib footbib harvard harvmac ijqc inlinebib iopart-num jneurosci jurabib \ listbib margbib multibib munich notes2bib perception pnas2009 rsc sort-by-letters splitbib swebib urlbst \ abstyles biblatex biblatex-apa biblatex-chem biblatex-chicago-notes-dfbiblatex-dw biblatex-historian \ - biblatex-nature biblatex-philosophy biblatex-science ; do + biblatex-nature biblatex-philosophy biblatex-science biblatex-ieee biblatex-chicago biblatex-dw \ + biblatex-mla logreq polski ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-bibtex-extra $j @@ -227,7 +235,8 @@ build() { powerdot-FUBerlin pracjourn procIAGssymp psu-thesis ptptex revtex sageep siggraph spie stellenbosch \ sugconf thesis-titlepage-fhac thuthesis toptesi tugboat tugboat-plain uaclasses ucdavisthesis ucthesis \ uiucthesis umich-thesis umthesis ut-thesis uwthesis vancouver vxu york-thesis elbioimp jmlr onrannual \ - revtex4 ryethesis seuthesis soton ; do + revtex4 ryethesis seuthesis soton unamthesis aomart apa6e cmpj dfgproposal elteikthesis fbithesis \ + msuthesis powerdot suftesi uafthesis uothesis uowthesis ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-templates-extra $j @@ -236,7 +245,7 @@ build() { ## games related packages for i in cchess chess chess-problem-diagrams chessboard chessfss crossword crosswrd egameps \ - go hexgame jeopardy othello psgo sgame skak skaknew sudoku sudokubundle xq xskak ; do + go hexgame jeopardy othello psgo sgame skak skaknew sudoku sudokubundle xq xskak piano ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-misc $j @@ -244,7 +253,8 @@ build() { done ## music related packages - for i in abc figbas gchords guitar harmony musictex musixflx musixlyr musixps musixtex songbook ; do + for i in abc figbas gchords guitar harmony musictex musixflx musixlyr musixps musixtex songbook \ + musixguit ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-misc $j @@ -258,7 +268,8 @@ build() { borceux colorsep dinat dirtree eijkhout encxvlna shade tabto-generic \ insbox metatex mftoeps midnight multi ofs pdf-trans vrb \ juramisc jurarsp jura juraabbrev bibleref xlop \ - historische-zeitschrift texapi xcomment variations yax ; do + historische-zeitschrift texapi xcomment variations yax bibleref-french \ + bibleref-german bibleref-parse edfnotes ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-extra $j @@ -275,7 +286,8 @@ build() { done ## cyrillic language support - for i in cmcyr cmcyralt cyrillic cyrillic-bin cyrplain disser eskd eskdx gost lcyw lh lhcyr t2 timescyr ; do + for i in cmcyr cmcyralt cyrillic cyrillic-bin cyrplain disser eskd eskdx gost lcyw lh lhcyr t2 timescyr \ + russ ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-lang-cyrillic $j @@ -285,7 +297,7 @@ build() { ## extra languages packages for i in arabi arabtex armenian bangtex bengali burmese cjhebrew croatian ctib devnag ethiop ethiop-t1 \ fc hrlatex itrans malayalam mongolian-babel montex sanskrit soyombo velthuis vntex wnri otibet turkmen \ - persian-bib xepersian ocherokee oinuit ; do + persian-bib xepersian ocherokee oinuit spanglish wnri-latex ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-lang-extra $j @@ -302,7 +314,7 @@ build() { ## greek language support for i in betababel bgreek cbfonts gfsbaskerville gfsporson greek-inputenc greekdates greektex grverb \ - ibycus-babel ibygrk kdgreek kerkis levy lgreek mkgrkindex teubner xgreek yannisgr ; do + ibycus-babel ibygrk kdgreek kerkis levy lgreek mkgrkindex teubner xgreek yannisgr pxgreeks textgreek ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-lang-greek $j @@ -398,7 +410,13 @@ build() { skeycommand skeyval spreadtab standalone tabularborder texilikechaps tex-label threeparttable thumby \ titleref truncate twoinone undolabl verbdef vruler xwatermark ydoc minitoc spanish-mx \ units yfonts tocloft tocbibind supertabular subfloat subfigure subeqnarray subeqn lettrine caption \ - overpic xytree xyling ; do + overpic xytree xyling acroterm adjmulticol bashful beamer2thesis beamerthemejltree beamerthemenirma \ + canoniclayout carlisle catchfilebetweentags catoption chet chextras collcell colortbl colourchange \ + cprotect csvsimple cutwin dirtytalk docmute ean13isbn easy-todo enumitem-zref eso-pic finstrut \ + fjodor hardwrap he-she ifnextok iwhdp koma-moderncvclassic marginfix mbenotes morehype newunicodechar \ + nonumonpart pagesLTS parselines piff progressbar regstats rvwrite serbian-lig sitem skb spot thumbs \ + tucv turnthepage sphack subfigmat tabu shadow secdot romanneg fancytabs fileinfo filemod cals \ + calxxxx-yyyy catoptions hrefhide ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-latex-extra $j @@ -421,7 +439,9 @@ build() { petri-nets pgf-soroban pgfopts pgfplots picinpar pict2e pictex pictex2 pinlabel pmgraph randbild \ schemabloc swimgraf texdraw tikz-inet tikz-timing tkz-doc tkz-linknodes tkz-tab tufte-latex xypic \ combinedgraphics duotenzor drs esk here knitting knittingpattern mathspic tikz-3dplot tikz-qtree \ - tkz-orm xypdf chemfig ; do + tkz-orm xypdf chemfig bloques bodegraph bondgraph gincltex gmp gradientframe graphcet lpic \ + numericplots pgf pgfgantt pgf-umlsd productbox randomwalk tkz-base tkz-berge tkz-euclide \ + tkz-fct tkz-graph tkz-kiviat graphcet ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-graphics $j @@ -444,7 +464,7 @@ build() { pst-optexp pst-optic pst-osci pst-pad pst-pdgr pst-poly pst-qtree pst-sigsys pst-slpe pst-solides3d \ pst-soroban pst-spectra pst-stru pst-support pst-text pst-tree pst-uml pst-vowel pst-vue3d pst2pdf \ pstricks pstricks-add uml vaucanson-g pst-knot pst-am pst-electricfield pst-exa pst-magneticfield \ - pst-mirror pst-node pst-platon pst-plot pst-thick ; do + pst-mirror pst-node pst-platon pst-plot pst-thick pst-tvz ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-pstricks $j @@ -465,7 +485,7 @@ build() { eltex formula fouridx functan galois gastex gene-logic gu hep hepnames hepparticles hepthesis \ hepunits karnaugh mhchem mhs miller objectz pseudocode scientificpaper sciposter sfg siunitx \ steinmetz struktex t-angles textopo ulqda unitsdef youngtab engtlc feynmf c-pascal fltpoint \ - r_und_s ; do + r_und_s chemexec chemmacros drawstack mychemestry nuc ot-tableau physymb rec-thy; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-sciences $j @@ -484,7 +504,7 @@ build() { for i in 12many amstex boldtensors bosisio ccfonts commath concmath concmath-fonts concrete extarrows extpfeil \ faktor ionumbers isomath mathcomp mathdots mattens mhequ multiobjective nath proba shuffle statex2 \ stex stmaryrd susy syllogism synproof tablor tensor tex-ewd thmbox turnstile venn yhmath \ - sansmath tdsfrmath ; do + sansmath tdsfrmath eqnarray libgreek mathalfa mathastext ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-sciences $j @@ -538,6 +558,7 @@ build() { done done Fsplit $pkgname-ptex usr/bin/ptex + Fsplit $pkgname-ptex usr/bin/eptex #Fsplit $pkgname-ptex usr/bin/platex Fsplit $pkgname-ptex usr/lib/libptexenc* Fsplit $pkgname-ptex usr/include/ptexenc diff --git a/source/xapps-extra/texlive/texlive-ptex.install b/source/xapps-extra/texlive/texlive-ptex.install index 29dbfc8..91f86f5 100644 --- a/source/xapps-extra/texlive/texlive-ptex.install +++ b/source/xapps-extra/texlive/texlive-ptex.install @@ -4,7 +4,8 @@ post_install() { echo " done." echo "creating missing formats..." sed -i "s/^#ptex ptex - ptex.ini/ptex ptex - ptex.ini/" /usr/share/texmf/web2c/fmtutil.cnf - sed -i "s/^#platex ptex language.ptx platex.ini/platex ptex language.ptx platex.ini/" /usr/share/texmf/web2c/fmtutil.cnf + sed -i "s/^#eptex eptex/eptex eptex/" /usr/share/texmf/web2c/fmtutil.cnf + sed -i "s/^#platex eptex/platex eptex/" /usr/share/texmf/web2c/fmtutil.cnf fmtutil-sys --missing 1>/dev/null texlinks -f /usr/share/texmf/web2c/fmtutil.cnf /usr/bin/ 1>/dev/null echo " done." @@ -12,7 +13,8 @@ post_install() { pre_remove() { sed -i "s/^ptex ptex - ptex.ini/#ptex ptex - ptex.ini/" /usr/share/texmf/web2c/fmtutil.cnf - sed -i "s/^platex ptex language.ptx platex.ini/#platex ptex language.ptx platex.ini/" /usr/share/texmf/web2c/fmtutil.cnf + sed -i "s/^eptex eptex/#eptex eptex/" /usr/share/texmf/web2c/fmtutil.cnf + sed -i "s/^platex eptex/#platex eptex/" /usr/share/texmf/web2c/fmtutil.cnf } op=$1 diff --git a/source/xapps-extra/texlive/texlive.install b/source/xapps-extra/texlive/texlive.install index 0ecba3c..0672f52 100644 --- a/source/xapps-extra/texlive/texlive.install +++ b/source/xapps-extra/texlive/texlive.install @@ -1,4 +1,5 @@ post_install() { + [ ! -e /usr/bin/mfplain ] && ln -s /usr/bin/mpost /usr/bin/mfplain echo "updating the filename database..." mktexlsr 2>/dev/null echo " done." @@ -13,6 +14,7 @@ post_install() { pre_upgrade() { texlinks -u + [ -e /usr/bin/mfplain ] && rm -f /usr/bin/mfplain } post_upgrade() { @@ -21,6 +23,7 @@ post_upgrade() { pre_remove() { texlinks -u + [ -e /usr/bin/mfplain ] && rm -f /usr/bin/mfplain } op=$1 diff --git a/source/xapps-extra/texlive/texmf.cnf b/source/xapps-extra/texlive/texmf.cnf index a6d797d..5130925 100644 --- a/source/xapps-extra/texlive/texmf.cnf +++ b/source/xapps-extra/texlive/texmf.cnf @@ -1,6 +1,12 @@ -% texmf.cnf -- runtime path configuration file for kpathsea. +% texmf.cnf for TeXLive/Frugalware -- runtime path configuration file for kpathsea. % Public domain. % +% If you modify this original file, YOUR CHANGES WILL BE LOST when it is +% updated. Instead, put your changes -- and only your changes, not an +% entire copy of the full texmf.cnf! -- in ../../texmf.cnf. That is, if +% this file is installed in /some/path/to/texlive/2011/texmf/web2c/texmf.cnf, +% add your custom settings to /some/path/to/texlive/2011/texmf.cnf. +% % What follows is a super-summary of what this .cnf file can % contain. Please read the Kpathsea manual for more information. % @@ -29,94 +35,74 @@ % A leading/trailing/doubled path separator in the paths will be % expanded into the compile-time default. Probably not what you want. % - % Brace notation is supported, for example: /usr/local/{mytex,othertex} -% expands to /usr/local/mytex:/usr/local/othertex. You can use the path -% separator as well as the comma for this: /usr/local/{mytex:othertex} -% also expands to /usr/local/mytex:/usr/local/othertex. We make -% extensive use of this. +% expands to /usr/local/mytex:/usr/local/othertex. We make extensive +% use of this. + % Part 1: Search paths and directories. -% You can set an environment variable to override TEXMF if you're testing -% a new TeX tree, without changing anything else. +% This is the parent directory of our several trees, i.e., +% /usr/local/texlive/YYYY in the original TeX Live distribution. % -% You may wish to use one of the $SELFAUTO... variables here so TeX will -% find where to look dynamically. See the manual and the definition -% below of TEXMFCNF. - -% The tree containing the runtime files closely related to the specific -% program version used: -TEXMFMAIN = /usr/share/texmf +% All trees must be organized according to the TeX Directory Structure +% (http://tug.org/tds), or files may not be found. +% +% Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share. +TEXMFROOT = $SELFAUTODIR/share -% The main distribution tree: -TEXMFDIST = /usr/share/texmf-dist +% The tree containing runtime files related to the specific +% distribution and version. +TEXMFMAIN = $TEXMFROOT/texmf -% Our documentation-only tree, arranged by language: -TEXMFDOC = /usr/share/texmf-doc +% The main tree of packages, distribution-agnostic: +TEXMFDIST = $TEXMFROOT/texmf-dist -% A place for local additions to a "standard" texmf tree. -% This tree is not used for local configuration maintained by -% texconfig, it uses TEXMFCONFIG below. +% Local additions to the distribution trees. TEXMFLOCAL = /usr/local/share/texmf -% TEXMFSYSVAR, where texconfig-sys stores variable runtime data. -% With teTeX-3.0 or later, this must be set. -% For sharing this tree with $TEXMFMAIN: -% TEXMFSYSVAR = $TEXMFMAIN -% For using a separate tree: -% TEXMFSYSVAR = /usr/share/texmf-var -TEXMFSYSVAR = /usr/share/texmf-var - -% TEXMFSYSCONFIG, where texconfig-sys stores configuration data. -% With teTeX-3.0 or later, this must be set. -% For sharing this tree with $TEXMFMAIN: -% TEXMFSYSCONFIG = $TEXMFMAIN -% For using a separate tree: -% TEXMFSYSCONFIG = /usr/share/texmf-config -TEXMFSYSCONFIG = /usr/share/texmf-config - -% User texmf trees are allowed as follows. -% This used to be HOMETEXMF. +% TEXMFSYSVAR, where *-sys store cached runtime data. +TEXMFSYSVAR = /var/lib/texmf + +% TEXMFSYSCONFIG, where *-sys store configuration data. +TEXMFSYSCONFIG = /etc/texmf + +% Per-user texmf tree(s) -- organized per the TDS, as usual. To define +% more than one per-user tree, set this to a list of directories in +% braces, as described above. (This used to be HOMETEXMF.) ~ expands +% to %USERPROFILE% on Windows, $HOME otherwise. TEXMFHOME = ~/texmf -% TEXMFVAR, where texconfig stores variable runtime data. -% With teTeX-3.0 or later, this must be set. -% For sharing this tree with $TEXMFMAIN: -% TEXMFVAR = $TEXMFMAIN -% For using a separate tree: -% TEXMFVAR = ~/.texmf-var # teTeX 3.0 default +% TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. TEXMFVAR = ~/.texlive/texmf-var -% TEXMFCONFIG, where texconfig stores configuration data. -% With teTeX-3.0 or later, this must be set. -% For sharing this tree with $TEXMFMAIN: -% TEXMFCONFIG = $TEXMFMAIN -% For using a separate tree: -% TEXMFCONFIG = ~/.texmf-config # teTeX 3.0 default -% For using a separate tree: -% TEXMFCONFIG = /usr/share/texmf-config +% TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data. TEXMFCONFIG = ~/.texlive/texmf-config -% Now, list all the texmf trees. If you have multiple trees you can -% use shell brace notation, like this: -% TEXMF = {$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFMAIN} -% The braces are necessary. +% List all the texmf trees. % % For texconfig to work properly, TEXMFCONFIG and TEXMFVAR should be named % explicitly and before all other trees. -% -% TEXMFLOCAL follows TEXMFMAIN (and precedes TEXMFDIST) because the only +% +% TEXMFLOCAL follows TEXMFMAIN (and precedes TEXMFDIST) because the % files in TEXMFMAIN are tightly coupled with the particular version of -% the distribution, such as format files. Overriding them would be more -% likely to cause trouble than help. On the other hand, all the -% standard packages and fonts are in TEXMFDIST, and locally-installed -% versions should take precedence over those (although it is generally a -% source of confusion to have different versions of a package installed, -% whatever the trees, so try to avoid it). +% the distribution, such as configuration files. Overriding them would +% be more likely to cause trouble than help. On the other hand, the +% bulk of packages and fonts are in TEXMFDIST, and locally-installed +% versions should take precedence over those -- although it is generally +% a source of confusion to have different versions of a package +% installed, whatever the trees, so try to avoid it. TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST} -% The system trees. These are the trees that are shared by all the users. +% Where to look for ls-R files. There need not be an ls-R in the +% directories in this path, but if there is one, Kpathsea will use it. +% By default, this is only the !! elements of TEXMF, so that mktexlsr +% does not create ls-R files in the non-!! elements -- because if an +% ls-R is present, it will be used, and the disk will not be searched. +% This is arguably a bug in kpathsea. +TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST} + +% The system trees. These are the trees that are shared by all users. % If a tree appears in this list, the mktex* scripts will use % VARTEXFONTS for generated files, if the original tree isn't writable; % otherwise the current working directory is used. @@ -127,20 +113,11 @@ SYSTEXMF = $TEXMFSYSVAR;$TEXMFMAIN;$TEXMFLOCAL;$TEXMFDIST % varfonts feature was enabled in MT_FEATURES in mktex.cnf. VARTEXFONTS = $TEXMFVAR/fonts -% Where to look for ls-R files. There need not be an ls-R in the -% directories in this path, but if there is one, Kpathsea will use it. -% By default, this is only the !! elements of TEXMF, so that mktexlsr -% does not create ls-R files in the non-!! elements -- because if an -% ls-R is present, it will be used, and the disk will not be searched. -% This is arguably a bug in kpathsea. -% -TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST} - % On some systems, there will be a system tree which contains all the font % files that may be created as well as the formats. For example % TEXMFVAR = /var/lib/texmf % is used in many distros. In this case, set VARTEXFONTS like this -% VARTEXFONTS = $TEXMFVAR/fonts +%VARTEXFONTS = $TEXMFVAR/fonts % and do not mention it in TEXMFDBS (but _do_ mention TEXMFVAR). % % Remove $VARTEXFONTS from TEXMFDBS if the VARTEXFONTS directory is below @@ -213,21 +190,21 @@ TEXINPUTS.pdfxmex = .;$TEXMF/tex/{mex,plain,generic,}// TEXINPUTS.pdfxtex = .;$TEXMF/tex/{plain,generic,}// % LuaTeX. -TEXINPUTS.lualatex = .;$TEXMF/tex/{lualatex,latex,generic,}// +TEXINPUTS.lualatex = .;$TEXMF/tex/{lualatex,latex,luatex,generic,}// TEXINPUTS.luatex = .;$TEXMF/tex/{luatex,plain,generic,}// -TEXINPUTS.pdflualatex = .;$TEXMF/tex/{lualatex,latex,generic,}// -TEXINPUTS.pdfluatex = .;$TEXMF/tex/{luatex,plain,generic,}// +TEXINPUTS.dvilualatex = .;$TEXMF/tex/{lualatex,latex,luatex,generic,}// +TEXINPUTS.dviluatex = .;$TEXMF/tex/{luatex,plain,generic,}// % XeTeX. -TEXINPUTS.xelatex = .;$TEXMF/tex/{xelatex,latex,generic,}// -TEXINPUTS.xeplain = .;$TEXMF/tex/{xeplain,eplain,plain,generic,}// +TEXINPUTS.xelatex = .;$TEXMF/tex/{xelatex,latex,xetex,generic,}// +TEXINPUTS.xeplain = .;$TEXMF/tex/{xeplain,eplain,plain,xetex,generic,}// TEXINPUTS.xetex = .;$TEXMF/tex/{xetex,plain,generic,}// % ConTeXt. TEXINPUTS.context = .;$TEXMF/tex/{context,plain,generic,}// -% jadetex +% jadetex. TEXINPUTS.jadetex = .;$TEXMF/tex/{jadetex,latex,generic,}// TEXINPUTS.pdfjadetex = .;$TEXMF/tex/{jadetex,latex,generic,}// @@ -251,13 +228,6 @@ TTF2TFMINPUTS = .;$TEXMF/ttf2pk// MFINPUTS = .;$TEXMF/metafont//;{$TEXMF/fonts,$VARTEXFONTS}/source// MPINPUTS = .;$TEXMF/metapost// -% The following are not needed any more here. -% Moved to texdoc.cnf (and hard-coded default), see the texdoc manual. -% See texdoc's source too if you need to allow compressed documentation. -% TEXDOCSSUFFIX = ;.pdf;.ps;.dvi;.html;.txt;.tex -% TEXDOCSCOMPRESS = ;.gz;.bz2;.zip;.Z -% TEXDOCEXT = {$TEXDOCSSUFFIX}{$TEXDOCSCOMPRESS} - % Dump files (fmt/base/mem) for vir{tex,mf,mp} to read. % We want to find the engine-specific file, e.g., cont-en.fmt can % exist under both pdftex/ and xetex/. But just in case some formats @@ -326,7 +296,7 @@ TEXPSHEADERS.gsftopk = .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3,truetype}}/ % OSFONTDIR is to provide a convenient hook for allowing TeX to find % fonts installed on the system (outside of TeX). An empty default % value would add "//" to the search paths, so we give it a dummy value. -OSFONTDIR = /usr/share/fonts +% OSFONTDIR = /usr/share/fonts % PostScript Type 1 outline fonts. T1FONTS = .;$TEXMF/fonts/type1//;$OSFONTDIR// @@ -335,10 +305,10 @@ T1FONTS = .;$TEXMF/fonts/type1//;$OSFONTDIR// AFMFONTS = .;$TEXMF/fonts/afm//;$OSFONTDIR// % TrueType outline fonts. -TTFONTS = .;$TEXMF/fonts/truetype//;$OSFONTDIR// +TTFONTS = .;$TEXMF/fonts/{truetype,opentype}//;$OSFONTDIR// % Opentype outline fonts. -OPENTYPEFONTS = .;$TEXMF/fonts/opentype//;$OSFONTDIR// +OPENTYPEFONTS = .;$TEXMF/fonts/{opentype,truetype}//;$OSFONTDIR// % Type 42 outline fonts. T42FONTS = .;$TEXMF/fonts/type42// @@ -389,9 +359,8 @@ FONTCONFIG_FILE=fonts.conf FONTCONFIG_PATH=$TEXMFSYSVAR/fonts/conf FC_CACHEDIR=$TEXMFSYSVAR/fonts/cache -% TeX documentation and source files, for use with kpsewhich (and texdoc). -% Find non-man pages first, better than random in case of conflict. -TEXDOCS = .;$TEXMF/doc{,/man}// +% TeX documentation and source files, for use with texdoc and kpsewhich. +TEXDOCS = $TEXMF/doc// TEXSOURCES = .;$TEXMF/source// % Web and CWeb input paths. @@ -415,13 +384,24 @@ T4HTINPUTS = .;$TEXMF/tex4ht// TEX4HTFONTSET=alias,iso8859,unicode TEX4HTINPUTS = .;$TEXMF/tex4ht/base//;$TEXMF/tex4ht/ht-fonts/{$TEX4HTFONTSET}// +% TeXworks editor configuration and settings +TW_LIBPATH = $TEXMFCONFIG/texworks +TW_INIPATH = $TW_LIBPATH + +% For security, do not look in . for dvipdfmx.cfg, since the D option +% would allow command execution. +DVIPDFMXINPUTS = $TEXMF/dvipdfmx + % Find scripts that are distributed/installed in the texmf tree. % Lua needs to look in TEXINPUTS for lua scripts distributed with packages. -LUAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/lua//;$TEXINPUTS +LUAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXINPUTS + +% Lua needs to look for binary lua libraries distributed with packages. +CLUAINPUTS = .;$SELFAUTOLOC/lib/{$progname,$engine,}/lua// % Architecture independent executables. -TEXMFSCRIPTS = $TEXMF/scripts/{$engine,$progname,}// +TEXMFSCRIPTS = $TEXMF/scripts/{$progname,$engine,}// % Other languages. JAVAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/java// @@ -437,21 +417,21 @@ RUBYINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/ruby// % paradoxical), but the compile-time default in paths.h is built from it. % The SELFAUTO* variables are set automatically from the location of % argv[0], in kpse_set_program_name. -% +% % This main texmf.cnf file is installed, for a release YYYY, in a % directory such as /usr/local/texlive/YYYY/texmf/web2c/texmf.cnf. % Since this file is subject to future updates, the TeX Live installer % or human administrator may also create a file % /usr/local/texlive/YYYY/texmf.cnf; any settings in this latter file % will take precedence over the distributed one under texmf/web2c. -% +% % For security reasons, it is better not to include . in this path. % -TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,/usr}{,{/share,/local/share,}/texmf/web2c} +TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c} -# kpathsea 3.5.3 and later sets these at runtime. To avoid empty -# expansions from binaries linked against an earlier version of the -# library, we set $progname and $engine to something non-empty: +% kpathsea 3.5.3 and later sets these at runtime. To avoid empty +% expansions from binaries linked against an earlier version of the +% library, we set $progname and $engine to something non-empty: progname = unsetprogname engine = unsetengine @@ -476,36 +456,50 @@ engine = unsetengine try_std_extension_first = t % Enable system commands via \write18{...}. When enabled fully (set to -% 1), obviously insecure. When enabled partially (set to p), only the +% t), obviously insecure. When enabled partially (set to p), only the % commands listed in shell_escape_commands are allowed. Although this % is not fully secure either, it is much better, and so useful that we % enable it for everything but bare tex. shell_escape = p -% Special: convert is the standard command name for ImageMagick, but it -% is also the name of a dangerous filesystem-changing command on -% Windows. So enable imgconvert (used in w32tex), but not convert. - % No spaces in this command list. +% +% The programs listed here are as safe as any we know: they either do +% not write any output files, respect openout_any, or have hard-coded +% restrictions similar or higher to openout_any=p. They also have no +% features to invoke arbitrary other programs, and no known exploitable +% bugs. All to the best of our knowledge. They also have practical use +% for being called from TeX. +% shell_escape_commands = \ -bibtex,bibtex8,epstopdf,epspdf,fc-match,\ -kpsewhich,makeindex,\ -ps2pdf,pstopdf,pygmentize,\ -rpdfcrop,\ +bibtex,bibtex8,\ +kpsewhich,\ +makeindex,\ +repstopdf,\ % we'd like to allow: % dvips - but external commands can be executed, need at least -R1. +% epspdf, ps2pdf, pstopdf - need to respect openout_any, +% and gs -dSAFER must be used and check for shell injection with filenames. % (img)convert (ImageMagick) - delegates.mgk possible misconfig, besides, % without Unix convert it hardly seems worth it, and Windows convert -% is something completely different that destroys filesystems, so -% skip it. +% is something completely different that destroys filesystems, so skip. % pygmentize - but is the filter feature insecure? % ps4pdf - but it calls an unrestricted latex. +% rpdfcrop - maybe ok, but let's get experience with repstopdf first. % texindy,xindy - but is the module feature insecure? % ulqda - but requires optional SHA1.pm, so why bother. +% tex, latex, etc. - need to forbid --shell-escape, and inherit openout_any. % plain TeX should remain unenhanced. shell_escape.tex = f +shell_escape.initex = f + +% This is used by the Windows script wrapper for restricting searching +% for the purportedly safe shell_escape_commands above to system +% directories. +TEXMF_RESTRICTED_SCRIPTS = \ + {!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST}/scripts/{$progname,$engine,}// % Allow TeX \openin, \openout, or \input on filenames starting with `.' % (e.g., .rhosts) or outside the current tree (e.g., /etc/passwd)? @@ -517,7 +511,7 @@ openout_any = p openin_any = a % Write .log/.dvi/etc. files here, if the current directory is unwritable. -% TEXMFOUTPUT = /tmp +%TEXMFOUTPUT = /tmp % If a dynamic file creation fails, log the command to this file, in % either the current directory or TEXMFOUTPUT. Set to the @@ -539,6 +533,7 @@ parse_first_line = t % file_line_error_style settings, as well as the options -enctex, % -mltex, -8bit, etc., also affect this, but they are all off by default. parse_first_line.tex = f +parse_first_line.initex = f % Control file:line:error style messages. file_line_error_style = f @@ -552,13 +547,13 @@ file_line_error_style = f % set DVIPSMAKEPK to `foo', what counts is the value of the environment % variable/config value `FOO', not the `MKTEXPK' value. % -% MKTEXTEX = 0 -% MKTEXPK = 0 -% MKTEXMF = 0 -% MKTEXTFM = 0 -% MKTEXFMT = 0 -% MKOCP = 0 -% MKOFM = 0 +%MKTEXTEX = 0 +%MKTEXPK = 0 +%MKTEXMF = 0 +%MKTEXTFM = 0 +%MKTEXFMT = 0 +%MKOCP = 0 +%MKOFM = 0 % Used by makempx to run TeX. We use "etex" because MetaPost is % expecting DVI, and not "tex" because we want first line parsing. @@ -572,6 +567,10 @@ TEX = etex %MFEDIT = ${TEXEDIT} %MPEDIT = ${TEXEDIT} +% The default `codepage and sort order' file for BibTeX8, when none is +% given as command line option or environment variable. +BIBTEX_CSFILE = 88591lat.csf + % Part 3: Array and other sizes for TeX (and Metafont). % % If you want to change some of these sizes only for a certain TeX @@ -603,7 +602,7 @@ extra_mem_top.context = 2000000 extra_mem_bot.context = 4000000 % Words of font info for TeX (total size of all TFM files, approximately). -% Must be >= 20000 and <= 4000000 (without tex.ch changes). +% Must be >= 20000 and <= 147483647 (without tex.ch changes). font_mem_size = 3000000 % Total number of fonts. Must be >= 50 and <= 9000 (without tex.ch changes). @@ -634,12 +633,12 @@ buf_size = 200000 % for all known free hyphenation patterns to be loaded simultaneously % (as TeX Live does). % -trie_size = 700000 +trie_size = 1000000 hyph_size = 8191 % prime number of hyphenation exceptions, >610, <32767. % http://primes.utm.edu/curios/page.php/8191.html nest_size = 500 % simultaneous semantic levels (e.g., groups) -max_in_open = 15 % simultaneous input files and error insertions, +max_in_open = 15 % simultaneous input files and error insertions, % also applies to MetaPost param_size = 10000 % simultaneous macro parameters, also applies to MP save_size = 50000 % for saving values outside current group @@ -658,3 +657,20 @@ gf_buf_size = 16384 % MF error_line = 79 half_error_line = 50 max_print_line = 79 + +% Metafont only. +screen_width.mf = 1664 +screen_depth.mf = 1200 + +% BibTeX only (max_strings also determines hash_size and hash_prime). +ent_str_size = 250 +glob_str_size = 5000 +max_strings.bibtex = 35307 +max_strings.bibtex8 = 35307 +max_strings.bibtexu = 35307 +max_strings.pbibtex = 35307 + +% GFtype only. +line_length.gftype = 500 +max_rows.gftype = 8191 +max_cols.gftype = 8191 From vmiklos at frugalware.org Thu Aug 18 12:33:38 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 18 Aug 2011 12:33:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libreoffice-3.4.2.3-1-i686 Message-ID: <20110818103338.47FDC1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=12675140780e4f7064227e89378a25593c89c579 commit 12675140780e4f7064227e89378a25593c89c579 Author: Miklos Vajna Date: Thu Aug 18 12:32:04 2011 +0200 libreoffice-3.4.2.3-1-i686 - cosmetics diff --git a/source/xapps/libreoffice/FrugalBuild b/source/xapps/libreoffice/FrugalBuild index b3caf5d..a2e9a75 100644 --- a/source/xapps/libreoffice/FrugalBuild +++ b/source/xapps/libreoffice/FrugalBuild @@ -260,12 +260,12 @@ build() done done - ## Split KDE stuff + # Split KDE stuff echo /usr/lib/libreoffice/basis$major/program/fps_kde4.uno.so >> $Fdestdir/gid_Module_Optional_Kde echo /usr/lib/libreoffice/basis$major/program/libvclplug_kde4l*.so >> $Fdestdir/gid_Module_Optional_Kde Fsplit $pkgname-kde $(grep -v '^%dir' $Fdestdir/gid_Module_Optional_Kde|sort -u) - ## Split GNOME stuff + # Split GNOME stuff sed -i '/ucpgvfs1.uno.so/d' $Fdestdir/gid_Module_Optional_Gnome echo /usr/lib/libreoffice/basis$major/program/fps_gnome.uno.so >> $Fdestdir/gid_Module_Optional_Gnome echo /usr/lib/libreoffice/basis$major/program/libvclplug_gtkl*.so >> $Fdestdir/gid_Module_Optional_Gnome From bouleetbil at frogdev.info Thu Aug 18 12:44:06 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 12:44:06 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-session-3.1.5-2-x86_64 *fix dep Message-ID: <20110818104406.AFC471358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b18712901664fcba0213aed5246b528b7bd29727 commit b18712901664fcba0213aed5246b528b7bd29727 Author: bouleetbil Date: Thu Aug 18 12:33:38 2011 +0200 gnome-session-3.1.5-2-x86_64 *fix dep diff --git a/source/gnome/gnome-session/FrugalBuild b/source/gnome/gnome-session/FrugalBuild index 7175fd1..18a12c1 100644 --- a/source/gnome/gnome-session/FrugalBuild +++ b/source/gnome/gnome-session/FrugalBuild @@ -5,9 +5,9 @@ USE_DEBUG=${USE_DEBUG:-"y"} pkgname=gnome-session pkgver=3.1.5 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME session manager" -depends=('libxml2>=2.7.8' 'gnome-desktop>=3.0.2' 'polkit' 'upower' 'gconf-gtk' 'usermode' \ +depends=('libxml2>=2.7.8' 'gnome-desktop>=3.1.5' 'polkit' 'upower' 'gconf-gtk' 'usermode' \ 'dbus-glib>=0.76' 'gnome-control-center>=3.0.0' 'libnotify' 'gnome-keyring>=3.0.0' \ 'metacity') makedepends=('intltool' 'gnome-common') From bouleetbil at frogdev.info Thu Aug 18 12:46:15 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 12:46:15 +0200 (CEST) Subject: [Frugalware-git] gnometesting: evolution-exchange-3.1.5-1-x86_64 Message-ID: <20110818104615.DBA401358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a1a15efd6ead179d04766149f3d92008ba8baf63 commit a1a15efd6ead179d04766149f3d92008ba8baf63 Author: bouleetbil Date: Thu Aug 18 12:36:00 2011 +0200 evolution-exchange-3.1.5-1-x86_64 *Version bump diff --git a/source/gnome/evolution-exchange/FrugalBuild b/source/gnome/evolution-exchange/FrugalBuild index 772c876..b040174 100644 --- a/source/gnome/evolution-exchange/FrugalBuild +++ b/source/gnome/evolution-exchange/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: bouleetbil pkgname=evolution-exchange -pkgver=3.1.4 +pkgver=3.1.5 pkgrel=1 pkgdesc="Ximian Connector for Microsoft Exchange, which adds support for Microsoft Exchange 2000 and 2003 to Evolution." -depends=('gtkhtml>=4.0.1' 'evolution-data-server>=3.1.4' 'evolution>=3.1.4' 'libsoup>=2.30.0' \ - 'evolution-data-server-ldap>=3.1.4' 'libkrb5' 'openssl>=1.0.0' 'gnome-desktop' 'libcanberra-gtk') +depends=('gtkhtml>=4.0.1' 'evolution-data-server>=3.1.5' 'evolution>=3.1.5' 'libsoup>=2.30.0' \ + 'evolution-data-server-ldap>=3.1.5' 'libkrb5' 'openssl>=1.0.0' 'gnome-desktop' 'libcanberra-gtk') makedepends=('gtk-doc>=1.11' 'perl-xml-parser' 'openldap' 'intltool' 'krb5') groups=('gnome') archs=('i686' 'x86_64' 'ppc') Finclude gnome url="http://www.gnome.org/projects/evolution/" Fconfopts="$Fconfopts --disable-gtk-doc --with-krb5=/usr" -sha1sums=('1c1aaac51b26322bbf599f8a0b41cce9ec92a76a') +sha1sums=('2c458d638dff1f74525eff987b46d69edb2654e8') # optimization OK From vmiklos at frugalware.org Thu Aug 18 12:54:11 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 18 Aug 2011 12:54:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: blobwars-1.17-2-i686 Message-ID: <20110818105411.5CCEF1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7ba1e03dcc3893632800ceae79f1d795ae3cc952 commit 7ba1e03dcc3893632800ceae79f1d795ae3cc952 Author: Miklos Vajna Date: Thu Aug 18 12:52:30 2011 +0200 blobwars-1.17-2-i686 - drop libstdc++5 dependency, it's libstdc++, and that is already pulled in by sdl diff --git a/source/games-extra/blobwars/FrugalBuild b/source/games-extra/blobwars/FrugalBuild index fa6a2e7..1957d64 100644 --- a/source/games-extra/blobwars/FrugalBuild +++ b/source/games-extra/blobwars/FrugalBuild @@ -4,10 +4,10 @@ pkgname=blobwars pkgver=1.17 pkgextraver=-1 -pkgrel=1 +pkgrel=2 pkgdesc="In Blob Wars: Metal Blob Solid, you take on the role of a fearless Blob agent, Bob." url="http://www.parallelrealities.co.uk/projects/blobWars.php" -depends=('sdl' 'sdlimage>=1.2.10-2' 'sdl_mixer' 'sdl_ttf' 'zlib' 'libstdc++5' 'sdl_net') +depends=('sdl' 'sdlimage>=1.2.10-2' 'sdl_mixer' 'sdl_ttf' 'zlib' 'sdl_net') groups=('games-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url | grep -m2 .tar.gz | Flasttar" From vmiklos at frugalware.org Thu Aug 18 13:02:12 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 18 Aug 2011 13:02:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: acroread-9.4.2-2-i686 Message-ID: <20110818110212.0368F1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8f33db391eaa8338f8285a8446a5c3be5782ff87 commit 8f33db391eaa8338f8285a8446a5c3be5782ff87 Author: Miklos Vajna Date: Thu Aug 18 12:58:54 2011 +0200 acroread-9.4.2-2-i686 - libstdc++5 -> libstdc++ (the binary depends on the later) diff --git a/source/xapps-extra/acroread/FrugalBuild b/source/xapps-extra/acroread/FrugalBuild index ca67578..ab4454b 100644 --- a/source/xapps-extra/acroread/FrugalBuild +++ b/source/xapps-extra/acroread/FrugalBuild @@ -3,11 +3,11 @@ pkgname=acroread pkgver=9.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="Adobe Acrobat Reader for viewing PDF files" url="http://www.adobe.com/products/acrobat/readermain.html" depends=() -rodepends=('gtk+2' 'libstdc++5') +rodepends=('gtk+2' 'libstdc++') groups=('xapps-extra') archs=('i686') up2date="lynx -dump 'http://www.adobe.com/support/downloads/product.jsp?product=10&platform=unix' | grep English | grep 'Linux Update' | tail -n1 | sed 's/.*er \(.*\) Li.*/\1/'" From vmiklos at frugalware.org Thu Aug 18 13:02:12 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 18 Aug 2011 13:02:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libstdc++5-emul-3.3.6_3-1-x86_64 Message-ID: <20110818110212.144341358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1d98bf94c00ed79f8a46e334d4ae7d37f2ba90c5 commit 1d98bf94c00ed79f8a46e334d4ae7d37f2ba90c5 Author: Miklos Vajna Date: Thu Aug 18 13:00:27 2011 +0200 libstdc++5-emul-3.3.6_3-1-x86_64 - stop supporting 8 years old software diff --git a/source/emul-extra/libstdc++5-emul/FrugalBuild b/source/emul-extra/libstdc++5-emul/FrugalBuild deleted file mode 100644 index f2ac2b5..0000000 --- a/source/emul-extra/libstdc++5-emul/FrugalBuild +++ /dev/null @@ -1,14 +0,0 @@ -# Compiling Time: 0.01 SBU -# Maintainer: jercel - -pkgname=libstdc++5-emul -pkgver=3.3.6_3 -pkgrel=1 -pkgdesc="The GNU Standard C++ Library for emulation of i686 on x86_64" -url="http://gcc.gnu.org/" -depends=('binutils-emul') -groups=('emul-extra') -archs=('!i686' 'x86_64') -Finclude emul - -sha1sums=('ae7638a0a57b4df3fcaf70789625b4d89ec9611a') From vmiklos at frugalware.org Thu Aug 18 13:07:29 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 18 Aug 2011 13:07:29 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mingw-devstudio-2.06-3-i686 Message-ID: <20110818110729.27EA31358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=151d1e3ec26c60c78ade7163b4701f1aa01272ad commit 151d1e3ec26c60c78ade7163b4701f1aa01272ad Author: Miklos Vajna Date: Thu Aug 18 13:05:43 2011 +0200 mingw-devstudio-2.06-3-i686 - bin: dead upstream, dead maintainer diff --git a/source/xapps-extra/mingw-devstudio/FrugalBuild b/source/xapps-extra/mingw-devstudio/FrugalBuild deleted file mode 100644 index 90048bb..0000000 --- a/source/xapps-extra/mingw-devstudio/FrugalBuild +++ /dev/null @@ -1,36 +0,0 @@ -# Compiling Time: 0.01 SBU -# Maintainer: Priyank Gosalia - -pkgname=mingw-devstudio -_F_archive_name=mingw-devstudio_linux -pkgver=2.06 -pkgrel=2 -pkgdesc="A cross-platform IDE for the GNU C/C++ Compilers." -url="http://www.parinyasoft.com/" -license="custom" -rodepends=('gcc' 'gdb' 'gtk+2' 'libstdc++5') -depends=() -groups=('xapps-extra') -archs=('i686' 'x86_64') -up2date=$pkgver -source=(http://frugalware.org/~priyank/$_F_archive_name-$pkgver.tar.gz) -sha1sums=('23459778ba0f42e73e0fcb4142776a4c519ef415') -_F_desktop_name="MinGW Developer Studio" -_F_desktop_file="mingwstudio.desktop" -_F_desktop_icon="MinGWStudio.png" -_F_desktop_categories="Development;" - -build() -{ - Fcd MinGWStudio - Fmkdir /usr/{bin,share/{mingwstudio,pixmaps}} - cp -dpR * $Fdestdir/usr/share/mingwstudio/ - Fcp /usr/share/mingwstudio/MinGWStudio.png /usr/share/pixmaps - echo "#!/bin/sh" > $Fdestdir/usr/bin/mingw-devstudio - echo "cd /usr/share/mingwstudio" >> $Fdestdir/usr/bin/mingw-devstudio - echo "./MinGWStudio" >> $Fdestdir/usr/bin/mingw-devstudio - Ffileschmod /usr/bin/ 755 - Fdocrel License.txt - Fdesktop2 -} - From bouleetbil at frogdev.info Thu Aug 18 13:08:51 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 13:08:51 +0200 (CEST) Subject: [Frugalware-git] gnometesting: evolution-data-server-3.1.5-2-x86_64 *enable vala binding Message-ID: <20110818110851.904B61358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=34d51a7bd20d6b2f9d1714c25fc21768fb194ff9 commit 34d51a7bd20d6b2f9d1714c25fc21768fb194ff9 Author: bouleetbil Date: Thu Aug 18 12:58:05 2011 +0200 evolution-data-server-3.1.5-2-x86_64 *enable vala binding diff --git a/source/gnome/evolution-data-server/FrugalBuild b/source/gnome/evolution-data-server/FrugalBuild index 2391b7c..5cd4e45 100644 --- a/source/gnome/evolution-data-server/FrugalBuild +++ b/source/gnome/evolution-data-server/FrugalBuild @@ -3,7 +3,7 @@ pkgname=evolution-data-server pkgver=3.1.5 -pkgrel=1 +pkgrel=2 pkgdesc="Evolution Data Server provides a central location for addressbook and calendar in the GNOME Desktop" depends=('nss>=3.12.9' 'libsoup-gnome>=2.32.0' 'libgweather>=3.0.0' \ 'libkrb5' 'db>=4.7.25' 'gnutls>=2.8' 'libical' 'gnome-keyring>=3.1.1' \ @@ -36,7 +36,7 @@ _F_extract_taropts='-i' Fconfopts="$Fconfopts --with-openldap=yes --enable-nss=yes \ --enable-nntp=yes --enable-smime=yes --enable-ipv6=yes --disable-debug --enable-gtk3 \ - --with-krb5=/usr --with-libdb=/usr --enable-gnome-keyring --enable-calendar=yes --enable-gtk-doc" + --with-krb5=/usr --with-libdb=/usr --enable-gnome-keyring --enable-calendar=yes --enable-gtk-doc --enable-vala-bindings" build() { if [ "$_F_gnome_git" != "n" ]; then From vmiklos at frugalware.org Thu Aug 18 13:12:40 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 18 Aug 2011 13:12:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: skype-2.2.0.35-2-i686 Message-ID: <20110818111240.B92F71358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8e8033fd2b17cb2d269980ccfc067f7dd16e41cc commit 8e8033fd2b17cb2d269980ccfc067f7dd16e41cc Author: Miklos Vajna Date: Thu Aug 18 13:10:24 2011 +0200 skype-2.2.0.35-2-i686 - libstdc++5 -> libstdc++ (the binary depends on the later) diff --git a/source/xapps-extra/skype/FrugalBuild b/source/xapps-extra/skype/FrugalBuild index 759ad88..23c67d4 100644 --- a/source/xapps-extra/skype/FrugalBuild +++ b/source/xapps-extra/skype/FrugalBuild @@ -5,10 +5,10 @@ USE_STATIC=${USE_STATIC:-"n"} pkgname=skype pkgver=2.2.0.35 -pkgrel=1 +pkgrel=2 pkgdesc="Skype will let you make free calls to your friends all over the world." url="http://skype.com" -rodepends=('libstdc++5' 'alsa-lib') +rodepends=('libstdc++' 'alsa-lib') if ! Fuse $USE_STATIC; then _static="" rodepends=("${rodepends[@]}" 'libsigc++2' 'qt4-qdbus' 'libqtgui' 'libqtnetwork' 'libxv' 'libxscrnsaver' 'corefonts') From bouleetbil at frogdev.info Thu Aug 18 13:13:32 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 13:13:32 +0200 (CEST) Subject: [Frugalware-git] gnometesting: folks-0.6.0-1-x86_64 Message-ID: <20110818111332.DD2BC1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b918986905627aed5c04662d99bef194bd9a25ad commit b918986905627aed5c04662d99bef194bd9a25ad Author: bouleetbil Date: Thu Aug 18 13:03:17 2011 +0200 folks-0.6.0-1-x86_64 *Version bump diff --git a/source/gnome/folks/FrugalBuild b/source/gnome/folks/FrugalBuild index ffcaba6..5feaef1 100644 --- a/source/gnome/folks/FrugalBuild +++ b/source/gnome/folks/FrugalBuild @@ -2,16 +2,16 @@ # Maintainer: bouleetbil pkgname=folks -pkgver=0.5.1 +pkgver=0.6.0 pkgrel=1 pkgdesc="libfolks is a library that aggregates people from multiple sources" -depends=('evolution-data-server' 'libgee' 'telepathy-glib') -makedepends=('vala' 'gobject-introspection' 'intltool') +depends=('evolution-data-server' 'libgee' 'telepathy-glib' 'libsocialweb') +makedepends=('vala' 'gobject-introspection' 'intltool' 'krb5') groups=('gnome') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') Finclude gnome -sha1sums=('4be8b94bcfc17d33617c8a5225017ff9d86e653d') +sha1sums=('62a6af1f53db0b6a9dfe5fe8f7e7f9d00295ba83') Fconfopts="$Fconfopts --enable-vala" # optimization OK From melko at frugalware.org Thu Aug 18 13:19:47 2011 From: melko at frugalware.org (Melko) Date: Thu, 18 Aug 2011 13:19:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gwenview-4.7.0-2-i686 Message-ID: <20110818111947.0329A1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5473c79c71226ca582a131581dace890d47f7ab8 commit 5473c79c71226ca582a131581dace890d47f7ab8 Author: Melko Date: Thu Aug 18 13:17:43 2011 +0200 gwenview-4.7.0-2-i686 * enable plugins support diff --git a/source/kde-extra/gwenview/FrugalBuild b/source/kde-extra/gwenview/FrugalBuild index b671c75..5f12c7a 100644 --- a/source/kde-extra/gwenview/FrugalBuild +++ b/source/kde-extra/gwenview/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: centuri0 pkgname=gwenview -pkgrel=1 +pkgrel=2 pkgdesc="KDE Image Viewer." groups=('kde-extra') archs=('i686' 'x86_64' 'ppc') Finclude kde -depends=('attica>=0.2.0' "libkutils>=$_F_kde_ver" "libnepomuk>=$_F_kde_ver" "libkonq>=$_F_kde_ver" "libkfile>=$_F_kde_ver") +depends=('attica>=0.2.0' "libkutils>=$_F_kde_ver" "libkonq>=$_F_kde_ver" "libkipi>=$_F_kde_ver") makedepends=("${makedepends[@]}" "kdebase-workspace-compiletime>=$_F_kde_ver" \ "ksgmltools2>=$_F_kde_ver") From bouleetbil at frogdev.info Thu Aug 18 13:23:11 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 13:23:11 +0200 (CEST) Subject: [Frugalware-git] gnometesting: empathy-3.1.5-1-x86_64 Message-ID: <20110818112311.9FE521358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=29a5f4127a9cdd284076e6dbb1bba71fa8fc2e4f commit 29a5f4127a9cdd284076e6dbb1bba71fa8fc2e4f Author: bouleetbil Date: Thu Aug 18 13:12:44 2011 +0200 empathy-3.1.5-1-x86_64 *Version bump diff --git a/source/gnome/empathy/FrugalBuild b/source/gnome/empathy/FrugalBuild index 2c4d685..6820629 100644 --- a/source/gnome/empathy/FrugalBuild +++ b/source/gnome/empathy/FrugalBuild @@ -7,8 +7,8 @@ USE_SENDTO=${USE_SENDTO:-"n"} #Sendto have be merged to nautilus should wait pkgname=empathy -pkgver=3.1.4 -pkgrel=2 +pkgver=3.1.5 +pkgrel=1 pkgdesc="Empathy consists of a rich set of reusable instant messaging widgets" depends=('telepathy-glib' 'libxml2' 'enchant' 'ca-certificates' \ 'atk' 'pango' 'freetype2' 'libxau' 'libxdmcp' 'e2fsprogs' \ @@ -17,10 +17,10 @@ depends=('telepathy-glib' 'libxml2' 'enchant' 'ca-certificates' \ 'libsm' 'libffi' 'telepathy-stream-engine' \ 'aspell' 'iso-codes' 'telepathy-mission-control' 'telepathy-gabble' \ 'evolution-data-server>=3.1.4' 'libcanberra-gtk' 'telepathy-farsight' \ - 'webkit-gtk3' 'unique' 'libkrb5' 'folks>=0.4.3' 'telepathy-logger' \ + 'webkit-gtk3' 'unique' 'libkrb5' 'folks>=0.6.0' 'telepathy-logger' \ 'ca-certificates' 'gsettings-desktop-schemas' 'libnotify>=0.7' 'telepathy-butterfly' \ - 'telepathy-logger>=0.2.8' 'networkmanager' 'glib-networking') -makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gnome-doc-utils' 'krb5') + 'telepathy-logger>=0.2.8' 'networkmanager' 'glib-networking' 'pulseaudio') +makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gnome-doc-utils' 'krb5' 'libxtst') groups=('gnome') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') @@ -37,7 +37,7 @@ if Fuse $USE_MAP; then depend=("${depends[@]}" "libchamplain" "geoclue") Fconfopts="${Fconfopts[@]} --enable-map=yes" fi -sha1sums=('fbf491d695372dd7d8eee19a861be86072bf1981') +sha1sums=('cb1eb2b53773df54d8f754dc4350863a9b6df931') replaces=('galaxium' 'gossip') if Fuse $USE_SENDTO; then @@ -60,7 +60,7 @@ build() { if [ "$_F_gnome_git" != "n" ]; then Funpack_scm Fcd $pkgname - sh ./autogen.sh + sh ./autogen.sh --disable-gtk-doc fi Fbuild Fbuild_gnome_scriptlet From bouleetbil at frogdev.info Thu Aug 18 13:24:07 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 13:24:07 +0200 (CEST) Subject: [Frugalware-git] gnometesting: vino-3.1.5-1-x86_64 Message-ID: <20110818112407.40C771358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=fb002162fa02144187835592788a9be4a5878b26 commit fb002162fa02144187835592788a9be4a5878b26 Author: bouleetbil Date: Thu Aug 18 13:13:51 2011 +0200 vino-3.1.5-1-x86_64 *Version bump diff --git a/source/gnome/vino/FrugalBuild b/source/gnome/vino/FrugalBuild index 47a7b6f..fc8d681 100644 --- a/source/gnome/vino/FrugalBuild +++ b/source/gnome/vino/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=vino -pkgver=3.1.4 +pkgver=3.1.5 pkgrel=1 pkgdesc="An integrated VNC server for GNOME" depends=('gnutls>=2.8' 'avahi-glib' 'libxtst' 'libxdamage' 'libnotify' 'gnome-keyring>=3.0.1' @@ -17,6 +17,6 @@ _F_gnome_devel="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --enable-http-server=yes --enable-session-support=yes --enable-avahi \ --enable-debug=no --enable-gnome-keyring=yes" -sha1sums=('ba521e8f2275c9628a867211348af72cefd9743c') +sha1sums=('3f19d61865e43e65bfaf8c05fe6ee124f0974e64') # optimization OK From bouleetbil at frogdev.info Thu Aug 18 13:27:03 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 13:27:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: eog-3.1.5-1-x86_64 Message-ID: <20110818112703.53BB41358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=fff9a8aa87e79e3c280fefd734447683e00bf9cb commit fff9a8aa87e79e3c280fefd734447683e00bf9cb Author: bouleetbil Date: Thu Aug 18 13:16:39 2011 +0200 eog-3.1.5-1-x86_64 *Version bump diff --git a/source/gnome/eog/FrugalBuild b/source/gnome/eog/FrugalBuild index 3b543c8..6439e56 100644 --- a/source/gnome/eog/FrugalBuild +++ b/source/gnome/eog/FrugalBuild @@ -3,11 +3,11 @@ # Contributor: Christian Hamar alias krix pkgname=eog -pkgver=3.1.4 +pkgver=3.1.5 pkgrel=1 pkgdesc="An image viewing and cataloging program for GNOME" depends=('libxml2>=2.7.8' 'libexif' 'rarian' 'desktop-file-utils' 'python>=2.7' \ - 'gnome-desktop>=3.1.4' 'lcms2' 'libart_lgpl' 'libpeas-gtk') + 'gnome-desktop>=3.1.5' 'lcms2' 'libart_lgpl' 'libpeas-gtk') makedepends=('intltool' 'gnome-doc-utils>=0.16.0') groups=('gnome') archs=('i686' 'x86_64' 'ppc') @@ -16,6 +16,6 @@ _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet -sha1sums=('5a2efc49b26aedf3e2ed5ea94343d7ffb0d9ee71') +sha1sums=('c91b8f80f78635678d12d600e15a1d6ccb29e051') # optimization OK From bouleetbil at frogdev.info Thu Aug 18 13:29:03 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 13:29:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-utils-3.1.5-1-x86_64 Message-ID: <20110818112903.907361358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=861de8a583f7c0db56ef5e197600a5d1a5e2c510 commit 861de8a583f7c0db56ef5e197600a5d1a5e2c510 Author: bouleetbil Date: Thu Aug 18 13:18:40 2011 +0200 gnome-utils-3.1.5-1-x86_64 *Version bump diff --git a/source/gnome/gnome-utils/FrugalBuild b/source/gnome/gnome-utils/FrugalBuild index 90d28a7..6c2471b 100644 --- a/source/gnome/gnome-utils/FrugalBuild +++ b/source/gnome/gnome-utils/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gnome-utils -pkgver=3.1.2 +pkgver=3.1.5 pkgrel=1 pkgdesc="GNOME utilities" url="http://www.gnome.org/" @@ -20,7 +20,7 @@ _F_gnome_iconcache="y" _F_gnome_glib="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --enable-ipv6 --disable-gtk-doc" -sha1sums=('4bc8dc1b2f908b1a228c7458f879d71c508a36b7') +sha1sums=('baa3c953e18dc755ed48a239db8bd07f4d1b3943') build() { Fbuild From vmiklos at frugalware.org Thu Aug 18 13:36:22 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 18 Aug 2011 13:36:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: virtualbox-4.0.10-2-i686 Message-ID: <20110818113622.ED66B1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e70990e5ba04bd6ee7d970e35f378daacfcaf689 commit e70990e5ba04bd6ee7d970e35f378daacfcaf689 Author: Miklos Vajna Date: Thu Aug 18 13:34:36 2011 +0200 virtualbox-4.0.10-2-i686 - drop libstdc++5 dependency, it's libstdc++, and that is already pulled in by sdl diff --git a/source/xapps-extra/virtualbox/FrugalBuild b/source/xapps-extra/virtualbox/FrugalBuild index 8acbc8b..3fed60f 100644 --- a/source/xapps-extra/virtualbox/FrugalBuild +++ b/source/xapps-extra/virtualbox/FrugalBuild @@ -5,11 +5,11 @@ pkgname=virtualbox realname=VirtualBox pkgver=4.0.10 -pkgrel=1 +pkgrel=2 pkgdesc="InnoTek VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use." url="http://www.virtualbox.org" depends=('xerces-c>=2.8.0' 'xalan-c>=1.10.0-2' 'iasl' 'dev86' 'libxslt' 'libxcursor' 'qt' 'libidl' 'sdl' \ - 'hal' 'libstdc++5' 'alsa-lib' 'qt4-linguist' 'curl' 'libqtopengl' 'cdrtools') + 'hal' 'alsa-lib' 'qt4-linguist' 'curl' 'libqtopengl' 'cdrtools') makedepends=('kernel-source' 'kernel-headers' 'openjdk') rodepends=('wget' 'virtualbox-modules') groups=('xapps-extra') From vmiklos at frugalware.org Thu Aug 18 13:45:26 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 18 Aug 2011 13:45:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: realplayer-10.0.9.809_20070726-2-i686 Message-ID: <20110818114526.809DA1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=92b55c9574f7f44ab17447aef35ad29ce15af825 commit 92b55c9574f7f44ab17447aef35ad29ce15af825 Author: Miklos Vajna Date: Thu Aug 18 13:43:26 2011 +0200 realplayer-10.0.9.809_20070726-2-i686 - bin, no new upstream release in 5 years, no maintainer diff --git a/source/xapps-extra/realplayer/FrugalBuild b/source/xapps-extra/realplayer/FrugalBuild deleted file mode 100644 index 2fc596a..0000000 --- a/source/xapps-extra/realplayer/FrugalBuild +++ /dev/null @@ -1,46 +0,0 @@ -# Compiling Time: 0.01 SBU -# Contributor: VMiklos -# Maintainer: voroskoi - -pkgname=realplayer -origname=RealPlayer -pkgver=10.0.9.809_20070726 -origver=10.0.9.809-20070726 -pkgrel=2 -pkgdesc="Real Media Player" -url="https://player.helixcommunity.org/" -makedepends=('rpm' 'cpio') -depends=('gtk+2' 'atk' 'libstdc++5' 'pango' 'cairo' 'libgcc') -groups=('xapps-extra') -archs=('i686') -up2date="elinks -dump https://helixcommunity.org/project/showfiles.php?group_id=154 |grep RealPlayer.*.i586.rpm |sed -ne 's/.*r-\(.*\).i586.*/\1/;1 p' |sed s/-/_/" -# You can get the pkgurl this way: (don't forget the https://) -#elinks -dump https://helixcommunity.org/project/showfiles.php?group_id=154 |grep RealPlayer.*.i586.rpm |grep https |sed -ne 's|.*https://\(.*\)|\1|;1 p' -source=(https://helixcommunity.org/projects/player/files/download/2479) -license="HBRL" -options=('nobuild') - -build() -{ - rpm2cpio 2479 \ - |cpio -idmu --no-preserve-owner --quiet - Fcd usr/local/RealPlayer - Fmkdir /usr/lib/$pkgname - mv * $Fdestdir/usr/lib/$pkgname - Fmkdir /usr/bin - Fln /usr/lib/$pkgname/realplay /usr/bin/realplay - cd $Fdestdir/usr/lib/$pkgname/share - Ffilerel realplay.png /usr/share/pixmaps/realplay.png - Ffilerel realplay.desktop /usr/share/applications/realplay.desktop - cd ../mozilla - Fexerel /usr/lib/mozilla/plugins/nphelix.so - cd ../share/locale - for i in *; do - Fmkdir /usr/share/locale/$i/LC_MESSAGES - Fln /usr/lib/$pkgname/share/locale/$i/player.mo \ - /usr/share/locale/$i/LC_MESSAGES/realplay.mo - Fln /usr/lib/$pkgname/share/locale/$i/widget.mo \ - /usr/share/locale/$i/LC_MESSAGES/libgtkhx.mo - done -} -sha1sums=('5231a724a1d3987400c79d066ff6b5c0ba3f5251') From vmiklos at frugalware.org Thu Aug 18 13:52:50 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 18 Aug 2011 13:52:50 +0200 (CEST) Subject: [Frugalware-git] pacman-g2: pacman -R: enable --regex option Message-ID: <20110818115250.029191358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=fcd9bb7bfda0c5a635f3e580426cbbf46e236f65 commit fcd9bb7bfda0c5a635f3e580426cbbf46e236f65 Author: Melko Date: Sat Aug 13 16:26:20 2011 +0200 pacman -R: enable --regex option diff --git a/src/pacman-g2/pacman-g2.c b/src/pacman-g2/pacman-g2.c index 0436abd..d67bf4b 100644 --- a/src/pacman-g2/pacman-g2.c +++ b/src/pacman-g2/pacman-g2.c @@ -134,6 +134,7 @@ static void usage(int op, char *myname) printf(_(" -k, --dbonly only remove database entry, do not remove files\n")); printf(_(" -n, --nosave remove configuration files as well\n")); printf(_(" -s, --recursive remove dependencies also (that won't break packages)\n")); + printf(_(" --regex treat targets as regexs if no package found\n")); } else if(op == PM_OP_UPGRADE) { if(config->flags & PM_TRANS_FLAG_FRESHEN) { printf(_("usage: %s {-F --freshen} [options] \n"), myname); diff --git a/src/pacman-g2/remove.c b/src/pacman-g2/remove.c index 2641661..08fef54 100644 --- a/src/pacman-g2/remove.c +++ b/src/pacman-g2/remove.c @@ -89,9 +89,30 @@ int removepkg(list_t *targets) /* and add targets to it */ for(i = finaltargs; i; i = i->next) { if(pacman_trans_addtarget(i->data) == -1) { - ERR(NL, _("failed to add target '%s' (%s)\n"), (char *)i->data, pacman_strerror(pm_errno)); - retval = 1; - goto cleanup; + int found=0; + /* check for regex */ + if(config->regex) { + PM_LIST *k; + for(k = pacman_db_getpkgcache(db_local); k; k = pacman_list_next(k)) { + PM_PKG *p = pacman_list_getdata(k); + char *pkgname = pacman_pkg_getinfo(p, PM_PKG_NAME); + int match = pacman_reg_match(pkgname, i->data); + if(match == -1) { + ERR(NL, _("failed to add target '%s' (%s)\n"), (char *)i->data, pacman_strerror(pm_errno)); + retval = 1; + goto cleanup; + } + else if(match) { + pacman_trans_addtarget(pkgname); + found++; + } + } + } + if(!found) { + ERR(NL, _("failed to add target '%s' (%s)\n"), (char *)i->data, pacman_strerror(pm_errno)); + retval = 1; + goto cleanup; + } } } From vmiklos at frugalware.org Thu Aug 18 13:52:50 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 18 Aug 2011 13:52:50 +0200 (CEST) Subject: [Frugalware-git] pacman-g2: help: --regex is a general option Message-ID: <20110818115250.146901358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=0d9ccb0f84f72eec13d8929793c6442a71d3d15a commit 0d9ccb0f84f72eec13d8929793c6442a71d3d15a Author: Miklos Vajna Date: Thu Aug 18 13:51:21 2011 +0200 help: --regex is a general option diff --git a/src/pacman-g2/pacman-g2.c b/src/pacman-g2/pacman-g2.c index d67bf4b..ffb0694 100644 --- a/src/pacman-g2/pacman-g2.c +++ b/src/pacman-g2/pacman-g2.c @@ -134,7 +134,6 @@ static void usage(int op, char *myname) printf(_(" -k, --dbonly only remove database entry, do not remove files\n")); printf(_(" -n, --nosave remove configuration files as well\n")); printf(_(" -s, --recursive remove dependencies also (that won't break packages)\n")); - printf(_(" --regex treat targets as regexs if no package found\n")); } else if(op == PM_OP_UPGRADE) { if(config->flags & PM_TRANS_FLAG_FRESHEN) { printf(_("usage: %s {-F --freshen} [options] \n"), myname); @@ -177,13 +176,13 @@ static void usage(int op, char *myname) printf(_(" -y, --refresh download fresh package databases from the server\n")); printf(_(" --ignore ignore a package upgrade (can be used more than once)\n")); printf(_(" --nointegrity don't check the integrity of the packages using sha1\n")); - printf(_(" --regex treat targets as regexs if no package found\n")); } printf(_(" --config set an alternate configuration file\n")); printf(_(" --noconfirm do not ask for anything confirmation\n")); printf(_(" --ask pre-specify answers for questions (see manpage)\n")); printf(_(" --noprogressbar do not show a progress bar when downloading files\n")); printf(_(" --noscriptlet do not execute the install scriptlet if there is any\n")); + printf(_(" --regex treat targets as regexs if no package found\n")); printf(_(" -v, --verbose be verbose\n")); printf(_(" -r, --root set an alternate installation root\n")); printf(_(" -b, --dbpath set an alternate database location\n")); From melko at frugalware.org Thu Aug 18 14:07:15 2011 From: melko at frugalware.org (Melko) Date: Thu, 18 Aug 2011 14:07:15 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: telepathy-qt4-0.7.2-1-i686 Message-ID: <20110818120715.12C7F1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=44fb6cd29556f62ac1e813a40451ea93046699d3 commit 44fb6cd29556f62ac1e813a40451ea93046699d3 Author: Melko Date: Thu Aug 18 14:05:45 2011 +0200 telepathy-qt4-0.7.2-1-i686 * version bump diff --git a/source/lib/telepathy-qt4/FrugalBuild b/source/lib/telepathy-qt4/FrugalBuild index 2aa2805..890ec7e 100644 --- a/source/lib/telepathy-qt4/FrugalBuild +++ b/source/lib/telepathy-qt4/FrugalBuild @@ -2,16 +2,17 @@ # Maintainer: crazy pkgname=telepathy-qt4 -pkgver=0.2.2 +pkgver=0.7.2 pkgrel=1 pkgdesc="Telepathy Qt4 bindings" -depends=('libqtdbus' 'libqtnetwork' 'libgcc') +depends=('libqtdbus' 'libqtnetwork' 'libgcc' 'telepathy-farsight') makedepends=('libqttest' 'libqtgui') groups=('lib') archs=('i686' 'x86_64' 'ppc') +Finclude cmake url="http://telepathy.freedesktop.org/wiki/Telepathy-Qt4" up2date="Flasttar http://telepathy.freedesktop.org/releases/$pkgname" source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('01702eb60df41f3deab78953c1180d83791f5317') +sha1sums=('aff7e491bd624f7a63a48d98404a714f55c03c62') # optimization OK From ryuo at frugalware.org Thu Aug 18 14:36:20 2011 From: ryuo at frugalware.org (James Buren) Date: Thu, 18 Aug 2011 14:36:20 +0200 (CEST) Subject: [Frugalware-git] kernel30: madwifi-0.9.4.4165-1-x86_64 * change source to SVN tarball * remove all old patches * rebuild with kernel 3.0 Message-ID: <20110818123620.474EE1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=8e1ae38500edf3d257944151712f140c46b08bbe commit 8e1ae38500edf3d257944151712f140c46b08bbe Author: James Buren Date: Tue Aug 16 18:11:10 2011 -0500 madwifi-0.9.4.4165-1-x86_64 * change source to SVN tarball * remove all old patches * rebuild with kernel 3.0 diff --git a/source/network/madwifi/FrugalBuild b/source/network/madwifi/FrugalBuild index 8bd0cf1..edcda32 100644 --- a/source/network/madwifi/FrugalBuild +++ b/source/network/madwifi/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna pkgname=madwifi -pkgver=0.9.4 -pkgrel=56 +pkgver=0.9.4.4165 +pkgrel=1 pkgdesc="Madwifi drivers for Atheros wireless chipsets" Finclude kernel-module depends=(${depends[@]} 'wireless_tools') @@ -11,29 +11,18 @@ replaces=('madwifi-ng') makedepends=(${makedepends[@]} 'sharutils') groups=('network') archs=('i686' 'x86_64') -Finclude sourceforge -url="http://madwifi.sourceforge.net/" -source=($source madwifi-0.9.3-cflags.diff kernel-2.6.2{6,7,9}.patch kernel-2.6.3{0,1,2,3,5,7}.patch \ - https://dev.openwrt.org/export/25702/trunk/package/madwifi/patches/466-2.6.38_compile.patch) -sha1sums=('6f289cb2e99d27b23570d15b69bf0f4240e34d1e' \ - '26fdc221e5bb0299d8b3c41ad30b6fe6882a8e35' \ - '41928bbfdbb4e1c1fa5c1ed93fb673542c18bbc3' \ - 'd13a31f131b227838046c384e04cb32922b481bf' \ - '0afa565128984ebcae441580b83eb916a2f3f09c' \ - '8e9aef8b6d7fe815bb0816f107b65cda362d520e' \ - '49e925f5a0a1705e9e9475f44f4005d6576fe51b' \ - 'e066b925df4e9119879fc23818c18ae62ef3008a' \ - '9a5ceb3611a6eaadfc5f68003e31a62569754369' \ - '38c64a6599bd394c2a4f0eb2921fe122894050ae' \ - 'c01931c9be8be67a88a6ea062c35962125b1a92a' \ - '7e42b6955cf514205e2305e1a4b4b6d85d528070') +url="http://madwifi-project.org/" +up2date="Flasttar http://ftp.frugalware.org/pub/other/sources/$pkgname" +source=(http://ftp.frugalware.org/pub/other/sources/$pkgname/$pkgname-$pkgver.tar.xz) +options=(${options[@]} 'nomirror') +_F_cd_path="$pkgname" +sha1sums=('99c2ca795ffc84620e1b84765662413bcadde978') # If the package needs testing, feel free to poke Benjamin Woods build() { # no Fcheckkernel, crosscompilation verified - Fpatchall KERNELPATH=/usr/src/linux Fmake Fmakeinstall KERNELPATH=/usr/src/linux \ MODULEPATH=$_F_kernelmod_dir/kernel/drivers/net/wireless \ diff --git a/source/network/madwifi/kernel-2.6.26.patch b/source/network/madwifi/kernel-2.6.26.patch deleted file mode 100644 index af14023..0000000 --- a/source/network/madwifi/kernel-2.6.26.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/net80211/ieee80211_linux.h 2008-05-09 01:15:01 +0400 -+++ b/net80211/ieee80211_linux.h 2008-05-11 02:26:35 +0400 -@@ -315,6 +315,9 @@ typedef spinlock_t acl_lock_t; - #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,14) - #define __skb_append(a,b,c) __skb_append(a, b) - #endif -+#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,25) -+#define __skb_append(a,b,c) __skb_queue_after(c,a,b) -+#endif - - /* - * Per-node power-save queue definitions. Beware of control diff --git a/source/network/madwifi/kernel-2.6.27.patch b/source/network/madwifi/kernel-2.6.27.patch deleted file mode 100644 index 1e9dbcf..0000000 --- a/source/network/madwifi/kernel-2.6.27.patch +++ /dev/null @@ -1,142 +0,0 @@ ---- a/net80211/ieee80211_wireless.c -+++ b/net80211/ieee80211_wireless.c -@@ -73,6 +73,13 @@ - (_vap)->iv_ic->ic_roaming == IEEE80211_ROAMING_AUTO) - #define RESCAN 1 - -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27) -+#define IWE(func, ...) func(&iweinfo, __VA_ARGS__) -+static struct iw_request_info iweinfo = { 0, 0 }; -+#else -+#define IWE(func, ...) func(__VA_ARGS__) -+#endif -+ - static void - pre_announced_chanswitch(struct net_device *dev, u_int32_t channel, u_int32_t tbtt); - -@@ -1800,7 +1807,7 @@ - IEEE80211_ADDR_COPY(iwe.u.ap_addr.sa_data, se->se_macaddr); - else - IEEE80211_ADDR_COPY(iwe.u.ap_addr.sa_data, se->se_bssid); -- current_ev = iwe_stream_add_event(current_ev, end_buf, &iwe, IW_EV_ADDR_LEN); -+ current_ev = IWE(iwe_stream_add_event, current_ev, end_buf, &iwe, IW_EV_ADDR_LEN); - - /* We ran out of space in the buffer. */ - if (last_ev == current_ev) -@@ -1603,7 +1603,7 @@ - if (vap->iv_opmode == IEEE80211_M_HOSTAP) { - iwe.u.data.length = vap->iv_des_nssid > 0 ? - vap->iv_des_ssid[0].len : 0; -- current_ev = iwe_stream_add_point(current_ev, -+ current_ev = IWE(iwe_stream_add_point, current_ev, - end_buf, &iwe, vap->iv_des_ssid[0].ssid); - } else { - iwe.u.data.length = se->se_ssid[1]; -@@ -1614,7 +1614,7 @@ - end_buf, &iwe, vap->iv_des_ssid[0].ssid); - } else { - iwe.u.data.length = se->se_ssid[1]; -- current_ev = iwe_stream_add_point(current_ev, -+ current_ev = IWE(iwe_stream_add_point, current_ev, - end_buf, &iwe, (char *) se->se_ssid+2); - } - -@@ -1824,7 +1831,7 @@ - iwe.cmd = SIOCGIWMODE; - iwe.u.mode = se->se_capinfo & IEEE80211_CAPINFO_ESS ? - IW_MODE_MASTER : IW_MODE_ADHOC; -- current_ev = iwe_stream_add_event(current_ev, -+ current_ev = IWE(iwe_stream_add_event, current_ev, - end_buf, &iwe, IW_EV_UINT_LEN); - - /* We ran out of space in the buffer. */ -@@ -1837,7 +1844,7 @@ - iwe.cmd = SIOCGIWFREQ; - iwe.u.freq.m = se->se_chan->ic_freq * 100000; - iwe.u.freq.e = 1; -- current_ev = iwe_stream_add_event(current_ev, -+ current_ev = IWE(iwe_stream_add_event, current_ev, - end_buf, &iwe, IW_EV_FREQ_LEN); - - /* We ran out of space in the buffer. */ -@@ -1848,7 +1855,7 @@ - last_ev = current_ev; - iwe.cmd = IWEVQUAL; - set_quality(&iwe.u.qual, se->se_rssi, ATH_DEFAULT_NOISE); -- current_ev = iwe_stream_add_event(current_ev, -+ current_ev = IWE(iwe_stream_add_event, current_ev, - end_buf, &iwe, IW_EV_QUAL_LEN); - - /* We ran out of space in the buffer */ -@@ -1863,7 +1870,7 @@ - else - iwe.u.data.flags = IW_ENCODE_DISABLED; - iwe.u.data.length = 0; -- current_ev = iwe_stream_add_point(current_ev, end_buf, &iwe, ""); -+ current_ev = IWE(iwe_stream_add_point, current_ev, end_buf, &iwe, ""); - - /* We ran out of space in the buffer. */ - if (last_ev == current_ev) -@@ -1878,7 +1885,7 @@ - int r = se->se_rates[2 + j] & IEEE80211_RATE_VAL; - if (r != 0) { - iwe.u.bitrate.value = r * (1000000 / 2); -- current_val = iwe_stream_add_value(current_ev, -+ current_val = IWE(iwe_stream_add_value, current_ev, - current_val, end_buf, &iwe, - IW_EV_PARAM_LEN); - } -@@ -1887,7 +1894,7 @@ - int r = se->se_xrates[2+j] & IEEE80211_RATE_VAL; - if (r != 0) { - iwe.u.bitrate.value = r * (1000000 / 2); -- current_val = iwe_stream_add_value(current_ev, -+ current_val = IWE(iwe_stream_add_value, current_ev, - current_val, end_buf, &iwe, - IW_EV_PARAM_LEN); - } -@@ -1906,7 +1913,7 @@ - iwe.cmd = IWEVCUSTOM; - snprintf(buf, sizeof(buf), "bcn_int=%d", se->se_intval); - iwe.u.data.length = strlen(buf); -- current_ev = iwe_stream_add_point(current_ev, end_buf, &iwe, buf); -+ current_ev = IWE(iwe_stream_add_point, current_ev, end_buf, &iwe, buf); - - /* We ran out of space in the buffer. */ - if (last_ev == current_ev) -@@ -1930,7 +1937,7 @@ - rsn_leader, sizeof(rsn_leader) - 1); - #endif - if (iwe.u.data.length != 0) { -- current_ev = iwe_stream_add_point(current_ev, end_buf, -+ current_ev = IWE(iwe_stream_add_point, current_ev, end_buf, - &iwe, buf); - - /* We ran out of space in the buffer */ -@@ -1956,7 +1963,7 @@ - wpa_leader, sizeof(wpa_leader) - 1); - #endif - if (iwe.u.data.length != 0) { -- current_ev = iwe_stream_add_point(current_ev, end_buf, -+ current_ev = IWE(iwe_stream_add_point, current_ev, end_buf, - &iwe, buf); - - /* We ran out of space in the buffer. */ -@@ -1975,7 +1982,7 @@ - se->se_wme_ie, se->se_wme_ie[1] + 2, - wme_leader, sizeof(wme_leader) - 1); - if (iwe.u.data.length != 0) { -- current_ev = iwe_stream_add_point(current_ev, end_buf, -+ current_ev = IWE(iwe_stream_add_point, current_ev, end_buf, - &iwe, buf); - - /* We ran out of space in the buffer. */ -@@ -1993,7 +2000,7 @@ - se->se_ath_ie, se->se_ath_ie[1] + 2, - ath_leader, sizeof(ath_leader) - 1); - if (iwe.u.data.length != 0) { -- current_ev = iwe_stream_add_point(current_ev, end_buf, -+ current_ev = IWE(iwe_stream_add_point, current_ev, end_buf, - &iwe, buf); - - /* We ran out of space in the buffer. */ diff --git a/source/network/madwifi/kernel-2.6.29.patch b/source/network/madwifi/kernel-2.6.29.patch deleted file mode 100644 index c32bc0e..0000000 --- a/source/network/madwifi/kernel-2.6.29.patch +++ /dev/null @@ -1,1481 +0,0 @@ -diff --git a/ath/if_ath.c b/ath/if_ath.c -index 4815dcd..1409fd7 100644 ---- a/ath/if_ath.c -+++ b/ath/if_ath.c -@@ -399,7 +399,7 @@ enum { - int - ath_attach(u_int16_t devid, struct net_device *dev, HAL_BUS_TAG tag) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ieee80211com *ic = &sc->sc_ic; - struct ath_hal *ah; - HAL_STATUS status; -@@ -955,7 +955,7 @@ bad: - int - ath_detach(struct net_device *dev) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ath_hal *ah = sc->sc_ah; - - HAL_INT tmp; -@@ -1011,7 +1011,7 @@ static struct ieee80211vap * - ath_vap_create(struct ieee80211com *ic, const char *name, int unit, - int opmode, int flags, struct net_device *mdev) - { -- struct ath_softc *sc = ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ic->ic_dev); - struct ath_hal *ah = sc->sc_ah; - struct net_device *dev; - struct ath_vap *avp; -@@ -1081,7 +1081,7 @@ ath_vap_create(struct ieee80211com *ic, const char *name, int unit, - return NULL; - } - -- avp = dev->priv; -+ avp = netdev_priv(dev); - ieee80211_vap_setup(ic, dev, name, unit, opmode, flags); - /* override with driver methods */ - vap = &avp->av_vap; -@@ -1245,7 +1245,7 @@ static void - ath_vap_delete(struct ieee80211vap *vap) - { - struct net_device *dev = vap->iv_ic->ic_dev; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ath_hal *ah = sc->sc_ah; - struct ath_vap *avp = ATH_VAP(vap); - int decrease = 1; -@@ -1347,7 +1347,7 @@ ath_vap_delete(struct ieee80211vap *vap) - void - ath_suspend(struct net_device *dev) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - - DPRINTF(sc, ATH_DEBUG_ANY, "%s: flags %x\n", __func__, dev->flags); - ath_stop(dev); -@@ -1356,7 +1356,7 @@ ath_suspend(struct net_device *dev) - void - ath_resume(struct net_device *dev) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - - DPRINTF(sc, ATH_DEBUG_ANY, "%s: flags %x\n", __func__, dev->flags); - ath_init(dev); -@@ -1649,7 +1649,7 @@ ath_intr(int irq, void *dev_id, struct pt_regs *regs) - #endif - { - struct net_device *dev = dev_id; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ath_hal *ah = sc->sc_ah; - HAL_INT status; - int needmark; -@@ -1840,7 +1840,7 @@ static void - ath_bmiss_tasklet(TQUEUE_ARG data) - { - struct net_device *dev = (struct net_device *)data; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - - if (time_before(jiffies, sc->sc_ic.ic_bmiss_guard)) { - /* Beacon miss interrupt occured too short after last beacon -@@ -1883,7 +1883,7 @@ ath_chan2flags(struct ieee80211_channel *chan) - static int - ath_init(struct net_device *dev) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ieee80211com *ic = &sc->sc_ic; - struct ath_hal *ah = sc->sc_ah; - HAL_STATUS status; -@@ -2011,7 +2011,7 @@ done: - static int - ath_stop_locked(struct net_device *dev) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ieee80211com *ic = &sc->sc_ic; - struct ath_hal *ah = sc->sc_ah; - -@@ -2075,7 +2075,7 @@ ath_stop_locked(struct net_device *dev) - static int - ath_stop(struct net_device *dev) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - int error; - - ATH_LOCK(sc); -@@ -2179,7 +2179,7 @@ ath_set_ack_bitrate(struct ath_softc *sc, int high) - static int - ath_reset(struct net_device *dev) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ieee80211com *ic = &sc->sc_ic; - struct ath_hal *ah = sc->sc_ah; - struct ieee80211_channel *c; -@@ -2340,7 +2340,7 @@ dot11_to_ratecode(struct ath_softc *sc, const HAL_RATE_TABLE *rt, int dot11) - static int - ath_tx_startraw(struct net_device *dev, struct ath_buf *bf, struct sk_buff *skb) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ath_hal *ah = sc->sc_ah; - struct ieee80211_phy_params *ph = (struct ieee80211_phy_params *) (skb->cb + sizeof(struct ieee80211_cb)); - const HAL_RATE_TABLE *rt; -@@ -2555,7 +2555,7 @@ ath_ffstageq_flush(struct ath_softc *sc, struct ath_txq *txq, - static int - ath_hardstart(struct sk_buff *skb, struct net_device *dev) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ieee80211_node *ni = NULL; - struct ath_buf *bf = NULL; - struct ieee80211_cb *cb = (struct ieee80211_cb *) skb->cb; -@@ -2872,7 +2872,7 @@ static int - ath_mgtstart(struct ieee80211com *ic, struct sk_buff *skb) - { - struct net_device *dev = ic->ic_dev; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ieee80211_node *ni = NULL; - struct ath_buf *bf = NULL; - struct ieee80211_cb *cb; -@@ -3234,7 +3234,7 @@ static int - ath_key_alloc(struct ieee80211vap *vap, const struct ieee80211_key *k) - { - struct net_device *dev = vap->iv_ic->ic_dev; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - - /* - * Group key allocation must be handled specially for -@@ -3301,7 +3301,7 @@ ath_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *k, - struct ieee80211_node *ninfo) - { - struct net_device *dev = vap->iv_ic->ic_dev; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ath_hal *ah = sc->sc_ah; - const struct ieee80211_cipher *cip = k->wk_cipher; - struct ieee80211_node *ni; -@@ -3377,7 +3377,7 @@ ath_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k, - const u_int8_t mac[IEEE80211_ADDR_LEN]) - { - struct net_device *dev = vap->iv_ic->ic_dev; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - - return ath_keyset(sc, k, mac, vap->iv_bss); - } -@@ -3392,7 +3392,7 @@ static void - ath_key_update_begin(struct ieee80211vap *vap) - { - struct net_device *dev = vap->iv_ic->ic_dev; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - - DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s:\n", __func__); - /* -@@ -3413,7 +3413,7 @@ static void - ath_key_update_end(struct ieee80211vap *vap) - { - struct net_device *dev = vap->iv_ic->ic_dev; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - - DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s:\n", __func__); - netif_start_queue(dev); -@@ -3501,7 +3501,7 @@ ath_merge_mcast(struct ath_softc *sc, u_int32_t mfilt[2]) - static void - ath_mode_init(struct net_device *dev) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ath_hal *ah = sc->sc_ah; - u_int32_t rfilt, mfilt[2]; - -@@ -3552,7 +3552,7 @@ ath_setslottime(struct ath_softc *sc) - static void - ath_updateslot(struct net_device *dev) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ieee80211com *ic = &sc->sc_ic; - - /* -@@ -3582,7 +3582,7 @@ ath_beacon_dturbo_config(struct ieee80211vap *vap, u_int32_t intval) - (vap->iv_bss && (vap->iv_bss->ni_ath_flags & (IEEE80211_ATHC_TURBOP )) == \ - (IEEE80211_ATHC_TURBOP)) - struct ieee80211com *ic = vap->iv_ic; -- struct ath_softc *sc = ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ic->ic_dev); - - if (ic->ic_opmode == IEEE80211_M_HOSTAP && IS_CAPABLE(vap)) { - -@@ -3630,7 +3630,7 @@ static void - ath_beacon_dturbo_update(struct ieee80211vap *vap, int *needmark,u_int8_t dtim) - { - struct ieee80211com *ic = vap->iv_ic; -- struct ath_softc *sc = ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ic->ic_dev); - u_int32_t bss_traffic; - - /* TBD: Age out CHANNEL_INTERFERENCE */ -@@ -3773,7 +3773,7 @@ static void - ath_turbo_switch_mode(unsigned long data) - { - struct net_device *dev = (struct net_device *)data; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ieee80211com *ic = &sc->sc_ic; - int newflags; - -@@ -4365,7 +4365,7 @@ static void - ath_bstuck_tasklet(TQUEUE_ARG data) - { - struct net_device *dev = (struct net_device *)data; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - /* - * XXX:if the bmisscount is cleared while the - * tasklet execution is pending, the following -@@ -4817,7 +4817,7 @@ ath_desc_free(struct ath_softc *sc) - static struct ieee80211_node * - ath_node_alloc(struct ieee80211_node_table *nt,struct ieee80211vap *vap) - { -- struct ath_softc *sc = nt->nt_ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(nt->nt_ic->ic_dev); - const size_t space = sizeof(struct ath_node) + sc->sc_rc->arc_space; - struct ath_node *an; - -@@ -4852,7 +4852,7 @@ static void - ath_node_cleanup(struct ieee80211_node *ni) - { - struct ieee80211com *ic = ni->ni_ic; -- struct ath_softc *sc = ni->ni_ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ni->ni_ic->ic_dev); - struct ath_node *an = ATH_NODE(ni); - struct ath_buf *bf; - -@@ -4906,7 +4906,7 @@ ath_node_cleanup(struct ieee80211_node *ni) - static void - ath_node_free(struct ieee80211_node *ni) - { -- struct ath_softc *sc = ni->ni_ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ni->ni_ic->ic_dev); - - sc->sc_rc->ops->node_cleanup(sc, ATH_NODE(ni)); - sc->sc_node_free(ni); -@@ -4949,7 +4949,7 @@ ath_node_move_data(const struct ieee80211_node *ni) - #ifdef NOT_YET - struct ath_txq *txq = NULL; - struct ieee80211com *ic = ni->ni_ic; -- struct ath_softc *sc = ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ic->ic_dev); - struct ath_buf *bf, *prev, *bf_tmp, *bf_tmp1; - struct ath_hal *ah = sc->sc_ah; - struct sk_buff *skb = NULL; -@@ -5401,7 +5401,7 @@ ath_extend_tsf(struct ath_hal *ah, u_int32_t rstamp) - static void - ath_rx_capture(struct net_device *dev, struct ath_desc *ds, struct sk_buff *skb) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ieee80211com *ic = &sc->sc_ic; - struct ieee80211_frame *wh = (struct ieee80211_frame *) skb->data; - unsigned int headersize = ieee80211_anyhdrsize(wh); -@@ -5434,7 +5434,7 @@ ath_rx_capture(struct net_device *dev, struct ath_desc *ds, struct sk_buff *skb) - static void - ath_tx_capture(struct net_device *dev, struct ath_desc *ds, struct sk_buff *skb) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ieee80211com *ic = &sc->sc_ic; - struct ieee80211_frame *wh; - int extra = A_MAX(sizeof(struct ath_tx_radiotap_header), -@@ -5499,7 +5499,7 @@ static void - ath_recv_mgmt(struct ieee80211_node *ni, struct sk_buff *skb, - int subtype, int rssi, u_int32_t rstamp) - { -- struct ath_softc *sc = ni->ni_ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ni->ni_ic->ic_dev); - struct ieee80211vap *vap = ni->ni_vap; - - /* -@@ -5571,7 +5571,7 @@ ath_rx_tasklet(TQUEUE_ARG data) - ((_pa) - (_sc)->sc_rxdma.dd_desc_paddr))) - struct net_device *dev = (struct net_device *)data; - struct ath_buf *bf; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ieee80211com *ic = &sc->sc_ic; - struct ath_hal *ah = sc->sc_ah; - struct ath_desc *ds; -@@ -6010,7 +6010,7 @@ static void ath_grppoll_start(struct ieee80211vap *vap,int pollcount) - struct sk_buff *skb = NULL; - struct ath_buf *bf, *head = NULL; - struct ieee80211com *ic = vap->iv_ic; -- struct ath_softc *sc = ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ic->ic_dev); - struct ath_hal *ah = sc->sc_ah; - u_int8_t rate; - int ctsrate = 0; -@@ -6223,7 +6223,7 @@ static void ath_grppoll_start(struct ieee80211vap *vap,int pollcount) - static void ath_grppoll_stop(struct ieee80211vap *vap) - { - struct ieee80211com *ic = vap->iv_ic; -- struct ath_softc *sc = ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ic->ic_dev); - struct ath_hal *ah = sc->sc_ah; - struct ath_txq *txq = &sc->sc_grpplq; - struct ath_buf *bf; -@@ -6438,7 +6438,7 @@ ath_txq_update(struct ath_softc *sc, struct ath_txq *txq, int ac) - static int - ath_wme_update(struct ieee80211com *ic) - { -- struct ath_softc *sc = ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ic->ic_dev); - - if (sc->sc_uapsdq) - ath_txq_update(sc, sc->sc_uapsdq, WME_AC_VO); -@@ -6457,7 +6457,7 @@ ath_uapsd_flush(struct ieee80211_node *ni) - { - struct ath_node *an = ATH_NODE(ni); - struct ath_buf *bf; -- struct ath_softc *sc = ni->ni_ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ni->ni_ic->ic_dev); - struct ath_txq *txq; - - ATH_NODE_UAPSD_LOCK_IRQ(an); -@@ -6652,7 +6652,7 @@ static int - ath_tx_start(struct net_device *dev, struct ieee80211_node *ni, struct ath_buf *bf, struct sk_buff *skb, int nextfraglen) - { - #define MIN(a,b) ((a) < (b) ? (a) : (b)) -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ieee80211com *ic = ni->ni_ic; - struct ieee80211vap *vap = ni->ni_vap; - struct ath_hal *ah = sc->sc_ah; -@@ -7492,7 +7492,7 @@ static void - ath_tx_tasklet_q0(TQUEUE_ARG data) - { - struct net_device *dev = (struct net_device *)data; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - - if (txqactive(sc->sc_ah, 0)) - ath_tx_processq(sc, &sc->sc_txq[0]); -@@ -7513,7 +7513,7 @@ static void - ath_tx_tasklet_q0123(TQUEUE_ARG data) - { - struct net_device *dev = (struct net_device *)data; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - - /* - * Process each active queue. -@@ -7548,7 +7548,7 @@ static void - ath_tx_tasklet(TQUEUE_ARG data) - { - struct net_device *dev = (struct net_device *)data; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - int i; - - /* -@@ -7571,7 +7571,7 @@ ath_tx_tasklet(TQUEUE_ARG data) - static void - ath_tx_timeout(struct net_device *dev) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - - DPRINTF(sc, ATH_DEBUG_WATCHDOG, "%s: %sRUNNING %svalid\n", - __func__, (dev->flags & IFF_RUNNING) ? "" : "!", -@@ -7934,7 +7934,7 @@ static void - ath_calibrate(unsigned long arg) - { - struct net_device *dev = (struct net_device *) arg; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ath_hal *ah = sc->sc_ah; - struct ieee80211com *ic = &sc->sc_ic; - HAL_CHANNEL *chans; -@@ -8000,7 +8000,7 @@ static void - ath_scan_start(struct ieee80211com *ic) - { - struct net_device *dev = ic->ic_dev; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ath_hal *ah = sc->sc_ah; - u_int32_t rfilt; - -@@ -8020,7 +8020,7 @@ static void - ath_scan_end(struct ieee80211com *ic) - { - struct net_device *dev = ic->ic_dev; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ath_hal *ah = sc->sc_ah; - u_int32_t rfilt; - -@@ -8038,7 +8038,7 @@ static void - ath_set_channel(struct ieee80211com *ic) - { - struct net_device *dev = ic->ic_dev; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - - (void) ath_chan_set(sc, ic->ic_curchan); - /* -@@ -8054,7 +8054,7 @@ ath_set_channel(struct ieee80211com *ic) - static void - ath_set_coverageclass(struct ieee80211com *ic) - { -- struct ath_softc *sc = ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ic->ic_dev); - - ath_hal_setcoverageclass(sc->sc_ah, ic->ic_coverageclass, 0); - -@@ -8064,7 +8064,7 @@ ath_set_coverageclass(struct ieee80211com *ic) - static u_int - ath_mhz2ieee(struct ieee80211com *ic, u_int freq, u_int flags) - { -- struct ath_softc *sc = ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ic->ic_dev); - - return (ath_hal_mhz2ieee(sc->sc_ah, freq, flags)); - } -@@ -8079,7 +8079,7 @@ ath_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) - struct ath_vap *avp = ATH_VAP(vap); - struct ieee80211com *ic = vap->iv_ic; - struct net_device *dev = ic->ic_dev; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ath_hal *ah = sc->sc_ah; - struct ieee80211_node *ni, *wds_ni; - int i, error, stamode; -@@ -8414,7 +8414,7 @@ ath_setup_comp(struct ieee80211_node *ni, int enable) - { - #define IEEE80211_KEY_XR (IEEE80211_KEY_XMIT | IEEE80211_KEY_RECV) - struct ieee80211vap *vap = ni->ni_vap; -- struct ath_softc *sc = vap->iv_ic->ic_dev->priv; -+ struct ath_softc *sc = vap->iv_netdev_priv(ic->ic_dev); - struct ath_node *an = ATH_NODE(ni); - u_int16_t keyindex; - -@@ -8468,7 +8468,7 @@ static void - ath_setup_stationkey(struct ieee80211_node *ni) - { - struct ieee80211vap *vap = ni->ni_vap; -- struct ath_softc *sc = vap->iv_ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(vap->iv_ic->ic_dev); - u_int16_t keyix; - - keyix = ath_key_alloc(vap, &ni->ni_ucastkey); -@@ -8628,7 +8628,7 @@ ath_newassoc(struct ieee80211_node *ni, int isnew) - { - struct ieee80211com *ic = ni->ni_ic; - struct ieee80211vap *vap = ni->ni_vap; -- struct ath_softc *sc = ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ic->ic_dev); - - sc->sc_rc->ops->newassoc(sc, ATH_NODE(ni), isnew); - -@@ -8659,7 +8659,7 @@ static int - ath_getchannels(struct net_device *dev, u_int cc, - HAL_BOOL outdoor, HAL_BOOL xchanmode) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ieee80211com *ic = &sc->sc_ic; - struct ath_hal *ah = sc->sc_ah; - HAL_CHANNEL *chans; -@@ -8829,7 +8829,7 @@ ath_update_txpow(struct ath_softc *sc) - static int - ath_xr_rate_setup(struct net_device *dev) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ath_hal *ah = sc->sc_ah; - struct ieee80211com *ic = &sc->sc_ic; - const HAL_RATE_TABLE *rt; -@@ -8858,7 +8858,7 @@ ath_xr_rate_setup(struct net_device *dev) - static void - ath_setup_subrates(struct net_device *dev) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ath_hal *ah = sc->sc_ah; - struct ieee80211com *ic = &sc->sc_ic; - const HAL_RATE_TABLE *rt; -@@ -8901,7 +8901,7 @@ ath_setup_subrates(struct net_device *dev) - static int - ath_rate_setup(struct net_device *dev, u_int mode) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ath_hal *ah = sc->sc_ah; - struct ieee80211com *ic = &sc->sc_ic; - const HAL_RATE_TABLE *rt; -@@ -9138,7 +9138,7 @@ ath_printtxbuf(struct ath_buf *bf, int done) - static struct net_device_stats * - ath_getstats(struct net_device *dev) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct net_device_stats *stats = &sc->sc_devstats; - - /* update according to private statistics */ -@@ -9161,7 +9161,7 @@ ath_getstats(struct net_device *dev) - static int - ath_set_mac_address(struct net_device *dev, void *addr) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ieee80211com *ic = &sc->sc_ic; - struct ath_hal *ah = sc->sc_ah; - struct sockaddr *mac = addr; -@@ -9193,7 +9193,7 @@ ath_set_mac_address(struct net_device *dev, void *addr) - static int - ath_change_mtu(struct net_device *dev, int mtu) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - int error = 0; - - if (!(ATH_MIN_MTU < mtu && mtu <= ATH_MAX_MTU)) { -@@ -9280,7 +9280,7 @@ bad: - static int - ath_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) - { -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ieee80211com *ic = &sc->sc_ic; - int error; - -@@ -9776,7 +9776,7 @@ static void - ath_announce(struct net_device *dev) - { - #define HAL_MODE_DUALBAND (HAL_MODE_11A|HAL_MODE_11B) -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct ath_hal *ah = sc->sc_ah; - u_int modes, cc; - -@@ -9923,7 +9923,7 @@ ath_rcv_dev_event(struct notifier_block *this, unsigned long event, - void *ptr) - { - struct net_device *dev = (struct net_device *) ptr; -- struct ath_softc *sc = (struct ath_softc *) dev->priv; -+ struct ath_softc *sc = (struct ath_softc *) netdev_priv(dev); - - if (!dev || !sc || dev->open != &ath_init) - return 0; -diff --git a/ath/if_ath_pci.c b/ath/if_ath_pci.c -index 49ebf0a..542bca1 100644 ---- a/ath/if_ath_pci.c -+++ b/ath/if_ath_pci.c -@@ -184,7 +184,7 @@ ath_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id) - printk(KERN_ERR "ath_pci: no memory for device state\n"); - goto bad2; - } -- sc = dev->priv; -+ sc = netdev_priv(dev); - sc->aps_sc.sc_dev = dev; - sc->aps_sc.sc_iobase = mem; - -@@ -265,7 +265,7 @@ static void - ath_pci_remove(struct pci_dev *pdev) - { - struct net_device *dev = pci_get_drvdata(pdev); -- struct ath_pci_softc *sc = dev->priv; -+ struct ath_pci_softc *sc = netdev_priv(dev); - - ath_detach(dev); - if (dev->irq) -diff --git a/ath_rate/amrr/amrr.c b/ath_rate/amrr/amrr.c -index b18fd5d..f6a7399 100644 ---- a/ath_rate/amrr/amrr.c -+++ b/ath_rate/amrr/amrr.c -@@ -303,7 +303,7 @@ ath_rate_ctl_start(struct ath_softc *sc, struct ieee80211_node *ni) - static void - ath_rate_cb(void *arg, struct ieee80211_node *ni) - { -- ath_rate_update(ni->ni_ic->ic_dev->priv, ni, (long) arg); -+ ath_rate_update(netdev_priv(ni->ni_ic->ic_dev), ni, (long) arg); - } - - /* -@@ -313,7 +313,7 @@ static void - ath_rate_newstate(struct ieee80211vap *vap, enum ieee80211_state state) - { - struct ieee80211com *ic = vap->iv_ic; -- struct ath_softc *sc = ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ic->ic_dev); - struct amrr_softc *asc = (struct amrr_softc *) sc->sc_rc; - struct ieee80211_node *ni; - -@@ -425,7 +425,7 @@ static void - ath_ratectl(unsigned long data) - { - struct net_device *dev = (struct net_device *)data; -- struct ath_softc *sc = dev->priv; -+ struct ath_softc *sc = netdev_priv(dev); - struct amrr_softc *asc = (struct amrr_softc *)sc->sc_rc; - struct ieee80211com *ic = &sc->sc_ic; - int interval; -diff --git a/ath_rate/minstrel/minstrel.c b/ath_rate/minstrel/minstrel.c -index cccf633..3235a3b 100644 ---- a/ath_rate/minstrel/minstrel.c -+++ b/ath_rate/minstrel/minstrel.c -@@ -730,7 +730,7 @@ ath_rate_ctl_reset(struct ath_softc *sc, struct ieee80211_node *ni) - static void - ath_rate_cb(void *arg, struct ieee80211_node *ni) - { -- ath_rate_ctl_reset(ni->ni_ic->ic_dev->priv, ni); -+ ath_rate_ctl_reset(netdev_priv(ni->ni_ic->ic_dev), ni); - } - - /* Reset the rate control state for each 802.11 state transition. */ -@@ -744,7 +744,7 @@ ath_rate_newstate(struct ieee80211vap *vap, enum ieee80211_state newstate) - /* Sync rates for associated stations and neighbors. */ - ieee80211_iterate_nodes(&ic->ic_sta, ath_rate_cb, NULL); - } -- ath_rate_newassoc(ic->ic_dev->priv, ATH_NODE(vap->iv_bss), 1); -+ ath_rate_newassoc(netdev_priv(ic->ic_dev), ATH_NODE(vap->iv_bss), 1); - } - } - -@@ -929,7 +929,7 @@ ath_proc_read_nodes(struct ieee80211vap *vap, char *buf, int space) - (struct ieee80211_node_table *) &vap->iv_ic->ic_sta; - unsigned int x = 0; - unsigned int this_tp, this_prob, this_eprob; -- struct ath_softc *sc = vap->iv_ic->ic_dev->priv;; -+ struct ath_softc *sc = netdev_priv(vap->iv_ic->ic_dev);; - - TAILQ_FOREACH(ni, &nt->nt_node, ni_list) { - /* Assume each node needs 1500 bytes */ -diff --git a/ath_rate/onoe/onoe.c b/ath_rate/onoe/onoe.c -index 275ec13..a174d5d 100644 ---- a/ath_rate/onoe/onoe.c -+++ b/ath_rate/onoe/onoe.c -@@ -289,7 +289,7 @@ ath_rate_ctl_start(struct ath_softc *sc, struct ieee80211_node *ni) - static void - ath_rate_cb(void *arg, struct ieee80211_node *ni) - { -- ath_rate_update(ni->ni_ic->ic_dev->priv, ni, (long) arg); -+ ath_rate_update(netdev_priv(ni->ni_ic->ic_dev), ni, (long) arg); - } - - /* -@@ -299,7 +299,7 @@ static void - ath_rate_newstate(struct ieee80211vap *vap, enum ieee80211_state state) - { - struct ieee80211com *ic = vap->iv_ic; -- struct ath_softc *sc = ic->ic_dev->priv; -+ struct ath_softc *sc = netdev_priv(ic->ic_dev); - struct ieee80211_node *ni; - - if (state == IEEE80211_S_INIT) -diff --git a/ath_rate/sample/sample.c b/ath_rate/sample/sample.c -index a49efd4..671301c 100644 ---- a/ath_rate/sample/sample.c -+++ b/ath_rate/sample/sample.c -@@ -882,7 +882,7 @@ ath_rate_ctl_reset(struct ath_softc *sc, struct ieee80211_node *ni) - static void - ath_rate_cb(void *arg, struct ieee80211_node *ni) - { -- ath_rate_ctl_reset(ni->ni_ic->ic_dev->priv, ni); -+ ath_rate_ctl_reset(netdev_priv(ni->ni_ic->ic_dev), ni); - } - - /* -@@ -900,7 +900,7 @@ ath_rate_newstate(struct ieee80211vap *vap, enum ieee80211_state newstate) - */ - ieee80211_iterate_nodes(&ic->ic_sta, ath_rate_cb, NULL); - } -- ath_rate_newassoc(ic->ic_dev->priv, ATH_NODE(vap->iv_bss), 1); -+ ath_rate_newassoc(netdev_priv(ic->ic_dev), ATH_NODE(vap->iv_bss), 1); - } - } - -diff --git a/net80211/ieee80211.c b/net80211/ieee80211.c -index 088d5eb..f08cb93 100644 ---- a/net80211/ieee80211.c -+++ b/net80211/ieee80211.c -@@ -378,7 +378,7 @@ ieee80211_vap_setup(struct ieee80211com *ic, struct net_device *dev, - #define IEEE80211_C_OPMODE \ - (IEEE80211_C_IBSS | IEEE80211_C_HOSTAP | IEEE80211_C_AHDEMO | \ - IEEE80211_C_MONITOR) -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct net_device *parent = ic->ic_dev; - int err; - -@@ -1018,7 +1018,7 @@ media_status(enum ieee80211_opmode opmode, const struct ieee80211_channel *chan) - static void - ieee80211com_media_status(struct net_device *dev, struct ifmediareq *imr) - { -- struct ieee80211com *ic = dev->priv; /*XXX*/ -+ struct ieee80211com *ic = netdev_priv(dev); /*XXX*/ - - imr->ifm_status = IFM_AVALID; - if (!TAILQ_EMPTY(&ic->ic_vaps)) -@@ -1070,7 +1070,7 @@ media2mode(const struct ifmedia_entry *ime, enum ieee80211_phymode *mode) - static int - ieee80211com_media_change(struct net_device *dev) - { -- struct ieee80211com *ic = dev->priv; /*XXX*/ -+ struct ieee80211com *ic = netdev_priv(dev); /*XXX*/ - struct ieee80211vap *vap; - struct ifmedia_entry *ime = ic->ic_media.ifm_cur; - enum ieee80211_phymode newphymode; -@@ -1183,7 +1183,7 @@ checkrate(struct ieee80211com *ic, enum ieee80211_phymode mode, int rate) - int - ieee80211_media_change(struct net_device *dev) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ifmedia_entry *ime = vap->iv_media.ifm_cur; - enum ieee80211_phymode newmode; -@@ -1227,7 +1227,7 @@ EXPORT_SYMBOL(ieee80211_media_change); - void - ieee80211_media_status(struct net_device *dev, struct ifmediareq *imr) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - enum ieee80211_phymode mode; - struct ieee80211_rateset *rs; -@@ -1445,7 +1445,7 @@ EXPORT_SYMBOL(ieee80211_media2rate); - static struct net_device_stats * - ieee80211_getstats(struct net_device *dev) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct net_device_stats *stats = &vap->iv_devstats; - - /* XXX total guess as to what to count where */ -@@ -1484,7 +1484,7 @@ ieee80211_change_mtu(struct net_device *dev, int mtu) - static void - ieee80211_set_multicast_list(struct net_device *dev) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct net_device *parent = ic->ic_dev; - -diff --git a/net80211/ieee80211_linux.c b/net80211/ieee80211_linux.c -index ddaed32..6c4e087 100644 ---- a/net80211/ieee80211_linux.c -+++ b/net80211/ieee80211_linux.c -@@ -140,7 +140,7 @@ __skb_queue_drain(struct sk_buff_head *q) - static void - ieee80211_vlan_register(struct net_device *dev, struct vlan_group *grp) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - - vap->iv_vlgrp = grp; - } -@@ -151,7 +151,7 @@ ieee80211_vlan_register(struct net_device *dev, struct vlan_group *grp) - static void - ieee80211_vlan_add_vid(struct net_device *dev, unsigned short vid) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - - if (vap->iv_vlgrp != NULL) - vap->iv_bss->ni_vlan = vid; -@@ -163,7 +163,7 @@ ieee80211_vlan_add_vid(struct net_device *dev, unsigned short vid) - static void - ieee80211_vlan_kill_vid(struct net_device *dev, unsigned short vid) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - - if (vap->iv_vlgrp != NULL) - vlan_group_set_device(vap->iv_vlgrp, vid, NULL); -@@ -899,8 +899,8 @@ ieee80211_rcv_dev_event(struct notifier_block *this, unsigned long event, - - switch (event) { - case NETDEV_CHANGENAME: -- ieee80211_sysctl_vdetach(dev->priv); -- ieee80211_sysctl_vattach(dev->priv); -+ ieee80211_sysctl_vdetach(netdev_priv(dev)); -+ ieee80211_sysctl_vattach(netdev_priv(dev)); - return NOTIFY_DONE; - default: - break; -diff --git a/net80211/ieee80211_output.c b/net80211/ieee80211_output.c -index acb8b31..d05517d 100644 ---- a/net80211/ieee80211_output.c -+++ b/net80211/ieee80211_output.c -@@ -200,7 +200,7 @@ ieee80211_classify(struct ieee80211_node *ni, struct sk_buff *skb) - int - ieee80211_hardstart(struct sk_buff *skb, struct net_device *dev) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct net_device *parent = ic->ic_dev; - struct ieee80211_node *ni = NULL; -@@ -304,7 +304,7 @@ bad: - } - - void ieee80211_parent_queue_xmit(struct sk_buff *skb) { -- struct ieee80211vap *vap = skb->dev->priv; -+ struct ieee80211vap *vap = netdev_priv(skb->dev); - - vap->iv_devstats.tx_packets++; - vap->iv_devstats.tx_bytes += skb->len; -diff --git a/net80211/ieee80211_proto.c b/net80211/ieee80211_proto.c -index 67a9e59..e322913 100644 ---- a/net80211/ieee80211_proto.c -+++ b/net80211/ieee80211_proto.c -@@ -946,7 +946,7 @@ ieee80211_init(struct net_device *dev, int forcescan) - { - #define IS_RUNNING(_dev) \ - ((_dev->flags & (IFF_RUNNING|IFF_UP)) == (IFF_RUNNING|IFF_UP)) -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct net_device *parent = ic->ic_dev; - -@@ -1043,7 +1043,7 @@ EXPORT_SYMBOL(ieee80211_start_running); - int - ieee80211_stop(struct net_device *dev) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct net_device *parent = ic->ic_dev; - -diff --git a/net80211/ieee80211_wireless.c b/net80211/ieee80211_wireless.c -index df002c6..0507562 100644 ---- a/net80211/ieee80211_wireless.c -+++ b/net80211/ieee80211_wireless.c -@@ -85,7 +85,7 @@ pre_announced_chanswitch(struct net_device *dev, u_int32_t channel, u_int32_t tb - static void - preempt_scan(struct net_device *dev, int max_grace, int max_wait) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - int total_delay = 0; - int canceled = 0, ready = 0; -@@ -118,7 +118,7 @@ preempt_scan(struct net_device *dev, int max_grace, int max_wait) - static struct iw_statistics * - ieee80211_iw_getstats(struct net_device *dev) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct iw_statistics *is = &vap->iv_iwstats; - struct ieee80211com *ic = vap->iv_ic; - -@@ -142,7 +142,7 @@ static int - ieee80211_ioctl_giwname(struct net_device *dev, struct iw_request_info *info, - char *name, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211_channel *c = vap->iv_ic->ic_curchan; - - if (IEEE80211_IS_CHAN_108G(c)) -@@ -192,7 +192,7 @@ static int - ieee80211_ioctl_siwencode(struct net_device *dev, - struct iw_request_info *info, struct iw_point *erq, char *keybuf) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - int kid, error; - int wepchange = 0; - -@@ -296,7 +296,7 @@ static int - ieee80211_ioctl_giwencode(struct net_device *dev, struct iw_request_info *info, - struct iw_point *erq, char *key) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211_key *k; - int error, kid; - -@@ -340,7 +340,7 @@ ieee80211_ioctl_siwrate(struct net_device *dev, struct iw_request_info *info, - IFM_IEEE80211_11A | IFM_IEEE80211_TURBO, - IFM_IEEE80211_11G | IFM_IEEE80211_TURBO, - }; -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ifreq ifr; - int rate, retv; -@@ -375,7 +375,7 @@ static int - ieee80211_ioctl_giwrate(struct net_device *dev, struct iw_request_info *info, - struct iw_param *rrq, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ifmediareq imr; - int rate; - -@@ -413,7 +413,7 @@ static int - ieee80211_ioctl_siwrts(struct net_device *dev, struct iw_request_info *info, - struct iw_param *rts, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - u16 val; - -@@ -436,7 +436,7 @@ static int - ieee80211_ioctl_giwrts(struct net_device *dev, struct iw_request_info *info, - struct iw_param *rts, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - - rts->value = vap->iv_rtsthreshold; - rts->disabled = (rts->value == IEEE80211_RTS_MAX); -@@ -449,7 +449,7 @@ static int - ieee80211_ioctl_siwfrag(struct net_device *dev, struct iw_request_info *info, - struct iw_param *rts, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - u16 val; - -@@ -472,7 +472,7 @@ static int - ieee80211_ioctl_giwfrag(struct net_device *dev, struct iw_request_info *info, - struct iw_param *rts, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - - rts->value = vap->iv_fragthreshold; - rts->disabled = (rts->value == 2346); -@@ -485,7 +485,7 @@ static int - ieee80211_ioctl_siwap(struct net_device *dev, struct iw_request_info *info, - struct sockaddr *ap_addr, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - - /* NB: should not be set when in AP mode */ - if (vap->iv_opmode == IEEE80211_M_HOSTAP) -@@ -520,7 +520,7 @@ static int - ieee80211_ioctl_giwap(struct net_device *dev, struct iw_request_info *info, - struct sockaddr *ap_addr, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - - if (vap->iv_flags & IEEE80211_F_DESBSSID) - IEEE80211_ADDR_COPY(&ap_addr->sa_data, vap->iv_des_bssid); -@@ -541,7 +541,7 @@ static int - ieee80211_ioctl_siwnickn(struct net_device *dev, struct iw_request_info *info, - struct iw_point *data, char *nickname) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - - if (data->length > IEEE80211_NWID_LEN) - return -EINVAL; -@@ -557,7 +557,7 @@ static int - ieee80211_ioctl_giwnickn(struct net_device *dev, struct iw_request_info *info, - struct iw_point *data, char *nickname) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - - if (data->length > vap->iv_nicknamelen + 1) - data->length = vap->iv_nicknamelen + 1; -@@ -666,7 +666,7 @@ static int - ieee80211_ioctl_siwfreq(struct net_device *dev, struct iw_request_info *info, - struct iw_freq *freq, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ieee80211_channel *c, *c2; - int i; -@@ -780,7 +780,7 @@ static int - ieee80211_ioctl_giwfreq(struct net_device *dev, struct iw_request_info *info, - struct iw_freq *freq, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - - if (vap->iv_state == IEEE80211_S_RUN && -@@ -821,7 +821,7 @@ static int - ieee80211_ioctl_siwessid(struct net_device *dev, struct iw_request_info *info, - struct iw_point *data, char *ssid) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - - if (vap->iv_opmode == IEEE80211_M_WDS) - return -EOPNOTSUPP; -@@ -863,7 +863,7 @@ static int - ieee80211_ioctl_giwessid(struct net_device *dev, struct iw_request_info *info, - struct iw_point *data, char *essid) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - - if (vap->iv_opmode == IEEE80211_M_WDS) - return -EOPNOTSUPP; -@@ -894,7 +894,7 @@ static int - ieee80211_ioctl_giwrange(struct net_device *dev, struct iw_request_info *info, - struct iw_point *data, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ieee80211_node *ni = vap->iv_bss; - struct iw_range *range = (struct iw_range *) extra; -@@ -1041,7 +1041,7 @@ ieee80211_ioctl_setspy(struct net_device *dev, struct iw_request_info *info, - struct iw_point *data, char *extra) - { - /* save the list of node addresses */ -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct sockaddr address[IW_MAX_SPY]; - unsigned int number = data->length; - int i; -@@ -1079,7 +1079,7 @@ ieee80211_ioctl_getspy(struct net_device *dev, struct iw_request_info *info, - * locate nodes by mac (ieee80211_find_node()), - * copy out rssi, set updated flag appropriately - */ -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211_node_table *nt = &vap->iv_ic->ic_sta; - struct ieee80211_node *ni; - struct ieee80211com *ic = vap->iv_ic; -@@ -1125,7 +1125,7 @@ static int - ieee80211_ioctl_setthrspy(struct net_device *dev, struct iw_request_info *info, - struct iw_point *data, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct iw_thrspy threshold; - - if (data->length != 1) -@@ -1162,7 +1162,7 @@ static int - ieee80211_ioctl_getthrspy(struct net_device *dev, struct iw_request_info *info, - struct iw_point *data, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct iw_thrspy *threshold; - -@@ -1183,7 +1183,7 @@ static int - ieee80211_ioctl_siwmode(struct net_device *dev, struct iw_request_info *info, - __u32 *mode, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ifmediareq imr; - int valid = 0; - -@@ -1210,7 +1210,7 @@ static int - ieee80211_ioctl_giwmode(struct net_device *dev, struct iw_request_info *info, - __u32 *mode, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ifmediareq imr; - - memset(&imr, 0, sizeof(imr)); -@@ -1235,7 +1235,7 @@ static int - ieee80211_ioctl_siwpower(struct net_device *dev, struct iw_request_info *info, - struct iw_param *wrq, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - - /* XXX: These values, flags, and caps do not seem to be used elsewhere -@@ -1275,7 +1275,7 @@ static int - ieee80211_ioctl_giwpower(struct net_device *dev, struct iw_request_info *info, - struct iw_param *rrq, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - - rrq->disabled = (ic->ic_flags & IEEE80211_F_PMGTON) == 0; -@@ -1299,7 +1299,7 @@ static int - ieee80211_ioctl_siwretry(struct net_device *dev, struct iw_request_info *info, - struct iw_param *rrq, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - - if (rrq->disabled) { -@@ -1331,7 +1331,7 @@ static int - ieee80211_ioctl_giwretry(struct net_device *dev, struct iw_request_info *info, - struct iw_param *rrq, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - - rrq->disabled = (vap->iv_flags & IEEE80211_F_SWRETRY) == 0; - if (!rrq->disabled) { -@@ -1362,7 +1362,7 @@ static int - ieee80211_ioctl_siwtxpow(struct net_device *dev, struct iw_request_info *info, - struct iw_param *rrq, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - int fixed, disabled; - -@@ -1417,7 +1417,7 @@ static int - ieee80211_ioctl_giwtxpow(struct net_device *dev, struct iw_request_info *info, - struct iw_param *rrq, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - - rrq->value = vap->iv_bss->ni_txpower / 2; -@@ -1457,7 +1457,7 @@ static int - ieee80211_ioctl_iwaplist(struct net_device *dev, struct iw_request_info *info, - struct iw_point *data, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct waplistreq req; /* XXX off stack */ - -@@ -1479,7 +1479,7 @@ static int - ieee80211_ioctl_siwscan(struct net_device *dev, struct iw_request_info *info, - struct iw_point *data, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - - /* - * XXX don't permit a scan to be started unless we -@@ -1816,7 +1816,7 @@ static int - ieee80211_ioctl_giwscan(struct net_device *dev, struct iw_request_info *info, - struct iw_point *data, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct iwscanreq req; - int res = 0; -@@ -1917,7 +1917,7 @@ static int - ieee80211_ioctl_setmode(struct net_device *dev, struct iw_request_info *info, - struct iw_point *wri, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ifreq ifr; - char s[6]; /* big enough for ``11adt'' */ -@@ -2042,10 +2042,10 @@ ieee80211_setathcap(struct ieee80211vap *vap, int cap, int setting) - static int - ieee80211_set_turbo(struct net_device *dev, int flag) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ifreq ifr; -- struct ieee80211vap *tmpvap = dev->priv; -+ struct ieee80211vap *tmpvap = netdev_priv(dev); - int nvap = 0; - - TAILQ_FOREACH(tmpvap, &ic->ic_vaps, iv_next) -@@ -2066,7 +2066,7 @@ static int - ieee80211_ioctl_setparam(struct net_device *dev, struct iw_request_info *info, - void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ieee80211_rsnparms *rsn = &vap->iv_bss->ni_rsn; - int *i = (int *) extra; -@@ -2598,7 +2598,7 @@ static int - ieee80211_ioctl_getmode(struct net_device *dev, struct iw_request_info *info, - struct iw_point *wri, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ifmediareq imr; - -@@ -2636,7 +2636,7 @@ static int - ieee80211_ioctl_getparam(struct net_device *dev, struct iw_request_info *info, - void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ieee80211_rsnparms *rsn = &vap->iv_bss->ni_rsn; - int *param = (int *) extra; -@@ -2911,7 +2911,7 @@ static int - ieee80211_ioctl_setoptie(struct net_device *dev, struct iw_request_info *info, - struct iw_point *wri, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - void *ie; - - /* -@@ -2945,7 +2945,7 @@ static int - ieee80211_ioctl_getoptie(struct net_device *dev, struct iw_request_info *info, - struct iw_point *wri, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - - if (vap->iv_opt_ie == NULL) { - wri->length = 0; -@@ -3009,7 +3009,7 @@ ieee80211_ioctl_setappiebuf(struct net_device *dev, - struct iw_request_info *info, - struct iw_point *data, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211req_getset_appiebuf *iebuf = - (struct ieee80211req_getset_appiebuf *)extra; - enum ieee80211_opmode chk_opmode; -@@ -3051,7 +3051,7 @@ static int - ieee80211_ioctl_getappiebuf(struct net_device *dev, struct iw_request_info *info, - struct iw_point *data, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211req_getset_appiebuf *iebuf = - (struct ieee80211req_getset_appiebuf *)extra; - int max_iebuf_len; -@@ -3092,7 +3092,7 @@ static int - ieee80211_ioctl_setfilter(struct net_device *dev, struct iw_request_info *info, - void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211req_set_filter *app_filter = (struct ieee80211req_set_filter *)extra; - - if ((extra == NULL) || (app_filter->app_filterype & ~IEEE80211_FILTER_TYPE_ALL)) -@@ -3107,7 +3107,7 @@ static int - ieee80211_ioctl_setkey(struct net_device *dev, struct iw_request_info *info, - void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ieee80211req_key *ik = (struct ieee80211req_key *)extra; - struct ieee80211_node *ni; -@@ -3176,7 +3176,7 @@ ieee80211_ioctl_setkey(struct net_device *dev, struct iw_request_info *info, - static int - ieee80211_ioctl_getkey(struct net_device *dev, struct iwreq *iwr) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ieee80211_node *ni; - struct ieee80211req_key ik; -@@ -3232,7 +3232,7 @@ static int - ieee80211_ioctl_delkey(struct net_device *dev, struct iw_request_info *info, - void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ieee80211req_del_key *dk = (struct ieee80211req_del_key *)extra; - int kid; -@@ -3304,7 +3304,7 @@ static int - ieee80211_ioctl_setmlme(struct net_device *dev, struct iw_request_info *info, - void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ieee80211req_mlme *mlme = (struct ieee80211req_mlme *)extra; - struct ieee80211_node *ni; -@@ -3392,7 +3392,7 @@ static int - ieee80211_ioctl_wdsmac(struct net_device *dev, struct iw_request_info *info, - void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct sockaddr *sa = (struct sockaddr *)extra; - struct ieee80211com *ic = vap->iv_ic; - -@@ -3419,7 +3419,7 @@ static int - ieee80211_ioctl_wdsdelmac(struct net_device *dev, struct iw_request_info *info, - void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct sockaddr *sa = (struct sockaddr *)extra; - struct ieee80211com *ic = vap->iv_ic; - -@@ -3469,7 +3469,7 @@ static int - ieee80211_ioctl_addmac(struct net_device *dev, struct iw_request_info *info, - void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct sockaddr *sa = (struct sockaddr *)extra; - const struct ieee80211_aclator *acl = vap->iv_acl; - -@@ -3487,7 +3487,7 @@ static int - ieee80211_ioctl_delmac(struct net_device *dev, struct iw_request_info *info, - void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct sockaddr *sa = (struct sockaddr *)extra; - const struct ieee80211_aclator *acl = vap->iv_acl; - -@@ -3505,7 +3505,7 @@ static int - ieee80211_ioctl_setchanlist(struct net_device *dev, - struct iw_request_info *info, void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ieee80211req_chanlist *list = - (struct ieee80211req_chanlist *)extra; -@@ -3547,7 +3547,7 @@ static int - ieee80211_ioctl_getchanlist(struct net_device *dev, - struct iw_request_info *info, void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - - memcpy(extra, ic->ic_chan_active, sizeof(ic->ic_chan_active)); -@@ -3558,7 +3558,7 @@ static int - ieee80211_ioctl_getchaninfo(struct net_device *dev, - struct iw_request_info *info, void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ieee80211req_chaninfo *chans = - (struct ieee80211req_chaninfo *) extra; -@@ -3602,7 +3602,7 @@ static int - ieee80211_ioctl_setwmmparams(struct net_device *dev, - struct iw_request_info *info, void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - int *param = (int *) extra; - int ac = (param[1] >= 0 && param[1] < WME_NUM_AC) ? - param[1] : WME_AC_BE; -@@ -3691,7 +3691,7 @@ static int - ieee80211_ioctl_getwmmparams(struct net_device *dev, - struct iw_request_info *info, void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - int *param = (int *) extra; - int ac = (param[1] >= 0 && param[1] < WME_NUM_AC) ? - param[1] : WME_AC_BE; -@@ -3727,7 +3727,7 @@ ieee80211_ioctl_getwmmparams(struct net_device *dev, - static int - ieee80211_ioctl_getwpaie(struct net_device *dev, struct iwreq *iwr) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ieee80211_node *ni; - struct ieee80211req_wpaie wpaie; -@@ -3760,7 +3760,7 @@ ieee80211_ioctl_getwpaie(struct net_device *dev, struct iwreq *iwr) - static int - ieee80211_ioctl_getstastats(struct net_device *dev, struct iwreq *iwr) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct ieee80211_node *ni; - u_int8_t macaddr[IEEE80211_ADDR_LEN]; -@@ -3878,7 +3878,7 @@ get_scan_result(void *arg, const struct ieee80211_scan_entry *se) - static int - ieee80211_ioctl_getscanresults(struct net_device *dev, struct iwreq *iwr) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct scanreq req; - int error; -@@ -4036,7 +4036,7 @@ get_sta_info(void *arg, struct ieee80211_node *ni) - static int - ieee80211_ioctl_getstainfo(struct net_device *dev, struct iwreq *iwr) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - struct stainforeq req; - int error; -@@ -4070,7 +4070,7 @@ ieee80211_ioctl_getstainfo(struct net_device *dev, struct iwreq *iwr) - - static void - pre_announced_chanswitch(struct net_device *dev, u_int32_t channel, u_int32_t tbtt) { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - /* now flag the beacon update to include the channel switch IE */ - ic->ic_flags |= IEEE80211_F_CHANSWITCH; -@@ -4082,7 +4082,7 @@ static int - ieee80211_ioctl_chanswitch(struct net_device *dev, struct iw_request_info *info, - void *w, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; - int *param = (int *) extra; - -@@ -4127,7 +4127,7 @@ static int - ieee80211_ioctl_giwgenie(struct net_device *dev, - struct iw_request_info *info, struct iw_point *out, char *buf) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - - if (out->length < vap->iv_opt_ie_len) - return -E2BIG; -@@ -4660,7 +4660,7 @@ static int - ieee80211_ioctl_giwencodeext(struct net_device *dev, - struct iw_request_info *info, struct iw_point *erq, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct iw_encode_ext *ext; - struct ieee80211_key *wk; - int error; -@@ -4720,7 +4720,7 @@ static int - ieee80211_ioctl_siwencodeext(struct net_device *dev, - struct iw_request_info *info, struct iw_point *erq, char *extra) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - struct iw_encode_ext *ext = (struct iw_encode_ext *)extra; - struct ieee80211req_key kr; - int error; -@@ -5304,7 +5304,7 @@ static void ieee80211_delete_wlanunit(u_int); - static int - ieee80211_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) - { -- struct ieee80211vap *vap = dev->priv; -+ struct ieee80211vap *vap = netdev_priv(dev); - u_int unit; - - switch (cmd) { diff --git a/source/network/madwifi/kernel-2.6.30.patch b/source/network/madwifi/kernel-2.6.30.patch deleted file mode 100644 index a65124e..0000000 --- a/source/network/madwifi/kernel-2.6.30.patch +++ /dev/null @@ -1,79 +0,0 @@ -Fix Linux 2.6.30 compatibility - -Linux 2.6.30 doesn't define IRQ_NONE as a macro. Assume irqreturn_t, -IRQ_NONE and IRQ_HANDLED to be present on Linux 2.6.29 and newer. -http://madwifi-project.org/changeset/3986 ---- a/ath/if_athvar.h -+++ b/ath/if_athvar.h -@@ -83,11 +83,13 @@ typedef void *TQUEUE_ARG; - /* - * Guess how the interrupt handler should work. - */ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29) - #if !defined(IRQ_NONE) - typedef void irqreturn_t; - #define IRQ_NONE - #define IRQ_HANDLED - #endif /* !defined(IRQ_NONE) */ -+#endif /* Linux < 2.6.29 */ - - #ifndef SET_MODULE_OWNER - #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23) ---- ./net80211/ieee80211_linux.c.orig 2009-06-12 22:05:10.000000000 +0200 -+++ ./net80211/ieee80211_linux.c 2009-06-12 22:06:49.000000000 +0200 -@@ -247,9 +247,12 @@ - static const char *tag = "STA-TRAFFIC-STAT"; - struct net_device *dev = vap->iv_dev; - union iwreq_data wreq; -- char buf[1024]; - -- snprintf(buf, sizeof(buf), "%s\nmac=%s\nrx_packets=%u\nrx_bytes=%llu\n" -+ char *buf = kmalloc(1024, GFP_KERNEL); -+ if (!buf) { -+ return; -+ } -+ snprintf(buf, 1024, "%s\nmac=%s\nrx_packets=%u\nrx_bytes=%llu\n" - "tx_packets=%u\ntx_bytes=%llu\n", tag, - ether_sprintf(ni->ni_macaddr), ni->ni_stats.ns_rx_data, - ni->ni_stats.ns_rx_bytes, ni->ni_stats.ns_tx_data, -@@ -257,6 +260,7 @@ - memset(&wreq, 0, sizeof(wreq)); - wreq.data.length = strlen(buf); - wireless_send_event(dev, IWEVCUSTOM, &wreq, buf); -+ kfree(buf); - } - - void ---- ./net80211/ieee80211_wireless.c.orig 2009-06-12 22:00:11.000000000 +0200 -+++ ./net80211/ieee80211_wireless.c 2009-06-12 22:04:33.000000000 +0200 -@@ -1459,17 +1459,22 @@ - { - struct ieee80211vap *vap = netdev_priv(dev); - struct ieee80211com *ic = vap->iv_ic; -- struct waplistreq req; /* XXX off stack */ -+ struct waplistreq *req = kmalloc(sizeof (struct waplistreq), GFP_KERNEL); -+ if (!req) { -+ return -ENOMEM; -+ } - -- req.vap = vap; -- req.i = 0; -- ieee80211_scan_iterate(ic, waplist_cb, &req); -+ req->vap = vap; -+ req->i = 0; -+ ieee80211_scan_iterate(ic, waplist_cb, req); - -- data->length = req.i; -- memcpy(extra, &req.addr, req.i * sizeof(req.addr[0])); -+ data->length = req->i; -+ memcpy(extra, &req->addr, req->i * sizeof(req->addr[0])); - data->flags = 1; /* signal quality present (sort of) */ -- memcpy(extra + req.i * sizeof(req.addr[0]), &req.qual, -- req.i * sizeof(req.qual[0])); -+ memcpy(extra + req->i * sizeof(req->addr[0]), &req->qual, -+ req->i * sizeof(req->qual[0])); -+ -+ kfree (req); - - return 0; - } diff --git a/source/network/madwifi/kernel-2.6.31.patch b/source/network/madwifi/kernel-2.6.31.patch deleted file mode 100644 index ca9946d..0000000 --- a/source/network/madwifi/kernel-2.6.31.patch +++ /dev/null @@ -1,203 +0,0 @@ -diff --git a/ath/if_ath.c b/ath/if_ath.c -index 1409fd7..43ae664 100644 ---- a/ath/if_ath.c -+++ b/ath/if_ath.c -@@ -396,6 +396,18 @@ enum { - (bssid)[0] |= (((id) << 2) | 0x02); \ - } while(0) - -+static const struct net_device_ops ath_netdev_ops = { -+ .ndo_open = ath_init, -+ .ndo_stop = ath_stop, -+ .ndo_start_xmit = ath_hardstart, -+ .ndo_tx_timeout = ath_tx_timeout, -+ .ndo_set_multicast_list = ath_mode_init, -+ .ndo_do_ioctl = ath_ioctl, -+ .ndo_get_stats = ath_getstats, -+ .ndo_set_mac_address = ath_set_mac_address, -+ .ndo_change_mtu = ath_change_mtu, -+}; -+ - int - ath_attach(u_int16_t devid, struct net_device *dev, HAL_BUS_TAG tag) - { -@@ -675,16 +687,8 @@ ath_attach(u_int16_t devid, struct net_device *dev, HAL_BUS_TAG tag) - } - - /* NB: ether_setup is done by bus-specific code */ -- dev->open = ath_init; -- dev->stop = ath_stop; -- dev->hard_start_xmit = ath_hardstart; -- dev->tx_timeout = ath_tx_timeout; -+ dev->netdev_ops = &ath_netdev_ops; - dev->watchdog_timeo = 5 * HZ; /* XXX */ -- dev->set_multicast_list = ath_mode_init; -- dev->do_ioctl = ath_ioctl; -- dev->get_stats = ath_getstats; -- dev->set_mac_address = ath_set_mac_address; -- dev->change_mtu = ath_change_mtu; - dev->tx_queue_len = ATH_TXBUF - 1; /* 1 for mgmt frame */ - #ifdef USE_HEADERLEN_RESV - dev->hard_header_len += sizeof(struct ieee80211_qosframe) + -@@ -1002,7 +1006,7 @@ ath_detach(struct net_device *dev) - - ath_dynamic_sysctl_unregister(sc); - ATH_LOCK_DESTROY(sc); -- dev->stop = NULL; /* prevent calling ath_stop again */ -+ dev->flags &= ~IFF_RUNNING; /* mark as stopped */ - unregister_netdev(dev); - return 0; - } -@@ -9925,7 +9929,7 @@ ath_rcv_dev_event(struct notifier_block *this, unsigned long event, - struct net_device *dev = (struct net_device *) ptr; - struct ath_softc *sc = (struct ath_softc *) netdev_priv(dev); - -- if (!dev || !sc || dev->open != &ath_init) -+ if (!dev || !sc || dev->netdev_ops->ndo_open != &ath_init) - return 0; - - switch (event) { -diff --git a/net80211/ieee80211.c b/net80211/ieee80211.c -index f08cb93..4569383 100644 ---- a/net80211/ieee80211.c -+++ b/net80211/ieee80211.c -@@ -371,6 +371,21 @@ ieee80211_ifdetach(struct ieee80211com *ic) - } - EXPORT_SYMBOL(ieee80211_ifdetach); - -+static const struct net_device_ops ieee80211_netdev_ops = { -+ .ndo_get_stats = ieee80211_getstats, -+ .ndo_open = ieee80211_open, -+ .ndo_stop = ieee80211_stop, -+ .ndo_start_xmit = ieee80211_hardstart, -+ .ndo_set_multicast_list = ieee80211_set_multicast_list, -+ .ndo_change_mtu = ieee80211_change_mtu, -+ .ndo_do_ioctl = ieee80211_ioctl, -+#if IEEE80211_VLAN_TAG_USED -+ .ndo_vlan_rx_register = ieee80211_vlan_register, -+ .ndo_vlan_rx_add_vid = ieee80211_vlan_add_vid, -+ .ndo_vlan_rx_kill_vid = ieee80211_vlan_kill_vid, -+#endif -+}; -+ - int - ieee80211_vap_setup(struct ieee80211com *ic, struct net_device *dev, - const char *name, int unit, int opmode, int flags) -@@ -391,15 +406,7 @@ ieee80211_vap_setup(struct ieee80211com *ic, struct net_device *dev, - } else - strncpy(dev->name, name, sizeof(dev->name)); - } -- dev->get_stats = ieee80211_getstats; -- dev->open = ieee80211_open; -- dev->stop = ieee80211_stop; -- dev->hard_start_xmit = ieee80211_hardstart; -- dev->set_multicast_list = ieee80211_set_multicast_list; --#if 0 -- dev->set_mac_address = ieee80211_set_mac_address; --#endif -- dev->change_mtu = ieee80211_change_mtu; -+ dev->netdev_ops = &ieee80211_netdev_ops; - dev->tx_queue_len = 0; /* NB: bypass queuing */ - dev->hard_header_len = parent->hard_header_len; - /* -@@ -1518,7 +1525,7 @@ ieee80211_set_multicast_list(struct net_device *dev) - IEEE80211_UNLOCK_IRQ(ic); - - /* XXX merge multicast list into parent device */ -- parent->set_multicast_list(ic->ic_dev); -+ parent->netdev_ops->ndo_set_multicast_list(ic->ic_dev); - } - - void -diff --git a/net80211/ieee80211_linux.c b/net80211/ieee80211_linux.c -index d93b208..d433b10 100644 ---- a/net80211/ieee80211_linux.c -+++ b/net80211/ieee80211_linux.c -@@ -137,7 +137,7 @@ __skb_queue_drain(struct sk_buff_head *q) - /* - * Register a vlan group. - */ --static void -+void - ieee80211_vlan_register(struct net_device *dev, struct vlan_group *grp) - { - struct ieee80211vap *vap = netdev_priv(dev); -@@ -148,7 +148,7 @@ ieee80211_vlan_register(struct net_device *dev, struct vlan_group *grp) - /* - * Add an rx vlan identifier - */ --static void -+void - ieee80211_vlan_add_vid(struct net_device *dev, unsigned short vid) - { - struct ieee80211vap *vap = netdev_priv(dev); -@@ -160,7 +160,7 @@ ieee80211_vlan_add_vid(struct net_device *dev, unsigned short vid) - /* - * Kill (i.e. delete) a vlan identifier. - */ --static void -+void - ieee80211_vlan_kill_vid(struct net_device *dev, unsigned short vid) - { - struct ieee80211vap *vap = netdev_priv(dev); -@@ -178,9 +178,6 @@ ieee80211_vlan_vattach(struct ieee80211vap *vap) - - dev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX | - NETIF_F_HW_VLAN_FILTER; -- dev->vlan_rx_register = ieee80211_vlan_register; -- dev->vlan_rx_add_vid = ieee80211_vlan_add_vid; -- dev->vlan_rx_kill_vid = ieee80211_vlan_kill_vid; - #endif /* IEEE80211_VLAN_TAG_USED */ - } - -@@ -898,7 +895,7 @@ ieee80211_rcv_dev_event(struct notifier_block *this, unsigned long event, - void *ptr) - { - struct net_device *dev = (struct net_device *) ptr; -- if (!dev || dev->open != &ieee80211_open) -+ if (!dev || dev->netdev_ops->ndo_open != &ieee80211_open) - return 0; - - switch (event) { -diff --git a/net80211/ieee80211_linux.h b/net80211/ieee80211_linux.h -index 2efe4a1..a615197 100644 ---- a/net80211/ieee80211_linux.h -+++ b/net80211/ieee80211_linux.h -@@ -559,6 +559,7 @@ void ieee80211_vlan_vdetach(struct ieee80211vap *); - #define free_netdev(dev) kfree(dev) - #endif - -+int ieee80211_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd); - void ieee80211_ioctl_vattach(struct ieee80211vap *); - void ieee80211_ioctl_vdetach(struct ieee80211vap *); - struct ifreq; -@@ -566,4 +567,8 @@ int ieee80211_ioctl_create_vap(struct ieee80211com *, struct ifreq *, - struct net_device *); - int ieee80211_create_vap(struct ieee80211com *, char *, struct net_device *, - int, int); -+void ieee80211_vlan_register(struct net_device *dev, struct vlan_group *grp); -+void ieee80211_vlan_add_vid(struct net_device *dev, unsigned short vid); -+void ieee80211_vlan_kill_vid(struct net_device *dev, unsigned short vid); -+ - #endif /* _NET80211_IEEE80211_LINUX_H_ */ -diff --git a/net80211/ieee80211_wireless.c b/net80211/ieee80211_wireless.c -index cb07209..b2b6d2a 100644 ---- a/net80211/ieee80211_wireless.c -+++ b/net80211/ieee80211_wireless.c -@@ -5306,7 +5306,7 @@ static void ieee80211_delete_wlanunit(u_int); - /* - * Handle private ioctl requests. - */ --static int -+int - ieee80211_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) - { - struct ieee80211vap *vap = netdev_priv(dev); -@@ -5439,7 +5439,6 @@ ieee80211_ioctl_vattach(struct ieee80211vap *vap) - { - struct net_device *dev = vap->iv_dev; - -- dev->do_ioctl = ieee80211_ioctl; - #if IW_HANDLER_VERSION < 7 - dev->get_wireless_stats = ieee80211_iw_getstats; - #endif diff --git a/source/network/madwifi/kernel-2.6.32.patch b/source/network/madwifi/kernel-2.6.32.patch deleted file mode 100644 index 0055aa3..0000000 --- a/source/network/madwifi/kernel-2.6.32.patch +++ /dev/null @@ -1,48 +0,0 @@ -Index: net80211/ieee80211_linux.h -=================================================================== ---- net80211/ieee80211_linux.h (revision 4098) -+++ net80211/ieee80211_linux.h (revision 4099) -@@ -595,12 +595,18 @@ - void __user *buffer, size_t *lenp) - #define IEEE80211_SYSCTL_PROC_DOINTVEC(ctl, write, filp, buffer, lenp, ppos) \ - proc_dointvec(ctl, write, filp, buffer, lenp) --#else -+#elif LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32) - #define IEEE80211_SYSCTL_DECL(f, ctl, write, filp, buffer, lenp, ppos) \ - f(ctl_table *ctl, int write, struct file *filp, \ - void __user *buffer, size_t *lenp, loff_t *ppos) - #define IEEE80211_SYSCTL_PROC_DOINTVEC(ctl, write, filp, buffer, lenp, ppos) \ - proc_dointvec(ctl, write, filp, buffer, lenp, ppos) -+#else /* Linux 2.6.32+ */ -+#define IEEE80211_SYSCTL_DECL(f, ctl, write, filp, buffer, lenp, ppos) \ -+ f(ctl_table *ctl, int write, \ -+ void __user *buffer, size_t *lenp, loff_t *ppos) -+#define IEEE80211_SYSCTL_PROC_DOINTVEC(ctl, write, filp, buffer, lenp, ppos) \ -+ proc_dointvec(ctl, write, buffer, lenp, ppos) - #endif - - void ieee80211_virtfs_latevattach(struct ieee80211vap *); -Index: ath/if_athvar.h -=================================================================== ---- ath/if_athvar.h (revision 4098) -+++ ath/if_athvar.h (revision 4099) -@@ -174,12 +174,18 @@ - void __user *buffer, size_t *lenp) - #define ATH_SYSCTL_PROC_DOINTVEC(ctl, write, filp, buffer, lenp, ppos) \ - proc_dointvec(ctl, write, filp, buffer, lenp) --#else /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,8) */ -+#elif LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32) - #define ATH_SYSCTL_DECL(f, ctl, write, filp, buffer, lenp, ppos) \ - f(ctl_table *ctl, int write, struct file *filp, \ - void __user *buffer, size_t *lenp, loff_t *ppos) - #define ATH_SYSCTL_PROC_DOINTVEC(ctl, write, filp, buffer, lenp, ppos) \ - proc_dointvec(ctl, write, filp, buffer, lenp, ppos) -+#else /* Linux 2.6.32+ */ -+#define ATH_SYSCTL_DECL(f, ctl, write, filp, buffer, lenp, ppos) \ -+ f(ctl_table *ctl, int write, \ -+ void __user *buffer, size_t *lenp, loff_t *ppos) -+#define ATH_SYSCTL_PROC_DOINTVEC(ctl, write, filp, buffer, lenp, ppos) \ -+ proc_dointvec(ctl, write, buffer, lenp, ppos) - #endif - - #define ATH_TIMEOUT 1000 diff --git a/source/network/madwifi/kernel-2.6.33.patch b/source/network/madwifi/kernel-2.6.33.patch deleted file mode 100644 index c37481a..0000000 --- a/source/network/madwifi/kernel-2.6.33.patch +++ /dev/null @@ -1,525 +0,0 @@ -diff --git a/Makefile.inc b/Makefile.inc -index b67a4de..e4f28b0 100644 ---- a/Makefile.inc -+++ b/Makefile.inc -@@ -146,7 +146,7 @@ ATH_RATE= $(TOP)/ath_rate - # - TOOLS= $(TOP)/tools - --COPTS+= -Werror -+COPTS+= - INCS= -include $(TOP)/include/compat.h -I$(TOP)/include - - # TARGET defines the target platform architecture. It must match one of -diff --git a/ath/if_ath.c b/ath/if_ath.c -index 43ae664..82ec9ee 100644 ---- a/ath/if_ath.c -+++ b/ath/if_ath.c -@@ -9572,120 +9572,101 @@ static int mincalibrate = 1; /* once a second */ - static int maxint = 0x7fffffff; /* 32-bit big */ - - static const ctl_table ath_sysctl_template[] = { -- { .ctl_name = CTL_AUTO, -- .procname = "slottime", -+ { .procname = "slottime", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_SLOTTIME, - }, -- { .ctl_name = CTL_AUTO, -- .procname = "acktimeout", -+ { .procname = "acktimeout", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_ACKTIMEOUT, - }, -- { .ctl_name = CTL_AUTO, -- .procname = "ctstimeout", -+ { .procname = "ctstimeout", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_CTSTIMEOUT, - }, -- { .ctl_name = CTL_AUTO, -- .procname = "softled", -+ { .procname = "softled", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_SOFTLED, - }, -- { .ctl_name = CTL_AUTO, -- .procname = "ledpin", -+ { .procname = "ledpin", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_LEDPIN, - }, -- { .ctl_name = CTL_AUTO, -- .procname = "countrycode", -+ { .procname = "countrycode", - .mode = 0444, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_COUNTRYCODE, - }, -- { .ctl_name = CTL_AUTO, -- .procname = "maxvaps", -+ { .procname = "maxvaps", - .mode = 0444, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_MAXVAPS, - }, -- { .ctl_name = CTL_AUTO, -- .procname = "regdomain", -+ { .procname = "regdomain", - .mode = 0444, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_REGDOMAIN, - }, - #ifdef AR_DEBUG -- { .ctl_name = CTL_AUTO, -- .procname = "debug", -+ { .procname = "debug", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_DEBUG, - }, - #endif -- { .ctl_name = CTL_AUTO, -- .procname = "txantenna", -+ { .procname = "txantenna", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_TXANTENNA, - }, -- { .ctl_name = CTL_AUTO, -- .procname = "rxantenna", -+ { .procname = "rxantenna", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_RXANTENNA, - }, -- { .ctl_name = CTL_AUTO, -- .procname = "diversity", -+ { .procname = "diversity", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_DIVERSITY, - }, -- { .ctl_name = CTL_AUTO, -- .procname = "txintrperiod", -+ { .procname = "txintrperiod", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_TXINTRPERIOD, - }, -- { .ctl_name = CTL_AUTO, -- .procname = "fftxqmin", -+ { .procname = "fftxqmin", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_FFTXQMIN, - }, -- { .ctl_name = CTL_AUTO, -- .procname = "tkipmic", -+ { .procname = "tkipmic", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_TKIPMIC, - }, - #ifdef ATH_SUPERG_XR -- { .ctl_name = CTL_AUTO, -- .procname = "xrpollperiod", -+ { .procname = "xrpollperiod", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_XR_POLL_PERIOD, - }, -- { .ctl_name = CTL_AUTO, -- .procname = "xrpollcount", -+ { .procname = "xrpollcount", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_XR_POLL_COUNT, - }, - #endif -- { .ctl_name = CTL_AUTO, -- .procname = "ackrate", -+ { .procname = "ackrate", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_ACKRATE, - }, -- { .ctl_name = CTL_AUTO, -- .procname = "intmit", -+ { .procname = "intmit", - .mode = 0644, - .proc_handler = ath_sysctl_halparam, - .extra2 = (void *)ATH_INTMIT, -@@ -9722,12 +9703,10 @@ ath_dynamic_sysctl_register(struct ath_softc *sc) - - /* setup the table */ - memset(sc->sc_sysctls, 0, space); -- sc->sc_sysctls[0].ctl_name = CTL_DEV; - sc->sc_sysctls[0].procname = "dev"; - sc->sc_sysctls[0].mode = 0555; - sc->sc_sysctls[0].child = &sc->sc_sysctls[2]; - /* [1] is NULL terminator */ -- sc->sc_sysctls[2].ctl_name = CTL_AUTO; - sc->sc_sysctls[2].procname = dev_name; - sc->sc_sysctls[2].mode = 0555; - sc->sc_sysctls[2].child = &sc->sc_sysctls[4]; -@@ -9830,44 +9809,38 @@ ath_announce(struct net_device *dev) - */ - static ctl_table ath_static_sysctls[] = { - #ifdef AR_DEBUG -- { .ctl_name = CTL_AUTO, -- .procname = "debug", -+ { .procname = "debug", - .mode = 0644, - .data = &ath_debug, - .maxlen = sizeof(ath_debug), - .proc_handler = proc_dointvec - }, - #endif -- { .ctl_name = CTL_AUTO, -- .procname = "countrycode", -+ { .procname = "countrycode", - .mode = 0444, - .data = &ath_countrycode, - .maxlen = sizeof(ath_countrycode), - .proc_handler = proc_dointvec - }, -- { .ctl_name = CTL_AUTO, -- .procname = "maxvaps", -+ { .procname = "maxvaps", - .mode = 0444, - .data = &ath_maxvaps, - .maxlen = sizeof(ath_maxvaps), - .proc_handler = proc_dointvec - }, -- { .ctl_name = CTL_AUTO, -- .procname = "outdoor", -+ { .procname = "outdoor", - .mode = 0444, - .data = &ath_outdoor, - .maxlen = sizeof(ath_outdoor), - .proc_handler = proc_dointvec - }, -- { .ctl_name = CTL_AUTO, -- .procname = "xchanmode", -+ { .procname = "xchanmode", - .mode = 0444, - .data = &ath_xchanmode, - .maxlen = sizeof(ath_xchanmode), - .proc_handler = proc_dointvec - }, -- { .ctl_name = CTL_AUTO, -- .procname = "calibrate", -+ { .procname = "calibrate", - .mode = 0644, - .data = &ath_calinterval, - .maxlen = sizeof(ath_calinterval), -@@ -9878,15 +9851,13 @@ static ctl_table ath_static_sysctls[] = { - { 0 } - }; - static ctl_table ath_ath_table[] = { -- { .ctl_name = DEV_ATH, -- .procname = "ath", -+ { .procname = "ath", - .mode = 0555, - .child = ath_static_sysctls - }, { 0 } - }; - static ctl_table ath_root_table[] = { -- { .ctl_name = CTL_DEV, -- .procname = "dev", -+ { .procname = "dev", - .mode = 0555, - .child = ath_ath_table - }, { 0 } -diff --git a/ath_hal/ah_os.c b/ath_hal/ah_os.c -index a4d0336..8d25abc 100644 ---- a/ath_hal/ah_os.c -+++ b/ath_hal/ah_os.c -@@ -436,50 +436,43 @@ EXPORT_SYMBOL(ath_hal_memcmp); - - static ctl_table ath_hal_sysctls[] = { - #ifdef AH_DEBUG -- { .ctl_name = CTL_AUTO, -- .procname = "debug", -+ { .procname = "debug", - .mode = 0644, - .data = &ath_hal_debug, - .maxlen = sizeof(ath_hal_debug), - .proc_handler = proc_dointvec - }, - #endif -- { .ctl_name = CTL_AUTO, -- .procname = "dma_beacon_response_time", -+ { .procname = "dma_beacon_response_time", - .data = &ath_hal_dma_beacon_response_time, - .maxlen = sizeof(ath_hal_dma_beacon_response_time), - .mode = 0644, - .proc_handler = proc_dointvec - }, -- { .ctl_name = CTL_AUTO, -- .procname = "sw_beacon_response_time", -+ { .procname = "sw_beacon_response_time", - .mode = 0644, - .data = &ath_hal_sw_beacon_response_time, - .maxlen = sizeof(ath_hal_sw_beacon_response_time), - .proc_handler = proc_dointvec - }, -- { .ctl_name = CTL_AUTO, -- .procname = "swba_backoff", -+ { .procname = "swba_backoff", - .mode = 0644, - .data = &ath_hal_additional_swba_backoff, - .maxlen = sizeof(ath_hal_additional_swba_backoff), - .proc_handler = proc_dointvec - }, - #ifdef AH_DEBUG_ALQ -- { .ctl_name = CTL_AUTO, -- .procname = "alq", -+ { .procname = "alq", - .mode = 0644, - .proc_handler = sysctl_hw_ath_hal_log - }, -- { .ctl_name = CTL_AUTO, -- .procname = "alq_size", -+ { .procname = "alq_size", - .mode = 0644, - .data = &ath_hal_alq_qsize, - .maxlen = sizeof(ath_hal_alq_qsize), - .proc_handler = proc_dointvec - }, -- { .ctl_name = CTL_AUTO, -- .procname = "alq_lost", -+ { .procname = "alq_lost", - .mode = 0644, - .data = &ath_hal_alq_lost, - .maxlen = sizeof(ath_hal_alq_lost), -@@ -489,22 +482,19 @@ static ctl_table ath_hal_sysctls[] = { - { 0 } - }; - static ctl_table ath_hal_table[] = { -- { .ctl_name = CTL_AUTO, -- .procname = "hal", -+ { .procname = "hal", - .mode = 0555, - .child = ath_hal_sysctls - }, { 0 } - }; - static ctl_table ath_ath_table[] = { -- { .ctl_name = DEV_ATH, -- .procname = "ath", -+ { .procname = "ath", - .mode = 0555, - .child = ath_hal_table - }, { 0 } - }; - static ctl_table ath_root_table[] = { -- { .ctl_name = CTL_DEV, -- .procname = "dev", -+ { .procname = "dev", - .mode = 0555, - .child = ath_ath_table - }, { 0 } -diff --git a/ath_rate/amrr/amrr.c b/ath_rate/amrr/amrr.c -index f6a7399..702ed12 100644 ---- a/ath_rate/amrr/amrr.c -+++ b/ath_rate/amrr/amrr.c -@@ -487,8 +487,7 @@ static int min_threshold = 1; - */ - - static ctl_table ath_rate_static_sysctls[] = { -- { .ctl_name = CTL_AUTO, -- .procname = "interval", -+ { .procname = "interval", - .mode = 0644, - .data = &ath_rateinterval, - .maxlen = sizeof(ath_rateinterval), -@@ -496,8 +495,7 @@ static ctl_table ath_rate_static_sysctls[] = { - .extra2 = &maxint, - .proc_handler = proc_dointvec_minmax - }, -- { .ctl_name = CTL_AUTO, -- .procname = "max_success_threshold", -+ { .procname = "max_success_threshold", - .mode = 0644, - .data = &ath_rate_max_success_threshold, - .maxlen = sizeof(ath_rate_max_success_threshold), -@@ -505,8 +503,7 @@ static ctl_table ath_rate_static_sysctls[] = { - .extra2 = &maxint, - .proc_handler = proc_dointvec_minmax - }, -- { .ctl_name = CTL_AUTO, -- .procname = "min_success_threshold", -+ { .procname = "min_success_threshold", - .mode = 0644, - .data = &ath_rate_min_success_threshold, - .maxlen = sizeof(ath_rate_min_success_threshold), -@@ -517,22 +514,19 @@ static ctl_table ath_rate_static_sysctls[] = { - { 0 } - }; - static ctl_table ath_rate_table[] = { -- { .ctl_name = CTL_AUTO, -- .procname = "rate", -+ { .procname = "rate", - .mode = 0555, - .child = ath_rate_static_sysctls - }, { 0 } - }; - static ctl_table ath_ath_table[] = { -- { .ctl_name = DEV_ATH, -- .procname = "ath", -+ { .procname = "ath", - .mode = 0555, - .child = ath_rate_table - }, { 0 } - }; - static ctl_table ath_root_table[] = { -- { .ctl_name = CTL_DEV, -- .procname = "dev", -+ { .procname = "dev", - .mode = 0555, - .child = ath_ath_table - }, { 0 } -diff --git a/ath_rate/onoe/onoe.c b/ath_rate/onoe/onoe.c -index a174d5d..d061de9 100644 ---- a/ath_rate/onoe/onoe.c -+++ b/ath_rate/onoe/onoe.c -@@ -435,8 +435,7 @@ static int maxint = 0x7fffffff; /* 32-bit big */ - * Static (i.e. global) sysctls. - */ - static ctl_table ath_rate_static_sysctls[] = { -- { .ctl_name = CTL_AUTO, -- .procname = "interval", -+ { .procname = "interval", - .mode = 0644, - .data = &ath_rateinterval, - .maxlen = sizeof(ath_rateinterval), -@@ -444,8 +443,7 @@ static ctl_table ath_rate_static_sysctls[] = { - .extra2 = &maxint, - .proc_handler = proc_dointvec_minmax - }, -- { .ctl_name = CTL_AUTO, -- .procname = "raise", -+ { .procname = "raise", - .mode = 0644, - .data = &ath_rate_raise, - .maxlen = sizeof(ath_rate_raise), -@@ -453,8 +451,7 @@ static ctl_table ath_rate_static_sysctls[] = { - .extra2 = &maxpercent, - .proc_handler = proc_dointvec_minmax - }, -- { .ctl_name = CTL_AUTO, -- .procname = "raise_threshold", -+ { .procname = "raise_threshold", - .mode = 0644, - .data = &ath_rate_raise_threshold, - .maxlen = sizeof(ath_rate_raise_threshold), -@@ -463,22 +460,19 @@ static ctl_table ath_rate_static_sysctls[] = { - { 0 } - }; - static ctl_table ath_rate_table[] = { -- { .ctl_name = CTL_AUTO, -- .procname = "rate", -+ { .procname = "rate", - .mode = 0555, - .child = ath_rate_static_sysctls - }, { 0 } - }; - static ctl_table ath_ath_table[] = { -- { .ctl_name = DEV_ATH, -- .procname = "ath", -+ { .procname = "ath", - .mode = 0555, - .child = ath_rate_table - }, { 0 } - }; - static ctl_table ath_root_table[] = { -- { .ctl_name = CTL_DEV, -- .procname = "dev", -+ { .procname = "dev", - .mode = 0555, - .child = ath_ath_table - }, { 0 } -diff --git a/kernelversion.c b/kernelversion.c -index a216978..440e8b9 100644 ---- a/kernelversion.c -+++ b/kernelversion.c -@@ -10,7 +10,7 @@ - - /* Linux 2.6.18+ uses */ - #ifndef UTS_RELEASE --#include -+#include - #endif - - char *uts_release = UTS_RELEASE; -diff --git a/net80211/ieee80211_linux.c b/net80211/ieee80211_linux.c -index d433b10..18d56d2 100644 ---- a/net80211/ieee80211_linux.c -+++ b/net80211/ieee80211_linux.c -@@ -622,40 +622,33 @@ IEEE80211_SYSCTL_DECL(ieee80211_sysctl_monitor_crc_errors, ctl, write, filp, buf - - static const ctl_table ieee80211_sysctl_template[] = { - #ifdef IEEE80211_DEBUG -- { .ctl_name = CTL_AUTO, -- .procname = "debug", -+ { .procname = "debug", - .mode = 0644, - .proc_handler = ieee80211_sysctl_debug - }, - #endif -- { .ctl_name = CTL_AUTO, -- .procname = "dev_type", -+ { .procname = "dev_type", - .mode = 0644, - .proc_handler = ieee80211_sysctl_dev_type - }, -- { .ctl_name = CTL_AUTO, -- .procname = "monitor_nods_only", -+ { .procname = "monitor_nods_only", - .mode = 0644, - .proc_handler = ieee80211_sysctl_monitor_nods_only - }, -- { .ctl_name = CTL_AUTO, -- .procname = "monitor_txf_len", -+ { .procname = "monitor_txf_len", - .mode = 0644, - .proc_handler = ieee80211_sysctl_monitor_txf_len - }, -- { .ctl_name = CTL_AUTO, -- .procname = "monitor_phy_errors", -+ { .procname = "monitor_phy_errors", - .mode = 0644, - .proc_handler = ieee80211_sysctl_monitor_phy_errors - }, -- { .ctl_name = CTL_AUTO, -- .procname = "monitor_crc_errors", -+ { .procname = "monitor_crc_errors", - .mode = 0644, - .proc_handler = ieee80211_sysctl_monitor_crc_errors - }, - /* NB: must be last entry before NULL */ -- { .ctl_name = CTL_AUTO, -- .procname = "%parent", -+ { .procname = "%parent", - .maxlen = IFNAMSIZ, - .mode = 0444, - .proc_handler = proc_dostring -@@ -690,12 +683,10 @@ ieee80211_sysctl_vattach(struct ieee80211vap *vap) - - /* setup the table */ - memset(vap->iv_sysctls, 0, space); -- vap->iv_sysctls[0].ctl_name = CTL_NET; - vap->iv_sysctls[0].procname = "net"; - vap->iv_sysctls[0].mode = 0555; - vap->iv_sysctls[0].child = &vap->iv_sysctls[2]; - /* [1] is NULL terminator */ -- vap->iv_sysctls[2].ctl_name = CTL_AUTO; - vap->iv_sysctls[2].procname = devname; /* XXX bad idea? */ - vap->iv_sysctls[2].mode = 0555; - vap->iv_sysctls[2].child = &vap->iv_sysctls[4]; diff --git a/source/network/madwifi/kernel-2.6.35.patch b/source/network/madwifi/kernel-2.6.35.patch deleted file mode 100644 index 4931cfb..0000000 --- a/source/network/madwifi/kernel-2.6.35.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- a/ath/if_ath.c -+++ b/ath/if_ath.c -@@ -4466,7 +4466,11 @@ ath_merge_mcast(struct ath_softc *sc, u_ - { - struct ieee80211com *ic = &sc->sc_ic; - struct ieee80211vap *vap; -+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 35) -+ struct netdev_hw_addr *ha; -+ #else - struct dev_mc_list *mc; -+ #endif - u_int32_t val; - u_int8_t pos; - -@@ -4474,6 +4478,17 @@ ath_merge_mcast(struct ath_softc *sc, u_ - /* XXX locking */ - TAILQ_FOREACH(vap, &ic->ic_vaps, iv_next) { - struct net_device *dev = vap->iv_dev; -+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 35) -+ netdev_for_each_mc_addr(ha, dev) { -+ /* calculate XOR of eight 6-bit values */ -+ val = LE_READ_4(ha->addr + 0); -+ pos = (val >> 18) ^ (val >> 12) ^ (val >> 6) ^ val; -+ val = LE_READ_4(ha->addr + 3); -+ pos ^= (val >> 18) ^ (val >> 12) ^ (val >> 6) ^ val; -+ pos &= 0x3f; -+ mfilt[pos / 32] |= (1 << (pos % 32)); -+ } -+ #else - for (mc = dev->mc_list; mc; mc = mc->next) { - /* calculate XOR of eight 6-bit values */ - val = LE_READ_4(mc->dmi_addr + 0); -@@ -4483,6 +4498,7 @@ ath_merge_mcast(struct ath_softc *sc, u_ - pos &= 0x3f; - mfilt[pos / 32] |= (1 << (pos % 32)); - } -+ #endif - } - } - diff --git a/source/network/madwifi/kernel-2.6.37.patch b/source/network/madwifi/kernel-2.6.37.patch deleted file mode 100644 index 0a15937..0000000 --- a/source/network/madwifi/kernel-2.6.37.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- trunk/ath/if_athvar.h (revision 4109) -+++ trunk/ath/if_athvar.h (revision 4118) -@@ -991,5 +991,5 @@ - #endif - /* Protects the device from concurrent accesses */ --#define ATH_LOCK_INIT(_sc) init_MUTEX(&(_sc)->sc_lock) -+#define ATH_LOCK_INIT(_sc) sema_init(&(_sc)->sc_lock, 1) - #define ATH_LOCK_DESTROY(_sc) - #define ATH_LOCK(_sc) down(&(_sc)->sc_lock) diff --git a/source/network/madwifi/madwifi-0.9.3-cflags.diff b/source/network/madwifi/madwifi-0.9.3-cflags.diff deleted file mode 100644 index 60b3c05..0000000 --- a/source/network/madwifi/madwifi-0.9.3-cflags.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- madwifi-0.9.3/tools/Makefile.orig 2007-03-31 20:19:17.000000000 +0200 -+++ madwifi-0.9.3/tools/Makefile 2007-03-31 20:19:28.000000000 +0200 -@@ -51,7 +51,7 @@ - all: $(ALL) - - INCS= -I. -I$(HAL) -I$(TOP) --CFLAGS= -g -O2 -Wall -+CFLAGS?= -g -O2 -Wall - ALL_CFLAGS= $(CFLAGS) $(INCS) - LDFLAGS= - From bouleetbil at frogdev.info Thu Aug 18 14:47:46 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 14:47:46 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pitivi-0.14.2-1-x86_64 *version bump Message-ID: <20110818124746.805911358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=90d5b976e02180197ac2507281e74726e4f79823 commit 90d5b976e02180197ac2507281e74726e4f79823 Author: bouleetbil Date: Thu Aug 18 14:37:04 2011 +0200 pitivi-0.14.2-1-x86_64 *version bump diff --git a/source/gnome-extra/pitivi/FrugalBuild b/source/gnome-extra/pitivi/FrugalBuild index 7fbdd3c..eb8a074 100644 --- a/source/gnome-extra/pitivi/FrugalBuild +++ b/source/gnome-extra/pitivi/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=pitivi -pkgver=0.14.1 +pkgver=0.14.2 pkgrel=1 pkgdesc="A non-linear video editor in GNOME desktop" url="http://www.gnome.org" @@ -10,12 +10,12 @@ depends=('gstreamer' 'python' 'pygoocanvas' 'gnonlin' \ 'pygtk' 'gnome-python' 'gst-python' \ 'gnonlin' 'gst-plugins-base' 'gst-ffmpeg' \ 'gst-plugins-good-png' 'distribute' 'zopeinterface') -makedepends=('perl-xml-parser' 'intltool') +makedepends=('perl-xml-parser' 'intltool' 'gnome-doc-utils') options=('scriptlet') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') _F_gnome_iconcache="y" _F_gnome_desktop="y" Finclude gnome gnome-scriptlet -sha1sums=('69f744d146007f043c93b158139b543454109a13') +sha1sums=('106b8f8a0a17813f3c1113abdde37bb34fedff95') From bouleetbil at frogdev.info Thu Aug 18 14:50:10 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 14:50:10 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: dracut-013-1-x86_64 *version bump Message-ID: <20110818125010.D91E81358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ad0b2bee03b151a9ca2036d4180eee69b7475185 commit ad0b2bee03b151a9ca2036d4180eee69b7475185 Author: bouleetbil Date: Thu Aug 18 14:39:42 2011 +0200 dracut-013-1-x86_64 *version bump diff --git a/source/base-extra/dracut/FrugalBuild b/source/base-extra/dracut/FrugalBuild index e3123296..f7a47ab 100644 --- a/source/base-extra/dracut/FrugalBuild +++ b/source/base-extra/dracut/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=dracut -pkgver=011 +pkgver=013 pkgrel=1 pkgdesc="Generic initramfs generation tool" depends=('udev' 'util-linux' 'bash' 'dash' 'kbd' 'cpio') From bouleetbil at frogdev.info Thu Aug 18 15:06:13 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 15:06:13 +0200 (CEST) Subject: [Frugalware-git] gnometesting: cogl-1.7.6-1-x86_64 Message-ID: <20110818130613.166261358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=8471ae9c54c1954efc8fc2b14020623c0314436c commit 8471ae9c54c1954efc8fc2b14020623c0314436c Author: bouleetbil Date: Thu Aug 18 14:55:57 2011 +0200 cogl-1.7.6-1-x86_64 *Version bump diff --git a/source/xlib/cogl/FrugalBuild b/source/xlib/cogl/FrugalBuild index eddd901..f4cd98c 100644 --- a/source/xlib/cogl/FrugalBuild +++ b/source/xlib/cogl/FrugalBuild @@ -2,13 +2,19 @@ # Maintainer: bouleetbil pkgname=cogl -pkgver=1.7.4 +pkgver=1.7.6 pkgrel=1 pkgdesc="Cogl is a modern 3D graphics API." depends=('pango' 'libxcomposite') makedepends=('gobject-introspection') Finclude clutter groups=('xlib') -sha1sums=('9053487aaa0ffe39af9a0f62b3136ee05468896d') +sha1sums=('f277bf06c32a7c92343d112e843954fc3ed1caa4') + +build() { + Fcd + Fsed "examples doc" "doc" Makefile* + Fbuild +} # optimization OK From bouleetbil at frogdev.info Thu Aug 18 15:12:30 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 18 Aug 2011 15:12:30 +0200 (CEST) Subject: [Frugalware-git] gnometesting: clutter-1.7.10-1-x86_64 Message-ID: <20110818131230.992F21358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e45eb34e1aca7797ca45bc22d5cf1fb469c43388 commit e45eb34e1aca7797ca45bc22d5cf1fb469c43388 Author: bouleetbil Date: Thu Aug 18 15:02:14 2011 +0200 clutter-1.7.10-1-x86_64 *Version bump diff --git a/source/xlib/clutter/FrugalBuild b/source/xlib/clutter/FrugalBuild index 8c9e493..bf99c99 100644 --- a/source/xlib/clutter/FrugalBuild +++ b/source/xlib/clutter/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Devil505 pkgname=clutter -pkgver=1.7.6 +pkgver=1.7.10 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' \ @@ -15,6 +15,6 @@ replaces=('clutter-cairo') provides=('clutter-cairo') unset MAKEFLAGS Fconfopts="$Fconfopts --with-imagebackend=gdk-pixbuf --enable-xinput" -sha1sums=('deb360c52f6d0be5acffd81600cf8112412e315d') +sha1sums=('4df2805a888b8b1cba95012d8957a40348133a56') # optimization OK From achevaux at gmail.com Thu Aug 18 17:45:27 2011 From: achevaux at gmail.com (centuri0) Date: Thu, 18 Aug 2011 17:45:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pbzip2-1.1.5-1-i686 Message-ID: <20110818154527.50F2F1358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1c778d6b13bad2ee05a8ad5c558cd26aa390ab1b commit 1c778d6b13bad2ee05a8ad5c558cd26aa390ab1b Author: centuri0 Date: Thu Aug 18 17:44:14 2011 +0200 pbzip2-1.1.5-1-i686 * version bump diff --git a/source/apps-extra/pbzip2/FrugalBuild b/source/apps-extra/pbzip2/FrugalBuild index 7fc1b71..7d1b021 100644 --- a/source/apps-extra/pbzip2/FrugalBuild +++ b/source/apps-extra/pbzip2/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: centuri0 pkgname=pbzip2 -pkgver=1.1.4 +pkgver=1.1.5 pkgrel=1 pkgdesc="PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines." url="http://compression.ca/pbzip2/" @@ -11,7 +11,7 @@ groups=('apps-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" source=($url/$pkgname-$pkgver.tar.gz) -sha1sums=('862603fd9946fce2dd15a555bbb40642e21b576a') +sha1sums=('047d4d6403a6663a2247f1c194e67dc9f787c807') build() { Fcd Fsed '-O2' "$CFLAGS" Makefile From achevaux at gmail.com Thu Aug 18 17:45:27 2011 From: achevaux at gmail.com (centuri0) Date: Thu, 18 Aug 2011 17:45:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: aria2-1.12.1-1-i686 Message-ID: <20110818154527.405351358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b5e991adfe57b28d6c3ab9b6ec35bee7d32ab634 commit b5e991adfe57b28d6c3ab9b6ec35bee7d32ab634 Author: centuri0 Date: Thu Aug 18 17:42:19 2011 +0200 aria2-1.12.1-1-i686 * version bump diff --git a/source/network-extra/aria2/FrugalBuild b/source/network-extra/aria2/FrugalBuild index 4d0851f..8556782 100644 --- a/source/network-extra/aria2/FrugalBuild +++ b/source/network-extra/aria2/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: centuri0 pkgname=aria2 -pkgver=1.12.0 +pkgver=1.12.1 pkgrel=1 pkgdesc="aria2 is an utility for downloading files." depends=('openssl>=1.0.0' 'libxml2>=2.7.8' 'c-ares' 'sqlite3' 'libstdc++') @@ -12,7 +12,7 @@ groups=('network-extra') archs=('i686' 'x86_64') _F_sourceforge_ext=".tar.bz2" Finclude sourceforge -sha1sums=('5bc6f07f84f6ad1d0e222d2b5c78cd3118e1a569') +sha1sums=('ba38d558c9fe2d7ac5b09fb2a629d9a67a947008') Fconfopts="$Fconfopts --without-gnutls" # optimization OK From achevaux at gmail.com Thu Aug 18 17:45:27 2011 From: achevaux at gmail.com (centuri0) Date: Thu, 18 Aug 2011 17:45:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libalkimia-4.3.1-1-i686 Message-ID: <20110818154527.5F205135844A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=63ce9d22b8e3c8ec6e97194b471903370aaea240 commit 63ce9d22b8e3c8ec6e97194b471903370aaea240 Author: centuri0 Date: Thu Aug 18 17:47:37 2011 +0200 libalkimia-4.3.1-1-i686 * version bump diff --git a/source/lib-extra/libalkimia/FrugalBuild b/source/lib-extra/libalkimia/FrugalBuild index 8bf43df..0c75b7b 100644 --- a/source/lib-extra/libalkimia/FrugalBuild +++ b/source/lib-extra/libalkimia/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: centuri0 pkgname=libalkimia -pkgver=4.3.0 +pkgver=4.3.1 pkgrel=1 pkgdesc="A library with common classes and functionality used by finance applications for the KDE SC." _F_kde_id="137323" @@ -14,6 +14,6 @@ groups=(lib-extra) archs=('i686') up2date="lynx -dump "http://www.kde-apps.org/content/show.php?content=$_F_kde_id" | grep -v http | sed -n 144p | cut -c7-" source=(http://kde-apps.org/CONTENT/content-files/$_F_kde_id-$pkgname-$pkgver.tar.bz2) -sha1sums=('5028a0d4d9e20f9672ac0a4de2cd2a516ce76cb4') +sha1sums=('a8381bf4def252425aca31d0929e31b1aa82d0b5') # optimization OK From jercel16 at gmail.com Thu Aug 18 21:00:35 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:00:35 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: nspr-emul-4.8.9_1-1-x86_64 Message-ID: <20110818190035.BDFC81358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=de8cf500480fed3e4b9c60977fcf4a3389c8d8b8 commit de8cf500480fed3e4b9c60977fcf4a3389c8d8b8 Author: jercel Date: Thu Aug 18 21:00:30 2011 +0200 nspr-emul-4.8.9_1-1-x86_64 version bump diff --git a/source/emul-extra/nspr-emul/FrugalBuild b/source/emul-extra/nspr-emul/FrugalBuild index 0acb376..718b241 100644 --- a/source/emul-extra/nspr-emul/FrugalBuild +++ b/source/emul-extra/nspr-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: jercel pkgname=nspr-emul -pkgver=4.8.7_1 +pkgver=4.8.9_1 pkgrel=1 pkgdesc="Xorg DRM libraries for emulation of i686 on x86_64" url="http://xorg.freedesktop.org" @@ -10,4 +10,4 @@ depends=('glibc-emul') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('dd51c76c7b7e6fd7e71dd97648e213147163ecab') +sha1sums=('bb09413c7f30de928306537a31faccb1fff860f5') From jercel16 at gmail.com Thu Aug 18 21:02:19 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:02:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: nss-emul-3.12.11_1-1-x86_64 Message-ID: <20110818190219.248881358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d493e336bd726fd4fdcd8dd7d5e39fea9361ad3f commit d493e336bd726fd4fdcd8dd7d5e39fea9361ad3f Author: jercel Date: Thu Aug 18 21:01:47 2011 +0200 nss-emul-3.12.11_1-1-x86_64 version bump diff --git a/source/emul-extra/nss-emul/FrugalBuild b/source/emul-extra/nss-emul/FrugalBuild index a26f695..08937a5 100644 --- a/source/emul-extra/nss-emul/FrugalBuild +++ b/source/emul-extra/nss-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: jercel pkgname=nss-emul -pkgver=3.12.9_1 +pkgver=3.12.11_1 pkgrel=1 pkgdesc="NSS library from mozilla.org for 32bit chroot" url="http://www.mozilla.org/projects/security/pki/nss/" @@ -10,4 +10,4 @@ depends=('nspr-emul>=4.6.3_1-1') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('3555c11157f12f5621e3412d0c3983b3908b0c21') +sha1sums=('4296d1b58de48e119cd007cc5f10d82dc7ad8bcd') From jercel16 at gmail.com Thu Aug 18 21:06:56 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:06:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: glibc-emul-2.13_3-1-x86_64 Message-ID: <20110818190656.C06BE1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=84ca5409c94284785c862ee91ba055c79ff17950 commit 84ca5409c94284785c862ee91ba055c79ff17950 Author: jercel Date: Thu Aug 18 21:04:06 2011 +0200 glibc-emul-2.13_3-1-x86_64 version bump diff --git a/source/emul-extra/glibc-emul/FrugalBuild b/source/emul-extra/glibc-emul/FrugalBuild index dab6c28..595fa2f 100644 --- a/source/emul-extra/glibc-emul/FrugalBuild +++ b/source/emul-extra/glibc-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: jercel pkgname=glibc-emul -pkgver=2.13_2 +pkgver=2.13_3 pkgrel=1 pkgdesc="GNU C Library for emulation of i686 on x86_64" url="http://www.gnu.org/software/libc/libc.html" @@ -10,4 +10,4 @@ depends=('glibc') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('1b974d8049979e68034fb9aa305f7c563fa39234') +sha1sums=('888773d2c4f3a44e836380f3df5e22392d0f6567') From jercel16 at gmail.com Thu Aug 18 21:06:56 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:06:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gitg-0.2.4-1-x86_64 Message-ID: <20110818190656.CCA8B1358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cea6234c66abc753020982f081880fb3252f2173 commit cea6234c66abc753020982f081880fb3252f2173 Author: jercel Date: Thu Aug 18 21:06:29 2011 +0200 gitg-0.2.4-1-x86_64 * Version bump diff --git a/source/gnome-extra/gitg/FrugalBuild b/source/gnome-extra/gitg/FrugalBuild index b3aa641..89bf58f 100644 --- a/source/gnome-extra/gitg/FrugalBuild +++ b/source/gnome-extra/gitg/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: jercel pkgname=gitg -pkgver=0.2.3 +pkgver=0.2.4 pkgrel=1 pkgdesc="gitg is a git repository viewer targeting gtk+/Gnome" depends=('libxdmcp>=1.1.0' 'gtksourceview3' 'gsettings-desktop-schemas' \ @@ -16,6 +16,6 @@ options=('scriptlet') Finclude gnome gnome-scriptlet groups=('gnome-extra') archs=('i686' 'x86_64') -sha1sums=('f8533ab5ae815e9aff4ad63eb58d938581cf9c6d') +sha1sums=('73b972a46a7540e29ef5c10809e9e1bf423a63b2') # optimization OK From jercel16 at gmail.com Thu Aug 18 21:08:17 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:08:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: spacezero-0.80.05-1-x86_64 Message-ID: <20110818190817.618BF1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8cdb296b6ea72c1772ef595919d4469c0533d151 commit 8cdb296b6ea72c1772ef595919d4469c0533d151 Author: jercel Date: Thu Aug 18 21:07:37 2011 +0200 spacezero-0.80.05-1-x86_64 * Version bump diff --git a/source/games-extra/spacezero/FrugalBuild b/source/games-extra/spacezero/FrugalBuild index bf796f3..71881b9 100644 --- a/source/games-extra/spacezero/FrugalBuild +++ b/source/games-extra/spacezero/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: jercel pkgname=spacezero -pkgver=0.80.03 +pkgver=0.80.05 pkgrel=1 pkgdesc="SpaceZero is a 2D space combat, multiplayer (two players by now) net game" depends=('gtk+2' 'glib2' 'openal' 'freealut') @@ -11,7 +11,7 @@ Finclude sourceforge source=($source $pkgname.png) groups=('games-extra') archs=('i686' 'x86_64') -sha1sums=('f399fca3da229462fe5416d6e431b00c79559c4d' \ +sha1sums=('57b1b4d427b0403c3197d6f327fc595e54e67b64' \ '1d8cdefd2f245d9bddbbfd39bb89573ab637f568') _F_desktop_name="SpaceZero" From jercel16 at gmail.com Thu Aug 18 21:08:17 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:08:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: x264-emul-20110729_1-1-x86_64 Message-ID: <20110818190817.7839F1358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d132517544f329337a5603a7bbdbb9c322319799 commit d132517544f329337a5603a7bbdbb9c322319799 Author: jercel Date: Thu Aug 18 21:08:13 2011 +0200 x264-emul-20110729_1-1-x86_64 version bump diff --git a/source/emul-extra/x264-emul/FrugalBuild b/source/emul-extra/x264-emul/FrugalBuild index 65abe73..3e45cc2 100644 --- a/source/emul-extra/x264-emul/FrugalBuild +++ b/source/emul-extra/x264-emul/FrugalBuild @@ -2,10 +2,10 @@ # Maintainer: jercel pkgname=x264-emul -pkgver=20110623_1 +pkgver=20110729_1 pkgrel=1 pkgdesc="A free h264/avc encoder for emulation of i686 on x86_64" url="http://developers.videolan.org/x264.html" depends=('glibc-emul' 'libx11-emul') Finclude emul -sha1sums=('8f67b1e0a4cde0cb6127bf92277662f4f9e69612') +sha1sums=('0346af6af7bb550a570a4d42835805d75d56a544') From jercel16 at gmail.com Thu Aug 18 21:09:12 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:09:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-list-moreutils-0.33-1-x86_64 Message-ID: <20110818190912.244E41358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6d481d2bec3bc9656069b0e2c1f1d068c63a6e3f commit 6d481d2bec3bc9656069b0e2c1f1d068c63a6e3f Author: jercel Date: Thu Aug 18 21:08:38 2011 +0200 perl-list-moreutils-0.33-1-x86_64 * Version Bump diff --git a/source/devel-extra/perl-list-moreutils/FrugalBuild b/source/devel-extra/perl-list-moreutils/FrugalBuild index 99b4cbb..670f976 100644 --- a/source/devel-extra/perl-list-moreutils/FrugalBuild +++ b/source/devel-extra/perl-list-moreutils/FrugalBuild @@ -4,11 +4,11 @@ _F_perl_name=List-MoreUtils _F_perl_author=A/AD/ADAMK -pkgver=0.32 +pkgver=0.33 pkgdesc="Provide the stuff missing in List::Util" Finclude perl pkgrel=1 archs=('i686' 'x86_64' 'ppc') -sha1sums=('53773a3aba674a846fd591ffb1b45b51369a896b') +sha1sums=('9297076d45279468f4779be80304fa89de03a4ed') # optimization OK From jercel16 at gmail.com Thu Aug 18 21:09:12 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:09:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libpng-emul-1.4.8_1-1-x86_64 Message-ID: <20110818190912.34ED01358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ae77c7ad47fa42ae26afa538035ce0e6782f1397 commit ae77c7ad47fa42ae26afa538035ce0e6782f1397 Author: jercel Date: Thu Aug 18 21:09:13 2011 +0200 libpng-emul-1.4.8_1-1-x86_64 version bump diff --git a/source/emul-extra/libpng-emul/FrugalBuild b/source/emul-extra/libpng-emul/FrugalBuild index afd025d..685a3d9 100644 --- a/source/emul-extra/libpng-emul/FrugalBuild +++ b/source/emul-extra/libpng-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: jercel pkgname=libpng-emul -pkgver=1.4.5_1 +pkgver=1.4.8_1 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files for emulation of i686 on x86_64" url="http://www.libpng.org/" @@ -10,4 +10,4 @@ depends=('glibc-emul' 'zlib-emul') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('1811ca11985b7a90727a00cf6f2400e787db2439') +sha1sums=('a7fdb70e543085717e084ca65813a04baaf2417c') From jercel16 at gmail.com Thu Aug 18 21:09:58 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:09:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: frugalware-emul-1.5_1-1-x86_64 Message-ID: <20110818190958.A257F1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=35e3a0d5b2f54d52ddfd2caa6d902749971d95ae commit 35e3a0d5b2f54d52ddfd2caa6d902749971d95ae Author: jercel Date: Thu Aug 18 21:10:03 2011 +0200 frugalware-emul-1.5_1-1-x86_64 version bump diff --git a/source/emul-extra/frugalware-emul/FrugalBuild b/source/emul-extra/frugalware-emul/FrugalBuild index 066fed8..9e6b04a 100644 --- a/source/emul-extra/frugalware-emul/FrugalBuild +++ b/source/emul-extra/frugalware-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=frugalware-emul -pkgver=1.5rc1_1 +pkgver=1.5_1 pkgrel=1 pkgdesc="Basic Frugalware Linux filesystem package (32 emulation)" url="http://frugalware.org" @@ -22,4 +22,4 @@ build() { ln -s . $Fdestdir/usr/lib/chroot32/usr/X11R6 || Fdie Fmkdir /usr/lib/chroot32/usr/share/fonts/X11 } -sha1sums=('17fe5c31aa7e9d24a17e8324bf1c94dc9f38b44c') +sha1sums=('7fd28f96a7ecd2015e28fad1411bdd71150ab1dc') From jercel16 at gmail.com Thu Aug 18 21:12:15 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:12:15 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: activesupport-3.0.10-1-x86_64 Message-ID: <20110818191215.AADF01358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b383bf7f2634ad047021babd76aa1ccda32e38e2 commit b383bf7f2634ad047021babd76aa1ccda32e38e2 Author: jercel Date: Thu Aug 18 21:12:09 2011 +0200 activesupport-3.0.10-1-x86_64 * Version Bump diff --git a/source/devel-extra/activesupport/FrugalBuild b/source/devel-extra/activesupport/FrugalBuild index 9fce996..6273ea0 100644 --- a/source/devel-extra/activesupport/FrugalBuild +++ b/source/devel-extra/activesupport/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: jercel pkgname=activesupport -pkgver=3.0.9 +pkgver=3.0.10 pkgrel=1 pkgdesc="Eases web-request routing, handling, and response." url="http://rubyforge.org/projects/actionpack/" groups=('devel-extra') archs=('i686' 'x86_64') Finclude gem -sha1sums=('28f2b296525caeca1341467b5f1bbb90de88aaa7') +sha1sums=('a1be22ebcf490165765f3a210c6005703866d434') From jercel16 at gmail.com Thu Aug 18 21:16:00 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:16:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: activerecord-3.0.10-1-x86_64 Message-ID: <20110818191600.B6B841358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fcb9f1e9baeae7d59a50ab279be9680fcf36059c commit fcb9f1e9baeae7d59a50ab279be9680fcf36059c Author: jercel Date: Thu Aug 18 21:15:53 2011 +0200 activerecord-3.0.10-1-x86_64 * Version Bump diff --git a/source/devel-extra/activerecord/FrugalBuild b/source/devel-extra/activerecord/FrugalBuild index b61bad2..fc7513f 100644 --- a/source/devel-extra/activerecord/FrugalBuild +++ b/source/devel-extra/activerecord/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: jercel pkgname=activerecord -pkgver=3.0.9 +pkgver=3.0.10 pkgrel=1 pkgdesc="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" url="http://rubyforge.org/projects/actionpack/" -depends=('activesupport>=3.0.9') +depends=('activesupport>=3.0.10') groups=('devel-extra') archs=('i686' 'x86_64') Finclude gem -sha1sums=('285759d41c79460a3f49d26d8a0b3f8c9279e868') +sha1sums=('38648633d198499b2784fe503dbd2bd419fcf6ed') From jercel16 at gmail.com Thu Aug 18 21:18:22 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:18:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: actionpack-3.0.10-1-x86_64 Message-ID: <20110818191822.9F0281358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=62db307a69897a4779950ba7b53be61ac0f74b2f commit 62db307a69897a4779950ba7b53be61ac0f74b2f Author: jercel Date: Thu Aug 18 21:18:11 2011 +0200 actionpack-3.0.10-1-x86_64 * Version Bump diff --git a/source/devel-extra/actionpack/FrugalBuild b/source/devel-extra/actionpack/FrugalBuild index 19e6243..3dd2b4b 100644 --- a/source/devel-extra/actionpack/FrugalBuild +++ b/source/devel-extra/actionpack/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: jercel pkgname=actionpack -pkgver=3.0.9 +pkgver=3.0.10 pkgrel=1 pkgdesc="Eases web-request routing, handling, and response." url="http://rubyforge.org/projects/actionpack/" -depends=('activesupport>=3.0.9') +depends=('activesupport>=3.0.10') groups=('devel-extra') archs=('i686' 'x86_64') Finclude gem -sha1sums=('9bc2c05463962320d0497bb2e30f4ffa66ed4f79') +sha1sums=('ee3f24d44c9aafb7911583de1db1e8a35a27e4e7') From jercel16 at gmail.com Thu Aug 18 21:19:48 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:19:48 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: actionmailer-3.0.10-1-x86_64 Message-ID: <20110818191948.77EC51358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d734169b6874ebd57277dd0560274839816cc438 commit d734169b6874ebd57277dd0560274839816cc438 Author: jercel Date: Thu Aug 18 21:19:41 2011 +0200 actionmailer-3.0.10-1-x86_64 * Version Bu?mp diff --git a/source/devel-extra/actionmailer/FrugalBuild b/source/devel-extra/actionmailer/FrugalBuild index 0793390..89c3f6e 100644 --- a/source/devel-extra/actionmailer/FrugalBuild +++ b/source/devel-extra/actionmailer/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: jercel pkgname=actionmailer -pkgver=3.0.9 +pkgver=3.0.10 pkgrel=1 pkgdesc="Framework for designing email-service layers" url="http://rubyforge.org/projects/actionmailer/" -depends=('actionpack>=3.0.9') +depends=('actionpack>=3.0.10') groups=('devel-extra') archs=('i686' 'x86_64') Finclude gem -sha1sums=('fb8f3c0b6c866dbad05ec33baf2af7e851f9d745') +sha1sums=('e40593eb9c78d5089fad72b0153ba30874c50f5c') From jercel16 at gmail.com Thu Aug 18 21:21:49 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:21:49 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mako-0.4.2-1-x86_64 Message-ID: <20110818192149.876E01358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b9f8d2c43df1ef20aba019d6e78c3e8e62e79f89 commit b9f8d2c43df1ef20aba019d6e78c3e8e62e79f89 Author: jercel Date: Thu Aug 18 21:21:43 2011 +0200 mako-0.4.2-1-x86_64 * Version bump diff --git a/source/devel-extra/mako/FrugalBuild b/source/devel-extra/mako/FrugalBuild index 3c14492..d114d37 100644 --- a/source/devel-extra/mako/FrugalBuild +++ b/source/devel-extra/mako/FrugalBuild @@ -4,8 +4,8 @@ pkgname=mako _F_archive_name="Mako" -pkgver=0.4.1 -pkgrel=2 +pkgver=0.4.2 +pkgrel=1 pkgdesc="Mako is a template library written in Python." url="http://www.makotemplates.org" depends=('python>=2.7') @@ -14,5 +14,5 @@ groups=('devel-extra') archs=('i686' 'x86_64' 'ppc') _F_pypi_name='Mako' Finclude pypi -sha1sums=('a4e30660794aab5224e0c776d03c45f3c8b5fa7e') +sha1sums=('5d2056553910b033ac50357b94d4dc2d510d0cde') _F_makepkg_chkdep="python" From jercel16 at gmail.com Thu Aug 18 21:23:17 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:23:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-config-auto-0.38-1-x86_64 Message-ID: <20110818192317.567821358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1cd1daa7037d619dac775cac0c62ffa64aaa2d66 commit 1cd1daa7037d619dac775cac0c62ffa64aaa2d66 Author: jercel Date: Thu Aug 18 21:23:14 2011 +0200 perl-config-auto-0.38-1-x86_64 * Version bump diff --git a/source/devel-extra/perl-config-auto/FrugalBuild b/source/devel-extra/perl-config-auto/FrugalBuild index b8304bc..488be46 100644 --- a/source/devel-extra/perl-config-auto/FrugalBuild +++ b/source/devel-extra/perl-config-auto/FrugalBuild @@ -4,7 +4,7 @@ pkgname=perl-config-auto _F_perl_name=Config-Auto _F_perl_author=B/BI/BINGOS -pkgver=0.36 +pkgver=0.38 pkgdesc="Magical config file parser" depends=('perl-config-inifiles') groups=('devel-extra') @@ -12,4 +12,4 @@ Finclude perl archs=('i686' 'x86_64' 'ppc') pkgrel=1 -sha1sums=('f050b7602d167b43a9cc9e52f27a7afea4e21cae') +sha1sums=('7d97dd497edae407a069587173f621aab7a1296e') From jercel16 at gmail.com Thu Aug 18 21:24:13 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:24:13 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-digest-hmac-1.03-1-x86_64 Message-ID: <20110818192413.949BC1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=357dc9b6520f4bf03c24cf4c95bf4f1a7f6c0c32 commit 357dc9b6520f4bf03c24cf4c95bf4f1a7f6c0c32 Author: jercel Date: Thu Aug 18 21:24:06 2011 +0200 perl-digest-hmac-1.03-1-x86_64 * Version bump diff --git a/source/devel-extra/perl-digest-hmac/FrugalBuild b/source/devel-extra/perl-digest-hmac/FrugalBuild index d6c73c0..56458f1 100644 --- a/source/devel-extra/perl-digest-hmac/FrugalBuild +++ b/source/devel-extra/perl-digest-hmac/FrugalBuild @@ -3,9 +3,9 @@ _F_perl_name=Digest-HMAC _F_perl_author=G/GA/GAAS -pkgver=1.02 +pkgver=1.03 pkgdesc="Keyed-Hashing for Message Authentication" Finclude perl pkgrel=1 archs=('i686' 'x86_64' 'ppc') -sha1sums=('359cc36c7252bfb9a4db7ec8de4c01eeda1767a1') +sha1sums=('b3f931032a9a8d9ba42d1c5d4684b06e60e183c7') From jercel16 at gmail.com Thu Aug 18 21:36:19 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:36:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: haskell-hunit-1.2.4.2-1-x86_64 Message-ID: <20110818193619.857A51358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=da431e8d70322ef4502acf6f294e1aa910c4c005 commit da431e8d70322ef4502acf6f294e1aa910c4c005 Author: jercel Date: Thu Aug 18 21:36:02 2011 +0200 haskell-hunit-1.2.4.2-1-x86_64 * Version Bump diff --git a/source/devel-extra/haskell-hunit/FrugalBuild b/source/devel-extra/haskell-hunit/FrugalBuild index 0616ed6..089748d 100644 --- a/source/devel-extra/haskell-hunit/FrugalBuild +++ b/source/devel-extra/haskell-hunit/FrugalBuild @@ -3,12 +3,12 @@ pkgname=haskell-hunit _F_haskell_name="HUnit" -pkgver=1.2.2.3 -pkgrel=2 +pkgver=1.2.4.2 +pkgrel=1 pkgdesc="A unit testing framework for Haskell" archs=('i686' 'x86_64') depends=('ghc') groups=('devel-extra') -sha1sums=('669c1a658c667f1ecd7cad1ee35a2e2aff788f41') +sha1sums=('4db75bfdc4dcb6061500cc3321e10a5a311df6ea') _F_haskell_setup="Setup.hs" Finclude haskell From jercel16 at gmail.com Thu Aug 18 21:44:01 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:44:01 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: eeze-1.0.2-1-x86_64 Message-ID: <20110818194401.B6E781358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cdca915848a9223c2054fc6255a1ca203c3140e9 commit cdca915848a9223c2054fc6255a1ca203c3140e9 Author: jercel Date: Thu Aug 18 21:43:53 2011 +0200 eeze-1.0.2-1-x86_64 * Version Bump diff --git a/source/e17-extra/eeze/FrugalBuild b/source/e17-extra/eeze/FrugalBuild index 515104d..0cf2c5e 100644 --- a/source/e17-extra/eeze/FrugalBuild +++ b/source/e17-extra/eeze/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: jercel pkgname=eeze -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="Udev wrapping and abstraction library for E17" depends=('udev' 'ecore>=1.0.1') groups=('e17-extra' 'e17-core') archs=('i686' 'x86_64' 'ppc') Finclude e17 -sha1sums=('55fe21e75ba3b17f3aca34456b4be78bbc03ac6f') +sha1sums=('93e61472a021c16a8853c5cfb50a839107406631') # optimization OK From jercel16 at gmail.com Thu Aug 18 21:52:19 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:52:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: enlightenment-0.16.999.55225-3-x86_64 Message-ID: <20110818195219.B88581358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f6c159962922295ac4c364b5359495c5ee90c294 commit f6c159962922295ac4c364b5359495c5ee90c294 Author: jercel Date: Thu Aug 18 21:51:05 2011 +0200 enlightenment-0.16.999.55225-3-x86_64 * Rebuilt with eeze>=1.0.2 diff --git a/source/e17-extra/enlightenment/FrugalBuild b/source/e17-extra/enlightenment/FrugalBuild index b350606..670c02f 100644 --- a/source/e17-extra/enlightenment/FrugalBuild +++ b/source/e17-extra/enlightenment/FrugalBuild @@ -3,9 +3,9 @@ pkgname=enlightenment pkgver=0.16.999.55225 -pkgrel=2 +pkgrel=3 pkgdesc="Enlightenment is the window manager for E17." -depends=('edje>=1.0.0' 'efreet>=1.0.0' 'e_dbus>=1.0.0' 'eeze>=1.0.1''alsa-lib' 'pam' 'lua') +depends=('edje>=1.0.0' 'efreet>=1.0.0' 'e_dbus>=1.0.0' 'eeze>=1.0.2''alsa-lib' 'pam' 'lua') rodepends=('xorg-server') groups=('e17-extra' 'e17-apps') archs=('i686' 'x86_64' 'ppc') From jercel16 at gmail.com Thu Aug 18 21:55:02 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:55:02 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libinfinity-0.5.1-1-x86_64 Message-ID: <20110818195502.740D51358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f05fcd5ae49c81b38f8ed7793e5273d9047a00c5 commit f05fcd5ae49c81b38f8ed7793e5273d9047a00c5 Author: jercel Date: Thu Aug 18 21:54:44 2011 +0200 libinfinity-0.5.1-1-x86_64 * Version Bump diff --git a/source/lib-extra/libinfinity/FrugalBuild b/source/lib-extra/libinfinity/FrugalBuild index 841c3ed..567bb31 100644 --- a/source/lib-extra/libinfinity/FrugalBuild +++ b/source/lib-extra/libinfinity/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: jercel pkgname=libinfinity -pkgver=0.5.0 -pkgrel=2 +pkgver=0.5.1 +pkgrel=1 pkgdesc="libinfinity is an implementation of the Infinote protocol written in GObject-based C" url="http://gobby.0x539.de/trac/wiki/Infinote/Libinfinity" depends=('libxml2>=2.7.8' 'glib2' 'libgsasl>=1.6.0' 'libxml' 'gnutls') @@ -12,7 +12,7 @@ groups=('lib-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://releases.0x539.de/libinfinity/ | Flasttar" source=(http://releases.0x539.de/libinfinity/$pkgname-$pkgver.tar.gz) -sha1sums=('f048aa9e71274ad5907c5441a08ce8e214b078c2') +sha1sums=('8aaa8993273fe816e6edf467c71d4165fcc10ad4') build() { From jercel16 at gmail.com Thu Aug 18 21:58:14 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 21:58:14 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gobby-0.4.94-3-x86_64 Message-ID: <20110818195814.88E561358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2ccdb3f73cd5b9bb37efe36f3396ef4e373da750 commit 2ccdb3f73cd5b9bb37efe36f3396ef4e373da750 Author: jercel Date: Thu Aug 18 21:58:00 2011 +0200 gobby-0.4.94-3-x86_64 * Rebuilt with libinfinity>=0.5.1 diff --git a/source/gnome-extra/gobby/FrugalBuild b/source/gnome-extra/gobby/FrugalBuild index 4d5b25e..f8cb24d 100644 --- a/source/gnome-extra/gobby/FrugalBuild +++ b/source/gnome-extra/gobby/FrugalBuild @@ -3,11 +3,11 @@ pkgname=gobby pkgver=0.4.94 -pkgrel=2 +pkgrel=3 pkgdesc="Gobby is a collaborative text editor" url="http://releases.0x539.de/gobby/" depends=('obby>=0.4.5' 'libgnomeprint>=2.18.0' 'gtkmm2>=2.20.2-2' \ - 'gtksourceview>=2.10.0-4' 'libxml++' 'gnome-vfs>=2.18.0' 'libinfinity>=0.5.0') + 'gtksourceview>=2.10.0-4' 'libxml++' 'gnome-vfs>=2.18.0' 'libinfinity>=0.5.1') makedepends=('intltool') groups=('gnome-extra') options=('scriptlet') From jercel16 at gmail.com Thu Aug 18 22:13:16 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 22:13:16 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lifeograph-0.7.3-1-x86_64 Message-ID: <20110818201316.CEF1B1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d14196637e1970ca5054f1625f45e2b3033442f5 commit d14196637e1970ca5054f1625f45e2b3033442f5 Author: jercel Date: Thu Aug 18 22:13:01 2011 +0200 lifeograph-0.7.3-1-x86_64 * Version bump diff --git a/source/xapps-extra/lifeograph/FrugalBuild b/source/xapps-extra/lifeograph/FrugalBuild index e5540af..6ae8ad3 100644 --- a/source/xapps-extra/lifeograph/FrugalBuild +++ b/source/xapps-extra/lifeograph/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: jercel pkgname=lifeograph -pkgver=0.7.2 -pkgrel=2 +pkgver=0.7.3 +pkgrel=1 pkgdesc="Off-line and private journal and note taking application" url="https://launchpad.net/lifeograph/" depends=('gtkmm2' 'gconfmm>=2.28.0' 'libgcrypt' 'zlib>=1.2.3-6' 'libstdc++>=4.4.2' 'gtkspell>=2.0.16-2') @@ -16,7 +16,7 @@ archs=('i686' 'x86_64') up2date="wget --no-check-certificate -qO- https://launchpad.net/$pkgname/+download | lynx -stdin -dump | grep .tar.gz | Flasttar" # see the bzr pkg for ${pkgver%%.?} source=(http://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz) -sha1sums=('accd23824ab84440af142c2343ae576d1ed47539') +sha1sums=('3945c61cc1a955db857fb07110cc762eaeaa4b66') build() { Fcd From devil505linux at gmail.com Thu Aug 18 22:17:59 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 22:17:59 +0200 (CEST) Subject: [Frugalware-git] ayatana: libindicate-0.5.91-1-i686 * version bump * sub-package libindicate-gtk now switched to gtk3 :) Message-ID: <20110818201759.B4EE41358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=a143d47d2f52749c551ed62e0c0ec793a8b201a4 commit a143d47d2f52749c551ed62e0c0ec793a8b201a4 Author: Devil505 Date: Thu Aug 18 22:15:12 2011 +0200 libindicate-0.5.91-1-i686 * version bump * sub-package libindicate-gtk now switched to gtk3 :) diff --git a/source/xlib-extra/libindicate/FrugalBuild b/source/xlib-extra/libindicate/FrugalBuild index 11b18ce..33d974a 100644 --- a/source/xlib-extra/libindicate/FrugalBuild +++ b/source/xlib-extra/libindicate/FrugalBuild @@ -2,23 +2,23 @@ # Maintainer: Devil505 pkgname=libindicate -pkgver=0.5.0 +pkgver=0.5.91 pkgrel=1 pkgdesc="A small library for applications to raise 'flags' on DBus for other components of the desktop to pick up and visualize." url="https://launchpad.net/libindicate" -depends=('libdbusmenu>=0.3.98-3') +depends=('libdbusmenu>=0.4.90') makedepends=('gnome-doc-utils' 'vala') _F_mono_aot=0 Finclude mono python groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') -up2date="Flasttar $url" -source=($url/0.5/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz) -sha1sums=('a421b03720486fd090f608326d3272acf751eaa2') +_F_launchpad_branch="0.6" +Finclude launchpad +sha1sums=('c7223353cb5a771e172e3ab095e5ebc8adc9b5dd') subpkgs=("${subpkgs[@]}" "$pkgname-gtk") subdescs=("${subdescs[@]}" "GTK bindings for libindicate") -subdepends=("${subdepends[@]}" "gtk+2") +subdepends=("${subdepends[@]}" "gtk+3") subrodepends=("${subrodepends[@]}" "$pkgname") subgroups=("${subgroups[@]}" 'xlib-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -42,17 +42,17 @@ build() { sed -i 's/-lpyglib-2\.0-python$PYTHON_VERSION/-lpyglib-2\.0-python/' configure{,.ac} || Fdie Fbuild_mono - Fsplit $pkgname-gtk usr/lib/libindicate-gtk.* - Fsplit $pkgname-gtk usr/include/libindicate-0.5/libindicate-gtk + Fsplit $pkgname-gtk usr/lib/libindicate-gtk3* + Fsplit $pkgname-gtk usr/include/libindicate-0.6/libindicate-gtk Fsplit $pkgname-gtk usr/share/gtk-doc/ - Fsplit $pkgname-gtk usr/lib/pkgconfig/indicate-gtk-0.5.pc + Fsplit $pkgname-gtk usr/lib/pkgconfig/indicate-gtk3* Fsplit $pkgname-python $_F_python_libdir Fsplit $pkgname-python usr/share/pygtk/ Fsplit $pkgname-mono usr/lib/mono/ Fsplit $pkgname-mono usr/lib/indicate-sharp-0.1/ Fsplit $pkgname-mono usr/lib/indicate-gtk-sharp-0.1/ - Fsplit $pkgname-mono usr/lib/pkgconfig/indicate-sharp-0.1.pc - Fsplit $pkgname-mono usr/lib/pkgconfig/indicate-gtk-sharp-0.1.pc + Fsplit $pkgname-mono usr/lib/pkgconfig/indicate-sharp* + Fsplit $pkgname-mono usr/lib/pkgconfig/indicate-gtk-sharp* } # optimization OK From devil505linux at gmail.com Thu Aug 18 22:23:19 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 22:23:19 +0200 (CEST) Subject: [Frugalware-git] ayatana: indicator-messages-0.4.94-1-i686 * version bump Message-ID: <20110818202319.DAB331358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=668bf70c6822d642ef3efeaf29050cf34bc321a1 commit 668bf70c6822d642ef3efeaf29050cf34bc321a1 Author: Devil505 Date: Thu Aug 18 22:21:08 2011 +0200 indicator-messages-0.4.94-1-i686 * version bump diff --git a/source/ayatana-extra/indicator-messages/FrugalBuild b/source/ayatana-extra/indicator-messages/FrugalBuild index 7210533..ecb0880 100644 --- a/source/ayatana-extra/indicator-messages/FrugalBuild +++ b/source/ayatana-extra/indicator-messages/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: Devil505 pkgname=indicator-messages -pkgver=0.4.92 +pkgver=0.4.94 pkgrel=1 pkgdesc="A place on the user's desktop that collects messages that need a response." url="https://launchpad.net/indicator-messages" -depends=('libindicator>=0.3.91' 'libindicate>=0.5.0' 'libdbusmenu-gtk>=0.4.90' \ +depends=('libindicator>=0.3.91' 'libindicate>=0.5.91' 'libdbusmenu-gtk>=0.4.90' \ 'telepathy-glib') makedepends=('intltool') groups=('ayatana-extra') @@ -14,7 +14,7 @@ archs=('i686' 'x86_64') _F_launchpad_branch="0.5" Finclude launchpad Fconfopts="${Fconfopts[@]} --disable-static" -sha1sums=('c26e0c103176ac3d07a10cbc1ce09b9f7f180aea') +sha1sums=('16033deb7ab5cd063b1ed8d8ec6a0dc459984b2b') # optimization OK From jercel16 at gmail.com Thu Aug 18 22:26:06 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 22:26:06 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: specto-0.4.1-1-x86_64 Message-ID: <20110818202606.43D771358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c4ccd9b0a365aac4567381338fac25d32ef87ec6 commit c4ccd9b0a365aac4567381338fac25d32ef87ec6 Author: jercel Date: Thu Aug 18 22:25:58 2011 +0200 specto-0.4.1-1-x86_64 * Version Bump diff --git a/source/gnome-extra/specto/FrugalBuild b/source/gnome-extra/specto/FrugalBuild index f6bf48d..1b230d7 100644 --- a/source/gnome-extra/specto/FrugalBuild +++ b/source/gnome-extra/specto/FrugalBuild @@ -2,11 +2,12 @@ # Maintainer: jercel pkgname=specto -pkgver=0.3.1 -pkgrel=2 +pkgver=0.4.1 +pkgrel=1 pkgdesc="Specto is a desktop application that will watch for updates (web, im, irc...) and notify the user" url="http://specto.sourceforge.net" depends=('gnome-python-extras' 'notify-python' 'zenity' 'gconf') +makedepends=('intltool') rodepends=('notification-daemon') _F_gnome_iconcache="y" Finclude gnome-scriptlet @@ -14,4 +15,10 @@ groups=('gnome-extra') archs=('x86_64' 'i686') up2date="lynx -dump http://code.google.com/p/specto/ | Flasttar" source=(http://specto.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha1sums=('709756aea2c9c0122fe1e9b73d390a0eca563687') +sha1sums=('25085eb902300465efbef609432d2bea90b9c1db') +build() +{ + Fcd + Fsed 'data/desktop/specto.desktop.in' 'data/desktop/specto.desktop' + Fbuild +} From baste at frugalware.org Thu Aug 18 22:28:56 2011 From: baste at frugalware.org (Baste) Date: Thu, 18 Aug 2011 22:28:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-shell-extension-weather-20110818-1-i686 * Version bump Message-ID: <20110818202856.064A41358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bf7d4a9024e0c8b68e0484d07ed77fe13902ca1f commit bf7d4a9024e0c8b68e0484d07ed77fe13902ca1f Author: Baste Date: Thu Aug 18 22:28:18 2011 +0200 gnome-shell-extension-weather-20110818-1-i686 * Version bump diff --git a/source/gnome-extra/gnome-shell-extension-weather/FrugalBuild b/source/gnome-extra/gnome-shell-extension-weather/FrugalBuild index 698bc3c..2fc0586 100644 --- a/source/gnome-extra/gnome-shell-extension-weather/FrugalBuild +++ b/source/gnome-extra/gnome-shell-extension-weather/FrugalBuild @@ -2,21 +2,25 @@ # Maintainer: Baste pkgname=gnome-shell-extension-weather -pkgver=20110524 -pkgrel=2 +pkgver=20110818 +pkgrel=1 pkgdesc="gnome-shell-extension-weather is a simple extension for displaying weather notifications in Gnome Shell." url="https://github.com/simon04/gnome-shell-extension-weather" -depends=('gnome-shell>=3.0.2') +depends=('gnome-shell') +makedepends=('gnome-common' 'intltool') groups=('gnome-extra') archs=('i686' 'x86_64') -up2date="Flasttar http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname" -source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('dec3ea1c1435435f43a63d20f32017b31f18f379') -Finclude gnome-shell-extensions +_F_gnome_glib="y" +Finclude gnome-scriptlet gnome-shell-extensions +up2date="Flasttar http://ftp.frugalware.org/pub/other/people/baste/snapshots/$pkgname" +source=(http://ftp.frugalware.org/pub/other/people/baste/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2) +sha1sums=('f683eed6967344f72c3393f1a756cc52e7da29dc') build(){ Fcd - Fmkdir usr/share/gnome-shell/extensions/ - Fcprel weather\@venemo.net usr/share/gnome-shell/extensions/ + ./autogen.sh --prefix=/usr + Fmake + Fmakeinstall FGnomeShellVersion + Fbuild_gnome_scriptlet } From jercel16 at gmail.com Thu Aug 18 22:36:29 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 22:36:29 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libmp3splt-0.7-1-x86_64 Message-ID: <20110818203629.030DE1358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d900f29ef0edc1ea6953e4100a1cbbd427c8764a commit d900f29ef0edc1ea6953e4100a1cbbd427c8764a Author: jercel Date: Thu Aug 18 22:36:22 2011 +0200 libmp3splt-0.7-1-x86_64 * Version Bump diff --git a/source/multimedia-extra/libmp3splt/FrugalBuild b/source/multimedia-extra/libmp3splt/FrugalBuild index 88ee20f..d43a364 100644 --- a/source/multimedia-extra/libmp3splt/FrugalBuild +++ b/source/multimedia-extra/libmp3splt/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Cedrick Hannier alias Cedynamix pkgname=libmp3splt -pkgver=0.6.1a +pkgver=0.7 pkgrel=1 pkgdesc="Library for mp3splt a utility for mp3/ogg splitting without decoding" _F_sourceforge_dirname="mp3splt" @@ -11,6 +11,6 @@ up2date="lynx -dump http://sourceforge.net/projects/mp3splt/files/libmp3splt/ | depends=('libtool' 'libvorbis' 'libmad' 'libid3tag') groups=('multimedia-extra') archs=('i686' 'x86_64') -sha1sums=('f0525a0eda6ebd741ffcc20de957a9af03e7ee5d') +sha1sums=('8774c0ddc4ae3dfb468e2f991c918a09aa763e8f') # optimization OK From jercel16 at gmail.com Thu Aug 18 22:37:59 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 22:37:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mp3splt-2.4-1-x86_64 Message-ID: <20110818203759.6672B1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=da2fbebd3539c5601fab32f17b817f3412050b5b commit da2fbebd3539c5601fab32f17b817f3412050b5b Author: jercel Date: Thu Aug 18 22:37:55 2011 +0200 mp3splt-2.4-1-x86_64 * Version Bump diff --git a/source/multimedia-extra/mp3splt/FrugalBuild b/source/multimedia-extra/mp3splt/FrugalBuild index 8af7b44..9b46f84 100644 --- a/source/multimedia-extra/mp3splt/FrugalBuild +++ b/source/multimedia-extra/mp3splt/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Cedrick Hannier alias Cedynamix pkgname=mp3splt -pkgver=2.3a +pkgver=2.4 pkgrel=1 pkgdesc="mp3splt is a utility for mp3/ogg splitting without decoding" Finclude sourceforge @@ -10,6 +10,6 @@ up2date="lynx -dump http://sourceforge.net/projects/mp3splt/files/mp3splt/ | gre depends=('libmp3splt') groups=('multimedia-extra') archs=('i686' 'x86_64') -sha1sums=('bc1a32177ae8013398496fba49216ec24b435e14') +sha1sums=('0abd89cb3faf2a8b06dace716aaac08324cc74d0') # optimization OK From jercel16 at gmail.com Thu Aug 18 22:40:57 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 22:40:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mp3splt-gtk-0.7-1-x86_64 Message-ID: <20110818204057.9EFBB1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2a20f5adc28779b763f181197c31b213d91dd652 commit 2a20f5adc28779b763f181197c31b213d91dd652 Author: jercel Date: Thu Aug 18 22:40:50 2011 +0200 mp3splt-gtk-0.7-1-x86_64 * Version Bump diff --git a/source/multimedia-extra/mp3splt-gtk/FrugalBuild b/source/multimedia-extra/mp3splt-gtk/FrugalBuild index ba49c39..7a7fa15 100644 --- a/source/multimedia-extra/mp3splt-gtk/FrugalBuild +++ b/source/multimedia-extra/mp3splt-gtk/FrugalBuild @@ -2,19 +2,19 @@ # Maintainer: Cedrick Hannier alias Cedynamix pkgname=mp3splt-gtk -pkgver=0.6.1a +pkgver=0.7 pkgrel=1 pkgdesc="mp3splt-gtk is a interface for mp3splt, a utility for mp3/ogg splitting without decoding" _F_sourceforge_dirname="mp3splt" Finclude sourceforge up2date="lynx -dump http://sourceforge.net/projects/mp3splt/files/mp3splt-gtk/ | grep 'http.*mp3splt/.*mp3splt-gtk/.*/$'|sed 's|.*/\(.*\)/|\1|;q' " -depends=('gtk+2' 'zlib' 'libmp3splt=0.6.1a' 'audacious' 'libmowgli' 'dbus' 'gstreamer') +depends=('gtk+2' 'zlib' 'libmp3splt=0.7' 'audacious' 'libmowgli' 'dbus' 'gstreamer') makedepends=('gnome-doc-utils' 'docbook-xsl>=1.73.0-2' 'docbook-xml') options=('scriptlet') groups=('multimedia-extra') archs=('i686' 'x86_64') Fconfopts="$Fconfopts --enable-audacious --disable-gstreamer --disable-mp3splttest --disable-gnome" -sha1sums=('a75d79c2171ec001666bf1bcf989103f96e693fa') +sha1sums=('06b0d86342a24426905ce355e3fcc417249ec4ee') build() { From jercel16 at gmail.com Thu Aug 18 22:42:23 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 22:42:23 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-netaddr-ip-4.044-1-x86_64 Message-ID: <20110818204223.3CB951358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5b5a7bfc971b629a24039dd8ccc38d9f881b3f64 commit 5b5a7bfc971b629a24039dd8ccc38d9f881b3f64 Author: jercel Date: Thu Aug 18 22:42:19 2011 +0200 perl-netaddr-ip-4.044-1-x86_64 * Version bump diff --git a/source/devel-extra/perl-netaddr-ip/FrugalBuild b/source/devel-extra/perl-netaddr-ip/FrugalBuild index 27fbe2b..8df158e 100644 --- a/source/devel-extra/perl-netaddr-ip/FrugalBuild +++ b/source/devel-extra/perl-netaddr-ip/FrugalBuild @@ -3,10 +3,10 @@ _F_perl_name=NetAddr-IP _F_perl_author=M/MI/MIKER -pkgver=4.043 +pkgver=4.044 pkgdesc="Manages IPv4 and IPv6 addresses and subnets" Finclude perl -sha1sums=('c708359f2baad39bf79811525b2c05019335344a') +sha1sums=('b8f51fe2ea8363f1581802c90ab096e67ea23835') archs=(${archs[@]} 'ppc' 'x86_64') # optimization OK From jercel16 at gmail.com Thu Aug 18 22:44:21 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 22:44:21 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-poe-component-irc-6.70-1-x86_64 Message-ID: <20110818204421.F13321358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0fd4457b023f887df506693b9943927cec6c4e9a commit 0fd4457b023f887df506693b9943927cec6c4e9a Author: jercel Date: Thu Aug 18 22:44:15 2011 +0200 perl-poe-component-irc-6.70-1-x86_64 * Version bump diff --git a/source/devel-extra/perl-poe-component-irc/FrugalBuild b/source/devel-extra/perl-poe-component-irc/FrugalBuild index 9e088f0..49768ac 100644 --- a/source/devel-extra/perl-poe-component-irc/FrugalBuild +++ b/source/devel-extra/perl-poe-component-irc/FrugalBuild @@ -4,11 +4,11 @@ _F_perl_name=POE-Component-IRC _F_perl_author=H/HI/HINRIK -pkgver=6.68 +pkgver=6.70 pkgrel=1 pkgdesc="A fully event-driven IRC client module." depends=('perl-poe' 'perl-poe-filter-ircd>=2.40' 'perl-poe-component-client-dns') Finclude perl groups=('devel-extra') archs=('i686' 'x86_64') -sha1sums=('5cc8bef85fe8b27e4e4f650661b75ffc1bd71245') +sha1sums=('a4fd03607aa833a292ad3f31e7754bc961e579a4') From jercel16 at gmail.com Thu Aug 18 22:45:58 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 22:45:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-dbd-mysql-4.019-1-x86_64 Message-ID: <20110818204558.6A51C1358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=954ccc4e3b020b724a4538ddbe9bfb2991f7f48d commit 954ccc4e3b020b724a4538ddbe9bfb2991f7f48d Author: jercel Date: Thu Aug 18 22:45:54 2011 +0200 perl-dbd-mysql-4.019-1-x86_64 * Version bump diff --git a/source/devel-extra/perl-dbd-mysql/FrugalBuild b/source/devel-extra/perl-dbd-mysql/FrugalBuild index a3c9dff..5c7ca5f 100644 --- a/source/devel-extra/perl-dbd-mysql/FrugalBuild +++ b/source/devel-extra/perl-dbd-mysql/FrugalBuild @@ -4,12 +4,12 @@ _F_perl_name=DBD-mysql _F_perl_author=C/CA/CAPTTOFU -pkgver=4.018 +pkgver=4.019 Finclude perl -pkgrel=2 +pkgrel=1 pkgdesc="Database Interface to the MySQL database" depends=('libmysqlclient>=5.5.10') makedepends=('mysql>=5.5.10') archs=('i686' 'x86_64' 'ppc' 'arm') -sha1sums=('9cfd0a676545ce6808985d7a617cc28cbfef5f17') +sha1sums=('c6acdea59eac313e14d016ae2af0cb97b06d7fe2') # optimization OK From devil505linux at gmail.com Thu Aug 18 22:47:19 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 22:47:19 +0200 (CEST) Subject: [Frugalware-git] ayatana: nux-1.2.2-1-i686 * version bump Message-ID: <20110818204719.31A3E1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=54348639338a1a6fbe221573755d7212c4364afe commit 54348639338a1a6fbe221573755d7212c4364afe Author: Devil505 Date: Thu Aug 18 22:44:47 2011 +0200 nux-1.2.2-1-i686 * version bump diff --git a/source/ayatana-extra/nux/FrugalBuild b/source/ayatana-extra/nux/FrugalBuild index ddf0617..d2487bd 100644 --- a/source/ayatana-extra/nux/FrugalBuild +++ b/source/ayatana-extra/nux/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=nux -pkgver=1.2.0 +pkgver=1.2.2 pkgrel=1 pkgdesc="An OpenGL toolkit (for Unity)" url="https://launchpad.net/nux" @@ -16,6 +16,6 @@ _F_launchpad_branch="1.0" Finclude mono launchpad groups=('ayatana-extra') archs=('i686' 'x86_64') -sha1sums=('7d37e35f73ec5f3e555da01ee2be3056b241d714') +sha1sums=('36843587b936e734c93b0cc2a41bc7ff18991637') # optimization OK From jercel16 at gmail.com Thu Aug 18 22:50:02 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 22:50:02 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: love-0.7.2-1-x86_64 Message-ID: <20110818205002.AC47F1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=968f1c8dda59d86e16e344018189447c519918bd commit 968f1c8dda59d86e16e344018189447c519918bd Author: jercel Date: Thu Aug 18 22:49:55 2011 +0200 love-0.7.2-1-x86_64 * Version bump diff --git a/source/devel-extra/love/FrugalBuild b/source/devel-extra/love/FrugalBuild index 564d61e..bda2587 100644 --- a/source/devel-extra/love/FrugalBuild +++ b/source/devel-extra/love/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Kooda pkgname=love -pkgver=0.7.1 -pkgrel=2 +pkgver=0.7.2 +pkgrel=1 pkgdesc="L??VE is a free game engine wich use the LUA programming language" depends=('devil>=1.7.8-2' 'sdl' 'libgl' 'libglu' 'lua>=5.1' 'luasocket' \ 'freetype2' 'physfs>=2.0.2' 'openal' 'libvorbis' 'libmpg123' 'flac' 'libmodplug>=0.8.8.1-1') @@ -12,6 +12,11 @@ groups=('devel-extra') archs=('i686' 'x86_64') source=("http://bitbucket.org/rude/$pkgname/downloads/$pkgname-$pkgver-linux-src.tar.gz") up2date="Flasttar http://bitbucket.org/rude/$pkgname/downloads/ | sed 's|_linux_src||'" -sha1sums=('a4451c52518f0800fd52773499f39a482920e3da') +sha1sums=('876f527fc6908a6dd462080aa599ffa1ad47afa5') +build() +{ + Fcd $pkgname-HEAD + Fbuild +} # optimization OK From jercel16 at gmail.com Thu Aug 18 23:02:59 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 23:02:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ntop-4.1.0-1-x86_64 Message-ID: <20110818210259.9E6291358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a73a3db8d08aac33d85a1ed272b7322e07cb8e40 commit a73a3db8d08aac33d85a1ed272b7322e07cb8e40 Author: jercel Date: Thu Aug 18 22:55:55 2011 +0200 ntop-4.1.0-1-x86_64 * Version bump diff --git a/source/network-extra/ntop/FrugalBuild b/source/network-extra/ntop/FrugalBuild index feb2f94..eea97f6 100644 --- a/source/network-extra/ntop/FrugalBuild +++ b/source/network-extra/ntop/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=ntop -pkgver=4.0.1 +pkgver=4.1.0 pkgrel=1 pkgdesc="A network traffic probe that shows the network usage" depends=('openssl>=1.0.0' 'gd' 'gdbm' 'glib' 'libxml2' 'libpcap' 'rrdtool>=1.4.3-3' 'geoip') @@ -11,7 +11,7 @@ archs=('i686' 'x86_64') _F_sourceforge_ext=".tar.gz" Finclude sourceforge url="http://www.ntop.org" -sha1sums=('515fbb66f224d0b8292f3299723965f49325dd91') +sha1sums=('11cd397e5524fa72652d840ce1b92631f8bf39a2') build() { From jercel16 at gmail.com Thu Aug 18 23:02:59 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 23:02:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: texmaker-3.1-1-x86_64 Message-ID: <20110818210259.B09CC1358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d37c57e3d410b662aade12b44b5a73dd28b58e21 commit d37c57e3d410b662aade12b44b5a73dd28b58e21 Author: jercel Date: Thu Aug 18 23:00:42 2011 +0200 texmaker-3.1-1-x86_64 * Version Bump diff --git a/source/xapps-extra/texmaker/FrugalBuild b/source/xapps-extra/texmaker/FrugalBuild index 1ab4e63..0ece387 100644 --- a/source/xapps-extra/texmaker/FrugalBuild +++ b/source/xapps-extra/texmaker/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: voroskoi pkgname=texmaker -pkgver=3.0.2 +pkgver=3.1 pkgrel=1 pkgdesc="Texmaker is a free LaTeX editor." url="http://www.xm1math.net/texmaker/" -depends=('libqtwebkit' 'libqtscript' 'poppler-qt4>=0.13.4') -rodepends=('xghostscript>=8.64-2' 'texlive') +depends=('libqtwebkit' 'libqtscript' 'poppler-qt4>=0.16.3') +rodepends=('xghostscript>=9.02' 'texlive') groups=('xapps-extra') archs=('i686' 'x86_64') up2date="Flasttar http://www.xm1math.net/texmaker/download.html#linux " source=(http://www.xm1math.net/texmaker/texmaker-$pkgver.tar.bz2) -sha1sums=('24aa9e6cdbb8b33c38979fddab4ff5598f1467f1') +sha1sums=('3fe9d72ebad63ef68dcf34248f4a46cec388da3c') build() { Fcd From devil505linux at gmail.com Thu Aug 18 23:06:50 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 23:06:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: seamonkey-2.3-1-i686 * version bump Message-ID: <20110818210650.DD4F71358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7db668f4a4c4b930b008d8981da509e49390d356 commit 7db668f4a4c4b930b008d8981da509e49390d356 Author: Devil505 Date: Thu Aug 18 23:04:44 2011 +0200 seamonkey-2.3-1-i686 * version bump diff --git a/source/xapps-extra/seamonkey/FrugalBuild b/source/xapps-extra/seamonkey/FrugalBuild index 29107d2..7840d88 100644 --- a/source/xapps-extra/seamonkey/FrugalBuild +++ b/source/xapps-extra/seamonkey/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: voroskoi pkgname=seamonkey -pkgver=2.2 +pkgver=2.3 pkgrel=1 pkgdesc="Seamonkey all-in-one internet application suite" url="http://www.mozilla.org/projects/seamonkey/" @@ -50,7 +50,7 @@ build() Frm usr/bin/seamonkey Fwrapper '/usr/lib/seamonkey/seamonkey $@' $pkgname } -sha1sums=('bb2181fbbb4aa16e51899b483acadb31f7e0cbbc' \ +sha1sums=('6f39901767e234d2af43bacf0ffcdde8b0c3b814' \ '3ebee15ce05a37f97b7948f8197aadf19937b603' \ 'b0e0bdd676758e19cac4a0429257a92183328f0e') From jercel16 at gmail.com Thu Aug 18 23:09:38 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 23:09:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-log-log4perl-1.33-1-x86_64 Message-ID: <20110818210938.A98D01358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=592985f38a616f46694d1fe9648adb04f885d812 commit 592985f38a616f46694d1fe9648adb04f885d812 Author: jercel Date: Thu Aug 18 23:09:18 2011 +0200 perl-log-log4perl-1.33-1-x86_64 * Version bump diff --git a/source/devel-extra/perl-log-log4perl/FrugalBuild b/source/devel-extra/perl-log-log4perl/FrugalBuild index 9659792..fac9fe5 100644 --- a/source/devel-extra/perl-log-log4perl/FrugalBuild +++ b/source/devel-extra/perl-log-log4perl/FrugalBuild @@ -3,8 +3,8 @@ _F_perl_name=Log-Log4perl _F_perl_author=M/MS/MSCHILLI -pkgver=1.32 +pkgver=1.33 pkgdesc="Log4j implementation for Perl" Finclude perl archs=('i686' 'x86_64') -sha1sums=('1504a28b7113de29506f2467c4a041f8fc61cb77') +sha1sums=('d9ed3fdbff058f7ccc79072cbcfa66f1a193740a') From jercel16 at gmail.com Thu Aug 18 23:18:52 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 23:18:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-gtk2-ex-formfactory-0.67-1-x86_64 Message-ID: <20110818211852.DE2831358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e5ec5854064c305f419f4429f36fe7121531bb64 commit e5ec5854064c305f419f4429f36fe7121531bb64 Author: jercel Date: Thu Aug 18 23:18:46 2011 +0200 perl-gtk2-ex-formfactory-0.67-1-x86_64 * Version bump diff --git a/source/xlib-extra/perl-gtk2-ex-formfactory/FrugalBuild b/source/xlib-extra/perl-gtk2-ex-formfactory/FrugalBuild index 34f2717..74a478e 100644 --- a/source/xlib-extra/perl-gtk2-ex-formfactory/FrugalBuild +++ b/source/xlib-extra/perl-gtk2-ex-formfactory/FrugalBuild @@ -5,11 +5,11 @@ pkgname=perl-gtk2-ex-formfactory _F_perl_name=Gtk2-Ex-FormFactory _F_perl_author=J/JR/JRED -pkgver=0.65 +pkgver=0.67 pkgdesc="Makes building complex GUI's easy" depends=('perl-gtk2') options=('scriptlet') Finclude perl archs=('i686' 'x86_64' 'ppc') groups=('xlib-extra') -sha1sums=('ff98e55cc1a11c12b6e8874654506c03041fd711') +sha1sums=('1d42ad798a16efb212d984b3d38b630a8bf1cdb3') From jercel16 at gmail.com Thu Aug 18 23:21:12 2011 From: jercel16 at gmail.com (jercel) Date: Thu, 18 Aug 2011 23:21:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: calcurse-2.9.1-1-x86_64 Message-ID: <20110818212112.96EAE1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e5fa56e593864e1ac26cd5a7d1e13715f6ce1eba commit e5fa56e593864e1ac26cd5a7d1e13715f6ce1eba Author: jercel Date: Thu Aug 18 23:21:06 2011 +0200 calcurse-2.9.1-1-x86_64 * Version bump diff --git a/source/apps-extra/calcurse/FrugalBuild b/source/apps-extra/calcurse/FrugalBuild index 1cd1acb..344273b 100644 --- a/source/apps-extra/calcurse/FrugalBuild +++ b/source/apps-extra/calcurse/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: Kooda pkgname=calcurse -pkgver=2.9.0 +pkgver=2.9.1 pkgrel=1 pkgdesc="a text-based calendar and scheduling application" url="http://calcurse.org" @@ -12,6 +12,6 @@ groups=('apps-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/downloads/" source=("$url/files/$pkgname-$pkgver.tar.gz") -sha1sums=('37eee87464afab5a844143e2f695a1824163b6be') +sha1sums=('30b515a35f55f7e42008f0b7413b7ff395888e2f') # optimization OK From devil505linux at gmail.com Thu Aug 18 23:30:13 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 23:30:13 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lingo-dictionary-20110818-1-i686 * version bump Message-ID: <20110818213013.A55A41358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5b22912f437a1027fbdb3cca7299e94169f2bfc4 commit 5b22912f437a1027fbdb3cca7299e94169f2bfc4 Author: Devil505 Date: Thu Aug 18 23:28:02 2011 +0200 lingo-dictionary-20110818-1-i686 * version bump diff --git a/source/xapps-extra/lingo-dictionary/FrugalBuild b/source/xapps-extra/lingo-dictionary/FrugalBuild index e6578d7..11069f4 100644 --- a/source/xapps-extra/lingo-dictionary/FrugalBuild +++ b/source/xapps-extra/lingo-dictionary/FrugalBuild @@ -2,23 +2,26 @@ # Maintainer: Devil505 pkgname=lingo-dictionary -pkgver=20110601 +pkgver=20110818 pkgrel=1 pkgdesc="The sexiest dictionary on Earth and Jupiter." url="https://launchpad.net/lingo-dictionary" -depends=('libgee' 'json-glib' 'libsoup' 'sqlite3' 'unique1' 'libuuid') +depends=('json-glib' 'sqlite3' 'libsoup' 'libgee' 'granite' 'libuuid') makedepends=('vala') +_F_gnome_glib="y" +_F_gnome_desktop="y" +Finclude cmake gnome-scriptlet groups=('xapps-extra') archs=('i686' 'x86_64') up2date="Flasttar http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname" source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('ae71b8cba88d63dba315502c76e247c395cdac92') +sha1sums=('163557a61b076c824d73f085c06494f2bb97cd4a') replaces=('purple') build() { - Fcd - ./waf configure || Fdie - ./waf || Fdie - Fexerel build/lingo usr/bin/lingo + CMake_build + Fbuild_gnome_scriptlet } + +# optimization OK From devil505linux at gmail.com Thu Aug 18 23:31:01 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 23:31:01 +0200 (CEST) Subject: [Frugalware-git] ayatana: indicator-sound-0.7.6-1-i686 * version bump Message-ID: <20110818213101.96B261358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=87437e094a0e89830f762e39675de920473c9da9 commit 87437e094a0e89830f762e39675de920473c9da9 Author: Devil505 Date: Thu Aug 18 23:28:54 2011 +0200 indicator-sound-0.7.6-1-i686 * version bump diff --git a/source/ayatana-extra/indicator-sound/FrugalBuild b/source/ayatana-extra/indicator-sound/FrugalBuild index b4c8bfc..5f62473 100644 --- a/source/ayatana-extra/indicator-sound/FrugalBuild +++ b/source/ayatana-extra/indicator-sound/FrugalBuild @@ -2,19 +2,19 @@ # Maintainer: Devil505 pkgname=indicator-sound -pkgver=0.7.4.1 +pkgver=0.7.6 pkgrel=1 pkgdesc="A unified sound menu" depends=('pulseaudio' 'libdbusmenu-gtk>=0.3.98-3' 'libindicator>=0.3.19' 'dconf' 'libuuid' \ - 'ido>=0.2.0' 'libindicate>=0.4.93' 'libgee' 'glib2>=2.28.1-2' 'libnotify>=0.7.1') + 'ido>=0.2.0' 'libindicate>=0.5.91' 'libgee' 'glib2>=2.28.1-2' 'libnotify>=0.7.1') makedepends=('intltool' 'vala' 'gconf') groups=('ayatana-extra') archs=('i686' 'x86_64') _F_gnome_glib="y" _F_launchpad_branch="fourth" -_F_launchpad_subdir="0.7.4" +_F_launchpad_subdir="0.7.6" Finclude launchpad gnome-scriptlet -sha1sums=('9d863f2b3523883be676e8adefbb419b519835d3') +sha1sums=('2c19f158495fa143973a553da33f2b9cef8e8c36') build() { Fcd From devil505linux at gmail.com Thu Aug 18 23:32:39 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 23:32:39 +0200 (CEST) Subject: [Frugalware-git] ayatana: indicator-session-0.3.2-1-i686 * version bump Message-ID: <20110818213239.247341358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=0c859f6b9a6d063710da85ae219ed8dc51c5579f commit 0c859f6b9a6d063710da85ae219ed8dc51c5579f Author: Devil505 Date: Thu Aug 18 23:30:29 2011 +0200 indicator-session-0.3.2-1-i686 * version bump diff --git a/source/ayatana-extra/indicator-session/FrugalBuild b/source/ayatana-extra/indicator-session/FrugalBuild index 5a77b2c..a317e39 100644 --- a/source/ayatana-extra/indicator-session/FrugalBuild +++ b/source/ayatana-extra/indicator-session/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=indicator-session -pkgver=0.3.1 +pkgver=0.3.2 pkgrel=1 pkgdesc="An indicator showing session management, status and user switching." depends=('libdbusmenu-gtk>=0.4.90' 'libindicator>=0.3.91' 'gconf' 'libgudev') @@ -12,5 +12,5 @@ archs=('i686' 'x86_64') _F_gnome_schemas=('/etc/gconf/schemas/indicator-session.schemas') _F_launchpad_branch="0.3" Finclude launchpad gnome-scriptlet -sha1sums=('6ea098491ae2cb7e8c5503da56c39ef2539da647') +sha1sums=('6f8e30dd144399db1bdf72ec022aebe42173580d') From devil505linux at gmail.com Thu Aug 18 23:35:30 2011 From: devil505linux at gmail.com (Devil505) Date: Thu, 18 Aug 2011 23:35:30 +0200 (CEST) Subject: [Frugalware-git] ayatana: indicator-datetime-0.2.93-1-i686 * version bump Message-ID: <20110818213530.256CA1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=0dffccd653c6062ed5ae445e9f5f1abea77bcdbd commit 0dffccd653c6062ed5ae445e9f5f1abea77bcdbd Author: Devil505 Date: Thu Aug 18 23:33:13 2011 +0200 indicator-datetime-0.2.93-1-i686 * version bump diff --git a/source/ayatana-extra/indicator-datetime/FrugalBuild b/source/ayatana-extra/indicator-datetime/FrugalBuild index 958e1a1..71bbf96 100644 --- a/source/ayatana-extra/indicator-datetime/FrugalBuild +++ b/source/ayatana-extra/indicator-datetime/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=indicator-datetime -pkgver=0.2.92 +pkgver=0.2.93 pkgrel=1 pkgdesc="The Date and Time Indicator" url="https://launchpad.net/indicator-datetime" @@ -14,7 +14,7 @@ archs=('i686' 'x86_64') _F_gnome_glib="y" _F_launchpad_branch="0.3" Finclude launchpad gnome-scriptlet -sha1sums=('152e3d7be1a911201a5f0b5bcc23caba7971587d') +sha1sums=('bbc21e64f61b6d996e7d8aea98686339af21484f') build() { Fcd From vmiklos at frugalware.org Fri Aug 19 00:53:33 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 19 Aug 2011 00:53:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: sysvinit-2.88-9-i686 Message-ID: <20110818225333.9D8181358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=06db31330bbd05c3f130a6fc206154dad6a0fd55 commit 06db31330bbd05c3f130a6fc206154dad6a0fd55 Author: Miklos Vajna Date: Fri Aug 19 00:48:57 2011 +0200 sysvinit-2.88-9-i686 - remove unused rc.{0,4,6,K,M,S,halt,reboot,single,sysvinit} diff --git a/source/base-extra/sysvinit/FrugalBuild b/source/base-extra/sysvinit/FrugalBuild index b777c07..653cab8 100644 --- a/source/base-extra/sysvinit/FrugalBuild +++ b/source/base-extra/sysvinit/FrugalBuild @@ -4,7 +4,7 @@ pkgname=sysvinit pkgver=2.88 pkgextraver=dsf -pkgrel=8 +pkgrel=9 pkgdesc="Init, the parent of all processes" url="ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/" depends=() @@ -14,9 +14,8 @@ groups=('base-extra') archs=('i686' 'x86_64' 'ppc' 'arm') up2date="Flasttar http://download.savannah.gnu.org/releases/$pkgname" source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver$pkgextraver.tar.bz2 \ - functions functions-{de,hu,it}.po inittab rc.4 rc.4-de.po rc.6 rc.{de,en,hu,it}\ - rc.functions rc.K rc.local rc.M rc.messages rc.reboot rc.reboot-{de,hu}.po \ - rc.S rc.single rc.single-{de,hu}.po rc.sysvinit sysvinit-2.86.diff) + functions functions-{de,hu,it}.po inittab rc.{de,en,hu,it} \ + rc.functions rc.local rc.messages sysvinit-2.86.diff) subpkgs=("${subpkgs[@]}" "$pkgname-initscripts") subdescs=("${subdescs[@]}" 'System V init scripts.') @@ -40,26 +39,13 @@ sha1sums=('f2ca149df1314a91f3007cccd7a0aa47d990de26' \ '83e5879898d7750b157552606a62f0f7bf1f0c97' \ 'f16abb4a07b323a739b5b12d24d793559a22192d' \ '8322ba55d54522ffb2963c5503a44f774b04fe9a' \ - '29ad61caa6b0c83b1299a03a742a76a614345231' \ - '513b3fe42c714738af40596987a4fae71ae820d6' \ - '173c5d41d3fe58ba9a12711d63dfab31c2db8f09' \ '7d507be266edd617545118f4bff80ab064744230' \ 'be843c12f8e7b3db98efd7bea36ba8974c65e2bc' \ '16b704d3ec13c0e980cec2c4f800fa7f736ac279' \ '1c4c151b15ac5c038207a5fc472988eeca1b8f27' \ 'f023cb3f93bf976cf51fa9ab2ab3cffb19ec7264' \ - '0128bd09abf2c49d42949e92c2822bacfc148d7a' \ '5adafd4851d987ac5310b8a2ca214c82dec87224' \ - '6947c8fe272e268207587b48b8de3c3ebefd0ad5' \ 'c2075ca5be14e318cac2abd2c424715e399d7bfd' \ - '4cfdf216c8bd51df2e59bb0a81d3d98e8d1e93c0' \ - 'd17c85fb0e68256a28c4ccefa4d5224b1522b9f6' \ - '96df0467b3922d51f55a7a2c2b4fd214a53450f5' \ - '61d3ebdae6366e9c41a0887278cb2bbefd972eca' \ - '4f0279cec1d270216080a1178ab1539f7e260030' \ - '64db4a11baebe28eaf5d71119c2cb5f091170957' \ - 'aa911a93c7ab733b1729f6a9c174b687aa2db58d' \ - 'b55eb418f8fef43077cec29c103b70fcb4d21329' \ '837541969bec9e391bd77a2c1a0cca5f7fb20e9b') build() @@ -83,20 +69,12 @@ build() Ffile /etc/inittab - Fexe rc.{6,functions,K,local,M,S,sysvinit} /etc/rc.d/ - - Frcd2 4 - Frcd2 reboot - Frcd2 single + Fexe rc.{functions,local} /etc/rc.d/ Ffile rc.{messages,de,en,hu,it} /etc/rc.d/rc.messages/ - Fln rc.6 /etc/rc.d/rc.0 - Fln rc.reboot /etc/rc.d/rc.halt - Fsplit $pkgname-initscripts /etc/ Fsplit $pkgname-initscripts /lib/initscripts/ - Fsplit $pkgname-initscripts /usr/share/man/man5/{initscript,inittab}.5* Fsplit $pkgname-tools /bin/{mountpoint,pidof} Fsplit $pkgname-tools /usr/bin/{last,lastb,mesg,utmpdump,wall} diff --git a/source/base-extra/sysvinit/pot/rc.4.pot b/source/base-extra/sysvinit/pot/rc.4.pot deleted file mode 100644 index d2ace57..0000000 --- a/source/base-extra/sysvinit/pot/rc.4.pot +++ /dev/null @@ -1,25 +0,0 @@ -# rc.4. -# Copyright (C) YEAR THE rc.4'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.4 package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: rc.4\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-11 21:56+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: rc.4:16 -msgid "Failed to use '$desktop' session manager." -msgstr "" - -#: rc.4:18 -msgid "No /etc/sysconfig/desktop, can't use runlevel 4 without it." -msgstr "" diff --git a/source/base-extra/sysvinit/pot/rc.reboot.pot b/source/base-extra/sysvinit/pot/rc.reboot.pot deleted file mode 100644 index 2e1d699..0000000 --- a/source/base-extra/sysvinit/pot/rc.reboot.pot +++ /dev/null @@ -1,21 +0,0 @@ -# rc.reboot. -# Copyright (C) YEAR THE rc.reboot'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.reboot package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: rc.reboot\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-11 22:10+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: rc.reboot:27 -msgid "Rebooting the system" -msgstr "" diff --git a/source/base-extra/sysvinit/pot/rc.single.pot b/source/base-extra/sysvinit/pot/rc.single.pot deleted file mode 100644 index 5bd1d97..0000000 --- a/source/base-extra/sysvinit/pot/rc.single.pot +++ /dev/null @@ -1,25 +0,0 @@ -# rc.single. -# Copyright (C) YEAR THE rc.single'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.single package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: rc.single\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-11 22:16+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: rc.single:14 -msgid "Sending all processes the SIGTERM signal" -msgstr "" - -#: rc.single:18 -msgid "Sending all processes the SIGKILL signal" -msgstr "" diff --git a/source/base-extra/sysvinit/rc.4 b/source/base-extra/sysvinit/rc.4 deleted file mode 100644 index efb5a64..0000000 --- a/source/base-extra/sysvinit/rc.4 +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -# (c) 2005 Marcus Habermehl -# (c) 2003-2005 Vajna Miklos -# rc.4 for Frugalware -# distriuted under GPL license - -TEXTDOMAIN=4 -TEXTDOMAINDIR=/lib/initscripts/messages - -[ -d /tmp/.ICE-unix ] || mkdir -m 1777 /tmp/.ICE-unix - -if [ -e /etc/sysconfig/desktop ]; then - . /etc/sysconfig/desktop - $desktop - logger $"Failed to use '$desktop' session manager." -fi -logger $"No /etc/sysconfig/desktop, can't use runlevel 4 without it." -sleep 5m diff --git a/source/base-extra/sysvinit/rc.4-de.po b/source/base-extra/sysvinit/rc.4-de.po deleted file mode 100644 index b948604..0000000 --- a/source/base-extra/sysvinit/rc.4-de.po +++ /dev/null @@ -1,25 +0,0 @@ -# rc.4. -# Copyright (C) 2005 THE rc.4'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.4 package. -# Marcus Habermehl , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: rc.4\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-11 21:56+0100\n" -"PO-Revision-Date: 2005-11-11 21:58+0100\n" -"Last-Translator: Marcus Habermehl \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ASCII\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: rc.4:16 -msgid "Failed to use '$desktop' session manager." -msgstr "Konnte den Sitzungsmanager '$desktop' nicht verwenden." - -#: rc.4:18 -msgid "No /etc/sysconfig/desktop, can't use runlevel 4 without it." -msgstr "Kann Runlevel 4 nicht verwenden, da /etc/sysconfig/desktop nicht gefunden wurde." diff --git a/source/base-extra/sysvinit/rc.6 b/source/base-extra/sysvinit/rc.6 deleted file mode 100644 index 015f25a..0000000 --- a/source/base-extra/sysvinit/rc.6 +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# (c) 2003-2004 Vajna Miklos -# rc.6 for Frugalware -# distriuted under GPL license - -export PATH=/sbin:/usr/sbin:/bin:/usr/bin -. /etc/profile.d/lang.sh - -/etc/rc.d/rc.sysvinit 0 100 K diff --git a/source/base-extra/sysvinit/rc.K b/source/base-extra/sysvinit/rc.K deleted file mode 100644 index d2236b2..0000000 --- a/source/base-extra/sysvinit/rc.K +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# (c) 2003-2004 Vajna Miklos -# rc.K for Frugalware -# distriuted under GPL license - -export PATH=/sbin:/usr/sbin:/bin:/usr/bin -. /etc/profile.d/lang.sh - -/etc/rc.d/rc.sysvinit 0 100 K diff --git a/source/base-extra/sysvinit/rc.M b/source/base-extra/sysvinit/rc.M deleted file mode 100644 index 72a06a8..0000000 --- a/source/base-extra/sysvinit/rc.M +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# (c) 2003-2004 Vajna Miklos -# rc.M for Frugalware -# distriuted under GPL license - -export PATH=/sbin:/usr/sbin:/bin:/usr/bin -. /etc/profile.d/lang.sh - -/etc/rc.d/rc.sysvinit 30 100 S diff --git a/source/base-extra/sysvinit/rc.S b/source/base-extra/sysvinit/rc.S deleted file mode 100644 index 1fa9de3..0000000 --- a/source/base-extra/sysvinit/rc.S +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# (c) 2003-2004 Vajna Miklos -# rc.S for Frugalware -# distriuted under GPL license - -export PATH=/sbin:/usr/sbin:/bin:/usr/bin -. /etc/profile.d/lang.sh - -/etc/rc.d/rc.sysvinit 0 30 S diff --git a/source/base-extra/sysvinit/rc.reboot b/source/base-extra/sysvinit/rc.reboot deleted file mode 100644 index b98a74d..0000000 --- a/source/base-extra/sysvinit/rc.reboot +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/bash - -# (c) 2005 Marcus Habermehl -# (c) 2003 Vajna Miklos -# rc.reboot for Frugalware -# distributed under GPL License - -# chkconfig: 06 99 50 -# description: Halt or reboot the system - -source /lib/initscripts/functions -TEXTDOMAIN=reboot -TEXTDOMAINDIR=/lib/initscripts/messages - -actions=(start) - -if [ -z $2 ] ; then - rl=4 -else - rl=$2 -fi - -rc_start() -{ - if (( ${rl} == 0 )) ; then - poweroff - else - msg $"Rebooting the system" - reboot - ok $? - fi -} - -rc_exec $1 - -# vim: ft=sh diff --git a/source/base-extra/sysvinit/rc.reboot-de.po b/source/base-extra/sysvinit/rc.reboot-de.po deleted file mode 100644 index 28ea83e..0000000 --- a/source/base-extra/sysvinit/rc.reboot-de.po +++ /dev/null @@ -1,21 +0,0 @@ -# rc.reboot. -# Copyright (C) 2005 THE rc.reboot'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.reboot package. -# Marcus Habermehl , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: rc.reboot\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-11 22:10+0100\n" -"PO-Revision-Date: 2005-11-11 22:11+0100\n" -"Last-Translator: Marcus Habermehl \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: rc.reboot:27 -msgid "Rebooting the system" -msgstr "Starte das System neu" diff --git a/source/base-extra/sysvinit/rc.reboot-hu.po b/source/base-extra/sysvinit/rc.reboot-hu.po deleted file mode 100644 index 1488a26..0000000 --- a/source/base-extra/sysvinit/rc.reboot-hu.po +++ /dev/null @@ -1,21 +0,0 @@ -# rc.reboot. -# Copyright (C) 2005 THE rc.reboot'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.reboot package. -# Marcus Habermehl , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: rc.reboot\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-11 22:10+0100\n" -"PO-Revision-Date: 2005-11-11 22:11+0100\n" -"Last-Translator: Marcus Habermehl \n" -"Language-Team: Hungarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: rc.reboot:27 -msgid "Rebooting the system" -msgstr "A rendszer ?jraind?t?sa" diff --git a/source/base-extra/sysvinit/rc.single b/source/base-extra/sysvinit/rc.single deleted file mode 100644 index 5e0ec2a..0000000 --- a/source/base-extra/sysvinit/rc.single +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash - -# (c) 2003-2008 Miklos Vajna -# (c) 2005 Marcus Habermehl -# rc.single for Frugalware -# distributed under GPL License - -# chkconfig: 1 00 96 -# description: Goes to single-user mode - -source /lib/initscripts/functions -TEXTDOMAIN=single -TEXTDOMAINDIR=/lib/initscripts/messages - -OMITPIDS= -if [ -e /var/run/sendsigs.omit ]; then - for pid in $(cat /var/run/sendsigs.omit); - do - OMITPIDS="${OMITPIDS:+$OMITPIDS }-o $pid" - done -fi - -msg $"Sending all processes the SIGTERM signal" -killall5 -15 $OMITPIDS -ok $? - -msg $"Sending all processes the SIGKILL signal" -sleep 5 -killall5 -9 $OMITPIDS -ok $? - -if [ "$1" = "start" ]; then - init -t1 1 -fi diff --git a/source/base-extra/sysvinit/rc.single-de.po b/source/base-extra/sysvinit/rc.single-de.po deleted file mode 100644 index 8b6e8ac..0000000 --- a/source/base-extra/sysvinit/rc.single-de.po +++ /dev/null @@ -1,25 +0,0 @@ -# rc.single. -# Copyright (C) 2005 THE rc.single'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.single package. -# Marcus Habermehl , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: rc.single\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-11 22:16+0100\n" -"PO-Revision-Date: 2005-11-11 22:17+0100\n" -"Last-Translator: Marcus Habermehl \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: rc.single:14 -msgid "Sending all processes the SIGTERM signal" -msgstr "Sende das Signal SIGTERM an alle Prozesse" - -#: rc.single:18 -msgid "Sending all processes the SIGKILL signal" -msgstr "Sende das Signal SIGKILL an alle Prozesse" diff --git a/source/base-extra/sysvinit/rc.single-hu.po b/source/base-extra/sysvinit/rc.single-hu.po deleted file mode 100644 index 2e239ae..0000000 --- a/source/base-extra/sysvinit/rc.single-hu.po +++ /dev/null @@ -1,25 +0,0 @@ -# rc.single. -# Copyright (C) 2005 THE rc.single'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.single package. -# Marcus Habermehl , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: rc.single\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-11 22:16+0100\n" -"PO-Revision-Date: 2005-11-11 22:18+0100\n" -"Last-Translator: Marcus Habermehl \n" -"Language-Team: Hungarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: rc.single:14 -msgid "Sending all processes the SIGTERM signal" -msgstr "SIGTERM szign?l k?ld?se a folyamatoknak" - -#: rc.single:18 -msgid "Sending all processes the SIGKILL signal" -msgstr "SIGKILL szign?l k?ld?se a folyamatoknak" diff --git a/source/base-extra/sysvinit/rc.sysvinit b/source/base-extra/sysvinit/rc.sysvinit deleted file mode 100644 index 390fbfe..0000000 --- a/source/base-extra/sysvinit/rc.sysvinit +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash - -# (c) 2003-2006 Miklos Vajna -# (c) 2005 Marcus Habermehl -# from an example from Miquel van Smoorenburg -# rc.sysvinit for Frugalware -# distributed under GPL License - -splash_prog() -{ - if [ ! -z "$(eval pidof splashy)" ] ;then - splashy_update "progress $1" 2>/dev/null - fi - if [ ! -z "$(eval pidof plymouthd)" ] ;then - /bin/plymouth --update="progress $1" 2>/dev/null - fi -} - -# Run kill scripts in the previous runlevel if not "none" -if [[ "${PREVLEVEL}" != "N" ]] ; then - for script in /etc/rc.d/rc${RUNLEVEL}.d/K* ; do - ${script} stop ${RUNLEVEL} - if [[ "$3" == "K" ]] ; then - [ -z "${prog}" ] && prog=$1 - prog=$((${prog}+(($2-$1)/$(ls /etc/rc.d/rc${RUNLEVEL}.d/K*|wc -l)))) - splash_prog ${prog} - fi - done - unset prog -else - stty onlcr 0>&1 - [ -d /proc/1 ] || mount none -t proc /proc -fi - -# Now do the startup scripts: -for script in /etc/rc.d/rc${RUNLEVEL}.d/S* ; do - ${script} start ${RUNLEVEL} - if [[ "$3" == "S" ]] ; then - [ -z "${prog}" ] && prog=$1 - prog=$((${prog}+(($2-$1)/$(ls /etc/rc.d/rc${RUNLEVEL}.d/S*|wc -l)))) - splash_prog ${prog} - fi -done - -splash_prog $2 diff --git a/source/base-extra/sysvinit/sysvinit-initscripts.install b/source/base-extra/sysvinit/sysvinit-initscripts.install index 50ed416..caaf874 100644 --- a/source/base-extra/sysvinit/sysvinit-initscripts.install +++ b/source/base-extra/sysvinit/sysvinit-initscripts.install @@ -1,33 +1,11 @@ -# arg 1: the new package version post_install() { chkconfig --add rc.local - chkconfig --add rc.reboot - chkconfig --add rc.single } -# arg 1: the new package version -# arg 2: the old package version -pre_upgrade() { - pre_remove -} - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - post_install - ## FS#3245 - /sbin/init u -} - -# arg 1: the old package version pre_remove() { chkconfig --del rc.local - chkconfig --del rc.reboot - chkconfig --del rc.single } op=$1 shift $op $* - -# vim: ft=sh From vmiklos at frugalware.org Fri Aug 19 01:47:36 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 19 Aug 2011 01:47:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: wicd-1.7.0-5-i686 Message-ID: <20110818234736.1213F1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2f67492a94a5df96120148720481eb798655c2cf commit 2f67492a94a5df96120148720481eb798655c2cf Author: Miklos Vajna Date: Fri Aug 19 01:44:48 2011 +0200 wicd-1.7.0-5-i686 - fix buggy ignore of install scriptlet - wicd.service: better to not fork to the background at all Tested-by: Melko diff --git a/source/xapps-extra/wicd/FrugalBuild b/source/xapps-extra/wicd/FrugalBuild index 31e6047..62068c7 100644 --- a/source/xapps-extra/wicd/FrugalBuild +++ b/source/xapps-extra/wicd/FrugalBuild @@ -3,7 +3,7 @@ pkgname=wicd pkgver=1.7.0 -pkgrel=4 +pkgrel=5 pkgdesc="A wired and wireless network manager for Linux" depends=('dbus-python' 'pygtk' 'dhcp' 'dhcpcd' 'wireless_tools' 'wpa_supplicant'\ 'ethtool' 'python>=2.7' 'urwid' 'python-wpactrl' 'python-iwscan') @@ -14,9 +14,10 @@ _F_gnome_iconcache="y" _F_gnome_desktop="y" _F_sourceforge_realname="wicd-stable" Finclude sourceforge gnome-scriptlet +install=wicd.install source=($source wicd.service deopcopy.diff) sha1sums=('76d9c0ad7b020ff1abac5c92c301739a04d5595e' \ - '0fa922558f1aaf61fb9e12179f4bf487333f0c40' \ + '562a7e444ca8b2ca01bf1b8c92483398edf25333' \ '90c81ca12ef5cf7ebca6fed700af45a3af226645') build() { diff --git a/source/xapps-extra/wicd/wicd.service b/source/xapps-extra/wicd/wicd.service index f1f3044..2c51fdd 100644 --- a/source/xapps-extra/wicd/wicd.service +++ b/source/xapps-extra/wicd/wicd.service @@ -3,10 +3,7 @@ Description=Wicd a wireless and wired network manager for Linux After=syslog.target [Service] -Type=forking -ExecStart=/usr/sbin/wicd -ExecStop=/usr/sbin/wicd -k -PIDFile=/var/run/wicd/wicd.pid +ExecStart=/usr/sbin/wicd -f [Install] WantedBy=multi-user.target From devil505linux at gmail.com Fri Aug 19 07:27:56 2011 From: devil505linux at gmail.com (Devil505) Date: Fri, 19 Aug 2011 07:27:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: blender-2.59-2-i686 * added Finclude python Message-ID: <20110819052756.70D1E1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=70f93da41805e066a2aa1cf3e1e180f8532412f0 commit 70f93da41805e066a2aa1cf3e1e180f8532412f0 Author: Devil505 Date: Fri Aug 19 07:25:39 2011 +0200 blender-2.59-2-i686 * added Finclude python diff --git a/source/xapps-extra/blender/FrugalBuild b/source/xapps-extra/blender/FrugalBuild index bfacad9..6753a09 100644 --- a/source/xapps-extra/blender/FrugalBuild +++ b/source/xapps-extra/blender/FrugalBuild @@ -7,12 +7,12 @@ pkgname=blender pkgver=2.59 pkgextraver= -pkgrel=1 +pkgrel=2 pkgdesc="A 3D modeling/rendering/animation/gaming application" url="http://blender.org" _F_gnome_iconcache="y" _F_gnome_desktop="y" -Finclude gnome-scriptlet python cmake +Finclude gnome-scriptlet python cmake python depends=('libjpeg>=8a' 'libpng>=1.4.1' 'freetype2' \ 'freealut>=1.1.0-3' 'openexr>=1.7.0' 'openal>=1.7.411' \ "python-3.0" 'libtiff' 'sdl>=1.2.13-2' 'libxi' 'glew' \ From devil505linux at gmail.com Fri Aug 19 07:41:11 2011 From: devil505linux at gmail.com (Devil505) Date: Fri, 19 Aug 2011 07:41:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pragha-0.98.0-1-i686 * version bump Message-ID: <20110819054111.E23221358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=deb03e26d03ac235399f68203c8e01967c57442f commit deb03e26d03ac235399f68203c8e01967c57442f Author: Devil505 Date: Fri Aug 19 07:38:56 2011 +0200 pragha-0.98.0-1-i686 * version bump diff --git a/source/xapps-extra/pragha/FrugalBuild b/source/xapps-extra/pragha/FrugalBuild index 149f96d..3b7f7ee 100644 --- a/source/xapps-extra/pragha/FrugalBuild +++ b/source/xapps-extra/pragha/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=pragha -pkgver=0.97.0 +pkgver=0.98.0 pkgrel=1 pkgdesc="Pragha is is a lightweight GTK+ music manager. It is written completely in C and GTK+. This it is a fork of Consonance Music Manager." depends=('gtk+2' 'gstreamer' 'sqlite3' 'taglib' 'libnotify' 'libcdio' 'curl') @@ -13,7 +13,7 @@ _F_gnome_desktop="y" Finclude googlecode gnome-scriptlet groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('e9cc474449cc38f5efa512adad979bd6f15b4309') +sha1sums=('b648a9fc7881709711097e394a7e854595709772') build() { From devil505linux at gmail.com Fri Aug 19 07:42:43 2011 From: devil505linux at gmail.com (Devil505) Date: Fri, 19 Aug 2011 07:42:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: sabnzbd-0.6.8-1-i686 * version bump Message-ID: <20110819054243.B52951358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0c8f1a010c3d2908f9144ac57da74c9f728b6793 commit 0c8f1a010c3d2908f9144ac57da74c9f728b6793 Author: Devil505 Date: Fri Aug 19 07:40:22 2011 +0200 sabnzbd-0.6.8-1-i686 * version bump diff --git a/source/network-extra/sabnzbd/FrugalBuild b/source/network-extra/sabnzbd/FrugalBuild index 8d9e22a..6a19cbe 100644 --- a/source/network-extra/sabnzbd/FrugalBuild +++ b/source/network-extra/sabnzbd/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=sabnzbd -pkgver=0.6.7 +pkgver=0.6.8 pkgrel=1 pkgdesc="A web-interface based binary newsgrabber with NZB file support" url="http://mookooh.org/coverfinder/" @@ -16,7 +16,7 @@ _F_sourceforge_name="SABnzbd" _F_sourceforge_dirname="sabnzbdplus" Finclude sourceforge source=($source sabnzbd.service sabnzbd.sysconfig x-nzb.xml nzb-2.png sab2_64.png addnzb.sh) -sha1sums=('65d2b4b76203514f779ea62aad3e6efe0c0f91dc' \ +sha1sums=('8c5ac1b57cad5d0f5f617f7b3ffb92a7f961d164' \ 'b52b647a0778da9170965d721a03a54de1cf95fc' \ '273086a2c18a69e61496b1e62eca4b5bf6c6fdea' \ 'fd607d2431583320a8233cced780ed98aa074c4e' \ From bouleetbil at frogdev.info Fri Aug 19 09:26:24 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 09:26:24 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gst-plugins-good-0.10.30-3-x86_64 *remove useless pulseaudio-hal depend Message-ID: <20110819072624.9BF821358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6dc83488e1d5efa4f91fa65f5a864254c60c7674 commit 6dc83488e1d5efa4f91fa65f5a864254c60c7674 Author: bouleetbil Date: Fri Aug 19 09:14:37 2011 +0200 gst-plugins-good-0.10.30-3-x86_64 *remove useless pulseaudio-hal depend diff --git a/source/xmultimedia/gst-plugins-good/FrugalBuild b/source/xmultimedia/gst-plugins-good/FrugalBuild index 32ebfce..b4bf82e 100644 --- a/source/xmultimedia/gst-plugins-good/FrugalBuild +++ b/source/xmultimedia/gst-plugins-good/FrugalBuild @@ -4,7 +4,7 @@ pkgname=gst-plugins-good pkgver=0.10.30 -pkgrel=2 +pkgrel=3 pkgdesc="Plugins for GStreamer (Good)" url="http://gstreamer.freedesktop.org/" depends=('gst-plugins-base>=0.10.35' 'gstreamer>=0.10.35' 'zlib') @@ -12,7 +12,7 @@ makedepends=('gtk-doc' 'pyxml' 'gconf>=2.28.0' 'esd' 'ladspa_sdk' 'speex>=1.2bet 'libjpeg' 'flac>=1.1.3' 'libavc1394' 'libpng>=1.4.1' 'libdv' 'cairo' \ 'liboil>=0.3.14' 'taglib>=1.5' 'hal>=0.5.7.1-3' 'libiec61883' 'libcaca' \ 'wavpack' 'libsm' 'libice' 'libxext' 'libxdamage' 'libxfixes' 'libx11' \ - 'libxdmcp' 'libxau' 'libxcb' 'gtk+2>=2.20.0-2' 'aalib>=1.4rc5-3' 'pulseaudio-hal>=0.9.20' 'pulseaudio-x11>=0.9.23' 'libsoup') + 'libxdmcp' 'libxau' 'libxcb' 'gtk+2>=2.20.0-2' 'aalib>=1.4rc5-3''pulseaudio-x11>=0.9.23' 'libsoup') groups=('xmultimedia') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') @@ -39,7 +39,7 @@ subdepends=("gconf>=2.28.0" "esd" "speex>=1.2beta3.2" "aalib>=1.4rc5-3" \ "liboil>=0.3.14" "taglib" "hal>=0.5.7.1-3 dbus>=0.93 e2fsprogs" \ "libcaca" '' "" "gtk+2>=2.20.0-2" "libxml2>=2.7.8" \ "wavpack" "libsm libice libxext libxdamage libxfixes libx11 libxdmcp libxau libxcb" \ - "pulseaudio-hal>=0.9.23 pulseaudio-x11" "libsoup" "jack>=0.118.O") + "pulseaudio-x11" "libsoup" "jack>=0.118.O") subrodepends=("$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" \ "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" \ "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" \ From bouleetbil at frogdev.info Fri Aug 19 09:31:00 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 09:31:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: telepathy-glib-0.15.5-1-x86_64 Message-ID: <20110819073100.EBE4A1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fc0a76216cc7d5b6f873c16bb312edd2011bcc86 commit fc0a76216cc7d5b6f873c16bb312edd2011bcc86 Author: bouleetbil Date: Fri Aug 19 09:20:45 2011 +0200 telepathy-glib-0.15.5-1-x86_64 *Version bump diff --git a/source/lib/telepathy-glib/FrugalBuild b/source/lib/telepathy-glib/FrugalBuild index 89d8e8c..a8462f5 100644 --- a/source/lib/telepathy-glib/FrugalBuild +++ b/source/lib/telepathy-glib/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=telepathy-glib -pkgver=0.15.4 +pkgver=0.15.5 pkgrel=1 pkgdesc="A glib library to ease writing telepathy clients in glib." url="http://telepathy.freedesktop.org/wiki/" @@ -13,7 +13,7 @@ groups=('lib') archs=('i686' 'x86_64' 'ppc' 'arm') up2date="lynx -dump http://telepathy.freedesktop.org/releases/telepathy-glib/ | Flasttar" source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('321584ac6fc5b37941d21aad65dc355d725a775e') +sha1sums=('1d3f2027b5f38c9524d7cb5527c4540309150098') Fconfopts="${Fconfopts[@]} --enable-vala-bindings" # optimization OK From bouleetbil at frogdev.info Fri Aug 19 09:35:16 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 09:35:16 +0200 (CEST) Subject: [Frugalware-git] gnometesting: pygobject-2.90.2-1-x86_64 Message-ID: <20110819073516.86CC01358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=9ba3bdc60b3e7d39ba229cfd33817b8946439646 commit 9ba3bdc60b3e7d39ba229cfd33817b8946439646 Author: bouleetbil Date: Fri Aug 19 09:24:57 2011 +0200 pygobject-2.90.2-1-x86_64 *Version bump diff --git a/source/lib/pygobject/FrugalBuild b/source/lib/pygobject/FrugalBuild index 3f44c9f..e69c884 100644 --- a/source/lib/pygobject/FrugalBuild +++ b/source/lib/pygobject/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=pygobject -pkgver=2.28.6 +pkgver=2.90.2 pkgrel=1 pkgdesc="Python bindings for GObject" depends=('python>=2.7' 'glib2>=2.28.2' 'libffi') @@ -12,7 +12,7 @@ Finclude gnome python replaces=('pygobject-gvfs') conflicts=('pygobject-gvfs') source=($source detect_libffi.patch) -sha1sums=('4eda7d2b97f495a2ad7d4cdc234d08ca5408d9d5' \ +sha1sums=('ea56c46e2820578e18520d2ecd97547bbd8fc196' \ '071800adc634c9d20b712ad0af6f70390e5c1476') subpkgs=("pygobject-cairo") @@ -25,7 +25,6 @@ subarchs=('i686 x86_64 ppc') build() { Fbuild Fsplit pygobject-cairo $_F_python_libdir/gtk-2.0 - Fsplit pygobject-cairo $_F_python_libdir/pygtk* Fsplit pygobject-cairo $_F_python_libdir/gi } From bouleetbil at frogdev.info Fri Aug 19 09:36:10 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 09:36:10 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: telepathy-gabble-0.13.5-1-x86_64 Message-ID: <20110819073610.4FC331358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=572013d8efec4b9c0215e1a6d41d741144f577a4 commit 572013d8efec4b9c0215e1a6d41d741144f577a4 Author: bouleetbil Date: Fri Aug 19 09:25:56 2011 +0200 telepathy-gabble-0.13.5-1-x86_64 *Version bump diff --git a/source/xlib/telepathy-gabble/FrugalBuild b/source/xlib/telepathy-gabble/FrugalBuild index d0bdb22..e6c532c 100644 --- a/source/xlib/telepathy-gabble/FrugalBuild +++ b/source/xlib/telepathy-gabble/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=telepathy-gabble -pkgver=0.13.3 +pkgver=0.13.5 pkgrel=1 pkgdesc="Telepathy is a D-Bus framework for unifying real time communication." url="http://telepathy.freedesktop.org/" @@ -14,7 +14,7 @@ groups=('xlib') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://telepathy.freedesktop.org/releases/telepathy-gabble | Flasttar" source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz) -sha1sums=('a0828913c7731ff846b1e0812b1d25eb84615adc') +sha1sums=('c994b88effdfb8df42e8428e7dffcab8b03e2571') unset MAKEFLAGS # optimization OK From bouleetbil at frogdev.info Fri Aug 19 09:38:08 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 09:38:08 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gmime-2.4.26-1-x86_64 Message-ID: <20110819073808.20A151358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5c7d02428b25776588ef13e5c0cff8154cae9568 commit 5c7d02428b25776588ef13e5c0cff8154cae9568 Author: bouleetbil Date: Fri Aug 19 09:27:53 2011 +0200 gmime-2.4.26-1-x86_64 *Version bump diff --git a/source/lib/gmime/FrugalBuild b/source/lib/gmime/FrugalBuild index 26ea39f..0d107b5 100644 --- a/source/lib/gmime/FrugalBuild +++ b/source/lib/gmime/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=gmime -pkgver=2.4.24 +pkgver=2.4.26 pkgrel=1 pkgdesc="Provides a core library and set of utilities for the creation and parsing of messages using MIME" url="http://spruce.sourceforge.net/gmime/" @@ -12,7 +12,7 @@ makedepends=('gtk2-sharp>=2.12.6' 'mono>=2.10') groups=('lib') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') -sha1sums=('81b35e4b0ca83f091d5461f32cff0eeff8c43949') +sha1sums=('16c36f80fd61f893861156a6f4c75fdd5cba02c3') _F_mono_aot=0 Finclude mono gnome subpkgs=('gmime-sharp') From bouleetbil at frogdev.info Fri Aug 19 09:40:41 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 09:40:41 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: frogr-0.6-1-x86_64 *version bump Message-ID: <20110819074041.6115B1358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=88af3201b083221f74e6966f05ce9775fe6d85b4 commit 88af3201b083221f74e6966f05ce9775fe6d85b4 Author: bouleetbil Date: Fri Aug 19 09:30:20 2011 +0200 frogr-0.6-1-x86_64 *version bump diff --git a/source/xapps-extra/frogr/FrugalBuild b/source/xapps-extra/frogr/FrugalBuild index 0100a83..b7c9155 100644 --- a/source/xapps-extra/frogr/FrugalBuild +++ b/source/xapps-extra/frogr/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: bouleetbil pkgname=frogr -pkgver=0.5 +pkgver=0.6 pkgrel=1 pkgdesc="A flickr remote organizer" depends=('gtk+3' 'flickcurl>=1.19-2' 'libsoup' 'libexif') -makedepends=('intltool') +makedepends=('intltool' 'gnome-doc-utils') options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') @@ -14,6 +14,6 @@ _F_gnome_iconcache="y" _F_gnome_desktop="y" _F_gnome_devel="y" Finclude gnome gnome-scriptlet -sha1sums=('d1a6fb12b120230d3e36bb4dcdf940385ec75a9d') +sha1sums=('361530032a79b6af1e9099bc61ea2f3c8318277d') # optimization OK From bouleetbil at frogdev.info Fri Aug 19 09:43:30 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 09:43:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ocrfeeder-0.7.6-1-x86_64 Message-ID: <20110819074330.EA4911358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f9302954395bd5e8b7c07a7914639a5ae38aca04 commit f9302954395bd5e8b7c07a7914639a5ae38aca04 Author: bouleetbil Date: Fri Aug 19 09:33:16 2011 +0200 ocrfeeder-0.7.6-1-x86_64 *Version bump diff --git a/source/gnome-extra/ocrfeeder/FrugalBuild b/source/gnome-extra/ocrfeeder/FrugalBuild index a72feae..18c4b81 100644 --- a/source/gnome-extra/ocrfeeder/FrugalBuild +++ b/source/gnome-extra/ocrfeeder/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=ocrfeeder -pkgver=0.7.5 +pkgver=0.7.6 pkgrel=1 pkgdesc="A document layout analysis and optical character recognition application" depends=('pygtk' 'pygoocanvas' 'unpaper' 'ghostscript' 'gnome-python-extras-gtkspell' 'pyenchant' 'imaging') @@ -14,4 +14,4 @@ _F_gnome_desktop="y" _F_gnome_iconcache="y" _F_gnome_devel="y" Finclude gnome gnome-scriptlet -sha1sums=('61bb02afd80daa29ed978a680f7cbf9eb849b502') +sha1sums=('68a8f6064c8a8e599d62d43b97201592dc4d781e') From bouleetbil at frogdev.info Fri Aug 19 09:54:59 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 09:54:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tracker-0.10.23-1-x86_64 Message-ID: <20110819075459.32CFC1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=805d41dcd54f7581030efb42a481861e4b9e71b4 commit 805d41dcd54f7581030efb42a481861e4b9e71b4 Author: bouleetbil Date: Fri Aug 19 09:44:42 2011 +0200 tracker-0.10.23-1-x86_64 *Version bump diff --git a/source/gnome-extra/tracker/FrugalBuild b/source/gnome-extra/tracker/FrugalBuild index f5b2197..2603c96 100644 --- a/source/gnome-extra/tracker/FrugalBuild +++ b/source/gnome-extra/tracker/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=tracker -pkgver=0.10.21 +pkgver=0.10.23 pkgrel=1 pkgdesc="Tracker is a first class object database, extensible tag/metadata database, search tool and indexer." depends=('gtk+2>=2.20.0-2' 'dbus-glib>=0.76' 'sqlite3' 'gamin' \ @@ -19,7 +19,7 @@ _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude gnome-scriptlet gnome -sha1sums=('cb729bad3a0a052d3fd3422df9d1ff3fc7e1a23d') +sha1sums=('088519079fd8d8be51b3f8ca6c6580e109dea080') unset MAKEFLAGS subpkgs=("${subpkgs[@]}" "$pkgname-nautilus") From bouleetbil at frogdev.info Fri Aug 19 10:29:39 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 10:29:39 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-commander-1.2.8.13-1-x86_64 Message-ID: <20110819082939.6A6B31358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eba76cba08bf9b51bb89e77bc9367e55cb66a882 commit eba76cba08bf9b51bb89e77bc9367e55cb66a882 Author: bouleetbil Date: Fri Aug 19 10:19:23 2011 +0200 gnome-commander-1.2.8.13-1-x86_64 *Version bump diff --git a/source/gnome-extra/gnome-commander/FrugalBuild b/source/gnome-extra/gnome-commander/FrugalBuild index ce640a8..3d313cf 100644 --- a/source/gnome-extra/gnome-commander/FrugalBuild +++ b/source/gnome-extra/gnome-commander/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gnome-commander -pkgver=1.2.8.12 +pkgver=1.2.8.13 pkgrel=1 pkgdesc="GNOME Commander is a nice and fast file manager for the GNOME desktop." url="http://www.nongnu.org/gcmd/" @@ -13,6 +13,6 @@ archs=('i686' 'x86_64' 'ppc') _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" Finclude gnome gnome-scriptlet -sha1sums=('59f1b457d185c4473394ada62d0fade9d2bb4790') +sha1sums=('0befd7779eaa867324e6818ee6cfcc4236fd6ccc') # optimization OK From ryuo at frugalware.org Fri Aug 19 11:17:30 2011 From: ryuo at frugalware.org (James Buren) Date: Fri, 19 Aug 2011 11:17:30 +0200 (CEST) Subject: [Frugalware-git] kernel30: Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Message-ID: <20110819091730.0F6231358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel30.git;a=commitdiff;h=c7fb9ebfa3b95ac451de5a46af1057f6de06cc87 commit c7fb9ebfa3b95ac451de5a46af1057f6de06cc87 Merge: 8e1ae38 eba76cb Author: James Buren Date: Fri Aug 19 03:20:31 2011 -0500 Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current From melko at frugalware.org Fri Aug 19 12:08:32 2011 From: melko at frugalware.org (Melko) Date: Fri, 19 Aug 2011 12:08:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: telepathy-qt4-0.7.2-1-i686 Message-ID: <20110819100832.CC1791358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bd1310f7d2725b296d6585ba02d2301bbd64a618 commit bd1310f7d2725b296d6585ba02d2301bbd64a618 Author: Melko Date: Fri Aug 19 02:10:30 2011 +0200 telepathy-qt4-0.7.2-1-i686 * fix build diff --git a/source/lib/telepathy-qt4/FrugalBuild b/source/lib/telepathy-qt4/FrugalBuild index 890ec7e..e0654ca 100644 --- a/source/lib/telepathy-qt4/FrugalBuild +++ b/source/lib/telepathy-qt4/FrugalBuild @@ -15,4 +15,12 @@ up2date="Flasttar http://telepathy.freedesktop.org/releases/$pkgname" source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) sha1sums=('aff7e491bd624f7a63a48d98404a714f55c03c62') +build(){ + CMake_prepare_build + cmake -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr .. || Fdie + make || Fdie + CMake_install +} + # optimization OK From jercel16 at gmail.com Fri Aug 19 14:16:57 2011 From: jercel16 at gmail.com (jercel) Date: Fri, 19 Aug 2011 14:16:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-datetime-timezone-1.35-1-x86_64 Message-ID: <20110819121657.CE93A1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9d3950598cb637a4737310689f61c7a27e56829f commit 9d3950598cb637a4737310689f61c7a27e56829f Author: jercel Date: Fri Aug 19 14:16:51 2011 +0200 perl-datetime-timezone-1.35-1-x86_64 * Version bump diff --git a/source/devel-extra/perl-datetime-timezone/FrugalBuild b/source/devel-extra/perl-datetime-timezone/FrugalBuild index f6ce027..5445709 100644 --- a/source/devel-extra/perl-datetime-timezone/FrugalBuild +++ b/source/devel-extra/perl-datetime-timezone/FrugalBuild @@ -3,10 +3,10 @@ _F_perl_name=DateTime-TimeZone _F_perl_author=D/DR/DROLSKY -pkgver=1.33 +pkgver=1.35 pkgdesc="Time zone object base class and factory" depends=('perl-class-singleton' 'perl-params-validate') groups=('devel-extra') Finclude perl archs=('i686' 'x86_64') -sha1sums=('9918c51171c991b7affb18d1496cbeee34dfaa2e') +sha1sums=('5b2a49801c6cb1f3e4fef474963834a91624d3a6') From jercel16 at gmail.com Fri Aug 19 14:18:11 2011 From: jercel16 at gmail.com (jercel) Date: Fri, 19 Aug 2011 14:18:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-io-socket-ssl-1.44-1-x86_64 Message-ID: <20110819121811.4B6181358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5e5483095d4d325847121fd0297f4c23365bb312 commit 5e5483095d4d325847121fd0297f4c23365bb312 Author: jercel Date: Fri Aug 19 14:18:09 2011 +0200 perl-io-socket-ssl-1.44-1-x86_64 * Version bump diff --git a/source/devel/perl-io-socket-ssl/FrugalBuild b/source/devel/perl-io-socket-ssl/FrugalBuild index 0014e76..ae81dbb 100644 --- a/source/devel/perl-io-socket-ssl/FrugalBuild +++ b/source/devel/perl-io-socket-ssl/FrugalBuild @@ -3,11 +3,11 @@ _F_perl_name=IO-Socket-SSL _F_perl_author=S/SU/SULLR -pkgver=1.39 +pkgver=1.44 pkgrel=1 pkgdesc="Perl extension Nearly transparent SSL encapsulation for IO::Socket::INET" depends=('perl-net-ssleay>=1.35-1') Finclude perl groups=('devel') archs=('i686' 'x86_64' 'ppc') -sha1sums=('0118af29b71a9fab4283216e19b303eb38f69033') +sha1sums=('d85f450a2d6350a3b06980326ced1c6b7076d66a') From jercel16 at gmail.com Fri Aug 19 14:27:06 2011 From: jercel16 at gmail.com (jercel) Date: Fri, 19 Aug 2011 14:27:06 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: sqlalchemy-0.7.2-1-x86_64 Message-ID: <20110819122706.3E7141358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9f222e438d501419732e3d2b4188fdb3e9bb0663 commit 9f222e438d501419732e3d2b4188fdb3e9bb0663 Author: jercel Date: Fri Aug 19 14:26:49 2011 +0200 sqlalchemy-0.7.2-1-x86_64 * Version bump diff --git a/source/lib-extra/sqlalchemy/FrugalBuild b/source/lib-extra/sqlalchemy/FrugalBuild index 3affb2d..97e75d5 100644 --- a/source/lib-extra/sqlalchemy/FrugalBuild +++ b/source/lib-extra/sqlalchemy/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: jercel pkgname=sqlalchemy -pkgver=0.6.6 +pkgver=0.7.2 pkgrel=1 pkgdesc="A Python-centric SQL toolset, database resource manager and object-relational mapper." url="http://sourceforge.net/projects/sqlalchemy/files/" @@ -11,9 +11,11 @@ depends=('python') Finclude sourceforge groups=('lib-extra') archs=('i686' 'x86_64') -sha1sums=('6ed990141710b95a583b3e22cbd5c0eeff5076c5') +sha1sums=('e41e822ba4b728ae139532d84bbb8b5043fb9116') build() { Fcd ${_F_sourceforge_name}-$pkgver Fbuild } + +# optimization OK From jercel16 at gmail.com Fri Aug 19 14:30:23 2011 From: jercel16 at gmail.com (jercel) Date: Fri, 19 Aug 2011 14:30:23 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gourmet-0.15.9-2-x86_64 Message-ID: <20110819123023.C19841358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=24b2a5eaf78b7f92122c9020a675f09e67f8392c commit 24b2a5eaf78b7f92122c9020a675f09e67f8392c Author: jercel Date: Fri Aug 19 14:29:34 2011 +0200 gourmet-0.15.9-2-x86_64 * Rebuilt with sqlalchemy-0.7.2 diff --git a/source/gnome-extra/gourmet/FrugalBuild b/source/gnome-extra/gourmet/FrugalBuild index 9c70c48..861f7b9 100644 --- a/source/gnome-extra/gourmet/FrugalBuild +++ b/source/gnome-extra/gourmet/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gourmet pkgver=0.15.9 -pkgrel=1 +pkgrel=2 pkgdesc="A recipe manager for Gnome" _F_sourceforge_dirname="grecipe-manager" _F_sourceforge_realname="grecipe-manager" @@ -13,7 +13,7 @@ _F_desktop_categories="GNOME;Application;Utility;" options=('scriptlet') Finclude sourceforge gnome-scriptlet url="http://grecipe-manager.sourceforge.net" -depends=('pygtk>=2.16.0-5' 'imaging' 'pyrtf' 'gnome-python' 'gnome-python-extras' 'metakit>=2.4.9.6' 'pysqlite2' 'reportlab' 'libglade' 'sqlalchemy>=0.6.6' 'gnome-python-extras-gtkspell') +depends=('pygtk>=2.16.0-5' 'imaging' 'pyrtf' 'gnome-python' 'gnome-python-extras' 'metakit>=2.4.9.6' 'pysqlite2' 'reportlab' 'libglade' 'sqlalchemy>=0.7.2' 'gnome-python-extras-gtkspell') source=($source setup.patch) groups=('gnome-extra') archs=('i686' 'x86_64') From vmiklos at frugalware.org Fri Aug 19 14:40:15 2011 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 19 Aug 2011 14:40:15 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: sysvinit-2.88-10-i686 Message-ID: <20110819124015.207D91358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dc4aa431c8a977626776041cf76365c65909b351 commit dc4aa431c8a977626776041cf76365c65909b351 Author: Miklos Vajna Date: Fri Aug 19 14:37:41 2011 +0200 sysvinit-2.88-10-i686 - fix subbackup diff --git a/source/base-extra/sysvinit/FrugalBuild b/source/base-extra/sysvinit/FrugalBuild index 653cab8..0a73205 100644 --- a/source/base-extra/sysvinit/FrugalBuild +++ b/source/base-extra/sysvinit/FrugalBuild @@ -4,7 +4,7 @@ pkgname=sysvinit pkgver=2.88 pkgextraver=dsf -pkgrel=9 +pkgrel=10 pkgdesc="Init, the parent of all processes" url="ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/" depends=() @@ -22,7 +22,7 @@ subdescs=("${subdescs[@]}" 'System V init scripts.') subdepends=("${subdepends[@]}" 'bash chkconfig coreutils>=6.12-2 gawk>=3.1.6-3 shadow>=4.1.2.1-2 util-linux') subgroups=("${subgroups[@]}" 'base') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc arm') -subbackup=("${subbackup[@]}" 'etc/{inittab,rc.d/rc.local}') +subbackup=("${subbackup[@]}" 'etc/inittab etc/rc.d/rc.local') subinstall=("${subinstall[@]}" "$pkgname-initscripts.install") subpkgs=("${subpkgs[@]}" "$pkgname-tools") From boobaa at frugalware.org Fri Aug 19 15:33:56 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Fri, 19 Aug 2011 15:33:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-convert-binhex-1.119-1-i686 Message-ID: <20110819133356.5B4B01358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f120c20e8d4a1120886c949bfb1b47e63f530390 commit f120c20e8d4a1120886c949bfb1b47e63f530390 Author: CS?CSY L?szl? Date: Fri Aug 19 15:33:12 2011 +0200 perl-convert-binhex-1.119-1-i686 new package / initial import looks like amavisd-new cannot work without this /me wonders why did it work at all beforewards... diff --git a/source/devel-extra/perl-convert-binhex/FrugalBuild b/source/devel-extra/perl-convert-binhex/FrugalBuild new file mode 100644 index 0000000..790ebbd --- /dev/null +++ b/source/devel-extra/perl-convert-binhex/FrugalBuild @@ -0,0 +1,9 @@ +# Compiling Time: 0.1 SBU +# Maintainer: CS?CSY L?szl? + +_F_perl_name=Convert-BinHex +_F_perl_author=E/ER/ERYQ +pkgver=1.119 +pkgdesc="extract data from Macintosh BinHex files" +Finclude perl +sha1sums=('410880d89175fc7997df1141baef7db15f686495') From boobaa at frugalware.org Fri Aug 19 15:38:40 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Fri, 19 Aug 2011 15:38:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: amavisd-new-2.6.6-3-i686 Message-ID: <20110819133840.89B591358449@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a76ead5bc021625e196022499038744d7e5e01bb commit a76ead5bc021625e196022499038744d7e5e01bb Author: CS?CSY L?szl? Date: Fri Aug 19 15:38:14 2011 +0200 amavisd-new-2.6.6-3-i686 added perl-convert-binhex to depends to make this work at all diff --git a/source/network-extra/amavisd-new/FrugalBuild b/source/network-extra/amavisd-new/FrugalBuild index b4dcf27..9e0c806 100644 --- a/source/network-extra/amavisd-new/FrugalBuild +++ b/source/network-extra/amavisd-new/FrugalBuild @@ -4,13 +4,13 @@ pkgname=amavisd-new pkgver=2.6.6 -pkgrel=2 +pkgrel=3 pkgdesc="Amavisd-new is a high-performance interface between mailer (MTA) and content checkers" url="http://www.ijs.si/software/amavisd/" depends=('perl-archive-zip' 'perl-berkeleydb' 'perl-convert-tnef'\ 'perl-convert-uulib' 'perl-io-stringy'\ 'perl-mailtools' 'perl-mime-tools' 'perl-net-server'\ - 'perl-unix-syslog' 'spamassassin' 'systemd') + 'perl-unix-syslog' 'spamassassin' 'systemd' 'perl-convert-binhex') backup=('etc/amavis/20-userconf' 'etc/amavis/10-amavisconf') groups=('network-extra') archs=('i686' 'x86_64') From boobaa at frugalware.org Fri Aug 19 15:44:22 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Fri, 19 Aug 2011 15:44:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-convert-binhex-1.119-2-x86_64 Message-ID: <20110819134422.3295E1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6f614bdb368f9d65b16941e256e568706364ca46 commit 6f614bdb368f9d65b16941e256e568706364ca46 Author: CS??CSY L??szl?? Date: Fri Aug 19 15:44:07 2011 +0200 perl-convert-binhex-1.119-2-x86_64 added x86_64 to archs() diff --git a/source/devel-extra/perl-convert-binhex/FrugalBuild b/source/devel-extra/perl-convert-binhex/FrugalBuild index 790ebbd..787096c 100644 --- a/source/devel-extra/perl-convert-binhex/FrugalBuild +++ b/source/devel-extra/perl-convert-binhex/FrugalBuild @@ -4,6 +4,8 @@ _F_perl_name=Convert-BinHex _F_perl_author=E/ER/ERYQ pkgver=1.119 +pkgrel=2 pkgdesc="extract data from Macintosh BinHex files" Finclude perl +archs=('i686' 'x86_64') sha1sums=('410880d89175fc7997df1141baef7db15f686495') From boobaa at frugalware.org Fri Aug 19 15:55:46 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Fri, 19 Aug 2011 15:55:46 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.5: perl-convert-binhex-1.119-2mores1-x86_64 Message-ID: <20110819135546.D81151358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.5.git;a=commitdiff;h=381353862c6528382bf2996f09f37f61c66393dd commit 381353862c6528382bf2996f09f37f61c66393dd Author: CS?CSY L?szl? Date: Fri Aug 19 15:55:01 2011 +0200 perl-convert-binhex-1.119-2mores1-x86_64 backport of f120c20 and 6f614bd diff --git a/source/devel-extra/perl-convert-binhex/FrugalBuild b/source/devel-extra/perl-convert-binhex/FrugalBuild new file mode 100644 index 0000000..8c48f32 --- /dev/null +++ b/source/devel-extra/perl-convert-binhex/FrugalBuild @@ -0,0 +1,11 @@ +# Compiling Time: 0.1 SBU +# Maintainer: CS?CSY L?szl? + +_F_perl_name=Convert-BinHex +_F_perl_author=E/ER/ERYQ +pkgver=1.119 +pkgrel=2mores1 +pkgdesc="extract data from Macintosh BinHex files" +Finclude perl +archs=('i686' 'x86_64') +sha1sums=('410880d89175fc7997df1141baef7db15f686495') From boobaa at frugalware.org Fri Aug 19 16:03:15 2011 From: boobaa at frugalware.org (CSÉCSY László) Date: Fri, 19 Aug 2011 16:03:15 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.5: amavisd-new-2.6.6-3mores1 Message-ID: <20110819140315.D21111358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.5.git;a=commitdiff;h=5669fdc039071e8209b697b76ec60e5ab053616c commit 5669fdc039071e8209b697b76ec60e5ab053616c Author: CS?CSY L?szl? Date: Fri Aug 19 16:02:25 2011 +0200 amavisd-new-2.6.6-3mores1 backport of 6f614bd diff --git a/source/network-extra/amavisd-new/FrugalBuild b/source/network-extra/amavisd-new/FrugalBuild index b4dcf27..2e27989 100644 --- a/source/network-extra/amavisd-new/FrugalBuild +++ b/source/network-extra/amavisd-new/FrugalBuild @@ -4,13 +4,13 @@ pkgname=amavisd-new pkgver=2.6.6 -pkgrel=2 +pkgrel=3mores1 pkgdesc="Amavisd-new is a high-performance interface between mailer (MTA) and content checkers" url="http://www.ijs.si/software/amavisd/" depends=('perl-archive-zip' 'perl-berkeleydb' 'perl-convert-tnef'\ 'perl-convert-uulib' 'perl-io-stringy'\ 'perl-mailtools' 'perl-mime-tools' 'perl-net-server'\ - 'perl-unix-syslog' 'spamassassin' 'systemd') + 'perl-unix-syslog' 'spamassassin' 'systemd' 'perl-convert-binhex') backup=('etc/amavis/20-userconf' 'etc/amavis/10-amavisconf') groups=('network-extra') archs=('i686' 'x86_64') From kikadf.01 at gmail.com Fri Aug 19 16:15:55 2011 From: kikadf.01 at gmail.com (kikadf) Date: Fri, 19 Aug 2011 16:15:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bootchart-0.9-1-i686 Message-ID: <20110819141555.DDAC01358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=61529c3192fa414653d15530f825f6d985d86682 commit 61529c3192fa414653d15530f825f6d985d86682 Author: kikadf Date: Fri Aug 19 16:14:14 2011 +0200 bootchart-0.9-1-i686 * Replaced by bootchart2 diff --git a/source/apps-extra/bootchart/00-bootchart-0.8-frugalware.patch b/source/apps-extra/bootchart/00-bootchart-0.8-frugalware.patch deleted file mode 100644 index 8313201..0000000 --- a/source/apps-extra/bootchart/00-bootchart-0.8-frugalware.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur bootchart-0.8.orig/script/bootchartd bootchart-0.8/script/bootchartd ---- bootchart-0.8.orig/script/bootchartd 2005-02-08 23:31:01.000000000 +0100 -+++ bootchart-0.8/script/bootchartd 2005-07-20 20:28:06.869742256 +0200 -@@ -183,6 +183,8 @@ - echo "system.release = $( /bin/sed q /etc/gentoo-release )" >> "$HEADER" - elif [ -f /etc/SuSE-release ]; then - echo "system.release = $( /bin/sed q /etc/SuSE-release )" >> "$HEADER" -+ elif [ -f /etc/frugalware-release ]; then -+ echo "system.release = $( /bin/sed q /etc/frugalware-release )" >> "$HEADER" - else - echo "system.release = $( /bin/sed 's/\\.//g;q' /etc/issue )" >> "$HEADER" - fi diff --git a/source/apps-extra/bootchart/FrugalBuild b/source/apps-extra/bootchart/FrugalBuild deleted file mode 100644 index 1a0094e..0000000 --- a/source/apps-extra/bootchart/FrugalBuild +++ /dev/null @@ -1,24 +0,0 @@ -# Compiling time: 0.01 SBU -# Maintainer: Krisztian VASAS - -pkgname=bootchart -pkgver=0.9 -pkgrel=1 -pkgdesc="A tool for performance analysis and visualization of the boot process" -depends=('sysvinit') -groups=('apps-extra') -archs=('i686' 'x86_64') -_F_sourceforge_ext=".tar.bz2" -Finclude sourceforge -url="http://www.bootchart.org/" -sha1sums=('3e74e4844e0616c5c6514f8152262638f36d72ac') - -build() -{ - Fcd $pkgname-$pkgver/script - Fsed '/bin/sleep' '/usr/bin/sleep' bootchartd - Fsed '/bin/sed' '/usr/bin/sed' bootchartd - Fexerel bootchartd /sbin/bootchartd - Ffilerel bootchartd.conf /etc/bootchartd.conf -} - diff --git a/source/apps-extra/bootchart/bootchart.install b/source/apps-extra/bootchart/bootchart.install deleted file mode 100644 index ba93613..0000000 --- a/source/apps-extra/bootchart/bootchart.install +++ /dev/null @@ -1,18 +0,0 @@ -post_install() { - mkdir -p /mnt/bootchartd -} - -post_upgrade() { - post_install -} - -post_remove() { - rm -rf /mnt/bootchartd -} - -op=$1 -shift - -$op $* - -# vim: ft=sh From kikadf.01 at gmail.com Fri Aug 19 16:17:18 2011 From: kikadf.01 at gmail.com (kikadf) Date: Fri, 19 Aug 2011 16:17:18 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bootchart2-0.14.1-1-i686 Message-ID: <20110819141718.DC8931358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2dd34eae5c4ef581f145a98b173aaf772be7b676 commit 2dd34eae5c4ef581f145a98b173aaf772be7b676 Author: kikadf Date: Fri Aug 19 16:16:23 2011 +0200 bootchart2-0.14.1-1-i686 * New package diff --git a/source/apps-extra/bootchart2/FrugalBuild b/source/apps-extra/bootchart2/FrugalBuild new file mode 100644 index 0000000..6949b9a --- /dev/null +++ b/source/apps-extra/bootchart2/FrugalBuild @@ -0,0 +1,23 @@ +# Compiling Time: 0.03 SBU +# Maintainer: kikadf + +pkgname=bootchart2 +pkgver=0.14.1 +pkgrel=1 +pkgdesc="A tool for performance analysis and visualization of the boot process" +_F_github_ext=".tar.bz2" +_F_github_name="bootchart" +_F_github_author="mmeeks" +depends=('python') +groups=('apps-extra') +archs=('i686' 'x86_64') +Finclude github +source=(https://github.com/downloads/mmeeks/bootchart/$pkgname-$pkgver.tar.bz2) +conflicts=('bootchart') +provides=('bootchart') +replaces=('bootchart') +backup=('etc/bootchartd.conf') +sha1sums=('bcb8820d416f2bd8b076b89a810a2758c43310d4') + + +# optimization OK From baste at frugalware.org Fri Aug 19 17:32:15 2011 From: baste at frugalware.org (Baste) Date: Fri, 19 Aug 2011 17:32:15 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-shell-system-monitor-applet-20110819-1-i686 * Version bump Message-ID: <20110819153215.3F3991358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2c5ee05845cfd9dc12fc3eb7b151d71601bf3713 commit 2c5ee05845cfd9dc12fc3eb7b151d71601bf3713 Author: Baste Date: Fri Aug 19 17:31:14 2011 +0200 gnome-shell-system-monitor-applet-20110819-1-i686 * Version bump diff --git a/source/gnome-extra/gnome-shell-system-monitor-applet/FrugalBuild b/source/gnome-extra/gnome-shell-system-monitor-applet/FrugalBuild index 4114f06..4a61795 100644 --- a/source/gnome-extra/gnome-shell-system-monitor-applet/FrugalBuild +++ b/source/gnome-extra/gnome-shell-system-monitor-applet/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Baste pkgname=gnome-shell-system-monitor-applet -pkgver=20110718 +pkgver=20110819 pkgrel=1 pkgdesc="Display system informations in gnome shell status bar, such as memory usage, cpu usage, network rates." url="https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet" @@ -13,7 +13,7 @@ _F_gnome_glib="y" Finclude gnome-scriptlet gnome-shell-extensions up2date="Flasttar http://ftp.frugalware.org/pub/other/people/baste/snapshots/$pkgname" source=(http://ftp.frugalware.org/pub/other/people/baste/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('e92765add004152a4fb0ec941bef0d7bdb279540') +sha1sums=('04042e446526b06ef3d1ea4c080402a7c95bf88b') build(){ Fcd From bouleetbil at frogdev.info Fri Aug 19 18:00:12 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 18:00:12 +0200 (CEST) Subject: [Frugalware-git] gnometesting: Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Message-ID: <20110819160012.02A371358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1fae2402d45e053867f0ec74cd2e539211d40aef commit 1fae2402d45e053867f0ec74cd2e539211d40aef Merge: 5c7d024 2c5ee05 Author: bouleetbil Date: Fri Aug 19 17:49:49 2011 +0200 Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current From bouleetbil at frogdev.info Fri Aug 19 18:07:08 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 18:07:08 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libwnck-3.1.5-1-x86_64 Message-ID: <20110819160708.51A861358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=42340d1450504db86547de14402005a5dab865b2 commit 42340d1450504db86547de14402005a5dab865b2 Author: bouleetbil Date: Fri Aug 19 17:56:55 2011 +0200 libwnck-3.1.5-1-x86_64 *Version bump diff --git a/source/xlib/libwnck/FrugalBuild b/source/xlib/libwnck/FrugalBuild index 642033c..76e1a07 100644 --- a/source/xlib/libwnck/FrugalBuild +++ b/source/xlib/libwnck/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=libwnck -pkgver=3.0.2 +pkgver=3.1.5 pkgrel=1 pkgdesc="Window Navigator Construction Kit" url="http://www.gnome.org/" @@ -13,7 +13,7 @@ makedepends=('gtk-doc' 'perl-xml-parser' 'intltool' 'gobject-introspection') archs=('i686' 'x86_64' 'ppc' 'arm') Finclude gnome Fconfopts="$Fconfopts --enable-gtk-doc" -sha1sums=('ab8fe9f4512c193be8c79a17f857e3343519a722') +sha1sums=('10b219a4b3d8c636e15ab6b0e3a00ed77c0128b0') export CFLAGS="$CFLAGS -fno-strict-aliasing" # optimization OK From bouleetbil at frogdev.info Fri Aug 19 18:12:03 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 18:12:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: atk-2.1.5-1-x86_64 Message-ID: <20110819161203.4FC451358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=f039179e604f726cf3a04ed785b76ce5b8be6b1f commit f039179e604f726cf3a04ed785b76ce5b8be6b1f Author: bouleetbil Date: Fri Aug 19 18:01:47 2011 +0200 atk-2.1.5-1-x86_64 *Version bump diff --git a/source/lib/atk/FrugalBuild b/source/lib/atk/FrugalBuild index 06c5c95..92a16f5 100644 --- a/source/lib/atk/FrugalBuild +++ b/source/lib/atk/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=atk -pkgver=2.1.0 +pkgver=2.1.5 pkgrel=1 pkgdesc="A library of accessibility functions" url='http://www.gtk.org/' @@ -11,7 +11,7 @@ makedepends=('gobject-introspection>=0.9.6') groups=('lib') archs=('i686' 'x86_64' 'ppc' 'arm') Finclude gnome -sha1sums=('ce321774fd679497ff0bac269b3b2b652b7e751c') +sha1sums=('298d4c52f3b04d32df6db8687b6d565148a3e3f9') Fconfopts="$Fconfopts --disable-gtk-doc" # optimization OK From bouleetbil at frogdev.info Fri Aug 19 18:13:58 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 18:13:58 +0200 (CEST) Subject: [Frugalware-git] gnometesting: at-spi2-core-2.1.5-1-x86_64 Message-ID: <20110819161358.A4F001358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d5aecae5609d3425899c87f544a0e16fc4d3f55d commit d5aecae5609d3425899c87f544a0e16fc4d3f55d Author: bouleetbil Date: Fri Aug 19 18:03:46 2011 +0200 at-spi2-core-2.1.5-1-x86_64 *Version bump diff --git a/source/gnome-extra/at-spi2-core/FrugalBuild b/source/gnome-extra/at-spi2-core/FrugalBuild index 35b1211..33f6bd9 100644 --- a/source/gnome-extra/at-spi2-core/FrugalBuild +++ b/source/gnome-extra/at-spi2-core/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: bouleetbil pkgname=at-spi2-core -pkgver=2.0.2 +pkgver=2.1.5 pkgrel=1 pkgdesc="Gnome Accessibility Toolkit" -depends=('atk' 'dbus-glib' 'gtk+2') +depends=('atk' 'dbus-glib' 'gtk+3') makedepends=('perl-xml-parser' 'intltool' 'libxtst') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') Finclude gnome Fconfopts="$Fconfopts --disable-gtk-doc" -sha1sums=('001bbbc959a10981ade25a4db0b076b9e7e7000b') +sha1sums=('1f147d7c21a4739327b13cb183e5ed6c6cb2e509') # optimization OK From bouleetbil at frogdev.info Fri Aug 19 18:15:54 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 18:15:54 +0200 (CEST) Subject: [Frugalware-git] gnometesting: at-spi2-atk-2.1.5-1-x86_64 Message-ID: <20110819161554.6C0CE1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=cf1963669105639f41905caa5615380d521d4b9e commit cf1963669105639f41905caa5615380d521d4b9e Author: bouleetbil Date: Fri Aug 19 18:05:42 2011 +0200 at-spi2-atk-2.1.5-1-x86_64 *Version bump diff --git a/source/gnome-extra/at-spi2-atk/FrugalBuild b/source/gnome-extra/at-spi2-atk/FrugalBuild index 5129006..b84b94e 100644 --- a/source/gnome-extra/at-spi2-atk/FrugalBuild +++ b/source/gnome-extra/at-spi2-atk/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=at-spi2-atk -pkgver=2.0.2 +pkgver=2.1.5 pkgrel=1 pkgdesc="Gnome Accessibility Toolkit" depends=('atk' 'dbus-glib' 'at-spi2-core>=2.0.2') @@ -11,7 +11,7 @@ groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') Finclude gnome Fconfopts="$Fconfopts --disable-gtk-doc" -sha1sums=('f90e4708317d24b3a538cb452cc567b413a9c108') +sha1sums=('57bab0b2261c3b640b1b7950e8befef86fcf1cd5') replaces=('at-spi' 'gok' 'dasher') provides=('at-spi') conflicts=('at-spi') From bouleetbil at frogdev.info Fri Aug 19 18:56:53 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 18:56:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libgtop-2.28.3-2-x86_64 *added introspection support Message-ID: <20110819165653.AED941358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b3baa5cb9a42116dbb45565d116653fa2cebee8d commit b3baa5cb9a42116dbb45565d116653fa2cebee8d Author: bouleetbil Date: Fri Aug 19 18:46:10 2011 +0200 libgtop-2.28.3-2-x86_64 *added introspection support diff --git a/source/xlib/libgtop/FrugalBuild b/source/xlib/libgtop/FrugalBuild index a8ca90e..4856d2d 100644 --- a/source/xlib/libgtop/FrugalBuild +++ b/source/xlib/libgtop/FrugalBuild @@ -3,11 +3,11 @@ pkgname=libgtop pkgver=2.28.3 -pkgrel=1 +pkgrel=2 pkgdesc="A library that read information about processes and the running system" url="http://www.gnome.org/" depends=('glib2>=2.26.0' 'popt' 'texinfo' 'libxau>=1.0.4') -makedepends=('libxt' 'perl-xml-parser' 'gtk-doc' 'intltool') +makedepends=('libxt' 'perl-xml-parser' 'gtk-doc' 'intltool' 'gobject-introspection') groups=('xlib') archs=('i686' 'x86_64' 'ppc' 'arm') Finclude gnome texinfo From bouleetbil at frogdev.info Fri Aug 19 18:57:37 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 19 Aug 2011 18:57:37 +0200 (CEST) Subject: [Frugalware-git] gnometesting: Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Message-ID: <20110819165737.2FB5E1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=62f8973930e7151d6fa1b8bf07a0565c5520774d commit 62f8973930e7151d6fa1b8bf07a0565c5520774d Merge: cf19636 b3baa5c Author: bouleetbil Date: Fri Aug 19 18:47:18 2011 +0200 Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current From melko at frugalware.org Fri Aug 19 19:06:34 2011 From: melko at frugalware.org (Melko) Date: Fri, 19 Aug 2011 19:06:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ksudoku-0.4-2-i686 Message-ID: <20110819170634.90D741358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9a77cbfd1d69b50b1a7762ef3fc341e768162466 commit 9a77cbfd1d69b50b1a7762ef3fc341e768162466 Author: Melko Date: Fri Aug 19 19:03:24 2011 +0200 ksudoku-0.4-2-i686 * remove since is provided by kdegames, and prevent kde-extra group to be installed because of this conflict diff --git a/source/kde-extra/ksudoku/FrugalBuild b/source/kde-extra/ksudoku/FrugalBuild deleted file mode 100644 index cdd8a11..0000000 --- a/source/kde-extra/ksudoku/FrugalBuild +++ /dev/null @@ -1,42 +0,0 @@ -# Compiling time: 0.14 SBU -# Maintainer: Melko - -pkgname=ksudoku -pkgver=0.4 -pkgrel=2 -pkgdesc="Sudoku Puzzle Generator and Solver for KDE." -license="GPL2" -depends=('kdelibs' 'freeglut') -makedepends=('cmake') -archs=('i686' 'x86_64') -groups=('kde-extra') -Finclude sourceforge -url="http://ksudoku.sourceforge.net" -options=('scriptlet') -sha1sums=('f98a32f7f15ef73505ec89e4a7e79c7f53f856af') - - -build() -{ - Fcd - cmake -DCMAKE_BUILD_TYPE:STRING=Release \ - -DCMAKE_CXX_FLAGS:STRING="-Wall" \ - -DCMAKE_CXX_FLAGS_RELEASE:STRING="${CXXFLAGS}" \ - -DCMAKE_INSTALL_PREFIX:STRING=`kde-config --prefix` || Fdie - Fmake --disable-final \ - --disable-dependency-tracking \ - --enable-dnotify \ - --with-alsa --disable-debug \ - --enable-sendfile \ - --enable-ltdl-install \ - --disable-warnings \ - --enable-mitshm \ - --with-libart \ - --with-lua-includes=/usr/include \ - --with-lua-libraries=/usr/lib \ - --with-acl \ - --enable-gcc-hidden-visibility - Fmakeinstall DESTDIR=$Fdestdir -} - -# optimization OK From baste at frugalware.org Fri Aug 19 19:18:56 2011 From: baste at frugalware.org (Baste) Date: Fri, 19 Aug 2011 19:18:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-shell-system-monitor-applet-20110819-2-i686 * Fix depends * Fix the directory for translation Message-ID: <20110819171856.CCE8B1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1a5c34d163fd809373e75f4f038b7dde20c76afc commit 1a5c34d163fd809373e75f4f038b7dde20c76afc Author: Baste Date: Fri Aug 19 19:15:36 2011 +0200 gnome-shell-system-monitor-applet-20110819-2-i686 * Fix depends * Fix the directory for translation diff --git a/source/gnome-extra/gnome-shell-system-monitor-applet/FrugalBuild b/source/gnome-extra/gnome-shell-system-monitor-applet/FrugalBuild index 4a61795..7e62fb4 100644 --- a/source/gnome-extra/gnome-shell-system-monitor-applet/FrugalBuild +++ b/source/gnome-extra/gnome-shell-system-monitor-applet/FrugalBuild @@ -3,10 +3,10 @@ pkgname=gnome-shell-system-monitor-applet pkgver=20110819 -pkgrel=1 +pkgrel=2 pkgdesc="Display system informations in gnome shell status bar, such as memory usage, cpu usage, network rates." url="https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet" -depends=('gnome-shell' 'pygobject' 'gnome-system-monitor') +depends=('gnome-shell' 'pygobject' 'gnome-system-monitor' 'libgtop') groups=('gnome-extra') archs=('i686' 'x86_64') _F_gnome_glib="y" @@ -25,8 +25,8 @@ build(){ for dir in po/* ;do [[ -d "$dir" ]] && { lang=$(basename "$dir") - Fmkdir usr/share/locale/LC_MESSAGES/${lang} - msgfmt "$dir/system-monitor-applet.po" -o "$Fdestdir/usr/share/locale/LC_MESSAGES/${lang}/system-monitor-applet.mo" + Fmkdir usr/share/locale/${lang}/LC_MESSAGES + msgfmt "$dir/system-monitor-applet.po" -o "$Fdestdir/usr/share/locale/${lang}/LC_MESSAGES/system-monitor-applet.mo" } done Fmkdir usr/share/glib-2.0/schemas From melko at frugalware.org Fri Aug 19 21:42:23 2011 From: melko at frugalware.org (Melko) Date: Fri, 19 Aug 2011 21:42:23 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: sigil-0.4.0-1-i686 Message-ID: <20110819194223.60D991358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6b8569b96d69aeafcc7681d9abe00e3698a8c528 commit 6b8569b96d69aeafcc7681d9abe00e3698a8c528 Author: Melko Date: Fri Aug 19 21:40:49 2011 +0200 sigil-0.4.0-1-i686 * new package diff --git a/source/xapps-extra/sigil/FrugalBuild b/source/xapps-extra/sigil/FrugalBuild new file mode 100644 index 0000000..645ada7 --- /dev/null +++ b/source/xapps-extra/sigil/FrugalBuild @@ -0,0 +1,23 @@ +# Compiling Time: 8.84 SBU +# Maintainer: Melko + +pkgname=sigil +pkgver=0.4.0 +pkgrel=1 +pkgdesc="A WYSISYG ebook editor." +depends=('libqtwebkit') +makedepends=('libqtscript') +groups=('xapps-extra') +archs=('i686' 'x86_64') +_F_googlecode_name="Sigil" +_F_googlecode_dirname="$pkgname" +_F_googlecode_ext="-Code.zip" +Finclude googlecode cmake +sha1sums=('c73994184800aa6753cda7107a6a2907cd390c35') + +build() { + Fcd Sigil-$pkgver-Code + CMake_build +} + +# optimization OK From baste at frugalware.org Fri Aug 19 22:12:21 2011 From: baste at frugalware.org (Baste) Date: Fri, 19 Aug 2011 22:12:21 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-shell-extension-pomodoro-20110819-1-i686 * Version bump Message-ID: <20110819201221.279FB1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=14382d7fac0f27bcc42491f868231ce13b4edfd6 commit 14382d7fac0f27bcc42491f868231ce13b4edfd6 Author: Baste Date: Fri Aug 19 22:11:54 2011 +0200 gnome-shell-extension-pomodoro-20110819-1-i686 * Version bump diff --git a/source/gnome-extra/gnome-shell-extension-pomodoro/FrugalBuild b/source/gnome-extra/gnome-shell-extension-pomodoro/FrugalBuild index a78420c..f70f132 100644 --- a/source/gnome-extra/gnome-shell-extension-pomodoro/FrugalBuild +++ b/source/gnome-extra/gnome-shell-extension-pomodoro/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Baste pkgname=gnome-shell-extension-pomodoro -pkgver=20110618 +pkgver=20110819 pkgrel=1 pkgdesc="Pomodoro timer extension for gnome-shell." url="http://github.com/codito/gnome-shell-pomodoro" @@ -12,7 +12,7 @@ archs=('i686' 'x86_64') Finclude gnome-shell-extensions up2date="Flasttar http://ftp.frugalware.org/pub/other/people/baste/snapshots/$pkgname" source=(http://ftp.frugalware.org/pub/other/people/baste/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('7b60598a860f5b23b0748ee2b38c14887012d048') +sha1sums=('59ea947645af17e82dfd69313cc67f7be2568508') build() { From devil505linux at gmail.com Fri Aug 19 22:14:52 2011 From: devil505linux at gmail.com (Devil505) Date: Fri, 19 Aug 2011 22:14:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: dropbox-1.1.40-1-i686 * version bump Message-ID: <20110819201452.2A7161358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5a304f8dde71455217a7118a8c8020a142a83f58 commit 5a304f8dde71455217a7118a8c8020a142a83f58 Author: Devil505 Date: Fri Aug 19 22:04:08 2011 +0200 dropbox-1.1.40-1-i686 * version bump diff --git a/source/xapps-extra/dropbox/FrugalBuild b/source/xapps-extra/dropbox/FrugalBuild index ef6e72c..c1ffb46 100644 --- a/source/xapps-extra/dropbox/FrugalBuild +++ b/source/xapps-extra/dropbox/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=dropbox -pkgver=1.1.35 +pkgver=1.1.40 pkgrel=1 pkgdesc="Secure backup, sync and sharing made easy." url="http://www.dropbox.com" @@ -12,10 +12,10 @@ archs=('i686' 'x86_64') up2date="$pkgver" if [ "${CARCH}" = 'x86_64' ]; then _source_arch="x86_64" -sha1sums=('de87082df975a1c162f8ce12797db8dd228227b1' '5939c50df9eec204a58a2917876c64d8413d4c0f') +sha1sums=('f980217c99c458a54648a4a72c51860952c3d477' '5939c50df9eec204a58a2917876c64d8413d4c0f') else _source_arch="x86" -sha1sums=('5ced09cf1020f2578beba0f28a73ad6e2d90b644' '5939c50df9eec204a58a2917876c64d8413d4c0f') +sha1sums=('3fb38aac82fa19e20362fa57a8414023c7ea198c' '5939c50df9eec204a58a2917876c64d8413d4c0f') fi source=(https://dl-web.dropbox.com/u/17/${pkgname}-lnx.${_source_arch}-${pkgver}.tar.gz \ $pkgname.png) From devil505linux at gmail.com Fri Aug 19 22:26:39 2011 From: devil505linux at gmail.com (Devil505) Date: Fri, 19 Aug 2011 22:26:39 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: glfw-2.7.2-1-i686 * version bump Message-ID: <20110819202639.5ED361358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cb4900be6fb44ec32feab15cf76b8a5647322a58 commit cb4900be6fb44ec32feab15cf76b8a5647322a58 Author: Devil505 Date: Fri Aug 19 22:23:59 2011 +0200 glfw-2.7.2-1-i686 * version bump diff --git a/source/x11-extra/glfw/FrugalBuild b/source/x11-extra/glfw/FrugalBuild index 9757f76..a66912a 100644 --- a/source/x11-extra/glfw/FrugalBuild +++ b/source/x11-extra/glfw/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=glfw -pkgver=2.7.1 +pkgver=2.7.2 pkgrel=1 pkgdesc="A free, open source, portable framework for OpenGL application development." depends=('libgl' 'libxrandr' 'glibc' 'libxdamage' 'libglu') @@ -10,7 +10,7 @@ _F_sourceforge_ext=".tar.bz2" Finclude sourceforge groups=('x11-extra') archs=('i686' 'x86_64') -sha1sums=('06a4963b44aadd24c4482875f52da97e0175c3c8') +sha1sums=('19033c4d55ec98e85bb96954dddf213006857516') build() { From devil505linux at gmail.com Fri Aug 19 22:29:07 2011 From: devil505linux at gmail.com (Devil505) Date: Fri, 19 Aug 2011 22:29:07 +0200 (CEST) Subject: [Frugalware-git] ayatana: libindicator-0.3.93-1-i686 * version bump Message-ID: <20110819202907.691A41358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=1641974cc6b721fd559dbc02a4622da597ad159d commit 1641974cc6b721fd559dbc02a4622da597ad159d Author: Devil505 Date: Fri Aug 19 22:26:30 2011 +0200 libindicator-0.3.93-1-i686 * version bump diff --git a/source/xlib-extra/libindicator/FrugalBuild b/source/xlib-extra/libindicator/FrugalBuild index 759ced2..c0a9bba 100644 --- a/source/xlib-extra/libindicator/FrugalBuild +++ b/source/xlib-extra/libindicator/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=libindicator -pkgver=0.3.92 +pkgver=0.3.93 pkgrel=1 pkgdesc="A set of symbols and convenience functions that all indicators would like to use." url="https://launchpad.net/libindicator" @@ -12,7 +12,7 @@ groups=('xlib-extra') archs=('i686' 'x86_64') _F_launchpad_branch="0.4" Finclude launchpad -sha1sums=('8cdfa1c41396ef03e721540f79ebe08efb7993f3') +sha1sums=('d974bdb57a4ccf4c0a342f103f4ce6715f670065') unset MAKEFLAGS From devil505linux at gmail.com Fri Aug 19 22:42:05 2011 From: devil505linux at gmail.com (Devil505) Date: Fri, 19 Aug 2011 22:42:05 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: sweethome3d-3.3-1-i686 * version bump Message-ID: <20110819204205.3433C1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=11c64e18924f73adcb71f4b4553170daca7ac54d commit 11c64e18924f73adcb71f4b4553170daca7ac54d Author: Devil505 Date: Fri Aug 19 22:36:08 2011 +0200 sweethome3d-3.3-1-i686 * version bump diff --git a/source/xapps-extra/sweethome3d/FrugalBuild b/source/xapps-extra/sweethome3d/FrugalBuild index 2ffeb81..f7c653f 100644 --- a/source/xapps-extra/sweethome3d/FrugalBuild +++ b/source/xapps-extra/sweethome3d/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=sweethome3d -pkgver=3.2 +pkgver=3.3 pkgrel=1 pkgdesc="An interior design application" url="http://www.sweethome3d.eu/" @@ -10,11 +10,11 @@ depends=('j2re' 'libgl>=7.4.2-5' 'libxext>=1.0.5-3') _F_sourceforge_name="SweetHome3D" if [ "${CARCH}" = 'x86_64' ]; then _F_sourceforge_ext="-linux-x64.tgz" -sha1sums=('9285fd078d640c9337429e940271695fcc4f7d5d' \ +sha1sums=('8bc29517115fef7cbd495462b61ab2ab2669f400' \ 'ce77389c4bd49faa3dceb2db2d3cabb124a4d2ea') else _F_sourceforge_ext="-linux-x86.tgz" -sha1sums=('5969f8db95d38efb59194313e8960b13a64286d3' \ +sha1sums=('e92bbcb252d42243d4d9a647771acad54b755046' \ 'ce77389c4bd49faa3dceb2db2d3cabb124a4d2ea') fi Finclude sourceforge From melko at frugalware.org Sat Aug 20 00:33:50 2011 From: melko at frugalware.org (Melko) Date: Sat, 20 Aug 2011 00:33:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: vym-1.13.39-1-i686 Message-ID: <20110819223350.ED3FA1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eb39e1d8598775b57f4785b01e12181cd3ed768d commit eb39e1d8598775b57f4785b01e12181cd3ed768d Author: Melko Date: Sat Aug 20 00:32:16 2011 +0200 vym-1.13.39-1-i686 * version bump diff --git a/source/xapps-extra/vym/FrugalBuild b/source/xapps-extra/vym/FrugalBuild index 3e93555..d680a99 100644 --- a/source/xapps-extra/vym/FrugalBuild +++ b/source/xapps-extra/vym/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Melko pkgname=vym -pkgver=1.13.36 +pkgver=1.13.39 pkgrel=1 pkgdesc="A mindmapping tool." depends=('libqt3support' 'libqtgui' 'libqtdbus' 'libqtnetwork' 'libuuid') @@ -11,7 +11,7 @@ archs=('i686' 'x86_64') _F_sourceforge_ext=".tar.bz2" Finclude sourceforge source=("${source[@]}" "$pkgname.desktop") -sha1sums=('3b68de4558e05a4d32d9fc984867c51b975d26a9' \ +sha1sums=('334be1b4f89538fd32e85b39fea5d83ada8db752' \ '67911adc49722e3f93d3d01d92ad8128a53272bc') build(){ From melko at frugalware.org Sat Aug 20 00:54:17 2011 From: melko at frugalware.org (Melko) Date: Sat, 20 Aug 2011 00:54:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: calibre-0.8.15-1-i686 Message-ID: <20110819225417.AA7131358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fc767c83a48674ef494abf2f21a92b8fe91acf3d commit fc767c83a48674ef494abf2f21a92b8fe91acf3d Author: Melko Date: Sat Aug 20 00:48:05 2011 +0200 calibre-0.8.15-1-i686 * version bump diff --git a/source/xapps-extra/calibre/FrugalBuild b/source/xapps-extra/calibre/FrugalBuild index 1c60ef4..2d24983 100644 --- a/source/xapps-extra/calibre/FrugalBuild +++ b/source/xapps-extra/calibre/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Melko pkgname=calibre -pkgver=0.8.14 +pkgver=0.8.15 pkgrel=1 pkgdesc="Ebook management application" url="http://calibre.kovidgoyal.net/" @@ -21,7 +21,7 @@ source=(${source[@]} $pkgname-ebook-viewer.desktop \ $pkgname-lrf.png \ $pkgname-gui.png \ $pkgname.xml) -sha1sums=('46de2de350e67c63c9338590a9e9b7b4274a5f16' \ +sha1sums=('d85285edc0129c340201407b7d50499b0db38210' \ '1323d95691289b41e25fd191dc1d18f1c58e02d2' \ 'e7eb837ad8733ecb813b5f897484324cd7160426' \ '2a675529ef6f034eb20bc48620802b60796d689d' \ From bouleetbil at frogdev.info Sat Aug 20 10:05:26 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 20 Aug 2011 10:05:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libcanberra-0.28-5-x86_64 *remove useless pulseaudio-hal depend Message-ID: <20110820080526.CBDD91358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=913aa2faf8c8e122ae60d620a02d753c0361d4c1 commit 913aa2faf8c8e122ae60d620a02d753c0361d4c1 Author: bouleetbil Date: Sat Aug 20 09:54:35 2011 +0200 libcanberra-0.28-5-x86_64 *remove useless pulseaudio-hal depend diff --git a/source/multimedia/libcanberra/FrugalBuild b/source/multimedia/libcanberra/FrugalBuild index 90436c6..f42d7a5 100644 --- a/source/multimedia/libcanberra/FrugalBuild +++ b/source/multimedia/libcanberra/FrugalBuild @@ -3,11 +3,11 @@ pkgname=libcanberra pkgver=0.28 -pkgrel=4 +pkgrel=5 pkgdesc="libcanberra is an implementation of the XDG Sound Theme and Name Specifications." url="http://0pointer.de/lennart/projects/$pkgname/" depends=('libvorbis') -makedepends=('alsa-lib' 'gstreamer' 'pulseaudio-hal>=0.9.23' 'pulseaudio-x11>=0.9.23') +makedepends=('alsa-lib' 'gstreamer' 'pulseaudio-x11>=0.9.23') groups=('multimedia') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump -source $url | Flasttar" @@ -21,7 +21,7 @@ unset install subpkgs=("libcanberra-alsa" "libcanberra-gst" "libcanberra-gtk" "libcanberra-pulseaudio" "libcanberra-gtk2") subrodepends=("libcanberra" "libcanberra" "libcanberra" "libcanberra" "libcanberra") -subdepends=("alsa-lib" "gstreamer" "libxml2>=2.7.8 gtk+3>=2.99.3 gconf" "pulseaudio-hal pulseaudio-x11" "gtk+2 gconf") +subdepends=("alsa-lib" "gstreamer" "libxml2>=2.7.8 gtk+3>=2.99.3 gconf" "pulseaudio-x11" "gtk+2 gconf") subdescs=('Alsa libcanberra' 'gstreamer libcanberra' 'GTK+3 libcanberra' 'pulseaudio libcanberra' 'GTK+2 libcanberra') subgroups=('multimedia' 'xmultimedia' 'gnome' 'xmultimedia-extra' 'gnome') subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc') From bouleetbil at frogdev.info Sat Aug 20 10:13:14 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 20 Aug 2011 10:13:14 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: poppler-0.16.7-1-x86_64 *fix build Message-ID: <20110820081314.03F8B1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=11feb221afffc9cd9a7578fa84a4942712e3aa19 commit 11feb221afffc9cd9a7578fa84a4942712e3aa19 Author: bouleetbil Date: Sat Aug 20 10:02:43 2011 +0200 poppler-0.16.7-1-x86_64 *fix build diff --git a/source/xlib/poppler/FrugalBuild b/source/xlib/poppler/FrugalBuild index 1b9954a..bfe7e54 100644 --- a/source/xlib/poppler/FrugalBuild +++ b/source/xlib/poppler/FrugalBuild @@ -76,7 +76,6 @@ build() { Fsplit poppler-pdftools usr/share/man/man1/* if Fuse $USE_GTK; then - Fsplit poppler-glib usr/bin/poppler-glib-demo Fsplit poppler-glib usr/include/poppler/glib/ Fsplit poppler-glib usr/lib/libpoppler-glib* Fsplit poppler-glib usr/lib/pkgconfig/poppler-glib.* From bouleetbil at frogdev.info Sat Aug 20 10:48:44 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 20 Aug 2011 10:48:44 +0200 (CEST) Subject: [Frugalware-git] bouletmp: glibc-2.14-1-x86_64 Message-ID: <20110820084844.7B5971358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=c4789a9ca615052c0fa322cbc00c24c1cb33106c commit c4789a9ca615052c0fa322cbc00c24c1cb33106c Author: bouleetbil Date: Sat Aug 20 10:38:24 2011 +0200 glibc-2.14-1-x86_64 *Version bump diff --git a/source/base/glibc/FrugalBuild b/source/base/glibc/FrugalBuild index 5d784e8..df1172f 100644 --- a/source/base/glibc/FrugalBuild +++ b/source/base/glibc/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: Miklos Vajna pkgname=glibc -pkgver=2.13 -pkgrel=3 +pkgver=2.14 +pkgrel=1 pkgdesc="GNU C Library" url="http://www.gnu.org/software/libc/libc.html" depends=() @@ -14,14 +14,13 @@ makedepends=("${makedepends[@]}" 'gd>=2.0.35-2') rodepends=('tzdata') groups=('base' 'chroot-core') archs=('i686' 'x86_64' 'ppc' 'arm') -options=('force') Fup2gnubz2 source=(http://ftp.gnu.org/pub/gnu/glibc/glibc-$pkgver.tar.gz \ - http://ftp.frugalware.org/pub/other/people/elentir/glibc-ports/glibc-ports-$pkgver.tar.bz2 \ + http://ftp.frugalware.org/pub/other/people/elentir/glibc-ports/glibc-ports-2.13.tar.bz2 \ fix-missing-etc-hosts.patch \ gcc45.patch \ revert-8f4a5048eea6536ee85c0f2670adbb97d71e427d.patch) -sha1sums=('99510a8b19aa822a05d8323d1bb25241579bc006' \ +sha1sums=('74a57dd5bd2494a190da7ded31477980aefa5093' \ '01550b9e174e615fdd1071fc8b54183dfcd73d97' \ 'be4a7bea8af743331e2c6704faa24b6cb4e155d5' \ '2283966c4f48bbc9b6ad0ae3bbd64601c057c721' \ From bouleetbil at frogdev.info Sat Aug 20 11:02:13 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 20 Aug 2011 11:02:13 +0200 (CEST) Subject: [Frugalware-git] bouletmp: dbus-1.5.6-1-x86_64 Message-ID: <20110820090213.1C6E71358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=caedee7bf0ee7255fc66e89aab221d14df8f6f31 commit caedee7bf0ee7255fc66e89aab221d14df8f6f31 Author: bouleetbil Date: Sat Aug 20 10:51:57 2011 +0200 dbus-1.5.6-1-x86_64 *Version bump diff --git a/source/base/dbus/FrugalBuild b/source/base/dbus/FrugalBuild index 447d299..9ad244f 100644 --- a/source/base/dbus/FrugalBuild +++ b/source/base/dbus/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: crazy pkgname=dbus -pkgver=1.5.4 +pkgver=1.5.6 pkgrel=1 pkgdesc="A message bus system" url="http://freedesktop.org/wiki/Software_2fdbus" @@ -14,7 +14,7 @@ archs=('i686' 'x86_64' 'ppc' 'arm') up2date="lynx -dump http://dbus.freedesktop.org/releases/dbus/|Flasttar" source=(http://dbus.freedesktop.org/releases/dbus/$pkgname-$pkgver.tar.gz \ rc.$pkgname dbus-1-launch dbus-1-launch.desktop) -sha1sums=('11bd5828ac56a3e8f125a487b5743f09914ecea6' \ +sha1sums=('bc9ae54d5f6ce02faaf9f5579b6da594c2cc372f' \ '72f1aa43b2d7c0c29e71b096af7b2f8819982ba9' \ '740af74eb43cadf1277346029577aadd3d10f2b5' \ 'da9efab479aa3a2a8fb365a89ed658646486c39f') From bouleetbil at frogdev.info Sat Aug 20 11:21:42 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 20 Aug 2011 11:21:42 +0200 (CEST) Subject: [Frugalware-git] bouletmp: tzdata-2011h-1-x86_64 Message-ID: <20110820092142.6ACB01358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=76fd2ae77823fc982f9876a52658ae5abdb7f6d9 commit 76fd2ae77823fc982f9876a52658ae5abdb7f6d9 Author: bouleetbil Date: Sat Aug 20 11:11:28 2011 +0200 tzdata-2011h-1-x86_64 *Version bump diff --git a/source/base/tzdata/FrugalBuild b/source/base/tzdata/FrugalBuild index fcf0461..2903e1c 100644 --- a/source/base/tzdata/FrugalBuild +++ b/source/base/tzdata/FrugalBuild @@ -2,7 +2,8 @@ # Maintainer: crazy pkgname=tzdata -pkgver=2010m +pkgver=2011h +vertzcode=2011g pkgrel=1 pkgdesc="Sources for time zone and daylight saving time data" url="http://www.twinsun.com/tz/tz-link.htm" @@ -10,17 +11,17 @@ depends=('glibc>=2.8-3') groups=('base' 'chroot-core') archs=('i686' 'x86_64' 'ppc' 'arm') up2date="lynx -dump -nolist ftp://elsie.nci.nih.gov/pub/|grep tzdata|sed 's/.*ta\(.*\).t.*/\1/'" -source=(ftp://elsie.nci.nih.gov/pub/tzcode${pkgver}.tar.gz \ +source=(ftp://elsie.nci.nih.gov/pub/tzcode${vertzcode}.tar.gz \ ftp://elsie.nci.nih.gov/pub/${pkgname}${pkgver}.tar.gz \ Makefile.patch) -sha1sums=('605eb305d899d48a8ad0d48b0fb175daaf743bb0' \ - '3e74330984b6aeb47cf27de2b860b2c69b2a0731' \ +sha1sums=('a3d3f5a9f780620aa8137b6f8fe3384b23ce6c56' \ + 'cd0196ffd145eb7c7a0ed636db7cd652224a2749' \ 'e8890681333949977ccff0b7a429ad25ed78dbcf') build() { Fcd "." - tar -xf tzcode${pkgver}.tar.gz || Fdie + tar -xf tzcode${vertzcode}.tar.gz || Fdie tar -xf ${pkgname}${pkgver}.tar.gz || Fdie patch -p1 -i ../Makefile.patch || Fdie make || Fdie From bouleetbil at frogdev.info Sat Aug 20 11:26:53 2011 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 20 Aug 2011 11:26:53 +0200 (CEST) Subject: [Frugalware-git] bouletmp: numpy-1.6.1-1-x86_64 Message-ID: <20110820092653.70D1D1358448@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=0def826e3abdff890878bbafba245b258f7fd41a commit 0def826e3abdff890878bbafba245b258f7fd41a Author: bouleetbil Date: Sat Aug 20 11:16:39 2011 +0200 numpy-1.6.1-1-x86_64 *Version bump diff --git a/source/devel/numpy/FrugalBuild b/source/devel/numpy/FrugalBuild index 069208d..99dac21 100644 --- a/source/devel/numpy/FrugalBuild +++ b/source/devel/numpy/FrugalBuild @@ -2,17 +2,13 @@ # Maintainer: Priyank Gosalia pkgname=numpy -pkgver=1.4.1 -pkgrel=2 +pkgver=1.6.1 +pkgrel=1 pkgdesc="Numerical Python adds a fast array facility to the Python language" depends=('python>=2.7') groups=('devel') archs=('i686' 'x86_64' 'ppc') Finclude sourceforge -source=($source ppc_r8510.diff ppc_r8511.diff ppc_r8526.diff) -sha1sums=('ec6078aa09acbcca3d90f9f36353fc83e7e1daa0' \ - 'dbfe34ffd49d75eb0dcda430fe45d30d62fefbd3' \ - 'ba3b784e08dc731ce47f54443a132cb2b8d8b502' \ - 'f9a644a14577bf70ca852015ca730eecb4975fbd') +sha1sums=('3f73ff9231a1c15e28e6e259ef5cc35a72b34059') # optimization OK diff --git a/source/devel/numpy/ppc_r8510.diff b/source/devel/numpy/ppc_r8510.diff deleted file mode 100644 index f1fdf14..0000000 --- a/source/devel/numpy/ppc_r8510.diff +++ /dev/null @@ -1,47 +0,0 @@ -Index: numpy/core/setup.py -=================================================================== ---- python-numpy-1.4.1.orig/numpy/core/setup.py (revision 8455) -+++ python-numpy-1.4.1/numpy/core/setup.py (revision 8510) -@@ -429,5 +429,6 @@ - 'INTEL_EXTENDED_16_BYTES_LE', - 'IEEE_QUAD_LE', 'IEEE_QUAD_BE', -- 'IEEE_DOUBLE_LE', 'IEEE_DOUBLE_BE']: -+ 'IEEE_DOUBLE_LE', 'IEEE_DOUBLE_BE', -+ 'DOUBLE_DOUBLE_BE']: - moredefs.append(('HAVE_LDOUBLE_%s' % rep, 1)) - else: -Index: numpy/core/src/npymath/npy_math_private.h -=================================================================== ---- python-numpy-1.4.1.orig/numpy/core/src/npymath/npy_math_private.h (revision 8008) -+++ python-numpy-1.4.1/numpy/core/src/npymath/npy_math_private.h (revision 8510) -@@ -364,4 +364,5 @@ - #endif - -+#ifndef HAVE_LDOUBLE_DOUBLE_DOUBLE_BE - /* Get the sign bit of x. x should be of type IEEEl2bitsrep */ - #define GET_LDOUBLE_SIGN(x) \ -@@ -404,4 +405,6 @@ - (((IEEEl2bitsrep_part)(v) << LDBL_MANH_SHIFT) & LDBL_MANH_MASK)) - -+#endif /* #ifndef HAVE_LDOUBLE_DOUBLE_DOUBLE_BE */ -+ - /* - * Those unions are used to convert a pointer of npy_cdouble to native C99 -Index: numpy/core/setup_common.py -=================================================================== ---- python-numpy-1.4.1.orig/numpy/core/setup_common.py (revision 8113) -+++ python-numpy-1.4.1/numpy/core/setup_common.py (revision 8510) -@@ -220,4 +220,6 @@ - '000', '000', '000', '000', '000', '000', '000', '000'] - _IEEE_QUAD_PREC_LE = _IEEE_QUAD_PREC_BE[::-1] -+_DOUBLE_DOUBLE_BE = ['301', '235', '157', '064', '124', '000', '000', '000'] + \ -+ ['000'] * 8 - - def long_double_representation(lines): -@@ -255,4 +257,6 @@ - elif read[8:-8] == _IEEE_QUAD_PREC_LE: - return 'IEEE_QUAD_LE' -+ elif read[8:-8] == _DOUBLE_DOUBLE_BE: -+ return 'DOUBLE_DOUBLE_BE' - elif read[:16] == _BEFORE_SEQ: - if read[16:-8] == _IEEE_DOUBLE_LE: diff --git a/source/devel/numpy/ppc_r8511.diff b/source/devel/numpy/ppc_r8511.diff deleted file mode 100644 index 2b578f8..0000000 --- a/source/devel/numpy/ppc_r8511.diff +++ /dev/null @@ -1,150 +0,0 @@ -Index: numpy/core/src/npymath/ieee754.c.src -=================================================================== ---- python-numpy-1.4.1.orig/numpy/core/src/npymath/ieee754.c.src (revision 8009) -+++ python-numpy-1.4.1/numpy/core/src/npymath/ieee754.c.src (revision 8511) -@@ -127,4 +127,127 @@ - } - -+#ifdef HAVE_LDOUBLE_DOUBLE_DOUBLE_BE -+ -+/* -+ * FIXME: this is ugly and untested. The asm part only works with gcc, and we -+ * should consolidate the GET_LDOUBLE* / SET_LDOUBLE macros -+ */ -+#define math_opt_barrier(x) \ -+ ({ __typeof (x) __x = x; __asm ("" : "+m" (__x)); __x; }) -+#define math_force_eval(x) __asm __volatile ("" : : "m" (x)) -+ -+/* only works for big endian */ -+typedef union -+{ -+ npy_longdouble value; -+ struct -+ { -+ npy_uint64 msw; -+ npy_uint64 lsw; -+ } parts64; -+ struct -+ { -+ npy_uint32 w0, w1, w2, w3; -+ } parts32; -+} ieee854_long_double_shape_type; -+ -+/* Get two 64 bit ints from a long double. */ -+ -+#define GET_LDOUBLE_WORDS64(ix0,ix1,d) \ -+do { \ -+ ieee854_long_double_shape_type qw_u; \ -+ qw_u.value = (d); \ -+ (ix0) = qw_u.parts64.msw; \ -+ (ix1) = qw_u.parts64.lsw; \ -+} while (0) -+ -+/* Set a long double from two 64 bit ints. */ -+ -+#define SET_LDOUBLE_WORDS64(d,ix0,ix1) \ -+do { \ -+ ieee854_long_double_shape_type qw_u; \ -+ qw_u.parts64.msw = (ix0); \ -+ qw_u.parts64.lsw = (ix1); \ -+ (d) = qw_u.value; \ -+} while (0) -+ -+npy_longdouble _nextl(npy_longdouble x, int p) -+{ -+ npy_int64 hx,ihx,ilx; -+ npy_uint64 lx; -+ -+ GET_LDOUBLE_WORDS64(hx, lx, x); -+ ihx = hx & 0x7fffffffffffffffLL; /* |hx| */ -+ ilx = lx & 0x7fffffffffffffffLL; /* |lx| */ -+ -+ if(((ihx & 0x7ff0000000000000LL)==0x7ff0000000000000LL)&& -+ ((ihx & 0x000fffffffffffffLL)!=0)) { -+ return x; /* signal the nan */ -+ } -+ if(ihx == 0 && ilx == 0) { /* x == 0 */ -+ npy_longdouble u; -+ SET_LDOUBLE_WORDS64(x, p, 0ULL);/* return +-minsubnormal */ -+ u = x * x; -+ if (u == x) { -+ return u; -+ } else { -+ return x; /* raise underflow flag */ -+ } -+ } -+ -+ npy_longdouble u; -+ if(p < 0) { /* p < 0, x -= ulp */ -+ if((hx==0xffefffffffffffffLL)&&(lx==0xfc8ffffffffffffeLL)) -+ return x+x; /* overflow, return -inf */ -+ if (hx >= 0x7ff0000000000000LL) { -+ SET_LDOUBLE_WORDS64(u,0x7fefffffffffffffLL,0x7c8ffffffffffffeLL); -+ return u; -+ } -+ if(ihx <= 0x0360000000000000LL) { /* x <= LDBL_MIN */ -+ u = math_opt_barrier (x); -+ x -= __LDBL_DENORM_MIN__; -+ if (ihx < 0x0360000000000000LL -+ || (hx > 0 && (npy_int64) lx <= 0) -+
    ActivityActivit?? BugsFeature RequestsDemande de fonctionnalit??
    OpenOuverts 266
    Opened since the previous newsletterOuverts depuis la derni??re newsletter 2
    Closed since the previous newsletterClos depuis la derni??re newsletter 59