[arch-commits] Commit in deepin-daemon/repos (22 files)
Date: Tuesday, February 7, 2017 @ 07:44:55 Author: felixonmars Revision: 210701 archrelease: copy trunk to community-i686, community-x86_64 Added: deepin-daemon/repos/community-i686/PKGBUILD (from rev 210700, deepin-daemon/trunk/PKGBUILD) deepin-daemon/repos/community-i686/deepin-daemon.install (from rev 210700, deepin-daemon/trunk/deepin-daemon.install) deepin-daemon/repos/community-i686/deepin-daemon.sysusers (from rev 210700, deepin-daemon/trunk/deepin-daemon.sysusers) deepin-daemon/repos/community-i686/launcher.patch (from rev 210700, deepin-daemon/trunk/launcher.patch) deepin-daemon/repos/community-i686/nm-1.6.patch (from rev 210700, deepin-daemon/trunk/nm-1.6.patch) deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop (from rev 210700, deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop) deepin-daemon/repos/community-x86_64/PKGBUILD (from rev 210700, deepin-daemon/trunk/PKGBUILD) deepin-daemon/repos/community-x86_64/deepin-daemon.install (from rev 210700, deepin-daemon/trunk/deepin-daemon.install) deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers (from rev 210700, deepin-daemon/trunk/deepin-daemon.sysusers) deepin-daemon/repos/community-x86_64/launcher.patch (from rev 210700, deepin-daemon/trunk/launcher.patch) deepin-daemon/repos/community-x86_64/nm-1.6.patch (from rev 210700, deepin-daemon/trunk/nm-1.6.patch) deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop (from rev 210700, deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop) Deleted: deepin-daemon/repos/community-i686/PKGBUILD deepin-daemon/repos/community-i686/deepin-daemon.install deepin-daemon/repos/community-i686/deepin-daemon.sysusers deepin-daemon/repos/community-i686/launcher.patch deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop deepin-daemon/repos/community-x86_64/PKGBUILD deepin-daemon/repos/community-x86_64/deepin-daemon.install deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers deepin-daemon/repos/community-x86_64/launcher.patch deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop -+ /PKGBUILD | 128 /deepin-daemon.install |6 /deepin-daemon.sysusers |4 /launcher.patch |11352 ++ /polkit-gnome-authentication-agent-1-deepin.desktop | 174 community-i686/PKGBUILD | 52 community-i686/deepin-daemon.install| 11 community-i686/deepin-daemon.sysusers |2 community-i686/launcher.patch | 5676 - community-i686/nm-1.6.patch | 60 community-i686/polkit-gnome-authentication-agent-1-deepin.desktop | 87 community-x86_64/PKGBUILD | 52 community-x86_64/deepin-daemon.install | 11 community-x86_64/deepin-daemon.sysusers |2 community-x86_64/launcher.patch | 5676 - community-x86_64/nm-1.6.patch | 60 community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop | 87 17 files changed, 11784 insertions(+), 11656 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 210700:210701 to see the changes.
[arch-commits] Commit in haskell-skylighting/repos (6 files)
Date: Tuesday, February 7, 2017 @ 07:43:03 Author: felixonmars Revision: 210699 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-skylighting/repos/community-staging-i686/ haskell-skylighting/repos/community-staging-i686/PKGBUILD (from rev 210698, haskell-skylighting/trunk/PKGBUILD) haskell-skylighting/repos/community-staging-i686/system-pcre.patch (from rev 210698, haskell-skylighting/trunk/system-pcre.patch) haskell-skylighting/repos/community-staging-x86_64/ haskell-skylighting/repos/community-staging-x86_64/PKGBUILD (from rev 210698, haskell-skylighting/trunk/PKGBUILD) haskell-skylighting/repos/community-staging-x86_64/system-pcre.patch (from rev 210698, haskell-skylighting/trunk/system-pcre.patch) + community-staging-i686/PKGBUILD| 49 +++ community-staging-i686/system-pcre.patch | 57 +++ community-staging-x86_64/PKGBUILD | 49 +++ community-staging-x86_64/system-pcre.patch | 57 +++ 4 files changed, 212 insertions(+) Copied: haskell-skylighting/repos/community-staging-i686/PKGBUILD (from rev 210698, haskell-skylighting/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-07 07:43:03 UTC (rev 210699) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=skylighting +pkgname=haskell-skylighting +pkgver=0.1.1.5 +pkgrel=2 +pkgdesc="Syntax highlighting library" +url="https://github.com/jgm/skylighting"; +license=('GPL2') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-hxt' + 'haskell-mtl' 'haskell-pretty-show' 'haskell-regex-pcre' 'haskell-safe' 'haskell-text' + 'haskell-utf8-string') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"; +system-pcre.patch) +md5sums=('7681c510ab20d79a32a0a54479a2325c' + '5971978a26d8133df62b803bd67a70b6') + +prepare() { +cd "${srcdir}/${_hkgname}-${pkgver}" +patch -p1 -i ../system-pcre.patch +} + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-fsystem-pcre +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-skylighting/repos/community-staging-i686/system-pcre.patch (from rev 210698, haskell-skylighting/trunk/system-pcre.patch) === --- community-staging-i686/system-pcre.patch(rev 0) +++ community-staging-i686/system-pcre.patch2017-02-07 07:43:03 UTC (rev 210699) @@ -0,0 +1,57 @@ +commit 5fbf9b74c1d34a395a99e61349e3f5f8af0f6140 +Author: Felix Yan +Date: Mon Feb 6 11:44:37 2017 +0800 + +Add a flag to build with system pcre + +diff --git a/skylighting.cabal b/skylighting.cabal +index 83d39aa..f5684bf 100644 +--- a/skylighting.cabal b/skylighting.cabal +@@ -228,7 +228,6 @@ library +mtl, +text, +bytestring, +- regex-pcre-builtin, +directory, +filepath, +aeson, +@@ -238,6 +237,10 @@ library +safe, +blaze-html >= 0.5, +containers ++ if flag(system-pcre) ++build-depends: regex-pcre ++ else ++build-depends: regex-pcre-builtin + hs-source-dirs: src + if impl(ghc < 7.10) + hs-source-dirs: prelude +@@ -255,12 +258,15 @@ Flag executable + Description: Build skylighting CLI tool + Default: False + ++Flag system-pcre ++ Description: Use regex-pcre instead of regex-pcre-builtin ++ Default: False ++ + executable skylighting-extract
[arch-commits] Commit in deepin-daemon/trunk (3 files)
Date: Tuesday, February 7, 2017 @ 07:43:14 Author: felixonmars Revision: 210700 upgpkg: deepin-daemon 3.0.25.2-2 Added: deepin-daemon/trunk/nm-1.6.patch Modified: deepin-daemon/trunk/PKGBUILD deepin-daemon/trunk/deepin-daemon.install ---+ PKGBUILD | 24 ++- deepin-daemon.install |8 -- nm-1.6.patch | 60 3 files changed, 78 insertions(+), 14 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 07:43:03 UTC (rev 210699) +++ PKGBUILD2017-02-07 07:43:14 UTC (rev 210700) @@ -5,7 +5,7 @@ pkgname=deepin-daemon pkgver=3.0.25.2 -pkgrel=1 +pkgrel=2 pkgdesc='Daemon handling the DDE session settings' arch=('i686' 'x86_64') url="https://github.com/linuxdeepin/dde-daemon"; @@ -15,7 +15,8 @@ 'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' # 'gcc-libs>=5.3.0-3' 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 'pulseaudio' 'gnome-keyring') -makedepends=('deepin-dbus-factory' 'deepin-gir-generator' 'deepin-go-lib' 'deepin-api' 'sqlite' 'git' 'mercurial' 'go') # 'gcc-go') +makedepends=('deepin-dbus-factory' 'deepin-gir-generator' 'deepin-go-lib' 'deepin-api' 'sqlite' + 'git' 'mercurial' 'python-gobject' 'networkmanager' 'go') # 'gcc-go') optdepends=('networkmanager: Network Management daemon' 'deepin-grub2-themes: deepin theme for grub menu') conflicts=('dde-daemon') @@ -24,22 +25,33 @@ install="${pkgname}.install" source=("git+https://cr.deepin.io/dde/dde-daemon.git#tag=$pkgver"; 'deepin-daemon.sysusers' -'polkit-gnome-authentication-agent-1-deepin.desktop') +'polkit-gnome-authentication-agent-1-deepin.desktop' +'nm-1.6.patch') sha256sums=('SKIP' '4482f2c82c3652040021dd43515f131184a0417e341dc37db487117012245e25' -'014f4c530e7556c3a83ab4409ae7dd47a87550004128ed8b7d02c58357e7') +'014f4c530e7556c3a83ab4409ae7dd47a87550004128ed8b7d02c58357e7' +'6cc1ba05f1a750327313732b2d3334d3429906a6207c6c61477309089ae9e318') prepare() { export GOPATH="$srcdir/build:/usr/share/gocode" + # https://github.com/niemeyer/gopkg/issues/50 + git config --global http.https://gopkg.in.followRedirects true + go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil github.com/howeyc/fsnotify \ github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 github.com/disintegration/imaging \ github.com/BurntSushi/freetype-go/freetype github.com/BurntSushi/freetype-go/freetype/truetype \ - github.com/BurntSushi/graphics-go/graphics github.com/fsnotify/fsnotify golang.org/x/sys/unix + github.com/BurntSushi/graphics-go/graphics github.com/fsnotify/fsnotify golang.org/x/sys/unix \ + gopkg.in/yaml.v2 + + cd dde-daemon + patch -p1 -i ../nm-1.6.patch } build() { - cd "$srcdir/dde-daemon" + cd dde-daemon + # We have newer networkmanager + make -C network/nm_generator gen-nm-code make # USE_GCCGO=1 } Modified: deepin-daemon.install === --- deepin-daemon.install 2017-02-07 07:43:03 UTC (rev 210699) +++ deepin-daemon.install 2017-02-07 07:43:14 UTC (rev 210700) @@ -1,11 +1,3 @@ -post_install() { - systemd-sysusers deepin-daemon.conf -} - -post_upgrade() { - (( $(vercmp $2 '2.93.1-1') < 0 )) && systemd-sysusers deepin-daemon.conf || true -} - post_remove() { rm -f /var/cache/deepin/mark-setup-network-services } Added: nm-1.6.patch === --- nm-1.6.patch(rev 0) +++ nm-1.6.patch2017-02-07 07:43:14 UTC (rev 210700) @@ -0,0 +1,60 @@ +commit a5ccf1fc09eb89ea5cce250198f24857d63ec19f +Author: jouyouyun +Date: Tue Feb 7 14:40:15 2017 +0800 + +nm_generator: Add quote on string constants + +Some constants, such as 'pkcs11:' can cause YAML unmarshal failed, so add quote on all string constants. + +Change-Id: I9a900ac1101591e3ba439a02a91cc6b44ce3a46f + +diff --git a/network/nm_generator/gen_nm_consts.py b/network/nm_generator/gen_nm_consts.py +index 98ba6fad..88b0e3d0 100755 +--- a/network/nm_generator/gen_nm_consts.py b/network/nm_generator/gen_nm_consts.py +@@ -201,6 +201,6 @@ for const in girxml.findall('./gi:namespace/gi:constant', ns_map): + cvalue = const.attrib['value'] + if cname not in constants and const.find('./gi:type[@c:type="gchar*"]', ns_map) is not None: + constants[cname]=cvalue +-outfile.write("- Name: %s\n Value: %s\n" % (cname, cvalue)) ++outfile.write("- Name: %s\n Value: \"%s\"\n" % (cname, cvalue)) + + outfile.close() +diff --git a/network/nm_setting_beans_extend.go b/network/nm_setting_beans_extend.go +index
[arch-commits] Commit in haskell-skylighting/trunk (PKGBUILD)
Date: Tuesday, February 7, 2017 @ 07:42:43 Author: felixonmars Revision: 210698 upgpkg: haskell-skylighting 0.1.1.5-2 rebuild with safe,0.3.12 Modified: haskell-skylighting/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 05:54:44 UTC (rev 210697) +++ PKGBUILD2017-02-07 07:42:43 UTC (rev 210698) @@ -4,7 +4,7 @@ _hkgname=skylighting pkgname=haskell-skylighting pkgver=0.1.1.5 -pkgrel=1 +pkgrel=2 pkgdesc="Syntax highlighting library" url="https://github.com/jgm/skylighting"; license=('GPL2')
[arch-commits] Commit in amarok/trunk (PKGBUILD amarok-no-qtwebkit.patch)
Date: Tuesday, February 7, 2017 @ 07:36:01 Author: arojas Revision: 288152 Also disable upcoming events applet (FS#52645) Modified: amarok/trunk/PKGBUILD amarok/trunk/amarok-no-qtwebkit.patch --+ PKGBUILD |4 ++-- amarok-no-qtwebkit.patch | 12 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 00:20:11 UTC (rev 288151) +++ PKGBUILD2017-02-07 07:36:01 UTC (rev 288152) @@ -5,7 +5,7 @@ pkgname=amarok pkgver=2.8.0 -pkgrel=13 +pkgrel=14 pkgdesc="The powerful music player for KDE" arch=("i686" "x86_64") url="http://amarok.kde.org/"; @@ -27,7 +27,7 @@ sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937' '8b2752a0fe78621bdb9ccdb763919ea265b52b06' '819cb060cd9c63b576cc433f835cb4c175b07fd0' - '97748cc0aef26da17b268865bf6b0431153525ce' + '9f905eba9e5ead6d704f0cd28e389857c29dc15d' '9908c154bf583a1755acf59f9d2790aaff503162') prepare() { Modified: amarok-no-qtwebkit.patch === --- amarok-no-qtwebkit.patch2017-02-07 00:20:11 UTC (rev 288151) +++ amarok-no-qtwebkit.patch2017-02-07 07:36:01 UTC (rev 288152) @@ -12,10 +12,10 @@ include( KDE4Defaults ) diff --git a/src/context/applets/CMakeLists.txt b/src/context/applets/CMakeLists.txt -index f4d5456d9f..f4e4526c27 100644 +index f4d5456d9f..cad9036681 100644 --- a/src/context/applets/CMakeLists.txt +++ b/src/context/applets/CMakeLists.txt -@@ -1,11 +1,11 @@ +@@ -1,18 +1,18 @@ add_subdirectory( albums ) add_subdirectory( currenttrack ) -add_subdirectory( info ) @@ -29,3 +29,11 @@ if( QT_QTOPENGL_FOUND ) add_subdirectory( analyzer ) + endif() + + if( LIBLASTFM_FOUND ) +-add_subdirectory( upcomingevents ) ++#add_subdirectory( upcomingevents ) + add_subdirectory( similarartists ) + endif() +
[arch-commits] Commit in amarok/repos (16 files)
Date: Tuesday, February 7, 2017 @ 07:36:34 Author: arojas Revision: 288153 archrelease: copy trunk to extra-i686, extra-x86_64 Added: amarok/repos/extra-i686/PKGBUILD (from rev 288152, amarok/trunk/PKGBUILD) amarok/repos/extra-i686/amarok-no-qtwebkit.patch (from rev 288152, amarok/trunk/amarok-no-qtwebkit.patch) amarok/repos/extra-i686/amarok-plasma5.7.patch (from rev 288152, amarok/trunk/amarok-plasma5.7.patch) amarok/repos/extra-i686/taglib_version_detect.patch (from rev 288152, amarok/trunk/taglib_version_detect.patch) amarok/repos/extra-x86_64/PKGBUILD (from rev 288152, amarok/trunk/PKGBUILD) amarok/repos/extra-x86_64/amarok-no-qtwebkit.patch (from rev 288152, amarok/trunk/amarok-no-qtwebkit.patch) amarok/repos/extra-x86_64/amarok-plasma5.7.patch (from rev 288152, amarok/trunk/amarok-plasma5.7.patch) amarok/repos/extra-x86_64/taglib_version_detect.patch (from rev 288152, amarok/trunk/taglib_version_detect.patch) Deleted: amarok/repos/extra-i686/PKGBUILD amarok/repos/extra-i686/amarok-no-qtwebkit.patch amarok/repos/extra-i686/amarok-plasma5.7.patch amarok/repos/extra-i686/taglib_version_detect.patch amarok/repos/extra-x86_64/PKGBUILD amarok/repos/extra-x86_64/amarok-no-qtwebkit.patch amarok/repos/extra-x86_64/amarok-plasma5.7.patch amarok/repos/extra-x86_64/taglib_version_detect.patch --+ /PKGBUILD| 120 + /amarok-no-qtwebkit.patch| 78 ++ /amarok-plasma5.7.patch | 36 /taglib_version_detect.patch | 52 extra-i686/PKGBUILD | 60 -- extra-i686/amarok-no-qtwebkit.patch | 31 --- extra-i686/amarok-plasma5.7.patch| 18 extra-i686/taglib_version_detect.patch | 26 -- extra-x86_64/PKGBUILD| 60 -- extra-x86_64/amarok-no-qtwebkit.patch| 31 --- extra-x86_64/amarok-plasma5.7.patch | 18 extra-x86_64/taglib_version_detect.patch | 26 -- 12 files changed, 286 insertions(+), 270 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-02-07 07:36:01 UTC (rev 288152) +++ extra-i686/PKGBUILD 2017-02-07 07:36:34 UTC (rev 288153) @@ -1,60 +0,0 @@ -# $Id$ -# Maintainer: Ronald van Haren -# Contributor: Andrea Scarpino -# Contributor: damir - -pkgname=amarok -pkgver=2.8.0 -pkgrel=13 -pkgdesc="The powerful music player for KDE" -arch=("i686" "x86_64") -url="http://amarok.kde.org/"; -license=('GPL2' 'LGPL2.1' 'FDL') -depends=('kdebase-runtime' 'mariadb' 'taglib-extras' -'liblastfm' 'ffmpeg' 'libofa' 'qjson' 'qtscriptgenerator') -makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth' - 'libmygpo-qt' 'mesa' 'clamz') -optdepends=("libgpod: support for Apple iPod audio devices" -"libmtp: support for portable media devices" -"loudmouth: backend needed by mp3tunes for syncing" -"ifuse: support for Apple iPod Touch and iPhone" -"libmygpo-qt: gpodder.net Internet Service" -"clamz: allow to download songs from Amazon.com" -"gst-libav: MP3 codecs") -source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"; -taglib_version_detect.patch amarok-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126682/diff/raw/"; -amarok-no-qtwebkit.patch amarok-plasma5.7.patch) -sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937' - '8b2752a0fe78621bdb9ccdb763919ea265b52b06' - '819cb060cd9c63b576cc433f835cb4c175b07fd0' - '97748cc0aef26da17b268865bf6b0431153525ce' - '9908c154bf583a1755acf59f9d2790aaff503162') - -prepare() { - mkdir build - - cd ${pkgname}-${pkgver} - patch -Np1 -i ../taglib_version_detect.patch -# Fix build against ffmpeg 3.0 - patch -p1 -i ../amarok-ffmpeg3.patch -# Disable applets that require qtwebkit - patch -p1 -i ../amarok-no-qtwebkit.patch -# Fix tooltips MPRIS controls in Plasma 5.7 - patch -p1 -i ../amarok-plasma5.7.patch -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr \ --DWITH_NepomukCore=OFF \ --DWITH_Soprano=OFF - make -} - -package(){ - cd build - make DESTDIR="${pkgdir}" install -} Copied: amarok/repos/extra-i686/PKGBUILD (from rev 288152, amarok/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-02-07 07:36:34 UTC (rev 288153) @@ -0,0 +1,60 @@ +# $Id$ +# Maintainer: Ronald van Haren +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=amarok +pkgver=2.8.0 +pkgrel=14 +pkgdesc="The powerful m
[arch-commits] Commit in purescript/repos (6 files)
Date: Tuesday, February 7, 2017 @ 05:54:44 Author: felixonmars Revision: 210697 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: purescript/repos/community-staging-i686/ purescript/repos/community-staging-i686/PKGBUILD (from rev 210696, purescript/trunk/PKGBUILD) purescript/repos/community-staging-i686/http-client-0.5.patch (from rev 210696, purescript/trunk/http-client-0.5.patch) purescript/repos/community-staging-x86_64/ purescript/repos/community-staging-x86_64/PKGBUILD (from rev 210696, purescript/trunk/PKGBUILD) purescript/repos/community-staging-x86_64/http-client-0.5.patch (from rev 210696, purescript/trunk/http-client-0.5.patch) + community-staging-i686/PKGBUILD| 57 ++ community-staging-i686/http-client-0.5.patch | 90 +++ community-staging-x86_64/PKGBUILD | 57 ++ community-staging-x86_64/http-client-0.5.patch | 90 +++ 4 files changed, 294 insertions(+) Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 210696, purescript/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-07 05:54:44 UTC (rev 210697) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=purescript +pkgver=0.10.5 +pkgrel=10 +pkgdesc="PureScript Programming Language Compiler" +url="http://www.purescript.org/"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=('gmp' 'libffi' 'zlib') +makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" "haskell-aeson-pretty" + "haskell-ansi-terminal" "haskell-ansi-wl-pprint" "haskell-base-compat" + "haskell-bower-json" "haskell-boxes" "haskell-clock" "haskell-data-ordlist" + "haskell-dlist" "haskell-edit-distance" "haskell-file-embed" "haskell-foldl" + "haskell-fsnotify" "haskell-glob" "haskell-http-client" "haskell-http-types" + "haskell-language-javascript" "haskell-lens" "haskell-lifted-base" + "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" + "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec" + "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" "haskell-protolude" + "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" "haskell-sourcemap" + "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" "haskell-system-filepath" + "haskell-text" "haskell-transformers-base" "haskell-transformers-compat" + "haskell-turtle1.2" "haskell-unordered-containers" "haskell-utf8-string" + "haskell-vector" "haskell-wai" "haskell-wai-websockets" "haskell-warp" + "haskell-websockets") +optdepends=('pulp: for development environment') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"; +http-client-0.5.patch) +sha256sums=('0d36361819866efe703eb3ae37f597316098ec3ead6edc9236ea63d54bdc8916' +'2e8ac0165d8dfde7f2ec27f4b77fb4139a435cf2148d3853ec95455334601b03') + +prepare() { +cd "${srcdir}/${pkgname}-${pkgver}" +patch -p1 -i ../http-client-0.5.patch + +sed -e 's/pipes >= 4.0.0 && < 4.3.0,/pipes >= 4.0.0 \&\& < 4.4.0,/' \ +-e 's/websockets >= 0.9 && <0.10/websockets >= 0.9 \&\& <0.11/' \ +-e 's/aeson >= 0.8 && < 1.0,/aeson >= 0.8,/' \ +-i purescript.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \ +--libsubdir=\$compiler/site-local/\$pkgid +LC_CTYPE=en_US.UTF-8 runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -r "$pkgdir"/usr/{lib,share} +} Copied: purescript/repos/community-staging-i686/http-client-0.5.patch (from rev 210696, purescript/trunk/http-client-0.5.patch) === --- community-staging-i686/http-client-0.5.patch (rev 0) +++ community-staging-i686/http-client-0.5.patch2017-02-07 05:54:44 UTC (rev 210697) @@ -0,0 +1,90 @@ +From e0527fb7f10721870014d7c08b1a2f8f5bf2edcf Mon Sep 17 00:00:00 2001 +From: Oleg Grenrus +Date: Mon, 22 Aug 2016 17:51:42 +0300 +Subject: [PATCH] Support http-client-0.5 + +--- + purescript.cabal | 2 +- + src/Language/PureScript/Ide/Pursuit.hs | 44 -- + stack.yaml | 5 +++- + 3 files changed, 25 insertions(+), 26 deletions(-) + +diff --git a/puresc
[arch-commits] Commit in purescript/trunk (PKGBUILD)
Date: Tuesday, February 7, 2017 @ 05:53:49 Author: felixonmars Revision: 210696 upgpkg: purescript 0.10.5-10 rebuild with safe,0.3.12 Modified: purescript/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 05:39:18 UTC (rev 210695) +++ PKGBUILD2017-02-07 05:53:49 UTC (rev 210696) @@ -4,7 +4,7 @@ pkgname=purescript pkgver=0.10.5 -pkgrel=9 +pkgrel=10 pkgdesc="PureScript Programming Language Compiler" url="http://www.purescript.org/"; license=("custom:BSD3")
[arch-commits] Commit in krecipes/trunk (PKGBUILD disable-print-support.patch)
Date: Tuesday, February 7, 2017 @ 05:39:12 Author: bgyorgy Revision: 210694 upgpkg: krecipes 2.1.0-5 Disable print support (removes qtwebkit dependency) Added: krecipes/trunk/disable-print-support.patch Modified: krecipes/trunk/PKGBUILD -+ PKGBUILD| 12 - disable-print-support.patch | 373 ++ 2 files changed, 381 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 05:28:08 UTC (rev 210693) +++ PKGBUILD2017-02-07 05:39:12 UTC (rev 210694) @@ -6,23 +6,27 @@ pkgname=krecipes pkgver=2.1.0 -pkgrel=4 +pkgrel=5 pkgdesc="A tool designed to make organizing your personal recipes collection fast and easy" arch=('i686' 'x86_64') url="http://extragear.kde.org/apps/krecipes/"; license=('GPL') -depends=('kdebase-runtime' 'qimageblitz' 'hicolor-icon-theme') +depends=('kdebase-runtime') makedepends=('cmake' 'automoc4' 'docbook-xsl') optdepends=('mariadb' 'postgresql') source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"; - krecipes-gcc6.patch::"https://quickgit.kde.org/?p=krecipes.git&a=commitdiff&h=f6d4f709&o=plain";) + krecipes-gcc6.patch::"https://cgit.kde.org/krecipes.git/patch/?id=f6d4f709ec57835b3fa4a660239a07321c9d02ff"; +disable-print-support.patch) md5sums=('422ff3df8ab5aac56617d87942762e88' - '0fc9067a54403bdea2a40b74467970dd') + '1d45e7057062d7fee915c616af22855f' + '8fe35c741681b22030fca2d2b7cc164e') prepare() { cd $pkgname-$pkgver # Fix build with GCC 6 patch -p1 -i ../krecipes-gcc6.patch +# Disable print support (removes qtwebkit dependency) + patch -p1 -i ../disable-print-support.patch } build() { Added: disable-print-support.patch === --- disable-print-support.patch (rev 0) +++ disable-print-support.patch 2017-02-07 05:39:12 UTC (rev 210694) @@ -0,0 +1,373 @@ +diff -Naur krecipes-2.1.0.orig/src/actionshandlers/recipeactionshandler.cpp krecipes-2.1.0/src/actionshandlers/recipeactionshandler.cpp +--- krecipes-2.1.0.orig/src/actionshandlers/recipeactionshandler.cpp 2015-03-20 00:50:18.0 +0100 krecipes-2.1.0/src/actionshandlers/recipeactionshandler.cpp 2017-02-07 04:35:34.049493887 +0100 +@@ -25,12 +25,6 @@ + #include + #include + #include +-#include +-#include +-#include +-#include +-#include +-#include + + #include "dialogs/selectcategoriesdialog.h" + +@@ -268,32 +262,6 @@ + } + } + +-void RecipeActionsHandler::recipePrint() +-{ +- QList items = parentListView->selectedItems(); +- if ( !items.isEmpty() ) { +- QList ids = recipeIDs( items ); +- printRecipes( ids, database ); +- } +- else //if nothing selected, print all visible recipes +- { +- QList ids = getAllVisibleItems(); +- if ( !ids.isEmpty() ) { +- switch ( KMessageBox::questionYesNo( kapp->mainWidget(), +- i18n("No recipes are currently selected.\n" +- "Would you like to print all recipes in the current view?")) ) +- { +- case KMessageBox::Yes: +- printRecipes( ids, database ); +- break; +- default: break; +- } +- } +- else +- KMessageBox::sorry( kapp->mainWidget(), i18n("No recipes selected."), i18n("Print") ); +- } +-} +- + void RecipeActionsHandler::removeFromCategory() + { + QList items = parentListView->selectedItems(); +@@ -446,49 +414,6 @@ + delete fd; + } + +-void RecipeActionsHandler::printRecipes( const QList &ids, RecipeDB *database ) +-{ +- //Create the temporary directory. +- m_tempdir = new KTempDir(KStandardDirs::locateLocal("tmp", "krecipes-data-print")); +- QString tmp_filename = m_tempdir->name() + "krecipes_recipe_view.html"; +- //Export to HTML in the temporary directory. +- XSLTExporter html_generator( tmp_filename, "html" ); +- KConfigGroup config(KGlobal::config(), "Page Setup" ); +- QString styleFile = config.readEntry( "PrintLayout", KStandardDirs::locate( "appdata", "layouts/None.klo" ) ); +- if ( !styleFile.isEmpty() && QFile::exists( styleFile ) ) +- html_generator.setStyle( styleFile ); +- +- QString templateFile = config.readEntry( "PrintTemplate", KStandardDirs::locate( "appdata", "layouts/Default.xsl" ) ); +- if ( !templateFile.isEmpty() && QFile::exists( templateFile ) ) +- html_generator.setTemplate( templateFile ); +- html_generator.exporter( ids, database ); +- //Load the generated HTML. When loaded, RecipeActionsHandlerView::print(...) will be call
[arch-commits] Commit in krecipes/repos (6 files)
Date: Tuesday, February 7, 2017 @ 05:39:18 Author: bgyorgy Revision: 210695 archrelease: copy trunk to community-i686, community-x86_64 Added: krecipes/repos/community-i686/PKGBUILD (from rev 210694, krecipes/trunk/PKGBUILD) krecipes/repos/community-i686/disable-print-support.patch (from rev 210694, krecipes/trunk/disable-print-support.patch) krecipes/repos/community-x86_64/PKGBUILD (from rev 210694, krecipes/trunk/PKGBUILD) krecipes/repos/community-x86_64/disable-print-support.patch (from rev 210694, krecipes/trunk/disable-print-support.patch) Deleted: krecipes/repos/community-i686/PKGBUILD krecipes/repos/community-x86_64/PKGBUILD --+ /PKGBUILD| 96 ++ community-i686/PKGBUILD | 44 -- community-i686/disable-print-support.patch | 373 + community-x86_64/PKGBUILD| 44 -- community-x86_64/disable-print-support.patch | 373 + 5 files changed, 842 insertions(+), 88 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-07 05:39:12 UTC (rev 210694) +++ community-i686/PKGBUILD 2017-02-07 05:39:18 UTC (rev 210695) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: shamrok -# Contributor: G_Syme -# Contributor: Adrià Arrufat - -pkgname=krecipes -pkgver=2.1.0 -pkgrel=4 -pkgdesc="A tool designed to make organizing your personal recipes collection fast and easy" -arch=('i686' 'x86_64') -url="http://extragear.kde.org/apps/krecipes/"; -license=('GPL') -depends=('kdebase-runtime' 'qimageblitz' 'hicolor-icon-theme') -makedepends=('cmake' 'automoc4' 'docbook-xsl') -optdepends=('mariadb' 'postgresql') -source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"; - krecipes-gcc6.patch::"https://quickgit.kde.org/?p=krecipes.git&a=commitdiff&h=f6d4f709&o=plain";) -md5sums=('422ff3df8ab5aac56617d87942762e88' - '0fc9067a54403bdea2a40b74467970dd') - -prepare() { - cd $pkgname-$pkgver -# Fix build with GCC 6 - patch -p1 -i ../krecipes-gcc6.patch -} - -build() { - cd ${srcdir} - - mkdir build - cd build - - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd ${srcdir}/build - - make DESTDIR=${pkgdir} install -} Copied: krecipes/repos/community-i686/PKGBUILD (from rev 210694, krecipes/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-07 05:39:18 UTC (rev 210695) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: shamrok +# Contributor: G_Syme +# Contributor: Adrià Arrufat + +pkgname=krecipes +pkgver=2.1.0 +pkgrel=5 +pkgdesc="A tool designed to make organizing your personal recipes collection fast and easy" +arch=('i686' 'x86_64') +url="http://extragear.kde.org/apps/krecipes/"; +license=('GPL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4' 'docbook-xsl') +optdepends=('mariadb' 'postgresql') +source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"; + krecipes-gcc6.patch::"https://cgit.kde.org/krecipes.git/patch/?id=f6d4f709ec57835b3fa4a660239a07321c9d02ff"; +disable-print-support.patch) +md5sums=('422ff3df8ab5aac56617d87942762e88' + '1d45e7057062d7fee915c616af22855f' + '8fe35c741681b22030fca2d2b7cc164e') + +prepare() { + cd $pkgname-$pkgver +# Fix build with GCC 6 + patch -p1 -i ../krecipes-gcc6.patch +# Disable print support (removes qtwebkit dependency) + patch -p1 -i ../disable-print-support.patch +} + +build() { + cd ${srcdir} + + mkdir build + cd build + + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd ${srcdir}/build + + make DESTDIR=${pkgdir} install +} Copied: krecipes/repos/community-i686/disable-print-support.patch (from rev 210694, krecipes/trunk/disable-print-support.patch) === --- community-i686/disable-print-support.patch (rev 0) +++ community-i686/disable-print-support.patch 2017-02-07 05:39:18 UTC (rev 210695) @@ -0,0 +1,373 @@ +diff -Naur krecipes-2.1.0.orig/src/actionshandlers/recipeactionshandler.cpp krecipes-2.1.0/src/actionshandlers/recipeactionshandler.cpp +--- krecipes-2.1.0.orig/src/actionshandlers/recipeactionshandler.cpp 2015-03-20 00:50:18.0 +0100 krecipes-2.1.0/src/actionshandlers/recipeactionshandler.cpp 2017-02-07 04:35:34.049493887 +0100 +@@ -25,12 +25,6 @@ + #include + #include + #include +-#include +-#include +-#include +-#include +-#include +-#include + + #include "dialogs/selectcate
[arch-commits] Commit in haskell-protolude/repos (4 files)
Date: Tuesday, February 7, 2017 @ 05:28:08 Author: felixonmars Revision: 210693 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-protolude/repos/community-staging-i686/ haskell-protolude/repos/community-staging-i686/PKGBUILD (from rev 210692, haskell-protolude/trunk/PKGBUILD) haskell-protolude/repos/community-staging-x86_64/ haskell-protolude/repos/community-staging-x86_64/PKGBUILD (from rev 210692, haskell-protolude/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 41 community-staging-x86_64/PKGBUILD | 41 2 files changed, 82 insertions(+) Copied: haskell-protolude/repos/community-staging-i686/PKGBUILD (from rev 210692, haskell-protolude/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-07 05:28:08 UTC (rev 210693) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=protolude +pkgname=haskell-protolude +pkgver=0.1.10 +pkgrel=4 +pkgdesc="A sensible set of defaults for writing custom Preludes." +url="https://github.com/sdiehl/protolude"; +license=("MIT") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1" "haskell-async" "haskell-mtl" "haskell-safe" "haskell-stm" "haskell-text") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('163296a518f0d7329dcdf040bf0eddb1fb804eee198405801fab8f192ce1c7a5') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-protolude/repos/community-staging-x86_64/PKGBUILD (from rev 210692, haskell-protolude/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-07 05:28:08 UTC (rev 210693) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=protolude +pkgname=haskell-protolude +pkgver=0.1.10 +pkgrel=4 +pkgdesc="A sensible set of defaults for writing custom Preludes." +url="https://github.com/sdiehl/protolude"; +license=("MIT") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1" "haskell-async" "haskell-mtl" "haskell-safe" "haskell-stm" "haskell-text") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('163296a518f0d7329dcdf040bf0eddb1fb804eee198405801fab8f192ce1c7a5') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-protolude/trunk (PKGBUILD)
Date: Tuesday, February 7, 2017 @ 05:27:05 Author: felixonmars Revision: 210692 upgpkg: haskell-protolude 0.1.10-4 rebuild with safe,0.3.12 Modified: haskell-protolude/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 05:23:43 UTC (rev 210691) +++ PKGBUILD2017-02-07 05:27:05 UTC (rev 210692) @@ -5,7 +5,7 @@ _hkgname=protolude pkgname=haskell-protolude pkgver=0.1.10 -pkgrel=3 +pkgrel=4 pkgdesc="A sensible set of defaults for writing custom Preludes." url="https://github.com/sdiehl/protolude"; license=("MIT")
[arch-commits] Commit in idris/repos (6 files)
Date: Tuesday, February 7, 2017 @ 05:23:43 Author: felixonmars Revision: 210691 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: idris/repos/community-staging-i686/ idris/repos/community-staging-i686/PKGBUILD (from rev 210690, idris/trunk/PKGBUILD) idris/repos/community-staging-i686/datadir.patch (from rev 210690, idris/trunk/datadir.patch) idris/repos/community-staging-x86_64/ idris/repos/community-staging-x86_64/PKGBUILD (from rev 210690, idris/trunk/PKGBUILD) idris/repos/community-staging-x86_64/datadir.patch (from rev 210690, idris/trunk/datadir.patch) + community-staging-i686/PKGBUILD| 49 ++ community-staging-i686/datadir.patch | 84 +++ community-staging-x86_64/PKGBUILD | 49 ++ community-staging-x86_64/datadir.patch | 84 +++ 4 files changed, 266 insertions(+) Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 210690, idris/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-07 05:23:43 UTC (rev 210691) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=idris +pkgver=0.99 +pkgrel=23 +pkgdesc="Functional Programming Language with Dependent Types" +url="http://www.idris-lang.org/"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=('gmp' 'libffi' 'zlib' 'gcc') +makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-annotated-wl-pprint" "haskell-ansi-terminal" + "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring" + "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" "haskell-fingertree" + "haskell-fsnotify" "haskell-ieee754" "haskell-mtl" "haskell-libffi" "haskell-network" + "haskell-optparse-applicative" "haskell-parsers" "haskell-regex-tdfa" + "haskell-safe" "haskell-split" "haskell-terminal-size" "haskell-text" + "haskell-transformers-compat" "haskell-trifecta" "haskell-uniplate" + "haskell-unordered-containers" "haskell-utf8-string" "haskell-vector" + "haskell-vector-binary-instances" "haskell-zip-archive") +source=("git+https://github.com/idris-lang/Idris-dev.git#tag=v$pkgver"; +datadir.patch) +sha256sums=('SKIP' +'e7cf290770a7ee08cc4089eccf23a7501300d70e85df03d84652b3045d568371') + +prepare() { +sed -i 's/, safe == 0.3.9/, safe >= 0.3.9/' Idris-dev/${pkgname}.cabal + +cd Idris-dev +# https://github.com/idris-lang/Idris-dev/issues/3544 +patch -p1 -i ../datadir.patch +} + +build() { +cd "${srcdir}/Idris-dev" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly +LC_CTYPE=en_US.UTF-8 runhaskell Setup build +} + +package() { +cd "${srcdir}/Idris-dev" +runhaskell Setup copy --destdir="${pkgdir}" +rm -r "$pkgdir"/usr/{lib,share/doc} +} Copied: idris/repos/community-staging-i686/datadir.patch (from rev 210690, idris/trunk/datadir.patch) === --- community-staging-i686/datadir.patch(rev 0) +++ community-staging-i686/datadir.patch2017-02-07 05:23:43 UTC (rev 210691) @@ -0,0 +1,84 @@ +From d1bc3fa3c704bc233f0036ea13204d7790d26477 Mon Sep 17 00:00:00 2001 +From: Jan de Muijnck-Hughes +Date: Mon, 5 Dec 2016 11:17:51 + +Subject: [PATCH] Make fetching of data files more robust. Fixes #3544 + +`getDataFileName` didn't take into account possible changes in Idris' datadir that were not cabal made. This fix adds a more robust variant of `getDataFileName`. +--- + src/IRTS/System.hs| 7 ++- + src/Idris/IdrisDoc.hs | 4 ++-- + src/Idris/Info.hs | 5 + + 3 files changed, 13 insertions(+), 3 deletions(-) + +diff --git a/src/IRTS/System.hs b/src/IRTS/System.hs +index def563e..9d3d11a 100644 +--- a/src/IRTS/System.hs b/src/IRTS/System.hs +@@ -6,7 +6,7 @@ License : BSD3 + Maintainer : The Idris Community. + -} + {-# LANGUAGE CPP #-} +-module IRTS.System( getDataFileName ++module IRTS.System( getIdrisDataFileByName + , getCC + , getLibFlags + , getIdrisDataDir +@@ -42,6 +42,11 @@ getIdrisDataDir = do + return ddir + Just ddir -> return ddir + ++getIdrisDataFileByName :: String -> IO FilePath ++getIdrisDataFileByName fn = do ++ dir <- getIdrisDataDir ++ return $ dir fn ++ + overrideIdrisSubDirWith :: String -- ^ Sub directory in `getDataDir` location. +
[arch-commits] Commit in idris/trunk (PKGBUILD)
Date: Tuesday, February 7, 2017 @ 05:23:24 Author: felixonmars Revision: 210690 upgpkg: idris 0.99-23 rebuild with safe,0.3.12 Modified: idris/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 04:38:10 UTC (rev 210689) +++ PKGBUILD2017-02-07 05:23:24 UTC (rev 210690) @@ -4,7 +4,7 @@ pkgname=idris pkgver=0.99 -pkgrel=22 +pkgrel=23 pkgdesc="Functional Programming Language with Dependent Types" url="http://www.idris-lang.org/"; license=("custom:BSD3")
[arch-commits] Commit in ghc-mod/repos (4 files)
Date: Tuesday, February 7, 2017 @ 04:38:10 Author: felixonmars Revision: 210689 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: ghc-mod/repos/community-staging-i686/ ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 210688, ghc-mod/trunk/PKGBUILD) ghc-mod/repos/community-staging-x86_64/ ghc-mod/repos/community-staging-x86_64/PKGBUILD (from rev 210688, ghc-mod/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 60 community-staging-x86_64/PKGBUILD | 60 2 files changed, 120 insertions(+) Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 210688, ghc-mod/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-07 04:38:10 UTC (rev 210689) @@ -0,0 +1,60 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgbase=ghc-mod +pkgname=(ghc-mod haskell-ghc-mod) +pkgver=5.7.0.0 +pkgrel=5 +pkgdesc="Happy Haskell Programming" +url="http://www.mew.org/~kazu/proj/ghc-mod/"; +license=("AGPL3") +arch=('i686' 'x86_64') +makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" "haskell-extra" + "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" "haskell-src-exts" + "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" "haskell-mtl" + "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" "haskell-safe" + "haskell-semigroups" "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text" + "haskell-transformers-base") +source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver";) +sha256sums=('SKIP') + +build() { +cd "${srcdir}/${pkgbase}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package_ghc-mod() { +depends=('cabal-helper' 'ghc') + +cd "${srcdir}/${pkgbase}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -r "$pkgdir"/usr/{lib,share/doc} + +install -D -m644 "COPYING.BSD3" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3" +} + +package_haskell-ghc-mod() { +pkgdesc="Happy Haskell Programming (docs and libraries)" +depends=("${makedepends[@]}" 'ghc-mod') + +cd "${srcdir}/${pkgbase}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgbase}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3" +rm -r "$pkgdir"/usr/{bin,share/$pkgbase} +} Copied: ghc-mod/repos/community-staging-x86_64/PKGBUILD (from rev 210688, ghc-mod/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-07 04:38:10 UTC (rev 210689) @@ -0,0 +1,60 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgbase=ghc-mod +pkgname=(ghc-mod haskell-ghc-mod) +pkgver=5.7.0.0 +pkgrel=5 +pkgdesc="Happy Haskell Programming" +url="http://www.mew.org/~kazu/proj/ghc-mod/"; +license=("AGPL3") +arch=('i686' 'x86_64') +makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" "haskell-extra" + "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" "haskell-src-exts" + "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" "haskell-mtl" + "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" "haskell-safe" + "haskell-semigroups" "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text" + "haskell-transformers-base") +source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver";) +sha256sums=('SKIP') + +build() { +cd "${srcdir}/${pkgbase}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell S
[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)
Date: Tuesday, February 7, 2017 @ 04:37:50 Author: felixonmars Revision: 210688 upgpkg: ghc-mod 5.7.0.0-5 rebuild with safe,0.3.12 Modified: ghc-mod/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 04:25:09 UTC (rev 210687) +++ PKGBUILD2017-02-07 04:37:50 UTC (rev 210688) @@ -5,7 +5,7 @@ pkgbase=ghc-mod pkgname=(ghc-mod haskell-ghc-mod) pkgver=5.7.0.0 -pkgrel=4 +pkgrel=5 pkgdesc="Happy Haskell Programming" url="http://www.mew.org/~kazu/proj/ghc-mod/"; license=("AGPL3")
[arch-commits] Commit in hopenpgp-tools/repos (4 files)
Date: Tuesday, February 7, 2017 @ 04:25:09 Author: felixonmars Revision: 210687 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: hopenpgp-tools/repos/community-staging-i686/ hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 210686, hopenpgp-tools/trunk/PKGBUILD) hopenpgp-tools/repos/community-staging-x86_64/ hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 210686, hopenpgp-tools/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 38 community-staging-x86_64/PKGBUILD | 38 2 files changed, 76 insertions(+) Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 210686, hopenpgp-tools/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-07 04:25:09 UTC (rev 210687) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hopenpgp-tools +pkgver=0.19.4 +pkgrel=35 +pkgdesc="hOpenPGP-based command-line tools" +url="http://floss.scru.org/hopenpgp-tools"; +license=("AGPL3") +arch=('i686' 'x86_64') +depends=('gmp' 'libffi' 'zlib') +makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" "haskell-ansi-wl-pprint" + "haskell-attoparsec" "haskell-base16-bytestring" "haskell-binary-conduit" + "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" + "haskell-errors" "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" + "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" + "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" "haskell-openpgp-asciiarmor" + "haskell-optparse-applicative" "haskell-resourcet" "haskell-text" + "haskell-time-locale-compat" "haskell-wl-pprint-extras" "haskell-wl-pprint-terminfo" + "haskell-yaml") +source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz) +sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" + +rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE" +rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" "$pkgdir/usr/share" +} Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 210686, hopenpgp-tools/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-07 04:25:09 UTC (rev 210687) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hopenpgp-tools +pkgver=0.19.4 +pkgrel=35 +pkgdesc="hOpenPGP-based command-line tools" +url="http://floss.scru.org/hopenpgp-tools"; +license=("AGPL3") +arch=('i686' 'x86_64') +depends=('gmp' 'libffi' 'zlib') +makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" "haskell-ansi-wl-pprint" + "haskell-attoparsec" "haskell-base16-bytestring" "haskell-binary-conduit" + "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" + "haskell-errors" "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" + "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" + "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" "haskell-openpgp-asciiarmor" + "haskell-optparse-applicative" "haskell-resourcet" "haskell-text" + "haskell-time-locale-compat" "haskell-wl-pprint-extras" "haskell-wl-pprint-terminfo" + "haskell-yaml") +source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz) +sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" + +rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE" +rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" "$pkgdir/usr/share" +}
[arch-commits] Commit in hopenpgp-tools/trunk (PKGBUILD)
Date: Tuesday, February 7, 2017 @ 04:24:50 Author: felixonmars Revision: 210686 upgpkg: hopenpgp-tools 0.19.4-35 rebuild with safe,0.3.12 Modified: hopenpgp-tools/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 04:18:35 UTC (rev 210685) +++ PKGBUILD2017-02-07 04:24:50 UTC (rev 210686) @@ -4,7 +4,7 @@ pkgname=hopenpgp-tools pkgver=0.19.4 -pkgrel=34 +pkgrel=35 pkgdesc="hOpenPGP-based command-line tools" url="http://floss.scru.org/hopenpgp-tools"; license=("AGPL3")
[arch-commits] Commit in haskell-hopenpgp/repos (4 files)
Date: Tuesday, February 7, 2017 @ 04:18:35 Author: felixonmars Revision: 210685 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-hopenpgp/repos/community-staging-i686/ haskell-hopenpgp/repos/community-staging-i686/PKGBUILD (from rev 210684, haskell-hopenpgp/trunk/PKGBUILD) haskell-hopenpgp/repos/community-staging-x86_64/ haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 210684, haskell-hopenpgp/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 50 community-staging-x86_64/PKGBUILD | 50 2 files changed, 100 insertions(+) Copied: haskell-hopenpgp/repos/community-staging-i686/PKGBUILD (from rev 210684, haskell-hopenpgp/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-07 04:18:35 UTC (rev 210685) @@ -0,0 +1,50 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=hOpenPGP +pkgname=haskell-hopenpgp +pkgver=2.5.5 +pkgrel=26 +pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)" +url="http://floss.scru.org/hOpenPGP/"; +license=('MIT') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring' + 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 'haskell-bzlib' + 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' + 'haskell-crypto-cipher-types' 'haskell-data-default-class' 'haskell-errors' + 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' + 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 'haskell-network' + 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 'haskell-resourcet' + 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 'haskell-text' + 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-wl-pprint-extras' + 'haskell-zlib') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +md5sums=('f480201a10f14150adc290c81d38e7b6') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 210684, haskell-hopenpgp/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-07 04:18:35 UTC (rev 210685) @@ -0,0 +1,50 @@ +# $Id$ +# Maintainer: Felix Yan + +_hkgname=hOpenPGP +pkgname=haskell-hopenpgp +pkgver=2.5.5 +pkgrel=26 +pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)" +url="http://floss.scru.org/hOpenPGP/"; +license=('MIT') +arch=('i686' 'x86_64') +depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring' + 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 'haskell-bzlib' + 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' + 'haskell-crypto-cipher-types' 'haskell-data-default-class' 'haskell-errors' + 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' + 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 'haskell-network' + 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 'haskell-resourcet' + 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 'haskell-text' + 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-wl-pprint-extras' + 'haskell-zlib') +sour
[arch-commits] Commit in haskell-hopenpgp/trunk (PKGBUILD)
Date: Tuesday, February 7, 2017 @ 04:18:16 Author: felixonmars Revision: 210684 upgpkg: haskell-hopenpgp 2.5.5-26 rebuild with safe,0.3.12 Modified: haskell-hopenpgp/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 04:05:28 UTC (rev 210683) +++ PKGBUILD2017-02-07 04:18:16 UTC (rev 210684) @@ -4,7 +4,7 @@ _hkgname=hOpenPGP pkgname=haskell-hopenpgp pkgver=2.5.5 -pkgrel=25 +pkgrel=26 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)" url="http://floss.scru.org/hOpenPGP/"; license=('MIT')
[arch-commits] Commit in haskell-errors/trunk (PKGBUILD)
Date: Tuesday, February 7, 2017 @ 04:05:09 Author: felixonmars Revision: 210682 upgpkg: haskell-errors 2.1.3-3 rebuild with safe,0.3.12 Modified: haskell-errors/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 04:03:43 UTC (rev 210681) +++ PKGBUILD2017-02-07 04:05:09 UTC (rev 210682) @@ -5,7 +5,7 @@ _hkgname=errors pkgname=haskell-errors pkgver=2.1.3 -pkgrel=2 +pkgrel=3 pkgdesc="Simplified error-handling" url="https://hackage.haskell.org/package/${_hkgname}"; license=("custom:BSD3")
[arch-commits] Commit in haskell-errors/repos (4 files)
Date: Tuesday, February 7, 2017 @ 04:05:28 Author: felixonmars Revision: 210683 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-errors/repos/community-staging-i686/ haskell-errors/repos/community-staging-i686/PKGBUILD (from rev 210682, haskell-errors/trunk/PKGBUILD) haskell-errors/repos/community-staging-x86_64/ haskell-errors/repos/community-staging-x86_64/PKGBUILD (from rev 210682, haskell-errors/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 42 community-staging-x86_64/PKGBUILD | 42 2 files changed, 84 insertions(+) Copied: haskell-errors/repos/community-staging-i686/PKGBUILD (from rev 210682, haskell-errors/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-07 04:05:28 UTC (rev 210683) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=errors +pkgname=haskell-errors +pkgver=2.1.3 +pkgrel=3 +pkgdesc="Simplified error-handling" +url="https://hackage.haskell.org/package/${_hkgname}"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1" "haskell-safe" "haskell-transformers-compat" + "haskell-unexceptionalio") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('201a1d9d2fba16dff734eb79e07f138718ed62f5a0a846cf0cee743828844df1') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-errors/repos/community-staging-x86_64/PKGBUILD (from rev 210682, haskell-errors/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-07 04:05:28 UTC (rev 210683) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=errors +pkgname=haskell-errors +pkgver=2.1.3 +pkgrel=3 +pkgdesc="Simplified error-handling" +url="https://hackage.haskell.org/package/${_hkgname}"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1" "haskell-safe" "haskell-transformers-compat" + "haskell-unexceptionalio") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('201a1d9d2fba16dff734eb79e07f138718ed62f5a0a846cf0cee743828844df1') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-dns/repos (4 files)
Date: Tuesday, February 7, 2017 @ 04:03:43 Author: felixonmars Revision: 210681 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-dns/repos/community-staging-i686/ haskell-dns/repos/community-staging-i686/PKGBUILD (from rev 210680, haskell-dns/trunk/PKGBUILD) haskell-dns/repos/community-staging-x86_64/ haskell-dns/repos/community-staging-x86_64/PKGBUILD (from rev 210680, haskell-dns/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 47 community-staging-x86_64/PKGBUILD | 47 2 files changed, 94 insertions(+) Copied: haskell-dns/repos/community-staging-i686/PKGBUILD (from rev 210680, haskell-dns/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-07 04:03:43 UTC (rev 210681) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=dns +pkgname=haskell-dns +pkgver=2.0.10 +pkgrel=9 +pkgdesc="DNS library in Haskell" +url="https://hackage.haskell.org/package/${_hkgname}"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-conduit" "haskell-conduit-extra" + "haskell-iproute" "haskell-mtl" "haskell-network" "haskell-random" "haskell-resourcet" + "haskell-safe") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('ba03bc8fe25b58fd066588569eb5707a245cb098181e2d5cca72c239849aa6a3') + +prepare() { +sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal +} + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-dns/repos/community-staging-x86_64/PKGBUILD (from rev 210680, haskell-dns/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-07 04:03:43 UTC (rev 210681) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=dns +pkgname=haskell-dns +pkgver=2.0.10 +pkgrel=9 +pkgdesc="DNS library in Haskell" +url="https://hackage.haskell.org/package/${_hkgname}"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-conduit" "haskell-conduit-extra" + "haskell-iproute" "haskell-mtl" "haskell-network" "haskell-random" "haskell-resourcet" + "haskell-safe") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('ba03bc8fe25b58fd066588569eb5707a245cb098181e2d5cca72c239849aa6a3') + +prepare() { +sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal +} + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/
[arch-commits] Commit in haskell-dns/trunk (PKGBUILD)
Date: Tuesday, February 7, 2017 @ 04:03:24 Author: felixonmars Revision: 210680 upgpkg: haskell-dns 2.0.10-9 rebuild with safe,0.3.12 Modified: haskell-dns/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 04:01:06 UTC (rev 210679) +++ PKGBUILD2017-02-07 04:03:24 UTC (rev 210680) @@ -5,7 +5,7 @@ _hkgname=dns pkgname=haskell-dns pkgver=2.0.10 -pkgrel=8 +pkgrel=9 pkgdesc="DNS library in Haskell" url="https://hackage.haskell.org/package/${_hkgname}"; license=("custom:BSD3")
[arch-commits] Commit in cgrep/repos (4 files)
Date: Tuesday, February 7, 2017 @ 04:01:06 Author: felixonmars Revision: 210679 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: cgrep/repos/community-staging-i686/ cgrep/repos/community-staging-i686/PKGBUILD (from rev 210678, cgrep/trunk/PKGBUILD) cgrep/repos/community-staging-x86_64/ cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 210678, cgrep/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 31 +++ community-staging-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: cgrep/repos/community-staging-i686/PKGBUILD (from rev 210678, cgrep/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-07 04:01:06 UTC (rev 210679) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=cgrep +pkgver=6.6.16 +pkgrel=16 +pkgdesc="A context-aware grep for source codes" +url="http://awgn.github.io/cgrep/"; +license=("GPL2") +arch=('i686' 'x86_64') +depends=('gmp' 'libffi' 'pcre') +makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-cmdargs" "haskell-dlist" + "haskell-either" "haskell-mtl" "haskell-regex-base" "haskell-regex-pcre" + "haskell-regex-posix" "haskell-safe" "haskell-split" "haskell-stm" + "haskell-stringsearch" "haskell-unix-compat" "haskell-unicode-show" + "haskell-unordered-containers" "haskell-utf8-string") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('7161e331f409ee95abfab14f720ad300ce4c9bd37a9fae74de6643c0f30b134b') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +} Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 210678, cgrep/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-07 04:01:06 UTC (rev 210679) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=cgrep +pkgver=6.6.16 +pkgrel=16 +pkgdesc="A context-aware grep for source codes" +url="http://awgn.github.io/cgrep/"; +license=("GPL2") +arch=('i686' 'x86_64') +depends=('gmp' 'libffi' 'pcre') +makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-cmdargs" "haskell-dlist" + "haskell-either" "haskell-mtl" "haskell-regex-base" "haskell-regex-pcre" + "haskell-regex-posix" "haskell-safe" "haskell-split" "haskell-stm" + "haskell-stringsearch" "haskell-unix-compat" "haskell-unicode-show" + "haskell-unordered-containers" "haskell-utf8-string") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('7161e331f409ee95abfab14f720ad300ce4c9bd37a9fae74de6643c0f30b134b') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +}
[arch-commits] Commit in cgrep/trunk (PKGBUILD)
Date: Tuesday, February 7, 2017 @ 04:00:45 Author: felixonmars Revision: 210678 upgpkg: cgrep 6.6.16-16 rebuild with safe,0.3.12 Modified: cgrep/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 03:59:11 UTC (rev 210677) +++ PKGBUILD2017-02-07 04:00:45 UTC (rev 210678) @@ -4,7 +4,7 @@ pkgname=cgrep pkgver=6.6.16 -pkgrel=15 +pkgrel=16 pkgdesc="A context-aware grep for source codes" url="http://awgn.github.io/cgrep/"; license=("GPL2")
[arch-commits] Commit in jenkins/repos/community-any (14 files)
Date: Tuesday, February 7, 2017 @ 03:59:11 Author: felixonmars Revision: 210677 archrelease: copy trunk to community-any Added: jenkins/repos/community-any/LICENSE (from rev 210676, jenkins/trunk/LICENSE) jenkins/repos/community-any/PKGBUILD (from rev 210676, jenkins/trunk/PKGBUILD) jenkins/repos/community-any/jenkins.conf (from rev 210676, jenkins/trunk/jenkins.conf) jenkins/repos/community-any/jenkins.install (from rev 210676, jenkins/trunk/jenkins.install) jenkins/repos/community-any/jenkins.service (from rev 210676, jenkins/trunk/jenkins.service) jenkins/repos/community-any/jenkins.sysusers (from rev 210676, jenkins/trunk/jenkins.sysusers) jenkins/repos/community-any/jenkins.tmpfiles (from rev 210676, jenkins/trunk/jenkins.tmpfiles) Deleted: jenkins/repos/community-any/LICENSE jenkins/repos/community-any/PKGBUILD jenkins/repos/community-any/jenkins.conf jenkins/repos/community-any/jenkins.install jenkins/repos/community-any/jenkins.service jenkins/repos/community-any/jenkins.sysusers jenkins/repos/community-any/jenkins.tmpfiles --+ LICENSE | 46 +-- PKGBUILD | 90 ++--- jenkins.conf | 26 +++ jenkins.install | 18 +- jenkins.service | 48 ++-- jenkins.sysusers |4 +- jenkins.tmpfiles |2 - 7 files changed, 117 insertions(+), 117 deletions(-) Deleted: LICENSE === --- LICENSE 2017-02-07 03:58:40 UTC (rev 210676) +++ LICENSE 2017-02-07 03:59:11 UTC (rev 210677) @@ -1,23 +0,0 @@ -The MIT License - -Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - Copied: jenkins/repos/community-any/LICENSE (from rev 210676, jenkins/trunk/LICENSE) === --- LICENSE (rev 0) +++ LICENSE 2017-02-07 03:59:11 UTC (rev 210677) @@ -0,0 +1,23 @@ +The MIT License + +Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + Deleted: PKGBUILD === --- PKGBUILD2017-02-07 03:58:40 UTC (rev 210676) +++ PKGBUILD2017-02-07 03:59:11 UTC (rev 210677) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Alexander Rødseth -# Contributor: Marcel Huber -# Contributor: Illarion Kovalchuk - -pkgname=jenkins -pkgver=2.44 -pkgrel=1 -pkgdesc='Extendable continuous integration server (latest)' -arch=('any') -url='https://jenkins.io' -license=('MIT') -depends=('java-runtime' 'ttf-dejavu' 'libcups') -provides=('jenkins-ci') -conflicts=('jenkins-ci') -replaces=('jenkins-ci') -backup=('etc/conf.d/jenkins') -install='jen
[arch-commits] Commit in jenkins/trunk (PKGBUILD)
Date: Tuesday, February 7, 2017 @ 03:58:40 Author: felixonmars Revision: 210676 upgpkg: jenkins 2.45-1 Modified: jenkins/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 03:54:33 UTC (rev 210675) +++ PKGBUILD2017-02-07 03:58:40 UTC (rev 210676) @@ -5,7 +5,7 @@ # Contributor: Illarion Kovalchuk pkgname=jenkins -pkgver=2.44 +pkgver=2.45 pkgrel=1 pkgdesc='Extendable continuous integration server (latest)' arch=('any') @@ -25,7 +25,7 @@ 'jenkins.tmpfiles' 'jenkins.sysusers' 'LICENSE') -sha512sums=('255eef8c0f4fa846cf5502e02d6b0c494a59dfae401a14204c1794dcb62f7051cbaa96c5275c9dcb69956bd60053035a96ebd23f04fa3706f7d797a4e05efa1f' +sha512sums=('e2ec91827231efc39a1dd4b149239627e556391170d9b1b65eb8091f71787981863ecc5ee8a4b82d777672edb3ff0dbc59cd0dba68df9872af40661edcb4e615' '3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0' 'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7' 'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'
[arch-commits] Commit in cblrepo/repos (4 files)
Date: Tuesday, February 7, 2017 @ 03:54:33 Author: felixonmars Revision: 210675 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: cblrepo/repos/community-staging-i686/ cblrepo/repos/community-staging-i686/PKGBUILD (from rev 210674, cblrepo/trunk/PKGBUILD) cblrepo/repos/community-staging-x86_64/ cblrepo/repos/community-staging-x86_64/PKGBUILD (from rev 210674, cblrepo/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 31 +++ community-staging-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: cblrepo/repos/community-staging-i686/PKGBUILD (from rev 210674, cblrepo/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-07 03:54:33 UTC (rev 210675) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=cblrepo +pkgver=0.24.0 +pkgrel=2 +pkgdesc="Tool to maintain a database of CABAL packages and their dependencies" +url="https://github.com/magthe/cblrepo"; +license=("Apache") +arch=('i686' 'x86_64') +depends=('gmp' 'libffi' 'zlib') +makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl" + "haskell-optparse-applicative" "haskell-safe" "haskell-stringsearch" "haskell-tar" + "haskell-text" "haskell-unixutils" "haskell-utf8-string" "haskell-vector" + "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr \ +--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -r "$pkgdir"/usr/share +} Copied: cblrepo/repos/community-staging-x86_64/PKGBUILD (from rev 210674, cblrepo/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-07 03:54:33 UTC (rev 210675) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=cblrepo +pkgver=0.24.0 +pkgrel=2 +pkgdesc="Tool to maintain a database of CABAL packages and their dependencies" +url="https://github.com/magthe/cblrepo"; +license=("Apache") +arch=('i686' 'x86_64') +depends=('gmp' 'libffi' 'zlib') +makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl" + "haskell-optparse-applicative" "haskell-safe" "haskell-stringsearch" "haskell-tar" + "haskell-text" "haskell-unixutils" "haskell-utf8-string" "haskell-vector" + "haskell-zlib") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr \ +--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -r "$pkgdir"/usr/share +}
[arch-commits] Commit in cblrepo/trunk (PKGBUILD)
Date: Tuesday, February 7, 2017 @ 03:54:02 Author: felixonmars Revision: 210674 upgpkg: cblrepo 0.24.0-2 rebuild with safe,0.3.12 Modified: cblrepo/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 03:47:19 UTC (rev 210673) +++ PKGBUILD2017-02-07 03:54:02 UTC (rev 210674) @@ -3,7 +3,7 @@ pkgname=cblrepo pkgver=0.24.0 -pkgrel=1 +pkgrel=2 pkgdesc="Tool to maintain a database of CABAL packages and their dependencies" url="https://github.com/magthe/cblrepo"; license=("Apache") @@ -27,5 +27,5 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" runhaskell Setup copy --destdir="${pkgdir}" -rm -r "$pkgdir"/usr/share/doc +rm -r "$pkgdir"/usr/share }
[arch-commits] Commit in haskell-aws/repos (4 files)
Date: Tuesday, February 7, 2017 @ 03:47:19 Author: felixonmars Revision: 210673 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-aws/repos/community-staging-i686/ haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 210672, haskell-aws/trunk/PKGBUILD) haskell-aws/repos/community-staging-x86_64/ haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 210672, haskell-aws/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 56 community-staging-x86_64/PKGBUILD | 56 2 files changed, 112 insertions(+) Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 210672, haskell-aws/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-07 03:47:19 UTC (rev 210673) @@ -0,0 +1,56 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=aws +pkgname=haskell-aws +pkgver=0.15 +pkgrel=14 +pkgdesc="Amazon Web Services (AWS) for Haskell" +url="http://github.com/aristidb/aws"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable" + "haskell-case-insensitive" "haskell-cereal" "haskell-conduit" + "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default" + "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base" + "haskell-monad-control" "haskell-mtl" "haskell-network" "haskell-old-locale" + "haskell-resourcet" "haskell-safe" "haskell-scientific" "haskell-tagged" + "haskell-text" "haskell-unordered-containers" "haskell-utf8-string" + "haskell-vector" "haskell-xml-conduit") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('53c73595bddd5614d980486a380d4ce83c100fd25b5fa35d477609f1bd03b11b') + +prepare() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +sed -i 's/xml-conduit >= 1.2 && <1.4/xml-conduit >= 1.2 \&\& <1.5/' aws.cabal +} + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-f-examples +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 210672, haskell-aws/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-07 03:47:19 UTC (rev 210673) @@ -0,0 +1,56 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=aws +pkgname=haskell-aws +pkgver=0.15 +pkgrel=14 +pkgdesc="Amazon Web Services (AWS) for Haskell" +url="http://github.com/aristidb/aws"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" "haskell-base16-bytestring" + "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable" + "haskell-case-insensitive" "haskell-cereal" "haskell-conduit" + "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default" + "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base" + "haskell-monad-control" "haskell-mtl" "haskell-network" "haskell-old-locale" + "haskell-resourcet" "haskell-safe" "haskell-scientific" "haskell-tagged" + "haskell-text" "haskell-unordered-containers" "haskell-utf8-string" + "haskell-vector" "haskell-xml-conduit") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('53c73595bddd5614d980486a3
[arch-commits] Commit in haskell-aws/trunk (PKGBUILD)
Date: Tuesday, February 7, 2017 @ 03:46:10 Author: felixonmars Revision: 210672 upgpkg: haskell-aws 0.15-14 rebuild with safe,0.3.12 Modified: haskell-aws/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 03:33:48 UTC (rev 210671) +++ PKGBUILD2017-02-07 03:46:10 UTC (rev 210672) @@ -5,7 +5,7 @@ _hkgname=aws pkgname=haskell-aws pkgver=0.15 -pkgrel=13 +pkgrel=14 pkgdesc="Amazon Web Services (AWS) for Haskell" url="http://github.com/aristidb/aws"; license=("custom:BSD3")
[arch-commits] Commit in haskell-safe/repos (4 files)
Date: Tuesday, February 7, 2017 @ 03:33:48 Author: felixonmars Revision: 210671 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-safe/repos/community-staging-i686/ haskell-safe/repos/community-staging-i686/PKGBUILD (from rev 210670, haskell-safe/trunk/PKGBUILD) haskell-safe/repos/community-staging-x86_64/ haskell-safe/repos/community-staging-x86_64/PKGBUILD (from rev 210670, haskell-safe/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 41 community-staging-x86_64/PKGBUILD | 41 2 files changed, 82 insertions(+) Copied: haskell-safe/repos/community-staging-i686/PKGBUILD (from rev 210670, haskell-safe/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-02-07 03:33:48 UTC (rev 210671) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=safe +pkgname=haskell-safe +pkgver=0.3.12 +pkgrel=1 +pkgdesc="Library of safe (exception free) functions" +url="https://github.com/ndmitchell/safe#readme"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('738c849bdc619f9bbcd23f7fc956af2b87a182a9887ac88c1a80895ae931e29e') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-safe/repos/community-staging-x86_64/PKGBUILD (from rev 210670, haskell-safe/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-02-07 03:33:48 UTC (rev 210671) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=safe +pkgname=haskell-safe +pkgver=0.3.12 +pkgrel=1 +pkgdesc="Library of safe (exception free) functions" +url="https://github.com/ndmitchell/safe#readme"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('738c849bdc619f9bbcd23f7fc956af2b87a182a9887ac88c1a80895ae931e29e') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-safe/trunk (PKGBUILD)
Date: Tuesday, February 7, 2017 @ 03:32:52 Author: felixonmars Revision: 210670 upgpkg: haskell-safe 0.3.12-1 rebuild with safe,0.3.12 Modified: haskell-safe/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-07 01:10:55 UTC (rev 210669) +++ PKGBUILD2017-02-07 03:32:52 UTC (rev 210670) @@ -4,7 +4,7 @@ _hkgname=safe pkgname=haskell-safe -pkgver=0.3.11 +pkgver=0.3.12 pkgrel=1 pkgdesc="Library of safe (exception free) functions" url="https://github.com/ndmitchell/safe#readme"; @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha256sums=('6a58c8199a8c5ee7ca14077b69c2e876b29be51c797ec4b93de9c7ab3c7bd879') +sha256sums=('738c849bdc619f9bbcd23f7fc956af2b87a182a9887ac88c1a80895ae931e29e') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
[arch-commits] Commit in vim/repos (16 files)
Date: Tuesday, February 7, 2017 @ 00:20:11 Author: anatolik Revision: 288151 archrelease: copy trunk to testing-i686, testing-x86_64 Added: vim/repos/testing-i686/ vim/repos/testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch (from rev 288150, vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch) vim/repos/testing-i686/0002-Further-fix-widget-sizing.patch (from rev 288150, vim/trunk/0002-Further-fix-widget-sizing.patch) vim/repos/testing-i686/PKGBUILD (from rev 288150, vim/trunk/PKGBUILD) vim/repos/testing-i686/archlinux.vim (from rev 288150, vim/trunk/archlinux.vim) vim/repos/testing-i686/fix-tests-python36.patch (from rev 288150, vim/trunk/fix-tests-python36.patch) vim/repos/testing-i686/vimdoc.hook (from rev 288150, vim/trunk/vimdoc.hook) vim/repos/testing-i686/vimrc (from rev 288150, vim/trunk/vimrc) vim/repos/testing-x86_64/ vim/repos/testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch (from rev 288150, vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch) vim/repos/testing-x86_64/0002-Further-fix-widget-sizing.patch (from rev 288150, vim/trunk/0002-Further-fix-widget-sizing.patch) vim/repos/testing-x86_64/PKGBUILD (from rev 288150, vim/trunk/PKGBUILD) vim/repos/testing-x86_64/archlinux.vim (from rev 288150, vim/trunk/archlinux.vim) vim/repos/testing-x86_64/fix-tests-python36.patch (from rev 288150, vim/trunk/fix-tests-python36.patch) vim/repos/testing-x86_64/vimdoc.hook (from rev 288150, vim/trunk/vimdoc.hook) vim/repos/testing-x86_64/vimrc (from rev 288150, vim/trunk/vimrc) + testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch | 39 + testing-i686/0002-Further-fix-widget-sizing.patch | 29 + testing-i686/PKGBUILD | 222 ++ testing-i686/archlinux.vim | 25 + testing-i686/fix-tests-python36.patch | 38 + testing-i686/vimdoc.hook | 11 testing-i686/vimrc | 18 testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch | 39 + testing-x86_64/0002-Further-fix-widget-sizing.patch| 29 + testing-x86_64/PKGBUILD| 222 ++ testing-x86_64/archlinux.vim | 25 + testing-x86_64/fix-tests-python36.patch| 38 + testing-x86_64/vimdoc.hook | 11 testing-x86_64/vimrc | 18 14 files changed, 764 insertions(+) Copied: vim/repos/testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch (from rev 288150, vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch) === --- testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch (rev 0) +++ testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch 2017-02-07 00:20:11 UTC (rev 288151) @@ -0,0 +1,39 @@ +From 0060136ccbe78ff791e5bd732510cff12094bec9 Mon Sep 17 00:00:00 2001 +From: "Jan Alexander Steffens (heftig)" +Date: Sun, 23 Oct 2016 21:12:15 +0200 +Subject: [PATCH 1/2] Fix widget sizing on current Gtk+ 3.22 branch + +Gtk recently started emitting configure events when repositioning child +windows[1]. Events for the form's child windows bubble up the widget +hierarchy, get caught by our configure event handler, and treated as if +they were reporting the size of the form window. As a result, the shell +was sized using far too small dimensions[2][3]. This change will be part +of Gtk+ 3.22.2. + +Solve this by checking whether the configure event we get is really for +the form widget. + +[1]: https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22&id=12579fe71b3b8f79eb9c1b80e429443bcc437dd0 +[2]: https://bugs.archlinux.org/task/51509 +[3]: https://bugzilla.gnome.org/show_bug.cgi?id=773387 +--- + src/gui_gtk_x11.c | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c +index 388464215fadc3b5..bf3c99ad9a043ad9 100644 +--- a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c +@@ -4429,6 +4429,9 @@ form_configure_event(GtkWidget *widget UNUSED, + { + int usable_height = event->height; + ++if (event->window != gtk_widget_get_window (gui.formwin)) ++ return TRUE; ++ + /* When in a GtkPlug, we can't guarantee valid heights (as a round + * no. of char-heights), so we have to manually sanitise them. + * Widths seem to sort themselves out, don't ask me why. +-- +2.10.1 + Copied: vim/repos/testing-i68
[arch-commits] Commit in vim/trunk (PKGBUILD)
Date: Tuesday, February 7, 2017 @ 00:17:45 Author: anatolik Revision: 288150 upgpkg: vim 8.0.0314-1 Modified: vim/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 22:42:35 UTC (rev 288149) +++ PKGBUILD2017-02-07 00:17:45 UTC (rev 288150) @@ -9,7 +9,7 @@ pkgbase=vim pkgname=(vim gvim vim-runtime) -pkgver=8.0.0237 +pkgver=8.0.0314 _versiondir=80 pkgrel=1 arch=(i686 x86_64) @@ -23,7 +23,7 @@ vimrc archlinux.vim vimdoc.hook) -sha1sums=('d7a0d0201a104fbc6f830132703c02d20ef61367' +sha1sums=('de13aabcc434fd49acc25149f5943555635f3c3c' 'ca4a3bdf8b512336bff4af3ae93d95a8580e0eaf' '04b86163bb379a7d42058d932aed3075ed49d2a9' '6e1f7859293cd0b19d8265a26a83106994b5'
[arch-commits] Commit in gperf/repos (4 files)
Date: Monday, February 6, 2017 @ 22:42:35 Author: arojas Revision: 288149 archrelease: copy trunk to extra-x86_64, extra-i686 Added: gperf/repos/extra-i686/PKGBUILD (from rev 288148, gperf/trunk/PKGBUILD) gperf/repos/extra-x86_64/PKGBUILD (from rev 288148, gperf/trunk/PKGBUILD) Deleted: gperf/repos/extra-i686/PKGBUILD gperf/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 68 extra-i686/PKGBUILD | 34 extra-x86_64/PKGBUILD | 34 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-02-06 22:42:06 UTC (rev 288148) +++ extra-i686/PKGBUILD 2017-02-06 22:42:35 UTC (rev 288149) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Jan de Groot - -pkgname=gperf -pkgver=3.0.4 -pkgrel=7 -pkgdesc="Perfect hash function generator" -arch=('x86_64' 'i686') -url="http://www.gnu.org/software/gperf/"; -license=('GPL3') -depends=('gcc-libs' 'texinfo') -source=("http://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz"{,.sig}) -sha1sums=('e32d4aff8f0c730c9a56554377b2c6d82d0951b8' - '85b8c44964a70a63d751afa5906796a0417e64ce') -options=('!makeflags') -validpgpkeys=('A47F5EB8FEF0E8AB1E613F2045E59068F91BB79F') # Brendan Kehoe - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - ./configure --prefix=/usr \ ---docdir=/usr/share/gperf/doc/ - make -} - -check() { - cd "${srcdir}"/${pkgname}-${pkgver} - make check -} - -package() { - cd "${srcdir}"/${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} Copied: gperf/repos/extra-i686/PKGBUILD (from rev 288148, gperf/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-02-06 22:42:35 UTC (rev 288149) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: +# Contributor: Jan de Groot + +pkgname=gperf +pkgver=3.1 +pkgrel=1 +pkgdesc="Perfect hash function generator" +arch=('x86_64' 'i686') +url="http://www.gnu.org/software/gperf/"; +license=('GPL3') +depends=('gcc-libs' 'texinfo') +source=("http://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz"{,.sig}) +sha1sums=('e3c0618c2d2e5586eda9498c867d5e4858a3b0e2' + 'SKIP') +options=('!makeflags') +validpgpkeys=('EDEB87A500CC0A211677FBFD93C08C88471097CD') # Marcel Schaible + +build() { + cd "${srcdir}"/${pkgname}-${pkgver} + ./configure --prefix=/usr \ +--docdir=/usr/share/gperf/doc/ + make +} + +check() { + cd "${srcdir}"/${pkgname}-${pkgver} + make check +} + +package() { + cd "${srcdir}"/${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2017-02-06 22:42:06 UTC (rev 288148) +++ extra-x86_64/PKGBUILD 2017-02-06 22:42:35 UTC (rev 288149) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Jan de Groot - -pkgname=gperf -pkgver=3.0.4 -pkgrel=7 -pkgdesc="Perfect hash function generator" -arch=('x86_64' 'i686') -url="http://www.gnu.org/software/gperf/"; -license=('GPL3') -depends=('gcc-libs' 'texinfo') -source=("http://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz"{,.sig}) -sha1sums=('e32d4aff8f0c730c9a56554377b2c6d82d0951b8' - '85b8c44964a70a63d751afa5906796a0417e64ce') -options=('!makeflags') -validpgpkeys=('A47F5EB8FEF0E8AB1E613F2045E59068F91BB79F') # Brendan Kehoe - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - ./configure --prefix=/usr \ ---docdir=/usr/share/gperf/doc/ - make -} - -check() { - cd "${srcdir}"/${pkgname}-${pkgver} - make check -} - -package() { - cd "${srcdir}"/${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} Copied: gperf/repos/extra-x86_64/PKGBUILD (from rev 288148, gperf/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2017-02-06 22:42:35 UTC (rev 288149) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: +# Contributor: Jan de Groot + +pkgname=gperf +pkgver=3.1 +pkgrel=1 +pkgdesc="Perfect hash function generator" +arch=('x86_64' 'i686') +url="http://www.gnu.org/software/gperf/"; +license=('GPL3') +depends=('gcc-libs' 'texinfo') +source=("http://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz"{,.sig}) +sha1sums=('e3c0618c2d2e5586eda9498c867d5e4858a3b0e2' + 'SKIP') +options=('!makeflags') +validpgpkeys=('EDEB87A500CC0A211677FBFD93C08C88471097CD') # Marcel Schaible + +build() { + cd "${srcdir}"/${pkgname}-${pkgver} + ./configure --prefix=/usr \ +--docdir=/usr/share/gperf/doc/ + make +} + +check() { + cd "${srcdir}"/${pkgname}-${pkgver} + make check +} + +package() { + cd "${srcdir}"/${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in gperf/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 22:42:06 Author: arojas Revision: 288148 Update to 3.1 Modified: gperf/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 20:26:41 UTC (rev 288147) +++ PKGBUILD2017-02-06 22:42:06 UTC (rev 288148) @@ -3,8 +3,8 @@ # Contributor: Jan de Groot pkgname=gperf -pkgver=3.0.4 -pkgrel=7 +pkgver=3.1 +pkgrel=1 pkgdesc="Perfect hash function generator" arch=('x86_64' 'i686') url="http://www.gnu.org/software/gperf/"; @@ -11,10 +11,10 @@ license=('GPL3') depends=('gcc-libs' 'texinfo') source=("http://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz"{,.sig}) -sha1sums=('e32d4aff8f0c730c9a56554377b2c6d82d0951b8' - '85b8c44964a70a63d751afa5906796a0417e64ce') +sha1sums=('e3c0618c2d2e5586eda9498c867d5e4858a3b0e2' + 'SKIP') options=('!makeflags') -validpgpkeys=('A47F5EB8FEF0E8AB1E613F2045E59068F91BB79F') # Brendan Kehoe +validpgpkeys=('EDEB87A500CC0A211677FBFD93C08C88471097CD') # Marcel Schaible build() { cd "${srcdir}"/${pkgname}-${pkgver}
[arch-commits] Commit in mate-sensors-applet-gtk3/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 22:37:51 Author: arojas Revision: 210645 Update to 1.16.1 Modified: mate-sensors-applet-gtk3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 22:34:37 UTC (rev 210644) +++ PKGBUILD2017-02-06 22:37:51 UTC (rev 210645) @@ -3,7 +3,7 @@ _ver=1.16 _pkgbase=mate-sensors-applet pkgname=(${_pkgbase}-gtk3) -pkgver=${_ver}.0 +pkgver=${_ver}.1 pkgrel=1 pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings (GTK3 version)" url="http://mate-desktop.org"; @@ -14,7 +14,7 @@ groups=('mate-extra-gtk3') conflicts=("${_pkgbase}") source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('71f7f75946ae0a0f3b266f79dcabc58a34a0ecba') +sha1sums=('a588b17b8c7ae3d01bb0871a37fa9d726c4637a1') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in mate-sensors-applet-gtk3/repos (4 files)
Date: Monday, February 6, 2017 @ 22:38:19 Author: arojas Revision: 210646 archrelease: copy trunk to community-i686, community-x86_64 Added: mate-sensors-applet-gtk3/repos/community-i686/PKGBUILD (from rev 210645, mate-sensors-applet-gtk3/trunk/PKGBUILD) mate-sensors-applet-gtk3/repos/community-x86_64/PKGBUILD (from rev 210645, mate-sensors-applet-gtk3/trunk/PKGBUILD) Deleted: mate-sensors-applet-gtk3/repos/community-i686/PKGBUILD mate-sensors-applet-gtk3/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 70 community-i686/PKGBUILD | 35 -- community-x86_64/PKGBUILD | 35 -- 3 files changed, 70 insertions(+), 70 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 22:37:51 UTC (rev 210645) +++ community-i686/PKGBUILD 2017-02-06 22:38:19 UTC (rev 210646) @@ -1,35 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-sensors-applet -pkgname=(${_pkgbase}-gtk3) -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel-gtk3') -makedepends=('docbook-xsl' 'intltool' 'itstool') -groups=('mate-extra-gtk3') -conflicts=("${_pkgbase}") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('71f7f75946ae0a0f3b266f79dcabc58a34a0ecba') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---with-gtk=3.0 - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: mate-sensors-applet-gtk3/repos/community-i686/PKGBUILD (from rev 210645, mate-sensors-applet-gtk3/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 22:38:19 UTC (rev 210646) @@ -0,0 +1,35 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=mate-sensors-applet +pkgname=(${_pkgbase}-gtk3) +pkgver=${_ver}.1 +pkgrel=1 +pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings (GTK3 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel-gtk3') +makedepends=('docbook-xsl' 'intltool' 'itstool') +groups=('mate-extra-gtk3') +conflicts=("${_pkgbase}") +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +sha1sums=('a588b17b8c7ae3d01bb0871a37fa9d726c4637a1') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--with-gtk=3.0 + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 22:37:51 UTC (rev 210645) +++ community-x86_64/PKGBUILD 2017-02-06 22:38:19 UTC (rev 210646) @@ -1,35 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-sensors-applet -pkgname=(${_pkgbase}-gtk3) -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel-gtk3') -makedepends=('docbook-xsl' 'intltool' 'itstool') -groups=('mate-extra-gtk3') -conflicts=("${_pkgbase}") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('71f7f75946ae0a0f3b266f79dcabc58a34a0ecba') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---with-gtk=3.0 - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: mate-sensors-applet-gtk3/repos/community-x86_64/PKGBUILD (from rev 210645, mate-sensors-applet-gt
[arch-commits] Commit in mate-sensors-applet/repos (4 files)
Date: Monday, February 6, 2017 @ 22:34:37 Author: arojas Revision: 210644 archrelease: copy trunk to community-i686, community-x86_64 Added: mate-sensors-applet/repos/community-i686/PKGBUILD (from rev 210643, mate-sensors-applet/trunk/PKGBUILD) mate-sensors-applet/repos/community-x86_64/PKGBUILD (from rev 210643, mate-sensors-applet/trunk/PKGBUILD) Deleted: mate-sensors-applet/repos/community-i686/PKGBUILD mate-sensors-applet/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 70 community-i686/PKGBUILD | 35 -- community-x86_64/PKGBUILD | 35 -- 3 files changed, 70 insertions(+), 70 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 22:34:12 UTC (rev 210643) +++ community-i686/PKGBUILD 2017-02-06 22:34:37 UTC (rev 210644) @@ -1,35 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-sensors-applet -pkgname=(${_pkgbase}) -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel') -makedepends=('docbook-xsl' 'intltool' 'itstool') -groups=('mate-extra') -conflicts=("${_pkgbase}-gtk3") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('71f7f75946ae0a0f3b266f79dcabc58a34a0ecba') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---with-gtk=2.0 - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: mate-sensors-applet/repos/community-i686/PKGBUILD (from rev 210643, mate-sensors-applet/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 22:34:37 UTC (rev 210644) @@ -0,0 +1,35 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=mate-sensors-applet +pkgname=(${_pkgbase}) +pkgver=${_ver}.1 +pkgrel=1 +pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings (GTK2 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel') +makedepends=('docbook-xsl' 'intltool' 'itstool') +groups=('mate-extra') +conflicts=("${_pkgbase}-gtk3") +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +sha1sums=('a588b17b8c7ae3d01bb0871a37fa9d726c4637a1') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--with-gtk=2.0 + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 22:34:12 UTC (rev 210643) +++ community-x86_64/PKGBUILD 2017-02-06 22:34:37 UTC (rev 210644) @@ -1,35 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-sensors-applet -pkgname=(${_pkgbase}) -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel') -makedepends=('docbook-xsl' 'intltool' 'itstool') -groups=('mate-extra') -conflicts=("${_pkgbase}-gtk3") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('71f7f75946ae0a0f3b266f79dcabc58a34a0ecba') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---with-gtk=2.0 - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: mate-sensors-applet/repos/community-x86_64/PKGBUILD (from rev 210643, mate-sensors-applet/trunk/PKGBUILD) =
[arch-commits] Commit in mate-sensors-applet/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 22:34:12 Author: arojas Revision: 210643 Update to 1.16.1 Modified: mate-sensors-applet/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 22:32:16 UTC (rev 210642) +++ PKGBUILD2017-02-06 22:34:12 UTC (rev 210643) @@ -3,7 +3,7 @@ _ver=1.16 _pkgbase=mate-sensors-applet pkgname=(${_pkgbase}) -pkgver=${_ver}.0 +pkgver=${_ver}.1 pkgrel=1 pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings (GTK2 version)" url="http://mate-desktop.org"; @@ -14,7 +14,7 @@ groups=('mate-extra') conflicts=("${_pkgbase}-gtk3") source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('71f7f75946ae0a0f3b266f79dcabc58a34a0ecba') +sha1sums=('a588b17b8c7ae3d01bb0871a37fa9d726c4637a1') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in mate-panel-gtk3/repos (4 files)
Date: Monday, February 6, 2017 @ 22:32:16 Author: arojas Revision: 210642 archrelease: copy trunk to community-i686, community-x86_64 Added: mate-panel-gtk3/repos/community-i686/PKGBUILD (from rev 210641, mate-panel-gtk3/trunk/PKGBUILD) mate-panel-gtk3/repos/community-x86_64/PKGBUILD (from rev 210641, mate-panel-gtk3/trunk/PKGBUILD) Deleted: mate-panel-gtk3/repos/community-i686/PKGBUILD mate-panel-gtk3/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 76 community-i686/PKGBUILD | 38 -- community-x86_64/PKGBUILD | 38 -- 3 files changed, 76 insertions(+), 76 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 22:31:45 UTC (rev 210641) +++ community-i686/PKGBUILD 2017-02-06 22:32:16 UTC (rev 210642) @@ -1,38 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-panel -pkgname=${_pkgbase}-gtk3 -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="The MATE Panel (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather-gtk3' 'libsm' 'mate-menus' 'mate-desktop-gtk3') -makedepends=('intltool' 'itstool' 'gobject-introspection') -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -groups=('mate-gtk3') -conflicts=("${_pkgbase}") -sha1sums=('1fb1df7d86f96f97051cb985ab5dd21ebc78d4b2') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---with-gtk=3.0 \ ---enable-introspection - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: mate-panel-gtk3/repos/community-i686/PKGBUILD (from rev 210641, mate-panel-gtk3/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 22:32:16 UTC (rev 210642) @@ -0,0 +1,38 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=mate-panel +pkgname=${_pkgbase}-gtk3 +pkgver=${_ver}.1 +pkgrel=1 +pkgdesc="The MATE Panel (GTK3 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather-gtk3' 'libsm' 'mate-menus' 'mate-desktop-gtk3') +makedepends=('intltool' 'itstool' 'gobject-introspection') +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +groups=('mate-gtk3') +conflicts=("${_pkgbase}") +sha1sums=('799ef0b7d718e2120aa1ffdcae604c356213ef12') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--with-gtk=3.0 \ +--enable-introspection + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 22:31:45 UTC (rev 210641) +++ community-x86_64/PKGBUILD 2017-02-06 22:32:16 UTC (rev 210642) @@ -1,38 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-panel -pkgname=${_pkgbase}-gtk3 -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="The MATE Panel (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather-gtk3' 'libsm' 'mate-menus' 'mate-desktop-gtk3') -makedepends=('intltool' 'itstool' 'gobject-introspection') -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -groups=('mate-gtk3') -conflicts=("${_pkgbase}") -sha1sums=('1fb1df7d86f96f97051cb985ab5dd21ebc78d4b2') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---with-gtk=3.0 \ ---enable-introspection - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: mate-panel-gtk3/repos/community-x86_64/PKGBUILD (from rev 210641, mate-panel-gtk3/trunk/PKGBUILD)
[arch-commits] Commit in mate-panel-gtk3/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 22:31:45 Author: arojas Revision: 210641 Update to 1.16.1 Modified: mate-panel-gtk3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 22:29:07 UTC (rev 210640) +++ PKGBUILD2017-02-06 22:31:45 UTC (rev 210641) @@ -3,7 +3,7 @@ _ver=1.16 _pkgbase=mate-panel pkgname=${_pkgbase}-gtk3 -pkgver=${_ver}.0 +pkgver=${_ver}.1 pkgrel=1 pkgdesc="The MATE Panel (GTK3 version)" url="http://mate-desktop.org"; @@ -14,7 +14,7 @@ source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) groups=('mate-gtk3') conflicts=("${_pkgbase}") -sha1sums=('1fb1df7d86f96f97051cb985ab5dd21ebc78d4b2') +sha1sums=('799ef0b7d718e2120aa1ffdcae604c356213ef12') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in mate-panel/repos (4 files)
Date: Monday, February 6, 2017 @ 22:29:07 Author: arojas Revision: 210640 archrelease: copy trunk to community-i686, community-x86_64 Added: mate-panel/repos/community-i686/PKGBUILD (from rev 210639, mate-panel/trunk/PKGBUILD) mate-panel/repos/community-x86_64/PKGBUILD (from rev 210639, mate-panel/trunk/PKGBUILD) Deleted: mate-panel/repos/community-i686/PKGBUILD mate-panel/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 76 community-i686/PKGBUILD | 38 -- community-x86_64/PKGBUILD | 38 -- 3 files changed, 76 insertions(+), 76 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 22:28:32 UTC (rev 210639) +++ community-i686/PKGBUILD 2017-02-06 22:29:07 UTC (rev 210640) @@ -1,38 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-panel -pkgname=${_pkgbase} -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="The MATE Panel (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'libwnck' 'libcanberra' 'libmateweather' 'libsm' 'mate-menus' 'mate-desktop') -makedepends=('intltool' 'itstool' 'gobject-introspection') -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -groups=('mate') -conflicts=("${_pkgbase}-gtk3") -sha1sums=('1fb1df7d86f96f97051cb985ab5dd21ebc78d4b2') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---with-gtk=2.0 \ ---enable-introspection - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: mate-panel/repos/community-i686/PKGBUILD (from rev 210639, mate-panel/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 22:29:07 UTC (rev 210640) @@ -0,0 +1,38 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=mate-panel +pkgname=${_pkgbase} +pkgver=${_ver}.1 +pkgrel=1 +pkgdesc="The MATE Panel (GTK2 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('dbus-glib' 'libwnck' 'libcanberra' 'libmateweather' 'libsm' 'mate-menus' 'mate-desktop') +makedepends=('intltool' 'itstool' 'gobject-introspection') +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +groups=('mate') +conflicts=("${_pkgbase}-gtk3") +sha1sums=('799ef0b7d718e2120aa1ffdcae604c356213ef12') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--with-gtk=2.0 \ +--enable-introspection + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 22:28:32 UTC (rev 210639) +++ community-x86_64/PKGBUILD 2017-02-06 22:29:07 UTC (rev 210640) @@ -1,38 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-panel -pkgname=${_pkgbase} -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="The MATE Panel (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'libwnck' 'libcanberra' 'libmateweather' 'libsm' 'mate-menus' 'mate-desktop') -makedepends=('intltool' 'itstool' 'gobject-introspection') -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -groups=('mate') -conflicts=("${_pkgbase}-gtk3") -sha1sums=('1fb1df7d86f96f97051cb985ab5dd21ebc78d4b2') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---with-gtk=2.0 \ ---enable-introspection - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: mate-panel/repos/community-x86_64/PKGBUILD (from rev 210639, mate-panel/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0
[arch-commits] Commit in mate-panel/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 22:28:32 Author: arojas Revision: 210639 Update to 1.16.1 Modified: mate-panel/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 22:25:59 UTC (rev 210638) +++ PKGBUILD2017-02-06 22:28:32 UTC (rev 210639) @@ -3,7 +3,7 @@ _ver=1.16 _pkgbase=mate-panel pkgname=${_pkgbase} -pkgver=${_ver}.0 +pkgver=${_ver}.1 pkgrel=1 pkgdesc="The MATE Panel (GTK2 version)" url="http://mate-desktop.org"; @@ -14,7 +14,7 @@ source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) groups=('mate') conflicts=("${_pkgbase}-gtk3") -sha1sums=('1fb1df7d86f96f97051cb985ab5dd21ebc78d4b2') +sha1sums=('799ef0b7d718e2120aa1ffdcae604c356213ef12') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in mate-settings-daemon-gtk3/repos (4 files)
Date: Monday, February 6, 2017 @ 22:25:59 Author: arojas Revision: 210638 archrelease: copy trunk to community-i686, community-x86_64 Added: mate-settings-daemon-gtk3/repos/community-i686/PKGBUILD (from rev 210637, mate-settings-daemon-gtk3/trunk/PKGBUILD) mate-settings-daemon-gtk3/repos/community-x86_64/PKGBUILD (from rev 210637, mate-settings-daemon-gtk3/trunk/PKGBUILD) Deleted: mate-settings-daemon-gtk3/repos/community-i686/PKGBUILD mate-settings-daemon-gtk3/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 84 community-i686/PKGBUILD | 42 -- community-x86_64/PKGBUILD | 42 -- 3 files changed, 84 insertions(+), 84 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 22:25:24 UTC (rev 210637) +++ community-i686/PKGBUILD 2017-02-06 22:25:59 UTC (rev 210638) @@ -1,42 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-settings-daemon -pkgname=(${_pkgbase}-gtk3) -pkgver=${_ver}.0 -pkgrel=2 -pkgdesc="The MATE Settings daemon (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'libcanberra' 'libmatekbd-gtk3' 'libmatemixer' 'libnotify' - 'mate-desktop-gtk3' 'nss' 'polkit') -makedepends=('intltool') -optdepends=('libcanberra-pulse: PulseAudio support' -'pulseaudio-alsa: PulseAudio support') -groups=('mate-gtk3') -conflicts=("${_pkgbase}") -options=('!emptydirs') -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('31ae6f516b9dec31c8756068cbc14e6c276b9609') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---with-gtk=3.0 \ ---enable-polkit \ ---enable-pulse - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: mate-settings-daemon-gtk3/repos/community-i686/PKGBUILD (from rev 210637, mate-settings-daemon-gtk3/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 22:25:59 UTC (rev 210638) @@ -0,0 +1,42 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=mate-settings-daemon +pkgname=(${_pkgbase}-gtk3) +pkgver=${_ver}.1 +pkgrel=1 +pkgdesc="The MATE Settings daemon (GTK3 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('dbus-glib' 'libcanberra' 'libmatekbd-gtk3' 'libmatemixer' 'libnotify' + 'mate-desktop-gtk3' 'nss' 'polkit') +makedepends=('intltool') +optdepends=('libcanberra-pulse: PulseAudio support' +'pulseaudio-alsa: PulseAudio support') +groups=('mate-gtk3') +conflicts=("${_pkgbase}") +options=('!emptydirs') +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +sha1sums=('8fcb4ae0571e9bd507b47a67e0e4245e6558693e') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--sysconfdir=/etc \ +--with-gtk=3.0 \ +--enable-polkit \ +--enable-pulse + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 22:25:24 UTC (rev 210637) +++ community-x86_64/PKGBUILD 2017-02-06 22:25:59 UTC (rev 210638) @@ -1,42 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-settings-daemon -pkgname=(${_pkgbase}-gtk3) -pkgver=${_ver}.0 -pkgrel=2 -pkgdesc="The MATE Settings daemon (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'libcanberra' 'libmatekbd-gtk3' 'libmatemixer' 'libnotify' - 'mate-desktop-gtk3' 'nss' 'polkit') -makedepends=('intltool') -optdepends=('libcanberra-pulse: PulseAudio support' -'pulseaudio-alsa: PulseAudio support') -groups=('mate-gtk3') -conflicts=("${_pkgbase}") -options=('!emptydirs') -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('31ae6f516b9dec31c8756068cbc14e6c276b9609') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---wi
[arch-commits] Commit in mate-settings-daemon-gtk3/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 22:24:51 Author: arojas Revision: 210636 Update to 1.16.1 Modified: mate-settings-daemon-gtk3/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 22:21:30 UTC (rev 210635) +++ PKGBUILD2017-02-06 22:24:51 UTC (rev 210636) @@ -3,8 +3,8 @@ _ver=1.16 _pkgbase=mate-settings-daemon pkgname=(${_pkgbase}-gtk3) -pkgver=${_ver}.0 -pkgrel=2 +pkgver=${_ver}.1 +pkgrel=1 pkgdesc="The MATE Settings daemon (GTK3 version)" url="http://mate-desktop.org"; arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ conflicts=("${_pkgbase}") options=('!emptydirs') source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('31ae6f516b9dec31c8756068cbc14e6c276b9609') +sha1sums=('8fcb4ae0571e9bd507b47a67e0e4245e6558693e') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in mate-settings-daemon/repos (4 files)
Date: Monday, February 6, 2017 @ 22:25:24 Author: arojas Revision: 210637 archrelease: copy trunk to community-i686, community-x86_64 Added: mate-settings-daemon/repos/community-i686/PKGBUILD (from rev 210636, mate-settings-daemon/trunk/PKGBUILD) mate-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 210636, mate-settings-daemon/trunk/PKGBUILD) Deleted: mate-settings-daemon/repos/community-i686/PKGBUILD mate-settings-daemon/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 84 community-i686/PKGBUILD | 42 -- community-x86_64/PKGBUILD | 42 -- 3 files changed, 84 insertions(+), 84 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 22:24:51 UTC (rev 210636) +++ community-i686/PKGBUILD 2017-02-06 22:25:24 UTC (rev 210637) @@ -1,42 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-settings-daemon -pkgname=(${_pkgbase}) -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="The MATE Settings daemon (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify' - 'mate-desktop' 'nss' 'polkit') -makedepends=('intltool') -optdepends=('libcanberra-pulse: PulseAudio support' -'pulseaudio-alsa: PulseAudio support') -groups=('mate') -conflicts=("${_pkgbase}-gtk3") -options=('!emptydirs') -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('31ae6f516b9dec31c8756068cbc14e6c276b9609') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---with-gtk=2.0 \ ---enable-polkit \ ---enable-pulse - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: mate-settings-daemon/repos/community-i686/PKGBUILD (from rev 210636, mate-settings-daemon/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 22:25:24 UTC (rev 210637) @@ -0,0 +1,42 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=mate-settings-daemon +pkgname=(${_pkgbase}) +pkgver=${_ver}.1 +pkgrel=1 +pkgdesc="The MATE Settings daemon (GTK2 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify' + 'mate-desktop' 'nss' 'polkit') +makedepends=('intltool') +optdepends=('libcanberra-pulse: PulseAudio support' +'pulseaudio-alsa: PulseAudio support') +groups=('mate') +conflicts=("${_pkgbase}-gtk3") +options=('!emptydirs') +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +sha1sums=('8fcb4ae0571e9bd507b47a67e0e4245e6558693e') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--sysconfdir=/etc \ +--with-gtk=2.0 \ +--enable-polkit \ +--enable-pulse + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 22:24:51 UTC (rev 210636) +++ community-x86_64/PKGBUILD 2017-02-06 22:25:24 UTC (rev 210637) @@ -1,42 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-settings-daemon -pkgname=(${_pkgbase}) -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="The MATE Settings daemon (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify' - 'mate-desktop' 'nss' 'polkit') -makedepends=('intltool') -optdepends=('libcanberra-pulse: PulseAudio support' -'pulseaudio-alsa: PulseAudio support') -groups=('mate') -conflicts=("${_pkgbase}-gtk3") -options=('!emptydirs') -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('31ae6f516b9dec31c8756068cbc14e6c276b9609') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---with-gtk=2.0 \ ---enable-polkit \ ---enable-pulse - -#https://bugzi
[arch-commits] Commit in mate-settings-daemon/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 22:21:30 Author: arojas Revision: 210635 Update to 1.16.1 Modified: mate-settings-daemon/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 22:08:47 UTC (rev 210634) +++ PKGBUILD2017-02-06 22:21:30 UTC (rev 210635) @@ -3,7 +3,7 @@ _ver=1.16 _pkgbase=mate-settings-daemon pkgname=(${_pkgbase}) -pkgver=${_ver}.0 +pkgver=${_ver}.1 pkgrel=1 pkgdesc="The MATE Settings daemon (GTK2 version)" url="http://mate-desktop.org"; @@ -18,7 +18,7 @@ conflicts=("${_pkgbase}-gtk3") options=('!emptydirs') source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('31ae6f516b9dec31c8756068cbc14e6c276b9609') +sha1sums=('8fcb4ae0571e9bd507b47a67e0e4245e6558693e') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in mate-control-center-gtk3/repos (4 files)
Date: Monday, February 6, 2017 @ 22:08:47 Author: arojas Revision: 210634 archrelease: copy trunk to community-i686, community-x86_64 Added: mate-control-center-gtk3/repos/community-i686/PKGBUILD (from rev 210633, mate-control-center-gtk3/trunk/PKGBUILD) mate-control-center-gtk3/repos/community-x86_64/PKGBUILD (from rev 210633, mate-control-center-gtk3/trunk/PKGBUILD) Deleted: mate-control-center-gtk3/repos/community-i686/PKGBUILD mate-control-center-gtk3/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 78 community-i686/PKGBUILD | 39 -- community-x86_64/PKGBUILD | 39 -- 3 files changed, 78 insertions(+), 78 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 22:07:58 UTC (rev 210633) +++ community-i686/PKGBUILD 2017-02-06 22:08:47 UTC (rev 210634) @@ -1,39 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-control-center -pkgname=${_pkgbase}-gtk3 -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="The Control Center for MATE (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('mate-menus' 'mate-settings-daemon-gtk3' 'marco-gtk3' 'libunique3' 'libxss') -makedepends=('intltool' 'itstool') -groups=('mate-gtk3') -conflicts=("${_pkgbase}") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('452b0dd1025ba33f3f1c11e6d5220477dfffe4a8') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---sbindir=/usr/bin \ ---localstatedir=/var \ ---with-gtk=3.0 \ ---disable-update-mimedb - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache" -} Copied: mate-control-center-gtk3/repos/community-i686/PKGBUILD (from rev 210633, mate-control-center-gtk3/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 22:08:47 UTC (rev 210634) @@ -0,0 +1,39 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=mate-control-center +pkgname=${_pkgbase}-gtk3 +pkgver=${_ver}.1 +pkgrel=1 +pkgdesc="The Control Center for MATE (GTK3 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('mate-menus' 'mate-settings-daemon-gtk3' 'marco-gtk3' 'libunique3' 'libxss') +makedepends=('intltool' 'itstool') +groups=('mate-gtk3') +conflicts=("${_pkgbase}") +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +sha1sums=('49f65c992fdc27e0c5c57cd57e7143813b67d76b') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--sbindir=/usr/bin \ +--localstatedir=/var \ +--with-gtk=3.0 \ +--disable-update-mimedb + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache" +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 22:07:58 UTC (rev 210633) +++ community-x86_64/PKGBUILD 2017-02-06 22:08:47 UTC (rev 210634) @@ -1,39 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-control-center -pkgname=${_pkgbase}-gtk3 -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="The Control Center for MATE (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('mate-menus' 'mate-settings-daemon-gtk3' 'marco-gtk3' 'libunique3' 'libxss') -makedepends=('intltool' 'itstool') -groups=('mate-gtk3') -conflicts=("${_pkgbase}") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('452b0dd1025ba33f3f1c11e6d5220477dfffe4a8') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---sbindir=/usr/bin \ ---localstatedir=/var \ ---with-gtk=3.0 \ ---disable-update-mimedb - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache" -} Copi
[arch-commits] Commit in mate-control-center-gtk3/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 22:07:58 Author: arojas Revision: 210633 Update to 1.16.1 Modified: mate-control-center-gtk3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 22:03:30 UTC (rev 210632) +++ PKGBUILD2017-02-06 22:07:58 UTC (rev 210633) @@ -3,7 +3,7 @@ _ver=1.16 _pkgbase=mate-control-center pkgname=${_pkgbase}-gtk3 -pkgver=${_ver}.0 +pkgver=${_ver}.1 pkgrel=1 pkgdesc="The Control Center for MATE (GTK3 version)" url="http://mate-desktop.org"; @@ -14,7 +14,7 @@ groups=('mate-gtk3') conflicts=("${_pkgbase}") source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('452b0dd1025ba33f3f1c11e6d5220477dfffe4a8') +sha1sums=('49f65c992fdc27e0c5c57cd57e7143813b67d76b') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in mate-control-center/repos (4 files)
Date: Monday, February 6, 2017 @ 22:03:30 Author: arojas Revision: 210632 archrelease: copy trunk to community-i686, community-x86_64 Added: mate-control-center/repos/community-i686/PKGBUILD (from rev 210631, mate-control-center/trunk/PKGBUILD) mate-control-center/repos/community-x86_64/PKGBUILD (from rev 210631, mate-control-center/trunk/PKGBUILD) Deleted: mate-control-center/repos/community-i686/PKGBUILD mate-control-center/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 78 community-i686/PKGBUILD | 39 -- community-x86_64/PKGBUILD | 39 -- 3 files changed, 78 insertions(+), 78 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 22:02:06 UTC (rev 210631) +++ community-i686/PKGBUILD 2017-02-06 22:03:30 UTC (rev 210632) @@ -1,39 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-control-center -pkgname=${_pkgbase} -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="The Control Center for MATE (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libunique' 'libxss') -makedepends=('intltool' 'itstool') -groups=('mate') -conflicts=("${_pkgbase}-gtk3") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('452b0dd1025ba33f3f1c11e6d5220477dfffe4a8') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---sbindir=/usr/bin \ ---localstatedir=/var \ ---with-gtk=2.0 \ ---disable-update-mimedb - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache" -} Copied: mate-control-center/repos/community-i686/PKGBUILD (from rev 210631, mate-control-center/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 22:03:30 UTC (rev 210632) @@ -0,0 +1,39 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=mate-control-center +pkgname=${_pkgbase} +pkgver=${_ver}.1 +pkgrel=1 +pkgdesc="The Control Center for MATE (GTK2 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libunique' 'libxss') +makedepends=('intltool' 'itstool') +groups=('mate') +conflicts=("${_pkgbase}-gtk3") +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +sha1sums=('49f65c992fdc27e0c5c57cd57e7143813b67d76b') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--sbindir=/usr/bin \ +--localstatedir=/var \ +--with-gtk=2.0 \ +--disable-update-mimedb + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache" +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 22:02:06 UTC (rev 210631) +++ community-x86_64/PKGBUILD 2017-02-06 22:03:30 UTC (rev 210632) @@ -1,39 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-control-center -pkgname=${_pkgbase} -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="The Control Center for MATE (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libunique' 'libxss') -makedepends=('intltool' 'itstool') -groups=('mate') -conflicts=("${_pkgbase}-gtk3") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('452b0dd1025ba33f3f1c11e6d5220477dfffe4a8') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---sbindir=/usr/bin \ ---localstatedir=/var \ ---with-gtk=2.0 \ ---disable-update-mimedb - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache" -} Copied: mate-control-center/repos/community-x86_64/PKGBUILD (from rev 210631, mate-control-cen
[arch-commits] Commit in mate-control-center/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 22:02:06 Author: arojas Revision: 210631 Update to 1.16.1 Modified: mate-control-center/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:58:05 UTC (rev 210630) +++ PKGBUILD2017-02-06 22:02:06 UTC (rev 210631) @@ -3,7 +3,7 @@ _ver=1.16 _pkgbase=mate-control-center pkgname=${_pkgbase} -pkgver=${_ver}.0 +pkgver=${_ver}.1 pkgrel=1 pkgdesc="The Control Center for MATE (GTK2 version)" url="http://mate-desktop.org"; @@ -14,7 +14,7 @@ groups=('mate') conflicts=("${_pkgbase}-gtk3") source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('452b0dd1025ba33f3f1c11e6d5220477dfffe4a8') +sha1sums=('49f65c992fdc27e0c5c57cd57e7143813b67d76b') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in mate-session-manager/repos (4 files)
Date: Monday, February 6, 2017 @ 21:58:05 Author: arojas Revision: 210630 archrelease: copy trunk to community-i686, community-x86_64 Added: mate-session-manager/repos/community-i686/PKGBUILD (from rev 210629, mate-session-manager/trunk/PKGBUILD) mate-session-manager/repos/community-x86_64/PKGBUILD (from rev 210629, mate-session-manager/trunk/PKGBUILD) Deleted: mate-session-manager/repos/community-i686/PKGBUILD mate-session-manager/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 70 community-i686/PKGBUILD | 35 -- community-x86_64/PKGBUILD | 35 -- 3 files changed, 70 insertions(+), 70 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:57:35 UTC (rev 210629) +++ community-i686/PKGBUILD 2017-02-06 21:58:05 UTC (rev 210630) @@ -1,35 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -pkgname=mate-session-manager -pkgver=${_ver}.0 -pkgrel=3 -pkgdesc="The MATE Session Handler" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop-schemas') -makedepends=('intltool' 'xtrans' 'systemd') -optdepends=('gnome-keyring: keyring support' -'xdg-user-dirs-gtk: manage user directories') -groups=('mate' 'mate-gtk3') -conflicts=('mate-session-manager-gtk3') -replaces=('mate-session-manager-gtk3') -source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('553b28bbbd9164e0403783db58015fa42d3ae38d') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---disable-upower -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-session-manager/repos/community-i686/PKGBUILD (from rev 210629, mate-session-manager/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:58:05 UTC (rev 210630) @@ -0,0 +1,35 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +pkgname=mate-session-manager +pkgver=${_ver}.1 +pkgrel=1 +pkgdesc="The MATE Session Handler" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop-schemas') +makedepends=('intltool' 'xtrans' 'systemd') +optdepends=('gnome-keyring: keyring support' +'xdg-user-dirs-gtk: manage user directories') +groups=('mate' 'mate-gtk3') +conflicts=('mate-session-manager-gtk3') +replaces=('mate-session-manager-gtk3') +source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('510d4ffd3b15fddfefeae3c126ca23b31166bcb1') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--disable-upower +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:57:35 UTC (rev 210629) +++ community-x86_64/PKGBUILD 2017-02-06 21:58:05 UTC (rev 210630) @@ -1,35 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -pkgname=mate-session-manager -pkgver=${_ver}.0 -pkgrel=3 -pkgdesc="The MATE Session Handler" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop-schemas') -makedepends=('intltool' 'xtrans' 'systemd') -optdepends=('gnome-keyring: keyring support' -'xdg-user-dirs-gtk: manage user directories') -groups=('mate' 'mate-gtk3') -conflicts=('mate-session-manager-gtk3') -replaces=('mate-session-manager-gtk3') -source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('553b28bbbd9164e0403783db58015fa42d3ae38d') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---disable-upower -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-session-manager/repos/community-x86_64/PKGBUILD (from rev 210629, mate-session-manager/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:58:05 UTC (rev 210630) @@ -0,0 +1,35 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +pkgname=mate-session-manager
[arch-commits] Commit in mate-session-manager/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:57:35 Author: arojas Revision: 210629 Update to 1.16.1 Modified: mate-session-manager/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:54:33 UTC (rev 210628) +++ PKGBUILD2017-02-06 21:57:35 UTC (rev 210629) @@ -2,8 +2,8 @@ _ver=1.16 pkgname=mate-session-manager -pkgver=${_ver}.0 -pkgrel=3 +pkgver=${_ver}.1 +pkgrel=1 pkgdesc="The MATE Session Handler" url="http://mate-desktop.org"; arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ conflicts=('mate-session-manager-gtk3') replaces=('mate-session-manager-gtk3') source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('553b28bbbd9164e0403783db58015fa42d3ae38d') +sha1sums=('510d4ffd3b15fddfefeae3c126ca23b31166bcb1') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in caja-gtk3/repos (4 files)
Date: Monday, February 6, 2017 @ 21:54:33 Author: arojas Revision: 210628 archrelease: copy trunk to community-i686, community-x86_64 Added: caja-gtk3/repos/community-i686/PKGBUILD (from rev 210627, caja-gtk3/trunk/PKGBUILD) caja-gtk3/repos/community-x86_64/PKGBUILD (from rev 210627, caja-gtk3/trunk/PKGBUILD) Deleted: caja-gtk3/repos/community-i686/PKGBUILD caja-gtk3/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 82 community-i686/PKGBUILD | 41 -- community-x86_64/PKGBUILD | 41 -- 3 files changed, 82 insertions(+), 82 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:53:22 UTC (rev 210627) +++ community-i686/PKGBUILD 2017-02-06 21:54:33 UTC (rev 210628) @@ -1,41 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=caja -pkgname=${_pkgbase}-gtk3 -pkgver=${_ver}.1 -pkgrel=1 -pkgdesc="File manager for the MATE desktop (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('exempi' 'gvfs' 'libexif' 'libsm' 'libunique3' 'mate-desktop-gtk3') -makedepends=('gobject-introspection' 'intltool') -optdepends=('gstreamer: automatic media playback when mouseover') -groups=('mate-gtk3') -conflicts=("${_pkgbase}") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('c050e203917c5a378fba5c7091ab29d8e22e86c9') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---with-gtk=3.0 \ ---enable-introspection \ ---disable-update-mimedb - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install - -# Remove D-Bus activation file to avoid conflict with nautilus-desktop -rm -r "$pkgdir/usr/share/dbus-1/" -} Copied: caja-gtk3/repos/community-i686/PKGBUILD (from rev 210627, caja-gtk3/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:54:33 UTC (rev 210628) @@ -0,0 +1,41 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=caja +pkgname=${_pkgbase}-gtk3 +pkgver=${_ver}.2 +pkgrel=1 +pkgdesc="File manager for the MATE desktop (GTK3 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('exempi' 'gvfs' 'libexif' 'libsm' 'libunique3' 'mate-desktop-gtk3') +makedepends=('gobject-introspection' 'intltool') +optdepends=('gstreamer: automatic media playback when mouseover') +groups=('mate-gtk3') +conflicts=("${_pkgbase}") +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +sha1sums=('7d4088e151435ccfea442f03b796a9e0f3f56a69') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--with-gtk=3.0 \ +--enable-introspection \ +--disable-update-mimedb + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install + +# Remove D-Bus activation file to avoid conflict with nautilus-desktop +rm -r "$pkgdir/usr/share/dbus-1/" +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:53:22 UTC (rev 210627) +++ community-x86_64/PKGBUILD 2017-02-06 21:54:33 UTC (rev 210628) @@ -1,41 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=caja -pkgname=${_pkgbase}-gtk3 -pkgver=${_ver}.1 -pkgrel=1 -pkgdesc="File manager for the MATE desktop (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('exempi' 'gvfs' 'libexif' 'libsm' 'libunique3' 'mate-desktop-gtk3') -makedepends=('gobject-introspection' 'intltool') -optdepends=('gstreamer: automatic media playback when mouseover') -groups=('mate-gtk3') -conflicts=("${_pkgbase}") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('c050e203917c5a378fba5c7091ab29d8e22e86c9') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---with-gtk=3.0 \ ---enable-introspection \ ---disable-update-mimedb - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd
[arch-commits] Commit in caja-gtk3/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:53:22 Author: arojas Revision: 210627 Update to 1.16.2 Modified: caja-gtk3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:48:39 UTC (rev 210626) +++ PKGBUILD2017-02-06 21:53:22 UTC (rev 210627) @@ -3,7 +3,7 @@ _ver=1.16 _pkgbase=caja pkgname=${_pkgbase}-gtk3 -pkgver=${_ver}.1 +pkgver=${_ver}.2 pkgrel=1 pkgdesc="File manager for the MATE desktop (GTK3 version)" url="http://mate-desktop.org"; @@ -15,7 +15,7 @@ groups=('mate-gtk3') conflicts=("${_pkgbase}") source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('c050e203917c5a378fba5c7091ab29d8e22e86c9') +sha1sums=('7d4088e151435ccfea442f03b796a9e0f3f56a69') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in caja/repos (4 files)
Date: Monday, February 6, 2017 @ 21:48:39 Author: arojas Revision: 210626 archrelease: copy trunk to community-i686, community-x86_64 Added: caja/repos/community-i686/PKGBUILD (from rev 210625, caja/trunk/PKGBUILD) caja/repos/community-x86_64/PKGBUILD (from rev 210625, caja/trunk/PKGBUILD) Deleted: caja/repos/community-i686/PKGBUILD caja/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 82 community-i686/PKGBUILD | 41 -- community-x86_64/PKGBUILD | 41 -- 3 files changed, 82 insertions(+), 82 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:47:48 UTC (rev 210625) +++ community-i686/PKGBUILD 2017-02-06 21:48:39 UTC (rev 210626) @@ -1,41 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=caja -pkgname=${_pkgbase} -pkgver=${_ver}.1 -pkgrel=1 -pkgdesc="File manager for the MATE desktop (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('exempi' 'gvfs' 'libexif' 'libsm' 'libunique' 'mate-desktop') -makedepends=('gobject-introspection' 'intltool') -optdepends=('gstreamer: automatic media playback when mouseover') -groups=('mate') -conflicts=("${_pkgbase}-gtk3") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('c050e203917c5a378fba5c7091ab29d8e22e86c9') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---with-gtk=2.0 \ ---enable-introspection \ ---disable-update-mimedb - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install - -# Remove D-Bus activation file to avoid conflict with nautilus-desktop -rm -r "$pkgdir/usr/share/dbus-1/" -} Copied: caja/repos/community-i686/PKGBUILD (from rev 210625, caja/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:48:39 UTC (rev 210626) @@ -0,0 +1,41 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=caja +pkgname=${_pkgbase} +pkgver=${_ver}.2 +pkgrel=1 +pkgdesc="File manager for the MATE desktop (GTK2 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('exempi' 'gvfs' 'libexif' 'libsm' 'libunique' 'mate-desktop') +makedepends=('gobject-introspection' 'intltool') +optdepends=('gstreamer: automatic media playback when mouseover') +groups=('mate') +conflicts=("${_pkgbase}-gtk3") +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +sha1sums=('7d4088e151435ccfea442f03b796a9e0f3f56a69') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--with-gtk=2.0 \ +--enable-introspection \ +--disable-update-mimedb + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install + +# Remove D-Bus activation file to avoid conflict with nautilus-desktop +rm -r "$pkgdir/usr/share/dbus-1/" +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:47:48 UTC (rev 210625) +++ community-x86_64/PKGBUILD 2017-02-06 21:48:39 UTC (rev 210626) @@ -1,41 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=caja -pkgname=${_pkgbase} -pkgver=${_ver}.1 -pkgrel=1 -pkgdesc="File manager for the MATE desktop (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('exempi' 'gvfs' 'libexif' 'libsm' 'libunique' 'mate-desktop') -makedepends=('gobject-introspection' 'intltool') -optdepends=('gstreamer: automatic media playback when mouseover') -groups=('mate') -conflicts=("${_pkgbase}-gtk3") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('c050e203917c5a378fba5c7091ab29d8e22e86c9') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---with-gtk=2.0 \ ---enable-introspection \ ---disable-update-mimedb - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install
[arch-commits] Commit in caja/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:47:48 Author: arojas Revision: 210625 Update to 1.16.2 Modified: caja/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:43:45 UTC (rev 210624) +++ PKGBUILD2017-02-06 21:47:48 UTC (rev 210625) @@ -3,7 +3,7 @@ _ver=1.16 _pkgbase=caja pkgname=${_pkgbase} -pkgver=${_ver}.1 +pkgver=${_ver}.2 pkgrel=1 pkgdesc="File manager for the MATE desktop (GTK2 version)" url="http://mate-desktop.org"; @@ -15,7 +15,7 @@ groups=('mate') conflicts=("${_pkgbase}-gtk3") source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('c050e203917c5a378fba5c7091ab29d8e22e86c9') +sha1sums=('7d4088e151435ccfea442f03b796a9e0f3f56a69') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in eom-gtk3/repos (4 files)
Date: Monday, February 6, 2017 @ 21:43:45 Author: arojas Revision: 210624 archrelease: copy trunk to community-i686, community-x86_64 Added: eom-gtk3/repos/community-i686/PKGBUILD (from rev 210623, eom-gtk3/trunk/PKGBUILD) eom-gtk3/repos/community-x86_64/PKGBUILD (from rev 210623, eom-gtk3/trunk/PKGBUILD) Deleted: eom-gtk3/repos/community-i686/PKGBUILD eom-gtk3/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:43:14 UTC (rev 210623) +++ community-i686/PKGBUILD 2017-02-06 21:43:45 UTC (rev 210624) @@ -1,37 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=eom -pkgname=(${_pkgbase}-gtk3) -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="An image viewing and cataloging program for MATE (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'libexif' 'libjpeg-turbo' 'mate-desktop-gtk3') -makedepends=('gobject-introspection' 'intltool' 'itstool') -groups=('mate-extra-gtk3') -conflicts=("${_pkgbase}") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('9c2d032f971a1296a2300c9cacdeb4cef931ac20') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---localstatedir=/var \ ---with-gtk=3.0 \ ---with-librsvg \ ---disable-python - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: eom-gtk3/repos/community-i686/PKGBUILD (from rev 210623, eom-gtk3/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:43:45 UTC (rev 210624) @@ -0,0 +1,37 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=eom +pkgname=(${_pkgbase}-gtk3) +pkgver=${_ver}.1 +pkgrel=1 +pkgdesc="An image viewing and cataloging program for MATE (GTK3 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'libexif' 'libjpeg-turbo' 'mate-desktop-gtk3') +makedepends=('gobject-introspection' 'intltool' 'itstool') +groups=('mate-extra-gtk3') +conflicts=("${_pkgbase}") +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +sha1sums=('125c51120c15f96cb012530ebdbffceb73fb01cb') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--localstatedir=/var \ +--with-gtk=3.0 \ +--with-librsvg \ +--disable-python + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:43:14 UTC (rev 210623) +++ community-x86_64/PKGBUILD 2017-02-06 21:43:45 UTC (rev 210624) @@ -1,37 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=eom -pkgname=(${_pkgbase}-gtk3) -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="An image viewing and cataloging program for MATE (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'libexif' 'libjpeg-turbo' 'mate-desktop-gtk3') -makedepends=('gobject-introspection' 'intltool' 'itstool') -groups=('mate-extra-gtk3') -conflicts=("${_pkgbase}") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('9c2d032f971a1296a2300c9cacdeb4cef931ac20') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---localstatedir=/var \ ---with-gtk=3.0 \ ---with-librsvg \ ---disable-python - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: eom-gtk3/repos/community-x86_64/PKGBUILD (from rev 210623, eom-gtk3/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD
[arch-commits] Commit in eom-gtk3/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:43:14 Author: arojas Revision: 210623 Update to 1.16.1 Modified: eom-gtk3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:40:26 UTC (rev 210622) +++ PKGBUILD2017-02-06 21:43:14 UTC (rev 210623) @@ -3,7 +3,7 @@ _ver=1.16 _pkgbase=eom pkgname=(${_pkgbase}-gtk3) -pkgver=${_ver}.0 +pkgver=${_ver}.1 pkgrel=1 pkgdesc="An image viewing and cataloging program for MATE (GTK3 version)" url="http://mate-desktop.org"; @@ -14,7 +14,7 @@ groups=('mate-extra-gtk3') conflicts=("${_pkgbase}") source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('9c2d032f971a1296a2300c9cacdeb4cef931ac20') +sha1sums=('125c51120c15f96cb012530ebdbffceb73fb01cb') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in eom/repos (4 files)
Date: Monday, February 6, 2017 @ 21:40:26 Author: arojas Revision: 210622 archrelease: copy trunk to community-i686, community-x86_64 Added: eom/repos/community-i686/PKGBUILD (from rev 210621, eom/trunk/PKGBUILD) eom/repos/community-x86_64/PKGBUILD (from rev 210621, eom/trunk/PKGBUILD) Deleted: eom/repos/community-i686/PKGBUILD eom/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:39:59 UTC (rev 210621) +++ community-i686/PKGBUILD 2017-02-06 21:40:26 UTC (rev 210622) @@ -1,37 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=eom -pkgname=(${_pkgbase}) -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'mate-desktop') -makedepends=('gobject-introspection' 'intltool' 'itstool') -groups=('mate-extra') -conflicts=("${_pkgbase}-gtk3") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('9c2d032f971a1296a2300c9cacdeb4cef931ac20') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---localstatedir=/var \ ---with-gtk=2.0 \ ---with-librsvg \ ---disable-python - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: eom/repos/community-i686/PKGBUILD (from rev 210621, eom/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:40:26 UTC (rev 210622) @@ -0,0 +1,37 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=eom +pkgname=(${_pkgbase}) +pkgver=${_ver}.1 +pkgrel=1 +pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'mate-desktop') +makedepends=('gobject-introspection' 'intltool' 'itstool') +groups=('mate-extra') +conflicts=("${_pkgbase}-gtk3") +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +sha1sums=('125c51120c15f96cb012530ebdbffceb73fb01cb') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--localstatedir=/var \ +--with-gtk=2.0 \ +--with-librsvg \ +--disable-python + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:39:59 UTC (rev 210621) +++ community-x86_64/PKGBUILD 2017-02-06 21:40:26 UTC (rev 210622) @@ -1,37 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=eom -pkgname=(${_pkgbase}) -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'mate-desktop') -makedepends=('gobject-introspection' 'intltool' 'itstool') -groups=('mate-extra') -conflicts=("${_pkgbase}-gtk3") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('9c2d032f971a1296a2300c9cacdeb4cef931ac20') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---localstatedir=/var \ ---with-gtk=2.0 \ ---with-librsvg \ ---disable-python - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: eom/repos/community-x86_64/PKGBUILD (from rev 210621, eom/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:40:26 UTC (rev 210622) @@ -0,0 +1,37 @@ +
[arch-commits] Commit in eom/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:39:59 Author: arojas Revision: 210621 Update to 1.16.1 Modified: eom/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:35:13 UTC (rev 210620) +++ PKGBUILD2017-02-06 21:39:59 UTC (rev 210621) @@ -3,7 +3,7 @@ _ver=1.16 _pkgbase=eom pkgname=(${_pkgbase}) -pkgver=${_ver}.0 +pkgver=${_ver}.1 pkgrel=1 pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)" url="http://mate-desktop.org"; @@ -14,7 +14,7 @@ groups=('mate-extra') conflicts=("${_pkgbase}-gtk3") source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('9c2d032f971a1296a2300c9cacdeb4cef931ac20') +sha1sums=('125c51120c15f96cb012530ebdbffceb73fb01cb') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in mate-screensaver-gtk3/repos (4 files)
Date: Monday, February 6, 2017 @ 21:35:13 Author: arojas Revision: 210620 archrelease: copy trunk to community-i686, community-x86_64 Added: mate-screensaver-gtk3/repos/community-i686/PKGBUILD (from rev 210619, mate-screensaver-gtk3/trunk/PKGBUILD) mate-screensaver-gtk3/repos/community-x86_64/PKGBUILD (from rev 210619, mate-screensaver-gtk3/trunk/PKGBUILD) Deleted: mate-screensaver-gtk3/repos/community-i686/PKGBUILD mate-screensaver-gtk3/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 80 community-i686/PKGBUILD | 40 -- community-x86_64/PKGBUILD | 40 -- 3 files changed, 80 insertions(+), 80 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:34:46 UTC (rev 210619) +++ community-i686/PKGBUILD 2017-02-06 21:35:13 UTC (rev 210620) @@ -1,40 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-screensaver -pkgname=(${_pkgbase}-gtk3) -pkgver=${_ver}.0 -pkgrel=2 -pkgdesc='Screensaver for MATE (GTK3 version)' -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('libmatekbd-gtk3' 'libnotify' 'libxss' 'mate-desktop-gtk3' 'mate-menus' 'mate-session-manager') -makedepends=('intltool') -optdepends=('mate-screensaver-hacks: Additional screensavers' -'rss-glx: Really slick screensavers') -groups=('mate-extra-gtk3') -conflicts=("${_pkgbase}") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('c682e5e3efdaf15e6834857165b469a8f3a17993') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---with-xscreensaverdir=/usr/share/xscreensaver/config \ ---with-xscreensaverhackdir=/usr/lib/xscreensaver \ ---with-mit-ext \ ---with-libnotify \ ---enable-locking \ ---with-gtk=3.0 \ ---without-console-kit -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: mate-screensaver-gtk3/repos/community-i686/PKGBUILD (from rev 210619, mate-screensaver-gtk3/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:35:13 UTC (rev 210620) @@ -0,0 +1,40 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=mate-screensaver +pkgname=(${_pkgbase}-gtk3) +pkgver=${_ver}.1 +pkgrel=1 +pkgdesc='Screensaver for MATE (GTK3 version)' +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('libmatekbd-gtk3' 'libnotify' 'libxss' 'mate-desktop-gtk3' 'mate-menus' 'mate-session-manager') +makedepends=('intltool') +optdepends=('mate-screensaver-hacks: Additional screensavers' +'rss-glx: Really slick screensavers') +groups=('mate-extra-gtk3') +conflicts=("${_pkgbase}") +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +sha1sums=('81dc31f96028a168456b8435e291090b789a3bea') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--sysconfdir=/etc \ +--with-xscreensaverdir=/usr/share/xscreensaver/config \ +--with-xscreensaverhackdir=/usr/lib/xscreensaver \ +--with-mit-ext \ +--with-libnotify \ +--enable-locking \ +--with-gtk=3.0 \ +--without-console-kit +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:34:46 UTC (rev 210619) +++ community-x86_64/PKGBUILD 2017-02-06 21:35:13 UTC (rev 210620) @@ -1,40 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-screensaver -pkgname=(${_pkgbase}-gtk3) -pkgver=${_ver}.0 -pkgrel=2 -pkgdesc='Screensaver for MATE (GTK3 version)' -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('libmatekbd-gtk3' 'libnotify' 'libxss' 'mate-desktop-gtk3' 'mate-menus' 'mate-session-manager') -makedepends=('intltool') -optdepends=('mate-screensaver-hacks: Additional screensavers' -'rss-glx: Really slick screensavers') -groups=('mate-extra-gtk3') -conflicts=("${_pkgbase}") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('c682e5e3efdaf15e6834857165b469a8f3a17993') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---with-xscreensav
[arch-commits] Commit in mate-screensaver-gtk3/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:34:46 Author: arojas Revision: 210619 Update to 1.16.1 Modified: mate-screensaver-gtk3/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:34:17 UTC (rev 210618) +++ PKGBUILD2017-02-06 21:34:46 UTC (rev 210619) @@ -3,8 +3,8 @@ _ver=1.16 _pkgbase=mate-screensaver pkgname=(${_pkgbase}-gtk3) -pkgver=${_ver}.0 -pkgrel=2 +pkgver=${_ver}.1 +pkgrel=1 pkgdesc='Screensaver for MATE (GTK3 version)' url="http://mate-desktop.org"; arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ groups=('mate-extra-gtk3') conflicts=("${_pkgbase}") source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('c682e5e3efdaf15e6834857165b469a8f3a17993') +sha1sums=('81dc31f96028a168456b8435e291090b789a3bea') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in mate-screensaver/repos (4 files)
Date: Monday, February 6, 2017 @ 21:34:17 Author: arojas Revision: 210618 archrelease: copy trunk to community-i686, community-x86_64 Added: mate-screensaver/repos/community-i686/PKGBUILD (from rev 210617, mate-screensaver/trunk/PKGBUILD) mate-screensaver/repos/community-x86_64/PKGBUILD (from rev 210617, mate-screensaver/trunk/PKGBUILD) Deleted: mate-screensaver/repos/community-i686/PKGBUILD mate-screensaver/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 80 community-i686/PKGBUILD | 40 -- community-x86_64/PKGBUILD | 40 -- 3 files changed, 80 insertions(+), 80 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:33:20 UTC (rev 210617) +++ community-i686/PKGBUILD 2017-02-06 21:34:17 UTC (rev 210618) @@ -1,40 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-screensaver -pkgname=(${_pkgbase}) -pkgver=${_ver}.0 -pkgrel=2 -pkgdesc='Screensaver for MATE (GTK2 version)' -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 'mate-session-manager') -makedepends=('intltool') -optdepends=('mate-screensaver-hacks: Additional screensavers' -'rss-glx: Really slick screensavers') -groups=('mate-extra') -conflicts=("${_pkgbase}-gtk3") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('c682e5e3efdaf15e6834857165b469a8f3a17993') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---with-xscreensaverdir=/usr/share/xscreensaver/config \ ---with-xscreensaverhackdir=/usr/lib/xscreensaver \ ---with-mit-ext \ ---with-libnotify \ ---enable-locking \ ---with-gtk=2.0 \ ---without-console-kit -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: mate-screensaver/repos/community-i686/PKGBUILD (from rev 210617, mate-screensaver/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:34:17 UTC (rev 210618) @@ -0,0 +1,40 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=mate-screensaver +pkgname=(${_pkgbase}) +pkgver=${_ver}.1 +pkgrel=1 +pkgdesc='Screensaver for MATE (GTK2 version)' +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 'mate-session-manager') +makedepends=('intltool') +optdepends=('mate-screensaver-hacks: Additional screensavers' +'rss-glx: Really slick screensavers') +groups=('mate-extra') +conflicts=("${_pkgbase}-gtk3") +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +sha1sums=('81dc31f96028a168456b8435e291090b789a3bea') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--sysconfdir=/etc \ +--with-xscreensaverdir=/usr/share/xscreensaver/config \ +--with-xscreensaverhackdir=/usr/lib/xscreensaver \ +--with-mit-ext \ +--with-libnotify \ +--enable-locking \ +--with-gtk=2.0 \ +--without-console-kit +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:33:20 UTC (rev 210617) +++ community-x86_64/PKGBUILD 2017-02-06 21:34:17 UTC (rev 210618) @@ -1,40 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-screensaver -pkgname=(${_pkgbase}) -pkgver=${_ver}.0 -pkgrel=2 -pkgdesc='Screensaver for MATE (GTK2 version)' -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 'mate-session-manager') -makedepends=('intltool') -optdepends=('mate-screensaver-hacks: Additional screensavers' -'rss-glx: Really slick screensavers') -groups=('mate-extra') -conflicts=("${_pkgbase}-gtk3") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('c682e5e3efdaf15e6834857165b469a8f3a17993') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---with-xscreensaverdir=/usr/share/xscreensaver/config \ ---with-xscreensaverhackdir=/usr/lib/x
[arch-commits] Commit in mate-screensaver/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:33:20 Author: arojas Revision: 210617 Update to 1.16.1 Modified: mate-screensaver/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:31:23 UTC (rev 210616) +++ PKGBUILD2017-02-06 21:33:20 UTC (rev 210617) @@ -3,8 +3,8 @@ _ver=1.16 _pkgbase=mate-screensaver pkgname=(${_pkgbase}) -pkgver=${_ver}.0 -pkgrel=2 +pkgver=${_ver}.1 +pkgrel=1 pkgdesc='Screensaver for MATE (GTK2 version)' url="http://mate-desktop.org"; arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ groups=('mate-extra') conflicts=("${_pkgbase}-gtk3") source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('c682e5e3efdaf15e6834857165b469a8f3a17993') +sha1sums=('81dc31f96028a168456b8435e291090b789a3bea') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in mate-power-manager-gtk3/repos (4 files)
Date: Monday, February 6, 2017 @ 21:31:23 Author: arojas Revision: 210616 archrelease: copy trunk to community-i686, community-x86_64 Added: mate-power-manager-gtk3/repos/community-i686/PKGBUILD (from rev 210615, mate-power-manager-gtk3/trunk/PKGBUILD) mate-power-manager-gtk3/repos/community-x86_64/PKGBUILD (from rev 210615, mate-power-manager-gtk3/trunk/PKGBUILD) Deleted: mate-power-manager-gtk3/repos/community-i686/PKGBUILD mate-power-manager-gtk3/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:30:52 UTC (rev 210615) +++ community-i686/PKGBUILD 2017-02-06 21:31:23 UTC (rev 210616) @@ -1,37 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-power-manager -pkgname=(${_pkgbase}-gtk3) -pkgver=${_ver}.0 -pkgrel=2 -pkgdesc="Power management tool for the MATE desktop (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'gtk3' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower') -makedepends=('intltool' 'itstool' 'mate-panel-gtk3') -optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from the panel') -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -groups=('mate-extra-gtk3') -conflicts=("${_pkgbase}") -sha1sums=('a7089947d4ac2151e2b8182f4d130aba08d804d2') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---sbindir=/usr/bin \ ---enable-applets \ ---with-gtk=3.0 \ ---disable-strict -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: mate-power-manager-gtk3/repos/community-i686/PKGBUILD (from rev 210615, mate-power-manager-gtk3/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:31:23 UTC (rev 210616) @@ -0,0 +1,37 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=mate-power-manager +pkgname=(${_pkgbase}-gtk3) +pkgver=${_ver}.1 +pkgrel=2 +pkgdesc="Power management tool for the MATE desktop (GTK3 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('dbus-glib' 'gtk3' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower') +makedepends=('intltool' 'itstool' 'mate-panel-gtk3') +optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from the panel') +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +groups=('mate-extra-gtk3') +conflicts=("${_pkgbase}") +sha1sums=('a0c40097a87f8201f510828f4b2278563c6131fc') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--sbindir=/usr/bin \ +--enable-applets \ +--with-gtk=3.0 \ +--disable-strict +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:30:52 UTC (rev 210615) +++ community-x86_64/PKGBUILD 2017-02-06 21:31:23 UTC (rev 210616) @@ -1,37 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-power-manager -pkgname=(${_pkgbase}-gtk3) -pkgver=${_ver}.0 -pkgrel=2 -pkgdesc="Power management tool for the MATE desktop (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'gtk3' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower') -makedepends=('intltool' 'itstool' 'mate-panel-gtk3') -optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from the panel') -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -groups=('mate-extra-gtk3') -conflicts=("${_pkgbase}") -sha1sums=('a7089947d4ac2151e2b8182f4d130aba08d804d2') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---sbindir=/usr/bin \ ---enable-applets \ ---with-gtk=3.0 \ ---disable-strict -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTD
[arch-commits] Commit in mate-power-manager-gtk3/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:30:52 Author: arojas Revision: 210615 Update to 1.16.1 Modified: mate-power-manager-gtk3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:29:08 UTC (rev 210614) +++ PKGBUILD2017-02-06 21:30:52 UTC (rev 210615) @@ -3,7 +3,7 @@ _ver=1.16 _pkgbase=mate-power-manager pkgname=(${_pkgbase}-gtk3) -pkgver=${_ver}.0 +pkgver=${_ver}.1 pkgrel=2 pkgdesc="Power management tool for the MATE desktop (GTK3 version)" url="http://mate-desktop.org"; @@ -15,7 +15,7 @@ source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) groups=('mate-extra-gtk3') conflicts=("${_pkgbase}") -sha1sums=('a7089947d4ac2151e2b8182f4d130aba08d804d2') +sha1sums=('a0c40097a87f8201f510828f4b2278563c6131fc') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in mate-power-manager/repos (4 files)
Date: Monday, February 6, 2017 @ 21:29:08 Author: arojas Revision: 210614 archrelease: copy trunk to community-i686, community-x86_64 Added: mate-power-manager/repos/community-i686/PKGBUILD (from rev 210613, mate-power-manager/trunk/PKGBUILD) mate-power-manager/repos/community-x86_64/PKGBUILD (from rev 210613, mate-power-manager/trunk/PKGBUILD) Deleted: mate-power-manager/repos/community-i686/PKGBUILD mate-power-manager/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:28:34 UTC (rev 210613) +++ community-i686/PKGBUILD 2017-02-06 21:29:08 UTC (rev 210614) @@ -1,37 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-power-manager -pkgname=(${_pkgbase}) -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="Power management tool for the MATE desktop (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'libunique' 'upower') -makedepends=('intltool' 'itstool' 'mate-panel') -optdepends=('mate-panel: Set brightness and inhibit power management from the panel') -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -groups=('mate-extra') -conflicts=("${_pkgbase}-gtk3") -sha1sums=('a7089947d4ac2151e2b8182f4d130aba08d804d2') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---sbindir=/usr/bin \ ---enable-applets \ ---with-gtk=2.0 \ ---disable-strict -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: mate-power-manager/repos/community-i686/PKGBUILD (from rev 210613, mate-power-manager/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:29:08 UTC (rev 210614) @@ -0,0 +1,37 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=mate-power-manager +pkgname=(${_pkgbase}) +pkgver=${_ver}.1 +pkgrel=1 +pkgdesc="Power management tool for the MATE desktop (GTK2 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'libunique' 'upower') +makedepends=('intltool' 'itstool' 'mate-panel') +optdepends=('mate-panel: Set brightness and inhibit power management from the panel') +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +groups=('mate-extra') +conflicts=("${_pkgbase}-gtk3") +sha1sums=('a0c40097a87f8201f510828f4b2278563c6131fc') + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--sbindir=/usr/bin \ +--enable-applets \ +--with-gtk=2.0 \ +--disable-strict +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:28:34 UTC (rev 210613) +++ community-x86_64/PKGBUILD 2017-02-06 21:29:08 UTC (rev 210614) @@ -1,37 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=mate-power-manager -pkgname=(${_pkgbase}) -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="Power management tool for the MATE desktop (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'libunique' 'upower') -makedepends=('intltool' 'itstool' 'mate-panel') -optdepends=('mate-panel: Set brightness and inhibit power management from the panel') -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -groups=('mate-extra') -conflicts=("${_pkgbase}-gtk3") -sha1sums=('a7089947d4ac2151e2b8182f4d130aba08d804d2') - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---sbindir=/usr/bin \ ---enable-applets \ ---with-gtk=2.0 \ ---disable-strict -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: mate-power-manager/repos/community-
[arch-commits] Commit in mate-power-manager/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:28:34 Author: arojas Revision: 210613 Update to 1.16.1 Modified: mate-power-manager/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:24:08 UTC (rev 210612) +++ PKGBUILD2017-02-06 21:28:34 UTC (rev 210613) @@ -3,7 +3,7 @@ _ver=1.16 _pkgbase=mate-power-manager pkgname=(${_pkgbase}) -pkgver=${_ver}.0 +pkgver=${_ver}.1 pkgrel=1 pkgdesc="Power management tool for the MATE desktop (GTK2 version)" url="http://mate-desktop.org"; @@ -15,7 +15,7 @@ source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) groups=('mate-extra') conflicts=("${_pkgbase}-gtk3") -sha1sums=('a7089947d4ac2151e2b8182f4d130aba08d804d2') +sha1sums=('a0c40097a87f8201f510828f4b2278563c6131fc') build() { cd "${srcdir}/${_pkgbase}-${pkgver}"
[arch-commits] Commit in kodi/repos (10 files)
Date: Monday, February 6, 2017 @ 21:24:08 Author: idevolder Revision: 210612 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi/repos/community-i686/10160.patch (from rev 210611, kodi/trunk/10160.patch) kodi/repos/community-i686/10775.patch (from rev 210611, kodi/trunk/10775.patch) kodi/repos/community-i686/9703.patch (from rev 210611, kodi/trunk/9703.patch) kodi/repos/community-i686/PKGBUILD (from rev 210611, kodi/trunk/PKGBUILD) kodi/repos/community-i686/kodi.install (from rev 210611, kodi/trunk/kodi.install) kodi/repos/community-x86_64/10160.patch (from rev 210611, kodi/trunk/10160.patch) kodi/repos/community-x86_64/10775.patch (from rev 210611, kodi/trunk/10775.patch) kodi/repos/community-x86_64/9703.patch (from rev 210611, kodi/trunk/9703.patch) kodi/repos/community-x86_64/PKGBUILD (from rev 210611, kodi/trunk/PKGBUILD) kodi/repos/community-x86_64/kodi.install (from rev 210611, kodi/trunk/kodi.install) ---+ community-i686/10160.patch| 22 community-i686/10775.patch| 839 +++ community-i686/9703.patch | 1432 community-i686/PKGBUILD | 195 + community-i686/kodi.install | 17 community-x86_64/10160.patch | 22 community-x86_64/10775.patch | 839 +++ community-x86_64/9703.patch | 1432 community-x86_64/PKGBUILD | 195 + community-x86_64/kodi.install | 17 10 files changed, 5010 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 210611:210612 to see the changes.
[arch-commits] Commit in kodi-addon-adsp-freesurround/repos (4 files)
Date: Monday, February 6, 2017 @ 21:19:17 Author: idevolder Revision: 210611 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi-addon-adsp-freesurround/repos/community-i686/PKGBUILD (from rev 210610, kodi-addon-adsp-freesurround/trunk/PKGBUILD) kodi-addon-adsp-freesurround/repos/community-x86_64/PKGBUILD (from rev 210610, kodi-addon-adsp-freesurround/trunk/PKGBUILD) Deleted: kodi-addon-adsp-freesurround/repos/community-i686/PKGBUILD kodi-addon-adsp-freesurround/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:16:41 UTC (rev 210610) +++ community-i686/PKGBUILD 2017-02-06 21:19:17 UTC (rev 210611) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-adsp-freesurround -_commit=61568b9 -pkgver=20161120.61568b9 -pkgrel=2 -pkgdesc="FreeSurround AudioDSP add-on for Kodi" -arch=('i686' 'x86_64') -url='https://github.com/kodi-adsp/adsp.freesurround' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-adsp') -depends=('kodi-platform') -makedepends=('git' 'cmake' 'kodi-dev') -source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-adsp-freesurround/repos/community-i686/PKGBUILD (from rev 210610, kodi-addon-adsp-freesurround/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:19:17 UTC (rev 210611) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-adsp-freesurround +_commit=61568b9 +pkgver=20161120.61568b9 +pkgrel=2 +pkgdesc="FreeSurround AudioDSP add-on for Kodi" +arch=('i686' 'x86_64') +url='https://github.com/kodi-adsp/adsp.freesurround' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-adsp') +depends=('kodi-platform') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd "$pkgname" + git log -1 --date=short --format="%cd.%h" | tr -d '-' +} + +build() { + cd "$pkgname" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=1 \ + -DUSE_LTO=1 + make +} + +package() { + cd "$pkgname" + make DESTDIR="$pkgdir/" install +} + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:16:41 UTC (rev 210610) +++ community-x86_64/PKGBUILD 2017-02-06 21:19:17 UTC (rev 210611) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-adsp-freesurround -_commit=61568b9 -pkgver=20161120.61568b9 -pkgrel=2 -pkgdesc="FreeSurround AudioDSP add-on for Kodi" -arch=('i686' 'x86_64') -url='https://github.com/kodi-adsp/adsp.freesurround' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-adsp') -depends=('kodi-platform') -makedepends=('git' 'cmake' 'kodi-dev') -source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-adsp-freesurround/repos/community-x86_64/PKGBUILD (from rev 210610, kodi-addon-adsp-freesurround/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:19:17 UTC (rev 210611) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-adsp-freesurround +_commit=61568b9 +pkgver=20161120.61568b9 +pkgrel=2 +pkgdesc="FreeSurround AudioDSP add-on for Kodi" +arch=('i686' 'x86_64') +url='https://github.com/kodi-adsp/adsp.freesurround' +license=('
[arch-commits] Commit in kodi-addon-adsp-freesurround/repos (2 files)
Date: Monday, February 6, 2017 @ 21:16:41 Author: idevolder Revision: 210610 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi-addon-adsp-freesurround/repos/community-i686/PKGBUILD (from rev 210609, kodi-addon-adsp-freesurround/trunk/PKGBUILD) kodi-addon-adsp-freesurround/repos/community-x86_64/PKGBUILD (from rev 210609, kodi-addon-adsp-freesurround/trunk/PKGBUILD) ---+ community-i686/PKGBUILD | 37 + community-x86_64/PKGBUILD | 37 + 2 files changed, 74 insertions(+) Copied: kodi-addon-adsp-freesurround/repos/community-i686/PKGBUILD (from rev 210609, kodi-addon-adsp-freesurround/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:16:41 UTC (rev 210610) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-adsp-freesurround +_commit=61568b9 +pkgver=20161120.61568b9 +pkgrel=2 +pkgdesc="FreeSurround AudioDSP add-on for Kodi" +arch=('i686' 'x86_64') +url='https://github.com/kodi-adsp/adsp.freesurround' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-adsp') +depends=('kodi-platform') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd "$pkgname" + git log -1 --date=short --format="%cd.%h" | tr -d '-' +} + +build() { + cd "$pkgname" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=1 \ + -DUSE_LTO=1 + make +} + +package() { + cd "$pkgname" + make DESTDIR="$pkgdir/" install +} + Copied: kodi-addon-adsp-freesurround/repos/community-x86_64/PKGBUILD (from rev 210609, kodi-addon-adsp-freesurround/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:16:41 UTC (rev 210610) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-adsp-freesurround +_commit=61568b9 +pkgver=20161120.61568b9 +pkgrel=2 +pkgdesc="FreeSurround AudioDSP add-on for Kodi" +arch=('i686' 'x86_64') +url='https://github.com/kodi-adsp/adsp.freesurround' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-adsp') +depends=('kodi-platform') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd "$pkgname" + git log -1 --date=short --format="%cd.%h" | tr -d '-' +} + +build() { + cd "$pkgname" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=1 \ + -DUSE_LTO=1 + make +} + +package() { + cd "$pkgname" + make DESTDIR="$pkgdir/" install +} +
[arch-commits] Commit in kodi-addon-adsp-basic/repos (4 files)
Date: Monday, February 6, 2017 @ 21:16:02 Author: idevolder Revision: 210609 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi-addon-adsp-basic/repos/community-i686/PKGBUILD (from rev 210608, kodi-addon-adsp-basic/trunk/PKGBUILD) kodi-addon-adsp-basic/repos/community-x86_64/PKGBUILD (from rev 210608, kodi-addon-adsp-basic/trunk/PKGBUILD) Deleted: kodi-addon-adsp-basic/repos/community-i686/PKGBUILD kodi-addon-adsp-basic/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:15:13 UTC (rev 210608) +++ community-i686/PKGBUILD 2017-02-06 21:16:02 UTC (rev 210609) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-adsp-basic -_commit=2ae604e -pkgver=20160519.2ae604e -pkgrel=1 -pkgdesc="Basic AudioDSP add-on for Kodi" -arch=('i686' 'x86_64') -url='https://github.com/kodi-adsp/adsp.basic' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-adsp') -depends=('kodi-platform') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/kodi-adsp/adsp.basic.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-adsp-basic/repos/community-i686/PKGBUILD (from rev 210608, kodi-addon-adsp-basic/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:16:02 UTC (rev 210609) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-adsp-basic +_commit=2ae604e +pkgver=20160519.2ae604e +pkgrel=2 +pkgdesc="Basic AudioDSP add-on for Kodi" +arch=('i686' 'x86_64') +url='https://github.com/kodi-adsp/adsp.basic' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-adsp') +depends=('kodi-platform') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/kodi-adsp/adsp.basic.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd "$pkgname" + git log -1 --date=short --format="%cd.%h" | tr -d '-' +} + +build() { + cd "$pkgname" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=1 \ + -DUSE_LTO=1 + make +} + +package() { + cd "$pkgname" + make DESTDIR="$pkgdir/" install +} + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:15:13 UTC (rev 210608) +++ community-x86_64/PKGBUILD 2017-02-06 21:16:02 UTC (rev 210609) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-adsp-basic -_commit=2ae604e -pkgver=20160519.2ae604e -pkgrel=1 -pkgdesc="Basic AudioDSP add-on for Kodi" -arch=('i686' 'x86_64') -url='https://github.com/kodi-adsp/adsp.basic' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-adsp') -depends=('kodi-platform') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/kodi-adsp/adsp.basic.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-adsp-basic/repos/community-x86_64/PKGBUILD (from rev 210608, kodi-addon-adsp-basic/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:16:02 UTC (rev 210609) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-adsp-basic +_commit=2ae604e +pkgver=20160519.2ae604e +pkgrel=2 +pkgdesc="Basic AudioDSP add-on for Kodi" +arch=('i686' 'x86_64') +url='https://github.com/kodi-adsp/adsp.basic' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-adsp') +depends=('kodi-platform') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/kodi-adsp/adsp.basic.git#commit=$_commit") +
[arch-commits] Commit in kodi-addon-visualization-waveform/repos (4 files)
Date: Monday, February 6, 2017 @ 21:15:13 Author: idevolder Revision: 210608 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi-addon-visualization-waveform/repos/community-i686/PKGBUILD (from rev 210607, kodi-addon-visualization-waveform/trunk/PKGBUILD) kodi-addon-visualization-waveform/repos/community-x86_64/PKGBUILD (from rev 210607, kodi-addon-visualization-waveform/trunk/PKGBUILD) Deleted: kodi-addon-visualization-waveform/repos/community-i686/PKGBUILD kodi-addon-visualization-waveform/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:14:58 UTC (rev 210607) +++ community-i686/PKGBUILD 2017-02-06 21:15:13 UTC (rev 210608) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-visualization-waveform -_commit=ede2fd6 -pkgver=20170105.ede2fd6 -pkgrel=1 -pkgdesc="Waveform visualizer for Kodi" -arch=('i686' 'x86_64') -url='https://github.com/notspiff/visualization.waveform' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-visualization') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/visualization.waveform.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-visualization-waveform/repos/community-i686/PKGBUILD (from rev 210607, kodi-addon-visualization-waveform/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:15:13 UTC (rev 210608) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-visualization-waveform +_commit=ede2fd6 +pkgver=20170105.ede2fd6 +pkgrel=2 +pkgdesc="Waveform visualizer for Kodi" +arch=('i686' 'x86_64') +url='https://github.com/notspiff/visualization.waveform' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-visualization') +depends=('kodi') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/notspiff/visualization.waveform.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd "$pkgname" + git log -1 --date=short --format="%cd.%h" | tr -d '-' +} + +build() { + cd "$pkgname" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=1 \ + -DUSE_LTO=1 + make +} + +package() { + cd "$pkgname" + make DESTDIR="$pkgdir/" install +} + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:14:58 UTC (rev 210607) +++ community-x86_64/PKGBUILD 2017-02-06 21:15:13 UTC (rev 210608) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-visualization-waveform -_commit=ede2fd6 -pkgver=20170105.ede2fd6 -pkgrel=1 -pkgdesc="Waveform visualizer for Kodi" -arch=('i686' 'x86_64') -url='https://github.com/notspiff/visualization.waveform' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-visualization') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/visualization.waveform.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-visualization-waveform/repos/community-x86_64/PKGBUILD (from rev 210607, kodi-addon-visualization-waveform/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:15:13 UTC (rev 210608) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-visualization-waveform +_commit=ede2fd6 +pkgver=20170105.ede2fd6 +pkgrel=2 +pkgdesc="Waveform visualizer for Kodi" +arch=('i686' 'x86_64') +url='https://github.com/nots
[arch-commits] Commit in kodi-addon-visualization-waveform/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:14:58 Author: idevolder Revision: 210607 upgpkg: kodi-addon-visualization-waveform 20170105.ede2fd6-2 Modified: kodi-addon-visualization-waveform/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:14:43 UTC (rev 210606) +++ PKGBUILD2017-02-06 21:14:58 UTC (rev 210607) @@ -4,7 +4,7 @@ pkgname=kodi-addon-visualization-waveform _commit=ede2fd6 pkgver=20170105.ede2fd6 -pkgrel=1 +pkgrel=2 pkgdesc="Waveform visualizer for Kodi" arch=('i686' 'x86_64') url='https://github.com/notspiff/visualization.waveform' @@ -11,7 +11,7 @@ license=('GPL') groups=('kodi-addons' 'kodi-addons-visualization') depends=('kodi') -makedepends=('git' 'cmake') +makedepends=('git' 'cmake' 'kodi-dev') source=("$pkgname::git://github.com/notspiff/visualization.waveform.git#commit=$_commit") sha256sums=('SKIP')
[arch-commits] Commit in kodi-addon-visualization-spectrum/repos (4 files)
Date: Monday, February 6, 2017 @ 21:14:43 Author: idevolder Revision: 210606 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi-addon-visualization-spectrum/repos/community-i686/PKGBUILD (from rev 210605, kodi-addon-visualization-spectrum/trunk/PKGBUILD) kodi-addon-visualization-spectrum/repos/community-x86_64/PKGBUILD (from rev 210605, kodi-addon-visualization-spectrum/trunk/PKGBUILD) Deleted: kodi-addon-visualization-spectrum/repos/community-i686/PKGBUILD kodi-addon-visualization-spectrum/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:14:26 UTC (rev 210605) +++ community-i686/PKGBUILD 2017-02-06 21:14:43 UTC (rev 210606) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-visualization-spectrum -_commit=73c8786 -pkgver=20161206.73c8786 -pkgrel=1 -pkgdesc="Spectrum visualizer for Kodi" -arch=('i686' 'x86_64') -url='https://github.com/notspiff/visualization.spectrum' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-visualization') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/visualization.spectrum.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-visualization-spectrum/repos/community-i686/PKGBUILD (from rev 210605, kodi-addon-visualization-spectrum/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:14:43 UTC (rev 210606) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-visualization-spectrum +_commit=73c8786 +pkgver=20161206.73c8786 +pkgrel=2 +pkgdesc="Spectrum visualizer for Kodi" +arch=('i686' 'x86_64') +url='https://github.com/notspiff/visualization.spectrum' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-visualization') +depends=('kodi') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/notspiff/visualization.spectrum.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd "$pkgname" + git log -1 --date=short --format="%cd.%h" | tr -d '-' +} + +build() { + cd "$pkgname" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=1 \ + -DUSE_LTO=1 + make +} + +package() { + cd "$pkgname" + make DESTDIR="$pkgdir/" install +} + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:14:26 UTC (rev 210605) +++ community-x86_64/PKGBUILD 2017-02-06 21:14:43 UTC (rev 210606) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-visualization-spectrum -_commit=73c8786 -pkgver=20161206.73c8786 -pkgrel=1 -pkgdesc="Spectrum visualizer for Kodi" -arch=('i686' 'x86_64') -url='https://github.com/notspiff/visualization.spectrum' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-visualization') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/visualization.spectrum.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-visualization-spectrum/repos/community-x86_64/PKGBUILD (from rev 210605, kodi-addon-visualization-spectrum/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:14:43 UTC (rev 210606) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-visualization-spectrum +_commit=73c8786 +pkgver=20161206.73c8786 +pkgrel=2 +pkgdesc="Spectrum visualizer for Kodi" +arch=('i686' 'x86_64') +url='https://github.com/nots
[arch-commits] Commit in kodi-addon-visualization-spectrum/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:14:26 Author: idevolder Revision: 210605 upgpkg: kodi-addon-visualization-spectrum 20161206.73c8786-2 Modified: kodi-addon-visualization-spectrum/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:13:39 UTC (rev 210604) +++ PKGBUILD2017-02-06 21:14:26 UTC (rev 210605) @@ -4,7 +4,7 @@ pkgname=kodi-addon-visualization-spectrum _commit=73c8786 pkgver=20161206.73c8786 -pkgrel=1 +pkgrel=2 pkgdesc="Spectrum visualizer for Kodi" arch=('i686' 'x86_64') url='https://github.com/notspiff/visualization.spectrum' @@ -11,7 +11,7 @@ license=('GPL') groups=('kodi-addons' 'kodi-addons-visualization') depends=('kodi') -makedepends=('git' 'cmake') +makedepends=('git' 'cmake' 'kodi-dev') source=("$pkgname::git://github.com/notspiff/visualization.spectrum.git#commit=$_commit") sha256sums=('SKIP')
[arch-commits] Commit in kodi-addon-visualization-shadertoy/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:13:23 Author: idevolder Revision: 210603 upgpkg: kodi-addon-visualization-shadertoy 20170105.6a9a5ca-2 Modified: kodi-addon-visualization-shadertoy/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:13:06 UTC (rev 210602) +++ PKGBUILD2017-02-06 21:13:23 UTC (rev 210603) @@ -4,7 +4,7 @@ pkgname=kodi-addon-visualization-shadertoy _commit=6a9a5ca pkgver=20170105.6a9a5ca -pkgrel=1 +pkgrel=2 pkgdesc="Shadertoy visualizer for Kodi" arch=('i686' 'x86_64') url='https://github.com/notspiff/visualization.shadertoy' @@ -11,7 +11,7 @@ license=('GPL') groups=('kodi-addons' 'kodi-addons-visualization') depends=('kodi' 'p8-platform') -makedepends=('git' 'cmake') +makedepends=('git' 'cmake' 'kodi-dev') source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.git#commit=$_commit") sha256sums=('SKIP')
[arch-commits] Commit in kodi-addon-visualization-shadertoy/repos (4 files)
Date: Monday, February 6, 2017 @ 21:13:39 Author: idevolder Revision: 210604 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi-addon-visualization-shadertoy/repos/community-i686/PKGBUILD (from rev 210603, kodi-addon-visualization-shadertoy/trunk/PKGBUILD) kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD (from rev 210603, kodi-addon-visualization-shadertoy/trunk/PKGBUILD) Deleted: kodi-addon-visualization-shadertoy/repos/community-i686/PKGBUILD kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:13:23 UTC (rev 210603) +++ community-i686/PKGBUILD 2017-02-06 21:13:39 UTC (rev 210604) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-visualization-shadertoy -_commit=6a9a5ca -pkgver=20170105.6a9a5ca -pkgrel=1 -pkgdesc="Shadertoy visualizer for Kodi" -arch=('i686' 'x86_64') -url='https://github.com/notspiff/visualization.shadertoy' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-visualization') -depends=('kodi' 'p8-platform') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-visualization-shadertoy/repos/community-i686/PKGBUILD (from rev 210603, kodi-addon-visualization-shadertoy/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:13:39 UTC (rev 210604) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-visualization-shadertoy +_commit=6a9a5ca +pkgver=20170105.6a9a5ca +pkgrel=2 +pkgdesc="Shadertoy visualizer for Kodi" +arch=('i686' 'x86_64') +url='https://github.com/notspiff/visualization.shadertoy' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-visualization') +depends=('kodi' 'p8-platform') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd "$pkgname" + git log -1 --date=short --format="%cd.%h" | tr -d '-' +} + +build() { + cd "$pkgname" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=1 \ + -DUSE_LTO=1 + make +} + +package() { + cd "$pkgname" + make DESTDIR="$pkgdir/" install +} + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:13:23 UTC (rev 210603) +++ community-x86_64/PKGBUILD 2017-02-06 21:13:39 UTC (rev 210604) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-visualization-shadertoy -_commit=6a9a5ca -pkgver=20170105.6a9a5ca -pkgrel=1 -pkgdesc="Shadertoy visualizer for Kodi" -arch=('i686' 'x86_64') -url='https://github.com/notspiff/visualization.shadertoy' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-visualization') -depends=('kodi' 'p8-platform') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD (from rev 210603, kodi-addon-visualization-shadertoy/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:13:39 UTC (rev 210604) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-visualization-shadertoy +_commit=6a9a5ca +pkgver=20170105.6a9a5ca +pkgrel=2 +pkgdesc="Shadertoy visualiz
[arch-commits] Commit in kodi-addon-visualization-projectm/repos (4 files)
Date: Monday, February 6, 2017 @ 21:13:06 Author: idevolder Revision: 210602 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi-addon-visualization-projectm/repos/community-i686/PKGBUILD (from rev 210601, kodi-addon-visualization-projectm/trunk/PKGBUILD) kodi-addon-visualization-projectm/repos/community-x86_64/PKGBUILD (from rev 210601, kodi-addon-visualization-projectm/trunk/PKGBUILD) Deleted: kodi-addon-visualization-projectm/repos/community-i686/PKGBUILD kodi-addon-visualization-projectm/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:12:49 UTC (rev 210601) +++ community-i686/PKGBUILD 2017-02-06 21:13:06 UTC (rev 210602) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-visualization-projectm -_commit=dcd7179 -pkgver=20160523.dcd7179 -pkgrel=1 -pkgdesc="ProjectM visualizer for Kodi" -arch=('i686' 'x86_64') -url='github.com/notspiff/visualization.projectm' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-visualization') -depends=('kodi' 'projectm') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/visualization.projectm.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-visualization-projectm/repos/community-i686/PKGBUILD (from rev 210601, kodi-addon-visualization-projectm/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:13:06 UTC (rev 210602) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-visualization-projectm +_commit=8064b36 +pkgver=20170105.8064b36 +pkgrel=1 +pkgdesc="ProjectM visualizer for Kodi" +arch=('i686' 'x86_64') +url='github.com/notspiff/visualization.projectm' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-visualization') +depends=('kodi' 'p8-platform' 'projectm') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/notspiff/visualization.projectm.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd "$pkgname" + git log -1 --date=short --format="%cd.%h" | tr -d '-' +} + +build() { + cd "$pkgname" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=1 \ + -DUSE_LTO=1 + make +} + +package() { + cd "$pkgname" + make DESTDIR="$pkgdir/" install +} + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:12:49 UTC (rev 210601) +++ community-x86_64/PKGBUILD 2017-02-06 21:13:06 UTC (rev 210602) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-visualization-projectm -_commit=dcd7179 -pkgver=20160523.dcd7179 -pkgrel=1 -pkgdesc="ProjectM visualizer for Kodi" -arch=('i686' 'x86_64') -url='github.com/notspiff/visualization.projectm' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-visualization') -depends=('kodi' 'projectm') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/visualization.projectm.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-visualization-projectm/repos/community-x86_64/PKGBUILD (from rev 210601, kodi-addon-visualization-projectm/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:13:06 UTC (rev 210602) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-visualization-projectm +_commit=8064b36 +pkgver=20170105.8064b36 +pkgrel=1 +pkgdesc="ProjectM visualizer for Kodi" +arch=('i686' 'x86_64') +url='
[arch-commits] Commit in kodi-addon-visualization-projectm/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:12:49 Author: idevolder Revision: 210601 upgpkg: kodi-addon-visualization-projectm 20170105.8064b36-1 Modified: kodi-addon-visualization-projectm/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:12:36 UTC (rev 210600) +++ PKGBUILD2017-02-06 21:12:49 UTC (rev 210601) @@ -2,8 +2,8 @@ # Maintainer: BlackEagle > pkgname=kodi-addon-visualization-projectm -_commit=dcd7179 -pkgver=20160523.dcd7179 +_commit=8064b36 +pkgver=20170105.8064b36 pkgrel=1 pkgdesc="ProjectM visualizer for Kodi" arch=('i686' 'x86_64') @@ -10,8 +10,8 @@ url='github.com/notspiff/visualization.projectm' license=('GPL') groups=('kodi-addons' 'kodi-addons-visualization') -depends=('kodi' 'projectm') -makedepends=('git' 'cmake') +depends=('kodi' 'p8-platform' 'projectm') +makedepends=('git' 'cmake' 'kodi-dev') source=("$pkgname::git://github.com/notspiff/visualization.projectm.git#commit=$_commit") sha256sums=('SKIP')
[arch-commits] Commit in kodi-addon-visualization-goom/repos (4 files)
Date: Monday, February 6, 2017 @ 21:12:36 Author: idevolder Revision: 210600 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi-addon-visualization-goom/repos/community-i686/PKGBUILD (from rev 210599, kodi-addon-visualization-goom/trunk/PKGBUILD) kodi-addon-visualization-goom/repos/community-x86_64/PKGBUILD (from rev 210599, kodi-addon-visualization-goom/trunk/PKGBUILD) Deleted: kodi-addon-visualization-goom/repos/community-i686/PKGBUILD kodi-addon-visualization-goom/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:12:17 UTC (rev 210599) +++ community-i686/PKGBUILD 2017-02-06 21:12:36 UTC (rev 210600) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-visualization-goom -_commit=745d8c9 -pkgver=20170105.745d8c9 -pkgrel=1 -pkgdesc="GOOM visualizer for Kodi" -arch=('i686' 'x86_64') -url='github.com/notspiff/visualization.goom' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-visualization') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/visualization.goom.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-visualization-goom/repos/community-i686/PKGBUILD (from rev 210599, kodi-addon-visualization-goom/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:12:36 UTC (rev 210600) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-visualization-goom +_commit=745d8c9 +pkgver=20170105.745d8c9 +pkgrel=2 +pkgdesc="GOOM visualizer for Kodi" +arch=('i686' 'x86_64') +url='github.com/notspiff/visualization.goom' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-visualization') +depends=('kodi') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/notspiff/visualization.goom.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd "$pkgname" + git log -1 --date=short --format="%cd.%h" | tr -d '-' +} + +build() { + cd "$pkgname" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=1 \ + -DUSE_LTO=1 + make +} + +package() { + cd "$pkgname" + make DESTDIR="$pkgdir/" install +} + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:12:17 UTC (rev 210599) +++ community-x86_64/PKGBUILD 2017-02-06 21:12:36 UTC (rev 210600) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-visualization-goom -_commit=745d8c9 -pkgver=20170105.745d8c9 -pkgrel=1 -pkgdesc="GOOM visualizer for Kodi" -arch=('i686' 'x86_64') -url='github.com/notspiff/visualization.goom' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-visualization') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/visualization.goom.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-visualization-goom/repos/community-x86_64/PKGBUILD (from rev 210599, kodi-addon-visualization-goom/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:12:36 UTC (rev 210600) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-visualization-goom +_commit=745d8c9 +pkgver=20170105.745d8c9 +pkgrel=2 +pkgdesc="GOOM visualizer for Kodi" +arch=('i686' 'x86_64') +url='github.com/notspiff/visualization.goom' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-visualization') +depends=('kodi') +makedepends=('g
[arch-commits] Commit in kodi-addon-visualization-goom/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:12:17 Author: idevolder Revision: 210599 upgpkg: kodi-addon-visualization-goom 20170105.745d8c9-2 Modified: kodi-addon-visualization-goom/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:12:07 UTC (rev 210598) +++ PKGBUILD2017-02-06 21:12:17 UTC (rev 210599) @@ -4,7 +4,7 @@ pkgname=kodi-addon-visualization-goom _commit=745d8c9 pkgver=20170105.745d8c9 -pkgrel=1 +pkgrel=2 pkgdesc="GOOM visualizer for Kodi" arch=('i686' 'x86_64') url='github.com/notspiff/visualization.goom' @@ -11,7 +11,7 @@ license=('GPL') groups=('kodi-addons' 'kodi-addons-visualization') depends=('kodi') -makedepends=('git' 'cmake') +makedepends=('git' 'cmake' 'kodi-dev') source=("$pkgname::git://github.com/notspiff/visualization.goom.git#commit=$_commit") sha256sums=('SKIP')
[arch-commits] Commit in kodi-addon-visualization-fishbmc/repos (4 files)
Date: Monday, February 6, 2017 @ 21:12:07 Author: idevolder Revision: 210598 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi-addon-visualization-fishbmc/repos/community-i686/PKGBUILD (from rev 210597, kodi-addon-visualization-fishbmc/trunk/PKGBUILD) kodi-addon-visualization-fishbmc/repos/community-x86_64/PKGBUILD (from rev 210597, kodi-addon-visualization-fishbmc/trunk/PKGBUILD) Deleted: kodi-addon-visualization-fishbmc/repos/community-i686/PKGBUILD kodi-addon-visualization-fishbmc/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:11:49 UTC (rev 210597) +++ community-i686/PKGBUILD 2017-02-06 21:12:07 UTC (rev 210598) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-visualization-fishbmc -_commit=9704420 -pkgver=20170105.9704420 -pkgrel=1 -pkgdesc="Fische visualizer for Kodi" -arch=('i686' 'x86_64') -url='https://github.com/notspiff/visualization.fishbmc' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-visualization') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/visualization.fishbmc.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-visualization-fishbmc/repos/community-i686/PKGBUILD (from rev 210597, kodi-addon-visualization-fishbmc/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:12:07 UTC (rev 210598) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-visualization-fishbmc +_commit=9704420 +pkgver=20170105.9704420 +pkgrel=2 +pkgdesc="Fische visualizer for Kodi" +arch=('i686' 'x86_64') +url='https://github.com/notspiff/visualization.fishbmc' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-visualization') +depends=('kodi') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/notspiff/visualization.fishbmc.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd "$pkgname" + git log -1 --date=short --format="%cd.%h" | tr -d '-' +} + +build() { + cd "$pkgname" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=1 \ + -DUSE_LTO=1 + make +} + +package() { + cd "$pkgname" + make DESTDIR="$pkgdir/" install +} + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:11:49 UTC (rev 210597) +++ community-x86_64/PKGBUILD 2017-02-06 21:12:07 UTC (rev 210598) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-visualization-fishbmc -_commit=9704420 -pkgver=20170105.9704420 -pkgrel=1 -pkgdesc="Fische visualizer for Kodi" -arch=('i686' 'x86_64') -url='https://github.com/notspiff/visualization.fishbmc' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-visualization') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/visualization.fishbmc.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-visualization-fishbmc/repos/community-x86_64/PKGBUILD (from rev 210597, kodi-addon-visualization-fishbmc/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:12:07 UTC (rev 210598) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-visualization-fishbmc +_commit=9704420 +pkgver=20170105.9704420 +pkgrel=2 +pkgdesc="Fische visualizer for Kodi" +arch=('i686' 'x86_64') +url='https://github.com/notspiff/visualization.fishbmc'
[arch-commits] Commit in kodi-addon-visualization-fishbmc/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:11:49 Author: idevolder Revision: 210597 upgpkg: kodi-addon-visualization-fishbmc 20170105.9704420-2 Modified: kodi-addon-visualization-fishbmc/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:11:37 UTC (rev 210596) +++ PKGBUILD2017-02-06 21:11:49 UTC (rev 210597) @@ -4,7 +4,7 @@ pkgname=kodi-addon-visualization-fishbmc _commit=9704420 pkgver=20170105.9704420 -pkgrel=1 +pkgrel=2 pkgdesc="Fische visualizer for Kodi" arch=('i686' 'x86_64') url='https://github.com/notspiff/visualization.fishbmc' @@ -11,7 +11,7 @@ license=('GPL') groups=('kodi-addons' 'kodi-addons-visualization') depends=('kodi') -makedepends=('git' 'cmake') +makedepends=('git' 'cmake' 'kodi-dev') source=("$pkgname::git://github.com/notspiff/visualization.fishbmc.git#commit=$_commit") sha256sums=('SKIP')
[arch-commits] Commit in kodi-addon-screensaver-stars/repos (4 files)
Date: Monday, February 6, 2017 @ 21:11:37 Author: idevolder Revision: 210596 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi-addon-screensaver-stars/repos/community-i686/PKGBUILD (from rev 210595, kodi-addon-screensaver-stars/trunk/PKGBUILD) kodi-addon-screensaver-stars/repos/community-x86_64/PKGBUILD (from rev 210595, kodi-addon-screensaver-stars/trunk/PKGBUILD) Deleted: kodi-addon-screensaver-stars/repos/community-i686/PKGBUILD kodi-addon-screensaver-stars/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:11:21 UTC (rev 210595) +++ community-i686/PKGBUILD 2017-02-06 21:11:37 UTC (rev 210596) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-screensaver-stars -_commit=9d8e966 -pkgver=20161216.9d8e966 -pkgrel=1 -pkgdesc="Starfield screensaver for Kodi" -arch=('i686' 'x86_64') -url='github.com/notspiff/screensaver.stars' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-screensaver') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/screensaver.stars.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-screensaver-stars/repos/community-i686/PKGBUILD (from rev 210595, kodi-addon-screensaver-stars/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:11:37 UTC (rev 210596) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-screensaver-stars +_commit=9d8e966 +pkgver=20161216.9d8e966 +pkgrel=2 +pkgdesc="Starfield screensaver for Kodi" +arch=('i686' 'x86_64') +url='github.com/notspiff/screensaver.stars' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-screensaver') +depends=('kodi') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/notspiff/screensaver.stars.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd "$pkgname" + git log -1 --date=short --format="%cd.%h" | tr -d '-' +} + +build() { + cd "$pkgname" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=1 \ + -DUSE_LTO=1 + make +} + +package() { + cd "$pkgname" + make DESTDIR="$pkgdir/" install +} + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:11:21 UTC (rev 210595) +++ community-x86_64/PKGBUILD 2017-02-06 21:11:37 UTC (rev 210596) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-screensaver-stars -_commit=9d8e966 -pkgver=20161216.9d8e966 -pkgrel=1 -pkgdesc="Starfield screensaver for Kodi" -arch=('i686' 'x86_64') -url='github.com/notspiff/screensaver.stars' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-screensaver') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/screensaver.stars.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-screensaver-stars/repos/community-x86_64/PKGBUILD (from rev 210595, kodi-addon-screensaver-stars/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:11:37 UTC (rev 210596) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-screensaver-stars +_commit=9d8e966 +pkgver=20161216.9d8e966 +pkgrel=2 +pkgdesc="Starfield screensaver for Kodi" +arch=('i686' 'x86_64') +url='github.com/notspiff/screensaver.stars' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-screensaver') +depends=('kodi') +makedepends=('git' '
[arch-commits] Commit in kodi-addon-screensaver-stars/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:11:21 Author: idevolder Revision: 210595 upgpkg: kodi-addon-screensaver-stars 20161216.9d8e966-2 Modified: kodi-addon-screensaver-stars/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:11:00 UTC (rev 210594) +++ PKGBUILD2017-02-06 21:11:21 UTC (rev 210595) @@ -4,7 +4,7 @@ pkgname=kodi-addon-screensaver-stars _commit=9d8e966 pkgver=20161216.9d8e966 -pkgrel=1 +pkgrel=2 pkgdesc="Starfield screensaver for Kodi" arch=('i686' 'x86_64') url='github.com/notspiff/screensaver.stars' @@ -11,7 +11,7 @@ license=('GPL') groups=('kodi-addons' 'kodi-addons-screensaver') depends=('kodi') -makedepends=('git' 'cmake') +makedepends=('git' 'cmake' 'kodi-dev') source=("$pkgname::git://github.com/notspiff/screensaver.stars.git#commit=$_commit") sha256sums=('SKIP')
[arch-commits] Commit in kodi-addon-screensaver-rsxs/repos (8 files)
Date: Monday, February 6, 2017 @ 21:11:00 Author: idevolder Revision: 210594 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi-addon-screensaver-rsxs/repos/community-i686/0001-fix-gcc5-compile.patch (from rev 210593, kodi-addon-screensaver-rsxs/trunk/0001-fix-gcc5-compile.patch) kodi-addon-screensaver-rsxs/repos/community-i686/PKGBUILD (from rev 210593, kodi-addon-screensaver-rsxs/trunk/PKGBUILD) kodi-addon-screensaver-rsxs/repos/community-x86_64/0001-fix-gcc5-compile.patch (from rev 210593, kodi-addon-screensaver-rsxs/trunk/0001-fix-gcc5-compile.patch) kodi-addon-screensaver-rsxs/repos/community-x86_64/PKGBUILD (from rev 210593, kodi-addon-screensaver-rsxs/trunk/PKGBUILD) Deleted: kodi-addon-screensaver-rsxs/repos/community-i686/0001-fix-gcc5-compile.patch kodi-addon-screensaver-rsxs/repos/community-i686/PKGBUILD kodi-addon-screensaver-rsxs/repos/community-x86_64/0001-fix-gcc5-compile.patch kodi-addon-screensaver-rsxs/repos/community-x86_64/PKGBUILD --+ /0001-fix-gcc5-compile.patch | 22 ++ /PKGBUILD| 90 + community-i686/0001-fix-gcc5-compile.patch | 11 --- community-i686/PKGBUILD | 48 - community-x86_64/0001-fix-gcc5-compile.patch | 11 --- community-x86_64/PKGBUILD| 48 - 6 files changed, 112 insertions(+), 118 deletions(-) Deleted: community-i686/0001-fix-gcc5-compile.patch === --- community-i686/0001-fix-gcc5-compile.patch 2017-02-06 21:10:45 UTC (rev 210593) +++ community-i686/0001-fix-gcc5-compile.patch 2017-02-06 21:11:00 UTC (rev 210594) @@ -1,11 +0,0 @@ -diff -Naur screensavers.rsxs-3241d29.orig/CMakeLists.txt screensavers.rsxs-3241d29/CMakeLists.txt screensavers.rsxs-3241d29.orig/CMakeLists.txt 2015-10-20 00:21:24.0 -0700 -+++ screensavers.rsxs-3241d29/CMakeLists.txt 2015-10-22 23:34:37.56204 -0700 -@@ -52,6 +52,7 @@ - endif() - externalproject_add(rsxs SOURCE_DIR ${PROJECT_SOURCE_DIR}/${rsxs_dir} - CONFIGURE_COMMAND ${configure_start} -+ ac_cv_type__Bool=yes - --prefix= - --without-xscreensaver - --disable-cyclone Copied: kodi-addon-screensaver-rsxs/repos/community-i686/0001-fix-gcc5-compile.patch (from rev 210593, kodi-addon-screensaver-rsxs/trunk/0001-fix-gcc5-compile.patch) === --- community-i686/0001-fix-gcc5-compile.patch (rev 0) +++ community-i686/0001-fix-gcc5-compile.patch 2017-02-06 21:11:00 UTC (rev 210594) @@ -0,0 +1,11 @@ +diff -Naur screensavers.rsxs-3241d29.orig/CMakeLists.txt screensavers.rsxs-3241d29/CMakeLists.txt +--- screensavers.rsxs-3241d29.orig/CMakeLists.txt 2015-10-20 00:21:24.0 -0700 screensavers.rsxs-3241d29/CMakeLists.txt 2015-10-22 23:34:37.56204 -0700 +@@ -52,6 +52,7 @@ + endif() + externalproject_add(rsxs SOURCE_DIR ${PROJECT_SOURCE_DIR}/${rsxs_dir} + CONFIGURE_COMMAND ${configure_start} ++ ac_cv_type__Bool=yes + --prefix= + --without-xscreensaver + --disable-cyclone Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:10:45 UTC (rev 210593) +++ community-i686/PKGBUILD 2017-02-06 21:11:00 UTC (rev 210594) @@ -1,48 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-screensaver-rsxs -_commit=a4d498c -pkgver=20161216.a4d498c -pkgrel=1 -pkgdesc="RSXS screensaver add-ons for Kodi" -arch=('i686' 'x86_64') -url='github.com/notspiff/screensavers.rsxs' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-screensaver') -depends=('kodi') -makedepends=('git' 'cmake') -source=( -"$pkgname::git://github.com/notspiff/screensavers.rsxs.git#commit=$_commit" -'0001-fix-gcc5-compile.patch' -) -sha256sums=( -'SKIP' -'81608c72969da767f754c41dfbe8e5cf9af9f4f1e91e57c39a0424df58275580' -) - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -prepare() { -cd "$pkgname" -patch -p1 -i "$srcdir/0001-fix-gcc5-compile.patch" -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-screensaver-rsxs/repos/community-i686/PKGBUILD
[arch-commits] Commit in kodi-addon-screensaver-rsxs/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:10:45 Author: idevolder Revision: 210593 upgpkg: kodi-addon-screensaver-rsxs 20170110.b68a652-1 Modified: kodi-addon-screensaver-rsxs/trunk/PKGBUILD --+ PKGBUILD | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:10:33 UTC (rev 210592) +++ PKGBUILD2017-02-06 21:10:45 UTC (rev 210593) @@ -2,8 +2,8 @@ # Maintainer: BlackEagle > pkgname=kodi-addon-screensaver-rsxs -_commit=a4d498c -pkgver=20161216.a4d498c +_commit=b68a652 +pkgver=20170110.b68a652 pkgrel=1 pkgdesc="RSXS screensaver add-ons for Kodi" arch=('i686' 'x86_64') @@ -11,14 +11,12 @@ license=('GPL') groups=('kodi-addons' 'kodi-addons-screensaver') depends=('kodi') -makedepends=('git' 'cmake') +makedepends=('git' 'cmake' 'kodi-dev') source=( "$pkgname::git://github.com/notspiff/screensavers.rsxs.git#commit=$_commit" -'0001-fix-gcc5-compile.patch' ) sha256sums=( 'SKIP' -'81608c72969da767f754c41dfbe8e5cf9af9f4f1e91e57c39a0424df58275580' ) pkgver() { @@ -26,10 +24,9 @@ git log -1 --date=short --format="%cd.%h" | tr -d '-' } -prepare() { -cd "$pkgname" -patch -p1 -i "$srcdir/0001-fix-gcc5-compile.patch" -} +#prepare() { +#cd "$pkgname" +#} build() { cd "$pkgname"
[arch-commits] Commit in kodi-addon-screensaver-pyro/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:10:16 Author: idevolder Revision: 210591 upgpkg: kodi-addon-screensaver-pyro 20161216.379e102-2 Modified: kodi-addon-screensaver-pyro/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:10:05 UTC (rev 210590) +++ PKGBUILD2017-02-06 21:10:16 UTC (rev 210591) @@ -4,7 +4,7 @@ pkgname=kodi-addon-screensaver-pyro _commit=379e102 pkgver=20161216.379e102 -pkgrel=1 +pkgrel=2 pkgdesc="Pyro screensaver for Kodi" arch=('i686' 'x86_64') url='github.com/notspiff/screensaver.pyro' @@ -11,7 +11,7 @@ license=('GPL') groups=('kodi-addons' 'kodi-addons-screensaver') depends=('kodi') -makedepends=('git' 'cmake') +makedepends=('git' 'cmake' 'kodi-dev') source=("$pkgname::git://github.com/notspiff/screensaver.pyro.git#commit=$_commit") sha256sums=('SKIP')
[arch-commits] Commit in kodi-addon-screensaver-pingpong/repos (4 files)
Date: Monday, February 6, 2017 @ 21:10:05 Author: idevolder Revision: 210590 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi-addon-screensaver-pingpong/repos/community-i686/PKGBUILD (from rev 210589, kodi-addon-screensaver-pingpong/trunk/PKGBUILD) kodi-addon-screensaver-pingpong/repos/community-x86_64/PKGBUILD (from rev 210589, kodi-addon-screensaver-pingpong/trunk/PKGBUILD) Deleted: kodi-addon-screensaver-pingpong/repos/community-i686/PKGBUILD kodi-addon-screensaver-pingpong/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:09:47 UTC (rev 210589) +++ community-i686/PKGBUILD 2017-02-06 21:10:05 UTC (rev 210590) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-screensaver-pingpong -_commit=96db679 -pkgver=20161216.96db679 -pkgrel=1 -pkgdesc="Ping-pong screensaver for Kodi" -arch=('i686' 'x86_64') -url='github.com/notspiff/screensaver.pingpong' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-screensaver') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/screensaver.pingpong.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-screensaver-pingpong/repos/community-i686/PKGBUILD (from rev 210589, kodi-addon-screensaver-pingpong/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:10:05 UTC (rev 210590) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-screensaver-pingpong +_commit=96db679 +pkgver=20161216.96db679 +pkgrel=2 +pkgdesc="Ping-pong screensaver for Kodi" +arch=('i686' 'x86_64') +url='github.com/notspiff/screensaver.pingpong' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-screensaver') +depends=('kodi') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/notspiff/screensaver.pingpong.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd "$pkgname" + git log -1 --date=short --format="%cd.%h" | tr -d '-' +} + +build() { + cd "$pkgname" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=1 \ + -DUSE_LTO=1 + make +} + +package() { + cd "$pkgname" + make DESTDIR="$pkgdir/" install +} + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:09:47 UTC (rev 210589) +++ community-x86_64/PKGBUILD 2017-02-06 21:10:05 UTC (rev 210590) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-screensaver-pingpong -_commit=96db679 -pkgver=20161216.96db679 -pkgrel=1 -pkgdesc="Ping-pong screensaver for Kodi" -arch=('i686' 'x86_64') -url='github.com/notspiff/screensaver.pingpong' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-screensaver') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/screensaver.pingpong.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-screensaver-pingpong/repos/community-x86_64/PKGBUILD (from rev 210589, kodi-addon-screensaver-pingpong/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:10:05 UTC (rev 210590) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-screensaver-pingpong +_commit=96db679 +pkgver=20161216.96db679 +pkgrel=2 +pkgdesc="Ping-pong screensaver for Kodi" +arch=('i686' 'x86_64') +url='github.com/notspiff/screensaver.pingpong' +license=('GPL') +groups=('kodi-addons' 'ko
[arch-commits] Commit in kodi-addon-screensaver-pyro/repos (4 files)
Date: Monday, February 6, 2017 @ 21:10:33 Author: idevolder Revision: 210592 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi-addon-screensaver-pyro/repos/community-i686/PKGBUILD (from rev 210591, kodi-addon-screensaver-pyro/trunk/PKGBUILD) kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD (from rev 210591, kodi-addon-screensaver-pyro/trunk/PKGBUILD) Deleted: kodi-addon-screensaver-pyro/repos/community-i686/PKGBUILD kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:10:16 UTC (rev 210591) +++ community-i686/PKGBUILD 2017-02-06 21:10:33 UTC (rev 210592) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-screensaver-pyro -_commit=379e102 -pkgver=20161216.379e102 -pkgrel=1 -pkgdesc="Pyro screensaver for Kodi" -arch=('i686' 'x86_64') -url='github.com/notspiff/screensaver.pyro' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-screensaver') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/screensaver.pyro.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-screensaver-pyro/repos/community-i686/PKGBUILD (from rev 210591, kodi-addon-screensaver-pyro/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:10:33 UTC (rev 210592) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-screensaver-pyro +_commit=379e102 +pkgver=20161216.379e102 +pkgrel=2 +pkgdesc="Pyro screensaver for Kodi" +arch=('i686' 'x86_64') +url='github.com/notspiff/screensaver.pyro' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-screensaver') +depends=('kodi') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/notspiff/screensaver.pyro.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd "$pkgname" + git log -1 --date=short --format="%cd.%h" | tr -d '-' +} + +build() { + cd "$pkgname" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=1 \ + -DUSE_LTO=1 + make +} + +package() { + cd "$pkgname" + make DESTDIR="$pkgdir/" install +} + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:10:16 UTC (rev 210591) +++ community-x86_64/PKGBUILD 2017-02-06 21:10:33 UTC (rev 210592) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-screensaver-pyro -_commit=379e102 -pkgver=20161216.379e102 -pkgrel=1 -pkgdesc="Pyro screensaver for Kodi" -arch=('i686' 'x86_64') -url='github.com/notspiff/screensaver.pyro' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-screensaver') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/screensaver.pyro.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD (from rev 210591, kodi-addon-screensaver-pyro/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:10:33 UTC (rev 210592) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-screensaver-pyro +_commit=379e102 +pkgver=20161216.379e102 +pkgrel=2 +pkgdesc="Pyro screensaver for Kodi" +arch=('i686' 'x86_64') +url='github.com/notspiff/screensaver.pyro' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-screensaver') +depends=('kodi') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::gi
[arch-commits] Commit in kodi-addon-screensaver-pingpong/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:09:47 Author: idevolder Revision: 210589 upgpkg: kodi-addon-screensaver-pingpong 20161216.96db679-2 Modified: kodi-addon-screensaver-pingpong/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:09:31 UTC (rev 210588) +++ PKGBUILD2017-02-06 21:09:47 UTC (rev 210589) @@ -4,7 +4,7 @@ pkgname=kodi-addon-screensaver-pingpong _commit=96db679 pkgver=20161216.96db679 -pkgrel=1 +pkgrel=2 pkgdesc="Ping-pong screensaver for Kodi" arch=('i686' 'x86_64') url='github.com/notspiff/screensaver.pingpong' @@ -11,7 +11,7 @@ license=('GPL') groups=('kodi-addons' 'kodi-addons-screensaver') depends=('kodi') -makedepends=('git' 'cmake') +makedepends=('git' 'cmake' 'kodi-dev') source=("$pkgname::git://github.com/notspiff/screensaver.pingpong.git#commit=$_commit") sha256sums=('SKIP')
[arch-commits] Commit in kodi-addon-screensaver-matrixtrails/repos (4 files)
Date: Monday, February 6, 2017 @ 21:09:31 Author: idevolder Revision: 210588 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi-addon-screensaver-matrixtrails/repos/community-i686/PKGBUILD (from rev 210587, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD) kodi-addon-screensaver-matrixtrails/repos/community-x86_64/PKGBUILD (from rev 210587, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD) Deleted: kodi-addon-screensaver-matrixtrails/repos/community-i686/PKGBUILD kodi-addon-screensaver-matrixtrails/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:09:16 UTC (rev 210587) +++ community-i686/PKGBUILD 2017-02-06 21:09:31 UTC (rev 210588) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-screensaver-matrixtrails -_commit=84ca058 -pkgver=20161216.84ca058 -pkgrel=1 -pkgdesc="Matrix trails screensaver for Kodi" -arch=('i686' 'x86_64') -url='github.com/notspiff/screensaver.matrixtrails' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-screensaver') -depends=('kodi' 'soil') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/screensaver.matrixtrails.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-screensaver-matrixtrails/repos/community-i686/PKGBUILD (from rev 210587, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:09:31 UTC (rev 210588) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-screensaver-matrixtrails +_commit=84ca058 +pkgver=20161216.84ca058 +pkgrel=2 +pkgdesc="Matrix trails screensaver for Kodi" +arch=('i686' 'x86_64') +url='github.com/notspiff/screensaver.matrixtrails' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-screensaver') +depends=('kodi' 'soil') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/notspiff/screensaver.matrixtrails.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd "$pkgname" + git log -1 --date=short --format="%cd.%h" | tr -d '-' +} + +build() { + cd "$pkgname" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=1 \ + -DUSE_LTO=1 + make +} + +package() { + cd "$pkgname" + make DESTDIR="$pkgdir/" install +} + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:09:16 UTC (rev 210587) +++ community-x86_64/PKGBUILD 2017-02-06 21:09:31 UTC (rev 210588) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-screensaver-matrixtrails -_commit=84ca058 -pkgver=20161216.84ca058 -pkgrel=1 -pkgdesc="Matrix trails screensaver for Kodi" -arch=('i686' 'x86_64') -url='github.com/notspiff/screensaver.matrixtrails' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-screensaver') -depends=('kodi' 'soil') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/screensaver.matrixtrails.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-screensaver-matrixtrails/repos/community-x86_64/PKGBUILD (from rev 210587, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:09:31 UTC (rev 210588) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-screensaver-matrixtrails +_commit=84ca058 +pkgver=20161216.84ca058 +pkgrel=2 +pkgdesc="Matrix trails screensaver for Kodi
[arch-commits] Commit in kodi-addon-screensaver-matrixtrails/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:09:16 Author: idevolder Revision: 210587 upgpkg: kodi-addon-screensaver-matrixtrails 20161216.84ca058-2 Modified: kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:09:06 UTC (rev 210586) +++ PKGBUILD2017-02-06 21:09:16 UTC (rev 210587) @@ -4,7 +4,7 @@ pkgname=kodi-addon-screensaver-matrixtrails _commit=84ca058 pkgver=20161216.84ca058 -pkgrel=1 +pkgrel=2 pkgdesc="Matrix trails screensaver for Kodi" arch=('i686' 'x86_64') url='github.com/notspiff/screensaver.matrixtrails' @@ -11,7 +11,7 @@ license=('GPL') groups=('kodi-addons' 'kodi-addons-screensaver') depends=('kodi' 'soil') -makedepends=('git' 'cmake') +makedepends=('git' 'cmake' 'kodi-dev') source=("$pkgname::git://github.com/notspiff/screensaver.matrixtrails.git#commit=$_commit") sha256sums=('SKIP')
[arch-commits] Commit in kodi-addon-screensaver-greynetic/repos (4 files)
Date: Monday, February 6, 2017 @ 21:09:06 Author: idevolder Revision: 210586 archrelease: copy trunk to community-i686, community-x86_64 Added: kodi-addon-screensaver-greynetic/repos/community-i686/PKGBUILD (from rev 210585, kodi-addon-screensaver-greynetic/trunk/PKGBUILD) kodi-addon-screensaver-greynetic/repos/community-x86_64/PKGBUILD (from rev 210585, kodi-addon-screensaver-greynetic/trunk/PKGBUILD) Deleted: kodi-addon-screensaver-greynetic/repos/community-i686/PKGBUILD kodi-addon-screensaver-greynetic/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-02-06 21:08:49 UTC (rev 210585) +++ community-i686/PKGBUILD 2017-02-06 21:09:06 UTC (rev 210586) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-screensaver-greynetic -_commit=9c9064f -pkgver=20161216.9c9064f -pkgrel=1 -pkgdesc="Greynetic screensaver for Kodi" -arch=('i686' 'x86_64') -url='github.com/notspiff/screensaver.greynetic' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-screensaver') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/screensaver.greynetic.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-screensaver-greynetic/repos/community-i686/PKGBUILD (from rev 210585, kodi-addon-screensaver-greynetic/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-06 21:09:06 UTC (rev 210586) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-screensaver-greynetic +_commit=9c9064f +pkgver=20161216.9c9064f +pkgrel=2 +pkgdesc="Greynetic screensaver for Kodi" +arch=('i686' 'x86_64') +url='github.com/notspiff/screensaver.greynetic' +license=('GPL') +groups=('kodi-addons' 'kodi-addons-screensaver') +depends=('kodi') +makedepends=('git' 'cmake' 'kodi-dev') +source=("$pkgname::git://github.com/notspiff/screensaver.greynetic.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd "$pkgname" + git log -1 --date=short --format="%cd.%h" | tr -d '-' +} + +build() { + cd "$pkgname" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=1 \ + -DUSE_LTO=1 + make +} + +package() { + cd "$pkgname" + make DESTDIR="$pkgdir/" install +} + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-02-06 21:08:49 UTC (rev 210585) +++ community-x86_64/PKGBUILD 2017-02-06 21:09:06 UTC (rev 210586) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle > - -pkgname=kodi-addon-screensaver-greynetic -_commit=9c9064f -pkgver=20161216.9c9064f -pkgrel=1 -pkgdesc="Greynetic screensaver for Kodi" -arch=('i686' 'x86_64') -url='github.com/notspiff/screensaver.greynetic' -license=('GPL') -groups=('kodi-addons' 'kodi-addons-screensaver') -depends=('kodi') -makedepends=('git' 'cmake') -source=("$pkgname::git://github.com/notspiff/screensaver.greynetic.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd "$pkgname" - git log -1 --date=short --format="%cd.%h" | tr -d '-' -} - -build() { - cd "$pkgname" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=1 \ - -DUSE_LTO=1 - make -} - -package() { - cd "$pkgname" - make DESTDIR="$pkgdir/" install -} - Copied: kodi-addon-screensaver-greynetic/repos/community-x86_64/PKGBUILD (from rev 210585, kodi-addon-screensaver-greynetic/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-06 21:09:06 UTC (rev 210586) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: BlackEagle > + +pkgname=kodi-addon-screensaver-greynetic +_commit=9c9064f +pkgver=20161216.9c9064f +pkgrel=2 +pkgdesc="Greynetic screensaver for Kodi" +arch=('i686' 'x86_64') +url='github.com/notspiff/screensaver.greynetic' +license=('GPL') +grou
[arch-commits] Commit in kodi-addon-screensaver-greynetic/trunk (PKGBUILD)
Date: Monday, February 6, 2017 @ 21:08:49 Author: idevolder Revision: 210585 upgpkg: kodi-addon-screensaver-greynetic 20161216.9c9064f-2 Modified: kodi-addon-screensaver-greynetic/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-06 21:08:35 UTC (rev 210584) +++ PKGBUILD2017-02-06 21:08:49 UTC (rev 210585) @@ -4,7 +4,7 @@ pkgname=kodi-addon-screensaver-greynetic _commit=9c9064f pkgver=20161216.9c9064f -pkgrel=1 +pkgrel=2 pkgdesc="Greynetic screensaver for Kodi" arch=('i686' 'x86_64') url='github.com/notspiff/screensaver.greynetic' @@ -11,7 +11,7 @@ license=('GPL') groups=('kodi-addons' 'kodi-addons-screensaver') depends=('kodi') -makedepends=('git' 'cmake') +makedepends=('git' 'cmake' 'kodi-dev') source=("$pkgname::git://github.com/notspiff/screensaver.greynetic.git#commit=$_commit") sha256sums=('SKIP')