summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/basket
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-08-06 01:30:47 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-08-06 01:31:02 +0200
commit9010047840d810d9ccba3d00b7943a842e125291 (patch)
tree7698717495c9bc52be2bc8ab526071f3063b466d /freebsd/applications/basket
parentb4f5663d87c16e08aaef66346f4b22eba2de80bd (diff)
downloadtde-packaging-9010047840d810d9ccba3d00b7943a842e125291.tar.gz
tde-packaging-9010047840d810d9ccba3d00b7943a842e125291.zip
FreeBSD: Update for final release R14.0.5r14.0.5
Additional patches due to stricter C++11 in Clang A new mkspec for Clang is used to build TQt Akode is now part of the TDE repository Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/basket')
-rw-r--r--freebsd/applications/basket/Makefile2
-rw-r--r--freebsd/applications/basket/distinfo6
-rw-r--r--freebsd/applications/basket/files/patch-bp000-fix-build-dependencies.diff22
3 files changed, 26 insertions, 4 deletions
diff --git a/freebsd/applications/basket/Makefile b/freebsd/applications/basket/Makefile
index 89309539c..8f4909c05 100644
--- a/freebsd/applications/basket/Makefile
+++ b/freebsd/applications/basket/Makefile
@@ -7,7 +7,7 @@
PORTNAME= basket-trinity
COMMENT= Multi-purpose note-taking application for Trinity
-TDE_PREVERSION= ~pre7+ad7d09ba
+TDE_PREVERSION=
MASTER_SITE_SUBDIR= b/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
diff --git a/freebsd/applications/basket/distinfo b/freebsd/applications/basket/distinfo
index 8c24115a1..ba3e34a8b 100644
--- a/freebsd/applications/basket/distinfo
+++ b/freebsd/applications/basket/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495992056
-SHA256 (TDE/applications/basket-trinity_14.0.5~pre7.orig.tar.xz) = 6b9484d4227853f0de15f7c02dbe61f586f57bbaf973f0aa7593de1a67df5ada
-SIZE (TDE/applications/basket-trinity_14.0.5~pre7.orig.tar.xz) = 3857444
+TIMESTAMP = 1533398552
+SHA256 (TDE/applications/basket-trinity_14.0.5.orig.tar.xz) = a63ec1987ed7ffe30cdca9f171bf4cc2320149d579ebb866002142db2f3469d7
+SIZE (TDE/applications/basket-trinity_14.0.5.orig.tar.xz) = 3856092
diff --git a/freebsd/applications/basket/files/patch-bp000-fix-build-dependencies.diff b/freebsd/applications/basket/files/patch-bp000-fix-build-dependencies.diff
new file mode 100644
index 000000000..5c158d9de
--- /dev/null
+++ b/freebsd/applications/basket/files/patch-bp000-fix-build-dependencies.diff
@@ -0,0 +1,22 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 7fd533c..aaa1fa8 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -47,6 +47,8 @@ libbasketcommon_la_SOURCES = \
+ basketlistview.cpp debugwindow.cpp systemtray.cpp aboutdata.cpp \
+ basketstatusbar.cpp clickablelabel.cpp basketdcopiface.skel backup.cpp
+
++libbasketcommon_la_COMPILE_FIRST = likeback_private.moc.cpp
++
+ #########################################################################
+ # APPLICATION SECTION
+ #########################################################################
+@@ -68,6 +70,8 @@ rc_DATA = basketui.rc
+
+ basket_SOURCES = main.cpp mainwindow.cpp application.cpp
+
++basket_COMPILE_FIRST = passwordlayout.h
++
+ kde_icon_KDEICON = cr128-app-basket.png cr16-app-basket.png cr22-app-basket.png \
+ cr32-app-basket.png cr48-app-basket.png cr64-app-basket.png hi16-app-basket_old.png \
+ hi32-app-basket_old.png crsc-app-basket.svg \