Date: Friday, February 17, 2023 @ 19:19:45
  Author: anatolik
Revision: 1402283

archrelease: copy trunk to community-x86_64

Added:
  thrift/repos/community-x86_64/PKGBUILD
    (from rev 1402282, thrift/trunk/PKGBUILD)
Deleted:
  thrift/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  134 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-17 19:19:25 UTC (rev 1402282)
+++ PKGBUILD    2023-02-17 19:19:45 UTC (rev 1402283)
@@ -1,67 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Byron Clark <[email protected]>
-
-# This package contains only thrift compiler and C/C++ libraries
-# for all the language binding one should use corresponding language-specific 
package manager:
-# CPAN for perl, gem for ruby, pip for python etc... Or better to create arch 
packages that install
-# the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
-
-pkgname=thrift
-pkgver=0.17.0
-pkgrel=2
-pkgdesc='Scalable cross-language services framework for IPC/RPC'
-arch=(x86_64)
-url='https://thrift.apache.org'
-license=(APACHE)
-depends=(gcc-libs openssl)
-makedepends=(qt5-base boost libevent emacs-nox)
-optdepends=(
-  'qt5-base: TQTcpServer (Qt5) support'
-)
-options=(!lto) # https://issues.apache.org/jira/browse/THRIFT-5498
-source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/v$pkgver.zip)
-sha1sums=('144523b017d6cd071b80f96e476259bcc04ad1b6')
-
-build() {
-  cd thrift-$pkgver
-
-  ./bootstrap.sh
-  ./configure --prefix=/usr \
-             --enable-plugin \
-              --with-cpp \
-              --with-c_glib \
-              --with-qt5 \
-              --with-libevent \
-              --with-csharp \
-              --without-haskell \
-              --without-php \
-              --without-ruby \
-              --without-python \
-              --without-erlang \
-              --without-perl \
-              --without-java \
-              --without-c_sharp \
-              --without-d \
-              --without-php \
-              --without-go \
-              --without-lua \
-              --without-nodejs
-              
-  make
-
-  emacs -Q --batch -f batch-byte-compile contrib/thrift.el
-}
-
-check() {
-  cd thrift-$pkgver
-#  make check
-}
-
-package() {
-  cd thrift-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -m0644 -D contrib/thrift.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/thrift.vim
-  install -m0644 -D contrib/thrift.el 
"$pkgdir"/usr/share/emacs/site-lisp/thrift.el
-  install -m0644 -D contrib/thrift.elc 
"$pkgdir"/usr/share/emacs/site-lisp/thrift.elc
-}

Copied: thrift/repos/community-x86_64/PKGBUILD (from rev 1402282, 
thrift/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-17 19:19:45 UTC (rev 1402283)
@@ -0,0 +1,67 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Byron Clark <[email protected]>
+
+# This package contains only thrift compiler and C/C++ libraries
+# for all the language binding one should use corresponding language-specific 
package manager:
+# CPAN for perl, gem for ruby, pip for python etc... Or better to create arch 
packages that install
+# the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
+
+pkgname=thrift
+pkgver=0.18.0
+pkgrel=1
+pkgdesc='Scalable cross-language services framework for IPC/RPC'
+arch=(x86_64)
+url='https://thrift.apache.org'
+license=(APACHE)
+depends=(gcc-libs openssl)
+makedepends=(qt5-base boost libevent emacs-nox)
+optdepends=(
+  'qt5-base: TQTcpServer (Qt5) support'
+)
+options=(!lto) # https://issues.apache.org/jira/browse/THRIFT-5498
+source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/v$pkgver.zip)
+sha256sums=('57c46935aa0e4a40f74d204fd86b9a2ab03467515ec1b4dbf6ef928c1e7c2fbd')
+
+build() {
+  cd thrift-$pkgver
+
+  ./bootstrap.sh
+  ./configure --prefix=/usr \
+             --enable-plugin \
+              --with-cpp \
+              --with-c_glib \
+              --with-qt5 \
+              --with-libevent \
+              --with-csharp \
+              --without-haskell \
+              --without-php \
+              --without-ruby \
+              --without-python \
+              --without-erlang \
+              --without-perl \
+              --without-java \
+              --without-c_sharp \
+              --without-d \
+              --without-php \
+              --without-go \
+              --without-lua \
+              --without-nodejs
+              
+  make
+
+  emacs -Q --batch -f batch-byte-compile contrib/thrift.el
+}
+
+check() {
+  cd thrift-$pkgver
+#  make check
+}
+
+package() {
+  cd thrift-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -m0644 -D contrib/thrift.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/thrift.vim
+  install -m0644 -D contrib/thrift.el 
"$pkgdir"/usr/share/emacs/site-lisp/thrift.el
+  install -m0644 -D contrib/thrift.elc 
"$pkgdir"/usr/share/emacs/site-lisp/thrift.elc
+}

Reply via email to