mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
deskutils/basket: Remove expired port
2024-12-31 deskutils/basket: Unmaintained for years, fails to build with libgit 1.8.1
This commit is contained in:
parent
f0c11f423b
commit
756803d31a
8 changed files with 1 additions and 167 deletions
1
MOVED
1
MOVED
|
@ -3845,3 +3845,4 @@ devel/cquery|devel/ccls|2025-01-01|Has expired: Abandonware, upstream repo archi
|
|||
security/py-first-server||2025-01-01|Has expired: Upstream project has been archived
|
||||
security/maia||2025-01-01|Has expired: Depends on deprecated dependencies and doesn't work with PHP 8
|
||||
devel/grv||2025-01-01|Has expired: Unmaintained for years, outdated
|
||||
deskutils/basket||2025-01-01|Has expired: Unmaintained for years, fails to build with libgit 1.8.1
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
SUBDIR += ausweisapp2
|
||||
SUBDIR += autocutsel
|
||||
SUBDIR += baobab
|
||||
SUBDIR += basket
|
||||
SUBDIR += belcard
|
||||
SUBDIR += bigyear
|
||||
SUBDIR += bijiben
|
||||
|
|
|
@ -1,38 +0,0 @@
|
|||
PORTNAME= basket
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.49a-46
|
||||
DISTVERSIONSUFFIX= -g60e38c6
|
||||
PORTREVISION= 15
|
||||
CATEGORIES= deskutils kde
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Desktop organization tool
|
||||
WWW= https://basket-notepads.github.io/
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
DEPRECATED= Unmaintained for years, fails to build with libgit 1.8.1
|
||||
EXPIRATION_DATE=2024-12-31
|
||||
|
||||
LIB_DEPENDS= libassuan.so:security/libassuan \
|
||||
libgpg-error.so:security/libgpg-error \
|
||||
libgpgme.so:security/gpgme \
|
||||
libgit2.so:devel/libgit2
|
||||
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils gettext-tools \
|
||||
kde:5 pkgconfig qt:5 shared-mime-info tar:bzip2 xorg
|
||||
USE_KDE= ecm archive auth codecs completion config configwidgets \
|
||||
coreaddons crash dbusaddons doctools filemetadata globalaccel \
|
||||
guiaddons i18n iconthemes jobwidgets kcmutils kio \
|
||||
notifications parts phonon service solid sonnet textwidgets \
|
||||
widgetsaddons windowsystem xmlgui
|
||||
USE_QT= concurrent core dbus gui network testlib widgets xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= x11
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= basket-notepads
|
||||
|
||||
PLIST_SUB= QT5_VERSION=${QT5_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1584082836
|
||||
SHA256 (basket-notepads-basket-v2.49a-46-g60e38c6_GH0.tar.gz) = 24415255f9c2446cd7b3b972fa001ecd9dcaa20fe6c64b326828c5b5a1961464
|
||||
SIZE (basket-notepads-basket-v2.49a-46-g60e38c6_GH0.tar.gz) = 4688562
|
|
@ -1,21 +0,0 @@
|
|||
--- file-integration/CMakeLists.txt.orig 2018-12-22 15:06:49 UTC
|
||||
+++ file-integration/CMakeLists.txt
|
||||
@@ -11,15 +11,8 @@ install(TARGETS basketthumbcreator DESTINATION ${PLUGI
|
||||
|
||||
########### install files ###############
|
||||
|
||||
-find_program(XDG-MIME_EXECUTABLE xdg-mime)
|
||||
-find_program(XDG-DESKTOP-MENU_EXECUTABLE xdg-desktop-menu)
|
||||
+find_package(SharedMimeInfo REQUIRED)
|
||||
|
||||
install(FILES basketthumbcreator.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
||||
-install(CODE "
|
||||
-execute_process(COMMAND ${XDG-MIME_EXECUTABLE} install --novendor
|
||||
- ${CMAKE_CURRENT_SOURCE_DIR}/basket.xml)
|
||||
-execute_process(COMMAND ${XDG-DESKTOP-MENU_EXECUTABLE} install
|
||||
- --novendor ${CMAKE_SOURCE_DIR}/src/basket.desktop)
|
||||
-execute_process(COMMAND ${XDG-MIME_EXECUTABLE} default
|
||||
- ${CMAKE_SOURCE_DIR}/src/basket.desktop application/x-basket-item)
|
||||
-")
|
||||
+install(FILES basket.xml DESTINATION ${XDG_MIME_INSTALL_DIR})
|
||||
+update_xdg_mimetypes(${XDG_MIME_INSTALL_DIR})
|
|
@ -1,20 +0,0 @@
|
|||
--- src/application.cpp.orig 2018-12-05 17:27:24 UTC
|
||||
+++ src/application.cpp
|
||||
@@ -56,7 +56,7 @@ Application::Application(int &argc, char **argv)
|
||||
|
||||
|
||||
#ifdef WITH_LIBGIT2
|
||||
- #if LIBGIT2_SOVERSION >= 22
|
||||
+ #if LIBGIT2_VER_MAJOR >= 1
|
||||
git_libgit2_init();
|
||||
#else
|
||||
git_threads_init();
|
||||
@@ -67,7 +67,7 @@ Application::Application(int &argc, char **argv)
|
||||
Application::~Application()
|
||||
{
|
||||
#ifdef WITH_LIBGIT2
|
||||
- #if LIBGIT2_SOVERSION >= 22
|
||||
+ #if LIBGIT2_VER_MAJOR >= 1
|
||||
git_libgit2_shutdown();
|
||||
#else
|
||||
git_threads_shutdown();
|
|
@ -1,3 +0,0 @@
|
|||
BasKet is a desktop organization tool. It uses baskets / drawers ("baskets")
|
||||
to organize objects, such as text, URLs, images, sounds or other documents.
|
||||
Objects in a basket can be edited, copied, moved, dragged, etc.
|
|
@ -1,81 +0,0 @@
|
|||
bin/basket
|
||||
lib/libbasketcommon.so
|
||||
lib/libbasketcommon.so.5
|
||||
lib/libbasketcommon.so.%%QT5_VERSION%%
|
||||
%%QT_PLUGINDIR%%/basketthumbcreator.so
|
||||
%%QT_PLUGINDIR%%/kcm_basket.so
|
||||
%%DATADIR%%/backgrounds/abstract.png
|
||||
%%DATADIR%%/backgrounds/alien-artifact.png
|
||||
%%DATADIR%%/backgrounds/alien-artifact.png.config
|
||||
%%DATADIR%%/backgrounds/basket-title.png
|
||||
%%DATADIR%%/backgrounds/green-curves.png
|
||||
%%DATADIR%%/backgrounds/light.png
|
||||
%%DATADIR%%/backgrounds/painting.png
|
||||
%%DATADIR%%/backgrounds/pens.png
|
||||
%%DATADIR%%/backgrounds/pins.png
|
||||
%%DATADIR%%/backgrounds/rainbow-balls.png
|
||||
%%DATADIR%%/backgrounds/rounds-line.png
|
||||
%%DATADIR%%/backgrounds/strings.png
|
||||
%%DATADIR%%/backgrounds/todo.png
|
||||
%%DATADIR%%/backgrounds/working.png
|
||||
%%DATADIR%%/welcome/Welcome_de.baskets
|
||||
%%DATADIR%%/welcome/Welcome_en_US.baskets
|
||||
%%DATADIR%%/welcome/Welcome_fr.baskets
|
||||
%%DATADIR%%/welcome/Welcome_it.baskets
|
||||
%%DATADIR%%/welcome/Welcome_ja.baskets
|
||||
%%DATADIR%%/welcome/Welcome_nn.baskets
|
||||
%%DATADIR%%/welcome/Welcome_pt.baskets
|
||||
%%DATADIR%%/welcome/Welcome_ru.baskets
|
||||
share/applications/basket.desktop
|
||||
share/doc/HTML/en/basket/index.cache.bz2
|
||||
share/doc/HTML/en/basket/index.docbook
|
||||
share/icons/hicolor/128x128/apps/basket.png
|
||||
share/icons/hicolor/16x16/actions/likeback_bug.png
|
||||
share/icons/hicolor/16x16/actions/likeback_dislike.png
|
||||
share/icons/hicolor/16x16/actions/likeback_feature.png
|
||||
share/icons/hicolor/16x16/actions/likeback_like.png
|
||||
share/icons/hicolor/16x16/actions/tag_checkbox.png
|
||||
share/icons/hicolor/16x16/actions/tag_checkbox_checked.png
|
||||
share/icons/hicolor/16x16/actions/tag_for_later.png
|
||||
share/icons/hicolor/16x16/actions/tag_fun.png
|
||||
share/icons/hicolor/16x16/actions/tag_important.png
|
||||
share/icons/hicolor/16x16/actions/tag_preference_bad.png
|
||||
share/icons/hicolor/16x16/actions/tag_preference_excellent.png
|
||||
share/icons/hicolor/16x16/actions/tag_preference_good.png
|
||||
share/icons/hicolor/16x16/actions/tag_priority_high.png
|
||||
share/icons/hicolor/16x16/actions/tag_priority_low.png
|
||||
share/icons/hicolor/16x16/actions/tag_priority_medium.png
|
||||
share/icons/hicolor/16x16/actions/tag_progress_000.png
|
||||
share/icons/hicolor/16x16/actions/tag_progress_025.png
|
||||
share/icons/hicolor/16x16/actions/tag_progress_050.png
|
||||
share/icons/hicolor/16x16/actions/tag_progress_075.png
|
||||
share/icons/hicolor/16x16/actions/tag_progress_100.png
|
||||
share/icons/hicolor/16x16/apps/basket.png
|
||||
share/icons/hicolor/22x22/apps/basket.png
|
||||
share/icons/hicolor/32x32/apps/basket.png
|
||||
share/icons/hicolor/48x48/apps/basket.png
|
||||
share/icons/hicolor/64x64/apps/basket.png
|
||||
share/locale/cs/LC_MESSAGES/basket.mo
|
||||
share/locale/da/LC_MESSAGES/basket.mo
|
||||
share/locale/de/LC_MESSAGES/basket.mo
|
||||
share/locale/es/LC_MESSAGES/basket.mo
|
||||
share/locale/fr/LC_MESSAGES/basket.mo
|
||||
share/locale/it/LC_MESSAGES/basket.mo
|
||||
share/locale/ja/LC_MESSAGES/basket.mo
|
||||
share/locale/nl/LC_MESSAGES/basket.mo
|
||||
share/locale/nn/LC_MESSAGES/basket.mo
|
||||
share/locale/pl_PL/LC_MESSAGES/basket.mo
|
||||
share/locale/pt/LC_MESSAGES/basket.mo
|
||||
share/locale/ru/LC_MESSAGES/basket.mo
|
||||
share/locale/tr/LC_MESSAGES/basket.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/basket.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/basket.mo
|
||||
share/kservices5/basket_config_apps.desktop
|
||||
share/kservices5/basket_config_baskets.desktop
|
||||
share/kservices5/basket_config_general.desktop
|
||||
share/kservices5/basket_config_new_notes.desktop
|
||||
share/kservices5/basket_config_notes_appearance.desktop
|
||||
share/kservices5/basket_config_version_sync.desktop
|
||||
share/kservices5/basketthumbcreator.desktop
|
||||
share/kxmlgui5/basket/basketui.rc
|
||||
share/mime/packages/basket.xml
|
Loading…
Add table
Reference in a new issue