From d053938d834e74b0c881c12a5cb240ad4bab0d9b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Oct 2013 00:05:52 -0700 Subject: Mon Oct 14 00:05:51 PDT 2013 --- community/cairo-dock-plugins/PKGBUILD | 20 ++++--------- community/cairo-dock-plugins/python.patch | 49 ------------------------------- community/cairo-dock/PKGBUILD | 23 +++++---------- community/sleuthkit/PKGBUILD | 6 ++-- community/sleuthkit/sleuthkit.changelog | 3 ++ community/texmaker/PKGBUILD | 6 ++-- 6 files changed, 23 insertions(+), 84 deletions(-) delete mode 100644 community/cairo-dock-plugins/python.patch (limited to 'community') diff --git a/community/cairo-dock-plugins/PKGBUILD b/community/cairo-dock-plugins/PKGBUILD index d1ac36dd1..756f7921a 100755 --- a/community/cairo-dock-plugins/PKGBUILD +++ b/community/cairo-dock-plugins/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 93867 2013-07-11 15:30:19Z alucryd $ +# $Id: PKGBUILD 98552 2013-10-13 10:52:56Z alucryd $ # Maintainer: Maxime Gauduin # Contributor: Tofe # Contributor: zhuqin @@ -6,8 +6,8 @@ # Contributor: snoopy33 pkgname=cairo-dock-plugins -pkgver=3.2.1 -pkgrel=4 +pkgver=3.3.1 +pkgrel=1 pkgdesc="Plugins for Cairo-Dock" url="https://launchpad.net/cairo-dock" license=('GPL') @@ -34,16 +34,8 @@ optdepends=('alsa-lib: Sound Control, Sound Effects applets' 'vte3: Terminal applet' 'webkitgtk3: Weblets applet') options=('!libtool') -source=("http://launchpad.net/cairo-dock-plug-ins/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz" - 'python.patch') -sha256sums=('11b4433e40bbb1507757b23e167c521d620827576c2f30bb1a9642e0bff57e01' - 'f33ff6f2b93936c5050ae369d1b08c41bd17f5a2fb4ce46da5436d78d0b3fa8e') - -prepare() { - cd ${pkgname}-${pkgver} - - patch -Np1 -i ../python.patch -} +source=("http://launchpad.net/cairo-dock-plug-ins/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz") +sha256sums=('21d41ffeac6848dced05280641d764709445cad4c4e19082404b74ecd6436fd4') build() { cd ${pkgname}-${pkgver} @@ -53,7 +45,7 @@ build() { fi mkdir build && cd build - cmake .. -DCMAKE_INSTALL_PREFIX=/usr + cmake .. -DCMAKE_INSTALL_PREFIX='/usr' make } diff --git a/community/cairo-dock-plugins/python.patch b/community/cairo-dock-plugins/python.patch deleted file mode 100644 index 413ff0fa9..000000000 --- a/community/cairo-dock-plugins/python.patch +++ /dev/null @@ -1,49 +0,0 @@ -diff -rupN cairo-dock-plugins-3.2.1.orig/Dbus/interfaces/bash/BashInstall.cmake.in cairo-dock-plugins-3.2.1/Dbus/interfaces/bash/BashInstall.cmake.in ---- cairo-dock-plugins-3.2.1.orig/Dbus/interfaces/bash/BashInstall.cmake.in 2013-07-11 17:09:45.165345967 +0200 -+++ cairo-dock-plugins-3.2.1/Dbus/interfaces/bash/BashInstall.cmake.in 2013-07-11 17:10:22.238469121 +0200 -@@ -2,7 +2,7 @@ IF ("@PYTHON2_FOUND@" STREQUAL "TRUE") - IF("@ROOT_PREFIX@" STREQUAL "") - EXEC_PROGRAM("@PYTHON2_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS - "setup.py" "install" -- "--prefix=${CMAKE_INSTALL_PREFIX}" -+ "--prefix=$DESTDIR${CMAKE_INSTALL_PREFIX}" - "@DEBIAN_INSTALL_LAYOUT@") - ELSEIF(NOT "@ROOT_PREFIX@" STREQUAL "" AND "@python_no_deb_layout@" STREQUAL "") - EXEC_PROGRAM("@PYTHON2_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS -@@ -20,7 +20,7 @@ IF ("@PYTHON3_FOUND@" STREQUAL "TRUE") - IF("@ROOT_PREFIX@" STREQUAL "") - EXEC_PROGRAM("@PYTHON3_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS - "setup.py" "install" -- "--prefix=${CMAKE_INSTALL_PREFIX}" -+ "--prefix=$DESTDIR${CMAKE_INSTALL_PREFIX}" - "@DEBIAN_INSTALL_LAYOUT@") - ELSEIF(NOT "@ROOT_PREFIX@" STREQUAL "" AND "@python_no_deb_layout@" STREQUAL "") - EXEC_PROGRAM("@PYTHON3_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS -diff -rupN cairo-dock-plugins-3.2.1.orig/Dbus/interfaces/python/PythonInstall.cmake.in cairo-dock-plugins-3.2.1/Dbus/interfaces/python/PythonInstall.cmake.in ---- cairo-dock-plugins-3.2.1.orig/Dbus/interfaces/python/PythonInstall.cmake.in 2013-07-11 17:09:45.162012653 +0200 -+++ cairo-dock-plugins-3.2.1/Dbus/interfaces/python/PythonInstall.cmake.in 2013-07-11 17:10:56.581607933 +0200 -@@ -2,7 +2,7 @@ if ("@PYTHON2_FOUND@" STREQUAL "TRUE") - IF("@ROOT_PREFIX@" STREQUAL "") - EXEC_PROGRAM("@PYTHON2_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS - "setup.py" "install" -- "--prefix=${CMAKE_INSTALL_PREFIX}" -+ "--prefix=$DESTDIR${CMAKE_INSTALL_PREFIX}" - "@DEBIAN_INSTALL_LAYOUT@") - ELSEIF(NOT "@ROOT_PREFIX@" STREQUAL "" AND "@python_no_deb_layout@" STREQUAL "") - EXEC_PROGRAM("@PYTHON2_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS -@@ -20,7 +20,7 @@ if ("@PYTHON3_FOUND@" STREQUAL "TRUE") - IF("@ROOT_PREFIX@" STREQUAL "") - EXEC_PROGRAM("@PYTHON3_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS - "setup.py" "install" -- "--prefix=${CMAKE_INSTALL_PREFIX}" -+ "--prefix=$DESTDIR${CMAKE_INSTALL_PREFIX}" - "@DEBIAN_INSTALL_LAYOUT@") - ELSEIF(NOT "@ROOT_PREFIX@" STREQUAL "" AND "@python_no_deb_layout@" STREQUAL "") - EXEC_PROGRAM("@PYTHON3_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS -@@ -32,4 +32,4 @@ if ("@PYTHON3_FOUND@" STREQUAL "TRUE") - "setup.py" "install" - "--root=@ROOT_PREFIX@") - ENDIF() --ENDIF() -\ No newline at end of file -+ENDIF() diff --git a/community/cairo-dock/PKGBUILD b/community/cairo-dock/PKGBUILD index 8f910fe66..e3968e4b2 100755 --- a/community/cairo-dock/PKGBUILD +++ b/community/cairo-dock/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 88925 2013-04-24 21:20:34Z alucryd $ +# $Id: PKGBUILD 98550 2013-10-13 10:48:27Z alucryd $ # Maintainer: Maxime Gauduin # Contributor: Tofe # Contributor: erm67 pkgname=cairo-dock -pkgver=3.2.1 -pkgrel=3 +pkgver=3.3.1 +pkgrel=1 pkgdesc="Light eye-candy fully themable animated dock" arch=('i686' 'x86_64') url="https://launchpad.net/cairo-dock-core" @@ -14,30 +14,23 @@ depends=('curl' 'dbus-glib' 'gtk3' 'librsvg') makedepends=('cmake') optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock') options=('!libtool') -source=("http://launchpad.net/${pkgname}-core/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz" 'gldit-rpath.patch') -sha256sums=('441e407f92138dc604c796b0455777b765e298ecb8f3120104f521d0e0b34543' - '5a5fbc67aaa210387ef4410701747fe741942c99c4bd84ae771b96a3bdd1c4cc') - -prepare() { - cd "${srcdir}"/${pkgname}-${pkgver} - - patch -Np1 -i ../gldit-rpath.patch -} +source=("http://launchpad.net/${pkgname}-core/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz") +sha256sums=('4d7c5c58606ac1e22dcbe6d80404e38d747c2c846102df09f25d5b97943f0459') build() { - cd "${srcdir}"/${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} if [[ -d build ]]; then rm -rf build fi mkdir build && cd build - cmake .. -DCMAKE_INSTALL_PREFIX=/usr + cmake .. -DCMAKE_INSTALL_PREFIX='/usr' make } package() { - cd "${srcdir}"/${pkgname}-${pkgver}/build + cd ${pkgname}-${pkgver}/build make DESTDIR="${pkgdir}" install } diff --git a/community/sleuthkit/PKGBUILD b/community/sleuthkit/PKGBUILD index e0813a136..be0e0130a 100644 --- a/community/sleuthkit/PKGBUILD +++ b/community/sleuthkit/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 86192 2013-03-12 21:51:33Z jlichtblau $ +# $Id: PKGBUILD 98535 2013-10-13 00:21:07Z jlichtblau $ # Maintainer: Jaroslav Lichtblau # Contributor: Geoffroy Carrier pkgname=sleuthkit -pkgver=4.0.2 +pkgver=4.1.2 pkgrel=1 pkgdesc='File system and media management forensic analysis tools' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('perl') options=('!libtool') changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('112f80fbc6a868c18c7a924f756b35c79eed9d0cc8923a4f973646f00e546e62') +sha256sums=('58253b35c016083558fb581308f4a3baf884229de89eb84ddbfb977ed56600d3') build() { cd ${pkgname}-${pkgver} diff --git a/community/sleuthkit/sleuthkit.changelog b/community/sleuthkit/sleuthkit.changelog index 6ab1ba102..7c9c63ae0 100644 --- a/community/sleuthkit/sleuthkit.changelog +++ b/community/sleuthkit/sleuthkit.changelog @@ -1,3 +1,6 @@ +2013-10-13 Jaroslav Lichtblau + * sleuthkit 4.1.2-1 + 2013-03-12 Jaroslav Lichtblau * sleuthkit 4.0.2-1 diff --git a/community/texmaker/PKGBUILD b/community/texmaker/PKGBUILD index 1b18beed2..461151d3c 100644 --- a/community/texmaker/PKGBUILD +++ b/community/texmaker/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 94994 2013-08-02 22:19:28Z cinelli $ +# $Id: PKGBUILD 98538 2013-10-13 01:30:22Z cinelli $ #Maintainer: Federico Cinelli pkgname=texmaker -pkgver=4.0.3 +pkgver=4.0.4 pkgrel=1 pkgdesc='Free cross-platform LaTeX editor' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ optdepends=('ghostscript: LaTeX to HTML conversion command' 'poppler: PDF rendering support') install="$pkgname.install" source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2") -md5sums=('fe33120eef6d6ae6dcbf949d5d5c7a4f') +md5sums=('5abe8618367bd7923f792378751648f7') build() { cd "$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf