[arch-commits] Commit in deepin-control-center/trunk (2 files)

Felix Yan felixonmars at archlinux.org
Mon Mar 12 22:54:06 UTC 2018


    Date: Monday, March 12, 2018 @ 22:54:06
  Author: felixonmars
Revision: 306612

upgpkg: deepin-control-center 4.4.0-1

Modified:
  deepin-control-center/trunk/PKGBUILD
Deleted:
  deepin-control-center/trunk/remove-unused-slots.patch

---------------------------+
 PKGBUILD                  |   16 +++-------------
 remove-unused-slots.patch |   14 --------------
 2 files changed, 3 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-12 22:48:32 UTC (rev 306611)
+++ PKGBUILD	2018-03-12 22:54:06 UTC (rev 306612)
@@ -4,8 +4,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-control-center
-pkgver=4.3.7.20180307
-_commit=c92333a4f83b49fd4dd3deec3501911b99493e4e
+pkgver=4.4.0
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -19,18 +18,9 @@
 conflicts=('dde-control-center' 'dde-dock-applets')
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
-source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$_commit.tar.gz"
-        remove-unused-slots.patch)
-sha512sums=('bba94c7fef5b5aa33ae7f9fed1d435eb9dadec12ff24efac9bd269f16529f2381a46c423806a8cb3d69960ecf2eaa8870537836aa66c71a8741a9c1abee95f1e'
-            '209f3ebd105fd98e48be63d9ce9c9d6852764a3aa4db3ebe676179c29b279c12c4cb41e4f563406527eec58dcd180b45fec17d19a2fb28efb00ffc41774c04e5')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-control-center/archive/$pkgver.tar.gz")
+sha512sums=('798e208e8f24de8227dcc7925b8f127110b83b00b338f421c21310bdbde8b0e2133cefafa670ad7e9f7c095b3ed8558c0baa41381b48efbe74282e499c8e9937')
 
-prepare() {
-  mv dde-control-center-{$_commit,$pkgver}
-
-  cd dde-control-center-$pkgver
-  patch -p1 -i ../remove-unused-slots.patch
-}
-
 build() {
   cd dde-control-center-$pkgver
   qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES

Deleted: remove-unused-slots.patch
===================================================================
--- remove-unused-slots.patch	2018-03-12 22:48:32 UTC (rev 306611)
+++ remove-unused-slots.patch	2018-03-12 22:54:06 UTC (rev 306612)
@@ -1,14 +0,0 @@
-diff --git a/plugins/navigation/navitemwidget.h b/plugins/navigation/navitemwidget.h
-index 571f1153..462373a2 100644
---- a/plugins/navigation/navitemwidget.h
-+++ b/plugins/navigation/navitemwidget.h
-@@ -39,9 +39,6 @@ signals:
-     void itemClicked(const QString &id) const;
-     void itemEntered(const QString &id) const;
- 
--public slots:
--    void recheckHoverState();
--
- protected:
-     void paintEvent(QPaintEvent *e);
-     void mouseReleaseEvent(QMouseEvent *e);



More information about the arch-commits mailing list