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

Felix Yan felixonmars at archlinux.org
Mon Dec 24 19:39:00 UTC 2018


    Date: Monday, December 24, 2018 @ 19:39:00
  Author: felixonmars
Revision: 417859

archrelease: copy trunk to community-x86_64

Added:
  dtkcore/repos/community-x86_64/PKGBUILD
    (from rev 417858, dtkcore/trunk/PKGBUILD)
Deleted:
  dtkcore/repos/community-x86_64/PKGBUILD
  dtkcore/repos/community-x86_64/fix-symbol.patch

------------------+
 PKGBUILD         |   58 ++++++++++++++++++++++++-----------------------------
 fix-symbol.patch |   30 ---------------------------
 2 files changed, 27 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-24 19:38:42 UTC (rev 417858)
+++ PKGBUILD	2018-12-24 19:39:00 UTC (rev 417859)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=dtkcore
-pkgver=2.0.9.10
-pkgrel=1
-epoch=1
-pkgdesc='DTK core modules'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkcore"
-license=('GPL3')
-depends=('qt5-base' 'gsettings-qt')
-makedepends=('qt5-tools' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz"
-        fix-symbol.patch)
-sha512sums=('9ee89a80070ce1d21c565d5511254dcd77e1e9c7836c66e760316e8ff1393e4f81670eae663355bc6250a49061d2b0e957ed1e8f6540c19887443e10e0fa40ae'
-            '0b3e8e673136b755029e926c7acabb033fea7d89c4b80d85d1c3419faffdcfb6f8ed75214ed9a4226ae2ee7925c797e73e5acbb6f679d6d98879c15965f0b773')
-
-build() {
-  cd dtkcore-$pkgver
-  patch -p1 -i ../fix-symbol.patch
-
-  qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver
-  make
-}
-
-package() {
-  cd dtkcore-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkcore/repos/community-x86_64/PKGBUILD (from rev 417858, dtkcore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-24 19:39:00 UTC (rev 417859)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=dtkcore
+pkgver=2.0.9.12
+pkgrel=1
+epoch=1
+pkgdesc='DTK core modules'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkcore"
+license=('GPL3')
+depends=('qt5-base' 'gsettings-qt')
+makedepends=('qt5-tools' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz")
+sha512sums=('3bb060f336aeae9334315d6a3ecbce540f102d80a8719f6e9e5f7a3278b81d5ac2bb8f0504cbc531df2905672f1d911bf2e3fa0dff295546b12ae174de5584ed')
+
+build() {
+  cd dtkcore-$pkgver
+  qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver
+  make
+}
+
+package() {
+  cd dtkcore-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: fix-symbol.patch
===================================================================
--- fix-symbol.patch	2018-12-24 19:38:42 UTC (rev 417858)
+++ fix-symbol.patch	2018-12-24 19:39:00 UTC (rev 417859)
@@ -1,30 +0,0 @@
-diff --git a/src/filesystem/dpathbuf.h b/src/filesystem/dpathbuf.h
-index 3aa7609..85df90d 100644
---- a/src/filesystem/dpathbuf.h
-+++ b/src/filesystem/dpathbuf.h
-@@ -26,7 +26,10 @@ DCORE_BEGIN_NAMESPACE
- class LIBDTKCORESHARED_EXPORT DPathBuf
- {
- public:
--    DPathBuf(const QString &path);
-+    DPathBuf(const QString &path)
-+    {
-+        m_path = QDir(path).absolutePath();
-+    }
- 
-     DPathBuf operator/(const QString &p) const
-     {
-diff --git a/src/filesystem/filesystem.pri b/src/filesystem/filesystem.pri
-index c8d81a0..e561867 100644
---- a/src/filesystem/filesystem.pri
-+++ b/src/filesystem/filesystem.pri
-@@ -14,8 +14,7 @@ SOURCES += \
-     $$PWD/dbasefilewatcher.cpp \
-     $$PWD/dfilewatcher.cpp \
-     $$PWD/dfilewatchermanager.cpp \
--    $$PWD/dstandardpaths.cpp \
--    $$PWD/dpathbuf.cpp
-+    $$PWD/dstandardpaths.cpp
- 
- linux {
-     SOURCES += \



More information about the arch-commits mailing list