[arch-commits] Commit in tcplay/repos (8 files)

Jelle van der Waa jelle at archlinux.org
Tue Sep 12 16:57:32 UTC 2017


    Date: Tuesday, September 12, 2017 @ 16:57:31
  Author: jelle
Revision: 257149

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tcplay/repos/community-i686/PKGBUILD
    (from rev 257148, tcplay/trunk/PKGBUILD)
  tcplay/repos/community-i686/tc-play-1.1-fix-paths.patch
    (from rev 257148, tcplay/trunk/tc-play-1.1-fix-paths.patch)
  tcplay/repos/community-x86_64/PKGBUILD
    (from rev 257148, tcplay/trunk/PKGBUILD)
  tcplay/repos/community-x86_64/tc-play-1.1-fix-paths.patch
    (from rev 257148, tcplay/trunk/tc-play-1.1-fix-paths.patch)
Deleted:
  tcplay/repos/community-i686/PKGBUILD
  tcplay/repos/community-i686/tc-play-1.1-fix-paths.patch
  tcplay/repos/community-x86_64/PKGBUILD
  tcplay/repos/community-x86_64/tc-play-1.1-fix-paths.patch

----------------------------------------------+
 /PKGBUILD                                    |   74 ++++++++++++++++++
 /tc-play-1.1-fix-paths.patch                 |   98 +++++++++++++++++++++++++
 community-i686/PKGBUILD                      |   36 ---------
 community-i686/tc-play-1.1-fix-paths.patch   |   49 ------------
 community-x86_64/PKGBUILD                    |   36 ---------
 community-x86_64/tc-play-1.1-fix-paths.patch |   49 ------------
 6 files changed, 172 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-12 16:57:15 UTC (rev 257148)
+++ community-i686/PKGBUILD	2017-09-12 16:57:31 UTC (rev 257149)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Thomas Weißschuh <thomas t-8ch de>
-# Contributor: James Reed <supplantr at archlinux dot info>
-
-pkgname=tcplay
-pkgver=2.0
-pkgrel=1
-pkgdesc="Free and simple TrueCrypt implementation based on dm-crypt."
-arch=('i686' 'x86_64')
-url="https://github.com/bwalex/tc-play"
-license=('custom')
-depends=('device-mapper')
-makedepends=('cmake')
-source=("https://github.com/bwalex/tc-play/archive/v${pkgver}.tar.gz"
-        tc-play-1.1-fix-paths.patch)
-sha256sums=('0e17890f37e862746364b10bad62bbd9f3e2b2811a24b07df12eff266534e42d'
-            '007b960675400b7e0a10765952041dcc1943e5cb79367e2ed4938f2c5e64ea57')
-
-prepare() {
-  cd "tc-play-$pkgver"
-  patch -Np1 -i ../tc-play-1.1-fix-paths.patch
-}
-
-build() {
-  cd "tc-play-$pkgver"
-  mkdir -p objdir
-  cd objdir
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-}
-
-package() {
-  cd "tc-play-$pkgver/objdir"
-  make DESTDIR="$pkgdir" install
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/tcplay/LICENSE
-}

Copied: tcplay/repos/community-i686/PKGBUILD (from rev 257148, tcplay/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-12 16:57:31 UTC (rev 257149)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Thomas Weißschuh <thomas t-8ch de>
+# Contributor: James Reed <supplantr at archlinux dot info>
+
+pkgname=tcplay
+pkgver=2.0
+pkgrel=2
+pkgdesc="Free and simple TrueCrypt implementation based on dm-crypt."
+arch=('i686' 'x86_64')
+url="https://github.com/bwalex/tc-play"
+license=('custom')
+depends=('device-mapper')
+makedepends=('cmake' 'udev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bwalex/tc-play/archive/v${pkgver}.tar.gz"
+        tc-play-1.1-fix-paths.patch)
+sha256sums=('0e17890f37e862746364b10bad62bbd9f3e2b2811a24b07df12eff266534e42d'
+            '007b960675400b7e0a10765952041dcc1943e5cb79367e2ed4938f2c5e64ea57')
+
+prepare() {
+  cd "tc-play-$pkgver"
+  patch -Np1 -i ../tc-play-1.1-fix-paths.patch
+  sed -i 's/-Wnested-externs/-Wnested-externs -fPIC/g' CMakeLists.txt
+}
+
+build() {
+  cd "tc-play-$pkgver"
+  mkdir -p objdir
+  cd objdir
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+}
+
+package() {
+  cd "tc-play-$pkgver/objdir"
+  make DESTDIR="$pkgdir" install
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/tcplay/LICENSE
+}

Deleted: community-i686/tc-play-1.1-fix-paths.patch
===================================================================
--- community-i686/tc-play-1.1-fix-paths.patch	2017-09-12 16:57:15 UTC (rev 257148)
+++ community-i686/tc-play-1.1-fix-paths.patch	2017-09-12 16:57:31 UTC (rev 257149)
@@ -1,49 +0,0 @@
---- tc-play-1.1/CMakeLists.txt.orig	2013-12-12 22:55:24.788832261 +0100
-+++ tc-play-1.1/CMakeLists.txt	2013-12-12 22:56:16.099181617 +0100
-@@ -63,20 +63,6 @@
- endif()
- 
- 
--if (NOT LIB_SUFFIX)
--	message(STATUS "")
--	message(STATUS "LIB_SUFFIX variable is not defined. It will be autodetected now.")
--	message(STATUS "You can set it manually with -DLIB_SUFFIX=<value> (e.g. 64).")
--	if (CMAKE_SIZEOF_VOID_P EQUAL 8)
--		message(STATUS "\nSetting LIB_SUFFIX=64\n")
--		set (LIB_SUFFIX "64")
--	else()
--		message(STATUS "\nSetting LIB_SUFFIX=\n")
--		set (LIB_SUFFIX "")
--	endif()
--endif()
--
--
- 
- add_executable(tcplay-bin main.c ${SRCS_COMMON} ${SRCS_LINUX} ${SRCS_PBKDF})
- set_target_properties(tcplay-bin PROPERTIES OUTPUT_NAME tcplay)
-@@ -102,7 +88,7 @@
- # Generate pkg-config file tcplay.pc
- file(WRITE ${PROJECT_BINARY_DIR}/tcplay.pc "prefix=${CMAKE_INSTALL_PREFIX}
- exec_prefix=${CMAKE_INSTALL_PREFIX}
--libdir=${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
-+libdir=${CMAKE_INSTALL_PREFIX}/lib
- includedir=${CMAKE_INSTALL_PREFIX}/include
- 
- Name: libtcplay
-@@ -117,12 +103,12 @@
- 
- # Installation targets
- install(TARGETS tcplay-bin tcplay-static tcplay-so
--	RUNTIME DESTINATION sbin             COMPONENT bin
--	LIBRARY DESTINATION lib${LIB_SUFFIX} COMPONENT lib
--	ARCHIVE DESTINATION lib${LIB_SUFFIX} COMPONENT lib-dev
-+	RUNTIME DESTINATION bin             COMPONENT bin
-+	LIBRARY DESTINATION lib COMPONENT lib
-+	ARCHIVE DESTINATION lib COMPONENT lib-dev
- )
- 
--install(FILES ${PROJECT_BINARY_DIR}/tcplay.pc DESTINATION lib${LIB_SUFFIX}/pkgconfig COMPONENT lib-dev)
-+install(FILES ${PROJECT_BINARY_DIR}/tcplay.pc DESTINATION lib/pkgconfig COMPONENT lib-dev)
- 
- install(FILES tcplay_api.h DESTINATION include        COMPONENT lib-dev)
- install(FILES tcplay.3     DESTINATION share/man/man3 COMPONENT lib-dev)

Copied: tcplay/repos/community-i686/tc-play-1.1-fix-paths.patch (from rev 257148, tcplay/trunk/tc-play-1.1-fix-paths.patch)
===================================================================
--- community-i686/tc-play-1.1-fix-paths.patch	                        (rev 0)
+++ community-i686/tc-play-1.1-fix-paths.patch	2017-09-12 16:57:31 UTC (rev 257149)
@@ -0,0 +1,49 @@
+--- tc-play-1.1/CMakeLists.txt.orig	2013-12-12 22:55:24.788832261 +0100
++++ tc-play-1.1/CMakeLists.txt	2013-12-12 22:56:16.099181617 +0100
+@@ -63,20 +63,6 @@
+ endif()
+ 
+ 
+-if (NOT LIB_SUFFIX)
+-	message(STATUS "")
+-	message(STATUS "LIB_SUFFIX variable is not defined. It will be autodetected now.")
+-	message(STATUS "You can set it manually with -DLIB_SUFFIX=<value> (e.g. 64).")
+-	if (CMAKE_SIZEOF_VOID_P EQUAL 8)
+-		message(STATUS "\nSetting LIB_SUFFIX=64\n")
+-		set (LIB_SUFFIX "64")
+-	else()
+-		message(STATUS "\nSetting LIB_SUFFIX=\n")
+-		set (LIB_SUFFIX "")
+-	endif()
+-endif()
+-
+-
+ 
+ add_executable(tcplay-bin main.c ${SRCS_COMMON} ${SRCS_LINUX} ${SRCS_PBKDF})
+ set_target_properties(tcplay-bin PROPERTIES OUTPUT_NAME tcplay)
+@@ -102,7 +88,7 @@
+ # Generate pkg-config file tcplay.pc
+ file(WRITE ${PROJECT_BINARY_DIR}/tcplay.pc "prefix=${CMAKE_INSTALL_PREFIX}
+ exec_prefix=${CMAKE_INSTALL_PREFIX}
+-libdir=${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
++libdir=${CMAKE_INSTALL_PREFIX}/lib
+ includedir=${CMAKE_INSTALL_PREFIX}/include
+ 
+ Name: libtcplay
+@@ -117,12 +103,12 @@
+ 
+ # Installation targets
+ install(TARGETS tcplay-bin tcplay-static tcplay-so
+-	RUNTIME DESTINATION sbin             COMPONENT bin
+-	LIBRARY DESTINATION lib${LIB_SUFFIX} COMPONENT lib
+-	ARCHIVE DESTINATION lib${LIB_SUFFIX} COMPONENT lib-dev
++	RUNTIME DESTINATION bin             COMPONENT bin
++	LIBRARY DESTINATION lib COMPONENT lib
++	ARCHIVE DESTINATION lib COMPONENT lib-dev
+ )
+ 
+-install(FILES ${PROJECT_BINARY_DIR}/tcplay.pc DESTINATION lib${LIB_SUFFIX}/pkgconfig COMPONENT lib-dev)
++install(FILES ${PROJECT_BINARY_DIR}/tcplay.pc DESTINATION lib/pkgconfig COMPONENT lib-dev)
+ 
+ install(FILES tcplay_api.h DESTINATION include        COMPONENT lib-dev)
+ install(FILES tcplay.3     DESTINATION share/man/man3 COMPONENT lib-dev)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-12 16:57:15 UTC (rev 257148)
+++ community-x86_64/PKGBUILD	2017-09-12 16:57:31 UTC (rev 257149)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Thomas Weißschuh <thomas t-8ch de>
-# Contributor: James Reed <supplantr at archlinux dot info>
-
-pkgname=tcplay
-pkgver=2.0
-pkgrel=1
-pkgdesc="Free and simple TrueCrypt implementation based on dm-crypt."
-arch=('i686' 'x86_64')
-url="https://github.com/bwalex/tc-play"
-license=('custom')
-depends=('device-mapper')
-makedepends=('cmake')
-source=("https://github.com/bwalex/tc-play/archive/v${pkgver}.tar.gz"
-        tc-play-1.1-fix-paths.patch)
-sha256sums=('0e17890f37e862746364b10bad62bbd9f3e2b2811a24b07df12eff266534e42d'
-            '007b960675400b7e0a10765952041dcc1943e5cb79367e2ed4938f2c5e64ea57')
-
-prepare() {
-  cd "tc-play-$pkgver"
-  patch -Np1 -i ../tc-play-1.1-fix-paths.patch
-}
-
-build() {
-  cd "tc-play-$pkgver"
-  mkdir -p objdir
-  cd objdir
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-}
-
-package() {
-  cd "tc-play-$pkgver/objdir"
-  make DESTDIR="$pkgdir" install
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/tcplay/LICENSE
-}

Copied: tcplay/repos/community-x86_64/PKGBUILD (from rev 257148, tcplay/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-12 16:57:31 UTC (rev 257149)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Thomas Weißschuh <thomas t-8ch de>
+# Contributor: James Reed <supplantr at archlinux dot info>
+
+pkgname=tcplay
+pkgver=2.0
+pkgrel=2
+pkgdesc="Free and simple TrueCrypt implementation based on dm-crypt."
+arch=('i686' 'x86_64')
+url="https://github.com/bwalex/tc-play"
+license=('custom')
+depends=('device-mapper')
+makedepends=('cmake' 'udev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bwalex/tc-play/archive/v${pkgver}.tar.gz"
+        tc-play-1.1-fix-paths.patch)
+sha256sums=('0e17890f37e862746364b10bad62bbd9f3e2b2811a24b07df12eff266534e42d'
+            '007b960675400b7e0a10765952041dcc1943e5cb79367e2ed4938f2c5e64ea57')
+
+prepare() {
+  cd "tc-play-$pkgver"
+  patch -Np1 -i ../tc-play-1.1-fix-paths.patch
+  sed -i 's/-Wnested-externs/-Wnested-externs -fPIC/g' CMakeLists.txt
+}
+
+build() {
+  cd "tc-play-$pkgver"
+  mkdir -p objdir
+  cd objdir
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+}
+
+package() {
+  cd "tc-play-$pkgver/objdir"
+  make DESTDIR="$pkgdir" install
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/tcplay/LICENSE
+}

Deleted: community-x86_64/tc-play-1.1-fix-paths.patch
===================================================================
--- community-x86_64/tc-play-1.1-fix-paths.patch	2017-09-12 16:57:15 UTC (rev 257148)
+++ community-x86_64/tc-play-1.1-fix-paths.patch	2017-09-12 16:57:31 UTC (rev 257149)
@@ -1,49 +0,0 @@
---- tc-play-1.1/CMakeLists.txt.orig	2013-12-12 22:55:24.788832261 +0100
-+++ tc-play-1.1/CMakeLists.txt	2013-12-12 22:56:16.099181617 +0100
-@@ -63,20 +63,6 @@
- endif()
- 
- 
--if (NOT LIB_SUFFIX)
--	message(STATUS "")
--	message(STATUS "LIB_SUFFIX variable is not defined. It will be autodetected now.")
--	message(STATUS "You can set it manually with -DLIB_SUFFIX=<value> (e.g. 64).")
--	if (CMAKE_SIZEOF_VOID_P EQUAL 8)
--		message(STATUS "\nSetting LIB_SUFFIX=64\n")
--		set (LIB_SUFFIX "64")
--	else()
--		message(STATUS "\nSetting LIB_SUFFIX=\n")
--		set (LIB_SUFFIX "")
--	endif()
--endif()
--
--
- 
- add_executable(tcplay-bin main.c ${SRCS_COMMON} ${SRCS_LINUX} ${SRCS_PBKDF})
- set_target_properties(tcplay-bin PROPERTIES OUTPUT_NAME tcplay)
-@@ -102,7 +88,7 @@
- # Generate pkg-config file tcplay.pc
- file(WRITE ${PROJECT_BINARY_DIR}/tcplay.pc "prefix=${CMAKE_INSTALL_PREFIX}
- exec_prefix=${CMAKE_INSTALL_PREFIX}
--libdir=${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
-+libdir=${CMAKE_INSTALL_PREFIX}/lib
- includedir=${CMAKE_INSTALL_PREFIX}/include
- 
- Name: libtcplay
-@@ -117,12 +103,12 @@
- 
- # Installation targets
- install(TARGETS tcplay-bin tcplay-static tcplay-so
--	RUNTIME DESTINATION sbin             COMPONENT bin
--	LIBRARY DESTINATION lib${LIB_SUFFIX} COMPONENT lib
--	ARCHIVE DESTINATION lib${LIB_SUFFIX} COMPONENT lib-dev
-+	RUNTIME DESTINATION bin             COMPONENT bin
-+	LIBRARY DESTINATION lib COMPONENT lib
-+	ARCHIVE DESTINATION lib COMPONENT lib-dev
- )
- 
--install(FILES ${PROJECT_BINARY_DIR}/tcplay.pc DESTINATION lib${LIB_SUFFIX}/pkgconfig COMPONENT lib-dev)
-+install(FILES ${PROJECT_BINARY_DIR}/tcplay.pc DESTINATION lib/pkgconfig COMPONENT lib-dev)
- 
- install(FILES tcplay_api.h DESTINATION include        COMPONENT lib-dev)
- install(FILES tcplay.3     DESTINATION share/man/man3 COMPONENT lib-dev)

Copied: tcplay/repos/community-x86_64/tc-play-1.1-fix-paths.patch (from rev 257148, tcplay/trunk/tc-play-1.1-fix-paths.patch)
===================================================================
--- community-x86_64/tc-play-1.1-fix-paths.patch	                        (rev 0)
+++ community-x86_64/tc-play-1.1-fix-paths.patch	2017-09-12 16:57:31 UTC (rev 257149)
@@ -0,0 +1,49 @@
+--- tc-play-1.1/CMakeLists.txt.orig	2013-12-12 22:55:24.788832261 +0100
++++ tc-play-1.1/CMakeLists.txt	2013-12-12 22:56:16.099181617 +0100
+@@ -63,20 +63,6 @@
+ endif()
+ 
+ 
+-if (NOT LIB_SUFFIX)
+-	message(STATUS "")
+-	message(STATUS "LIB_SUFFIX variable is not defined. It will be autodetected now.")
+-	message(STATUS "You can set it manually with -DLIB_SUFFIX=<value> (e.g. 64).")
+-	if (CMAKE_SIZEOF_VOID_P EQUAL 8)
+-		message(STATUS "\nSetting LIB_SUFFIX=64\n")
+-		set (LIB_SUFFIX "64")
+-	else()
+-		message(STATUS "\nSetting LIB_SUFFIX=\n")
+-		set (LIB_SUFFIX "")
+-	endif()
+-endif()
+-
+-
+ 
+ add_executable(tcplay-bin main.c ${SRCS_COMMON} ${SRCS_LINUX} ${SRCS_PBKDF})
+ set_target_properties(tcplay-bin PROPERTIES OUTPUT_NAME tcplay)
+@@ -102,7 +88,7 @@
+ # Generate pkg-config file tcplay.pc
+ file(WRITE ${PROJECT_BINARY_DIR}/tcplay.pc "prefix=${CMAKE_INSTALL_PREFIX}
+ exec_prefix=${CMAKE_INSTALL_PREFIX}
+-libdir=${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
++libdir=${CMAKE_INSTALL_PREFIX}/lib
+ includedir=${CMAKE_INSTALL_PREFIX}/include
+ 
+ Name: libtcplay
+@@ -117,12 +103,12 @@
+ 
+ # Installation targets
+ install(TARGETS tcplay-bin tcplay-static tcplay-so
+-	RUNTIME DESTINATION sbin             COMPONENT bin
+-	LIBRARY DESTINATION lib${LIB_SUFFIX} COMPONENT lib
+-	ARCHIVE DESTINATION lib${LIB_SUFFIX} COMPONENT lib-dev
++	RUNTIME DESTINATION bin             COMPONENT bin
++	LIBRARY DESTINATION lib COMPONENT lib
++	ARCHIVE DESTINATION lib COMPONENT lib-dev
+ )
+ 
+-install(FILES ${PROJECT_BINARY_DIR}/tcplay.pc DESTINATION lib${LIB_SUFFIX}/pkgconfig COMPONENT lib-dev)
++install(FILES ${PROJECT_BINARY_DIR}/tcplay.pc DESTINATION lib/pkgconfig COMPONENT lib-dev)
+ 
+ install(FILES tcplay_api.h DESTINATION include        COMPONENT lib-dev)
+ install(FILES tcplay.3     DESTINATION share/man/man3 COMPONENT lib-dev)



More information about the arch-commits mailing list