[arch-commits] Commit in kbibtex/repos/community-x86_64 (3 files)

Antonio Rojas arojas at archlinux.org
Fri Mar 23 07:55:33 UTC 2018


    Date: Friday, March 23, 2018 @ 07:55:32
  Author: arojas
Revision: 311206

archrelease: copy trunk to community-x86_64

Added:
  kbibtex/repos/community-x86_64/PKGBUILD
    (from rev 311205, kbibtex/trunk/PKGBUILD)
Deleted:
  kbibtex/repos/community-x86_64/PKGBUILD
  kbibtex/repos/community-x86_64/kbibtex-no-qtwebkit.patch

---------------------------+
 PKGBUILD                  |   77 ++++++++++++++++++++++----------------------
 kbibtex-no-qtwebkit.patch |   34 -------------------
 2 files changed, 39 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-23 07:55:06 UTC (rev 311205)
+++ PKGBUILD	2018-03-23 07:55:32 UTC (rev 311206)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
-# Contributor: cmorlok <christianmorlok at web.de>
-
-pkgname=kbibtex
-pkgver=0.7.git20180320
-pkgrel=1
-pkgdesc="A BibTeX editor for KDE"
-arch=(x86_64)
-url='https://userbase.kde.org/KBibTeX'
-license=(GPL)
-depends=(poppler-qt5 qt5-webengine qoauth kparts)
-optdepends=('okular: Document preview')
-makedepends=(extra-cmake-modules git kdoctools qca-qt5)
-source=(git://git.kde.org/$pkgname)
-#source=("https://download.kde.org/stable/KBibTeX/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('SKIP')
-validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer <fischer at unix-ag.uni-kl.de>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: kbibtex/repos/community-x86_64/PKGBUILD (from rev 311205, kbibtex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-23 07:55:32 UTC (rev 311206)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+# Contributor: cmorlok <christianmorlok at web.de>
+
+pkgname=kbibtex
+pkgver=0.7.git20180320
+pkgrel=2
+_commit=547a73bc1e6966a9e42fdabc7f66c4355ee189d9
+pkgdesc="A BibTeX editor for KDE"
+arch=(x86_64)
+url='https://userbase.kde.org/KBibTeX'
+license=(GPL)
+depends=(poppler-qt5 qt5-webengine qoauth kparts)
+optdepends=('okular: Document preview')
+makedepends=(extra-cmake-modules git kdoctools qca-qt5)
+source=(git://git.kde.org/$pkgname#commit=$_commit)
+#source=("https://download.kde.org/stable/KBibTeX/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('SKIP')
+validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer <fischer at unix-ag.uni-kl.de>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: kbibtex-no-qtwebkit.patch
===================================================================
--- kbibtex-no-qtwebkit.patch	2018-03-23 07:55:06 UTC (rev 311205)
+++ kbibtex-no-qtwebkit.patch	2018-03-23 07:55:32 UTC (rev 311206)
@@ -1,34 +0,0 @@
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 04222a74..1485acc1 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -34,29 +34,6 @@ include(
- ##SET(CMAKE_C_FLAGS_RELWITHDEBINFO "${CMAKE_C_FLAGS_RELWITHDEBINFO} -pg")
- ##SET(CMAKE_CXX_FLAGS_DISTRIBUTION "${CMAKE_CXX_FLAGS_DISTRIBUTION} -pg")
- 
--# check if QtWebKit is available, which seems to be not available
--# on e.g. RedHat Enterprise Linux 6 or Scientific Linux 6
--if(
--    QT_QTWEBKIT_FOUND
--)
--    message(
--        STATUS
--        "Found QtWebKit, enabling WebKit support"
--    )
--    add_definitions(
--        -DHAVE_QTWEBKIT
--    )
--else(
--    QT_QTWEBKIT_FOUND
--)
--    message(
--        STATUS
--        "QtWebKit not found, disabling WebKit support"
--    )
--endif(
--    QT_QTWEBKIT_FOUND
--)
--
- add_definitions(
-     ${QT_DEFINITIONS}
-     ${KDE4_DEFINITIONS}



More information about the arch-commits mailing list