FreeBSD Bugzilla – Attachment 237094 Details for
Bug 266839
deskutils/lookbook: update to 2.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update deskutils/lookbook
lookbook.diff (text/plain), 6.69 KB, created by
Olivier Duchateau
on 2022-10-05 08:40:07 UTC
(
hide
)
Description:
Patch to update deskutils/lookbook
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2022-10-05 08:40:07 UTC
Size:
6.69 KB
patch
obsolete
>diff --git a/MOVED b/MOVED >index 23feadc43..06d32c1ef 100644 >--- a/MOVED >+++ b/MOVED >@@ -17579,3 +17579,4 @@ ftp/axel||2022-09-30|Has expired: Last release in 2009 and dead upstream, please > databases/py-bsddb3|databases/py-berkeleydb|2022-09-30|Has expired: Requires upstream EOLd db5. Use py-berkeleydb > graphics/megapov|graphics/povray37|2022-10-01|Has expired: Abandoned upstream. graphics/povray37 is the recommended replacement > x11-toolkits/gstreamer1-plugins-gtk4||2022-10-01|No consumers left and deprecated in favor gtk4 plugin from multimedia/gstreamer1-plugins-rust >= 0.8.0 >+deskutils/lookbook|deskutils/iconbrowser|2022-10-05|Project was renamed, now it is an official elementary OS application >diff --git a/deskutils/Makefile b/deskutils/Makefile >index 13e1f9d3b..893890887 100644 >--- a/deskutils/Makefile >+++ b/deskutils/Makefile >@@ -123,6 +123,7 @@ > SUBDIR += i3lock > SUBDIR += i3status > SUBDIR += ical >+ SUBDIR += iconbrowser > SUBDIR += itinerary > SUBDIR += jjclient > SUBDIR += jlj >@@ -153,7 +154,6 @@ > SUBDIR += libkdepim > SUBDIR += libportal > SUBDIR += ljclive >- SUBDIR += lookbook > SUBDIR += lumina-archiver > SUBDIR += lumina-calculator > SUBDIR += lumina-fileinfo >diff --git a/deskutils/iconbrowser/Makefile b/deskutils/iconbrowser/Makefile >new file mode 100644 >index 000000000..a2cbacf83 >--- /dev/null >+++ b/deskutils/iconbrowser/Makefile >@@ -0,0 +1,21 @@ >+PORTNAME= iconbrowser >+DISTVERSION= 2.0.0 >+CATEGORIES= deskutils >+ >+MAINTAINER= greg@unrelenting.technology >+COMMENT= Browse and find system icons >+WWW= https://github.com/elementary/iconbrowser >+ >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+LIB_DEPENDS= libgranite-7.so:x11-toolkits/granite7 \ >+ libhandy-1.so:x11-toolkits/libhandy >+ >+USES= gettext-tools gnome meson pkgconfig python:3.7+,build vala:build >+USE_GITHUB= yes >+GH_ACCOUNT= elementary >+USE_GNOME= glib20 gtk40 gtksourceview5 >+GLIB_SCHEMAS= io.elementary.iconbrowser.gschema.xml >+ >+.include <bsd.port.mk> >diff --git a/deskutils/iconbrowser/distinfo b/deskutils/iconbrowser/distinfo >new file mode 100644 >index 000000000..1bd7bf156 >--- /dev/null >+++ b/deskutils/iconbrowser/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1664957609 >+SHA256 (elementary-iconbrowser-2.0.0_GH0.tar.gz) = a169268bede2d0f43aaf09ce2ee118d523b98b6e1318f1446a86ab6c02aa5124 >+SIZE (elementary-iconbrowser-2.0.0_GH0.tar.gz) = 520187 >diff --git a/deskutils/iconbrowser/pkg-descr b/deskutils/iconbrowser/pkg-descr >new file mode 100644 >index 000000000..00a4d43ca >--- /dev/null >+++ b/deskutils/iconbrowser/pkg-descr >@@ -0,0 +1,2 @@ >+Icon Browser is a GTK based browser for system icons with search and >+code sample functionality. >diff --git a/deskutils/iconbrowser/pkg-plist b/deskutils/iconbrowser/pkg-plist >new file mode 100644 >index 000000000..87a1c40ec >--- /dev/null >+++ b/deskutils/iconbrowser/pkg-plist >@@ -0,0 +1,21 @@ >+bin/io.elementary.iconbrowser >+share/applications/io.elementary.iconbrowser.desktop >+share/icons/hicolor/128x128/apps/io.elementary.iconbrowser.svg >+share/icons/hicolor/128x128@2/apps/io.elementary.iconbrowser.svg >+share/icons/hicolor/16x16/apps/io.elementary.iconbrowser.svg >+share/icons/hicolor/16x16@2/apps/io.elementary.iconbrowser.svg >+share/icons/hicolor/24x24/apps/io.elementary.iconbrowser.svg >+share/icons/hicolor/24x24@2/apps/io.elementary.iconbrowser.svg >+share/icons/hicolor/32x32/apps/io.elementary.iconbrowser.svg >+share/icons/hicolor/32x32@2/apps/io.elementary.iconbrowser.svg >+share/icons/hicolor/48x48/apps/io.elementary.iconbrowser.svg >+share/icons/hicolor/48x48@2/apps/io.elementary.iconbrowser.svg >+share/icons/hicolor/64x64/apps/io.elementary.iconbrowser.svg >+share/icons/hicolor/64x64@2/apps/io.elementary.iconbrowser.svg >+share/locale/fr/LC_MESSAGES/io.elementary.iconbrowser.mo >+share/locale/ja/LC_MESSAGES/io.elementary.iconbrowser.mo >+share/locale/pt/LC_MESSAGES/io.elementary.iconbrowser.mo >+share/locale/ru/LC_MESSAGES/io.elementary.iconbrowser.mo >+share/locale/sk/LC_MESSAGES/io.elementary.iconbrowser.mo >+share/locale/uk/LC_MESSAGES/io.elementary.iconbrowser.mo >+share/metainfo/io.elementary.iconbrowser.appdata.xml >diff --git a/deskutils/lookbook/Makefile b/deskutils/lookbook/Makefile >deleted file mode 100644 >index a42765b90..000000000 >--- a/deskutils/lookbook/Makefile >+++ /dev/null >@@ -1,22 +0,0 @@ >-PORTNAME= lookbook >-DISTVERSION= 1.2.0 >-PORTREVISION= 3 >-CATEGORIES= deskutils >- >-MAINTAINER= greg@unrelenting.technology >-COMMENT= Browse and find system icons >-WWW= https://github.com/danrabbit/lookbook >- >-LICENSE= GPLv3 >-LICENSE_FILE= ${WRKSRC}/COPYING >- >-LIB_DEPENDS= libgranite.so:x11-toolkits/granite \ >- libhandy-1.so:x11-toolkits/libhandy >- >-USES= gettext-tools gnome meson pkgconfig python:3.6+,build vala:build >-USE_GITHUB= yes >-GH_ACCOUNT= danrabbit >-USE_GNOME= glib20 gtk30 gtksourceview4 >-GLIB_SCHEMAS= com.github.danrabbit.lookbook.gschema.xml >- >-.include <bsd.port.mk> >diff --git a/deskutils/lookbook/distinfo b/deskutils/lookbook/distinfo >deleted file mode 100644 >index 8340dff80..000000000 >--- a/deskutils/lookbook/distinfo >+++ /dev/null >@@ -1,3 +0,0 @@ >-TIMESTAMP = 1628950778 >-SHA256 (danrabbit-lookbook-1.2.0_GH0.tar.gz) = d9ada6459665f880427d6d50e6c4d7963d36bba91387c261e2db3de22e06d823 >-SIZE (danrabbit-lookbook-1.2.0_GH0.tar.gz) = 580413 >diff --git a/deskutils/lookbook/pkg-descr b/deskutils/lookbook/pkg-descr >deleted file mode 100644 >index b3c4c3dc4..000000000 >--- a/deskutils/lookbook/pkg-descr >+++ /dev/null >@@ -1,2 +0,0 @@ >-LookBook is a GTK based browser for system icons with search and >-code sample functionality. >diff --git a/deskutils/lookbook/pkg-plist b/deskutils/lookbook/pkg-plist >deleted file mode 100644 >index 536a987d6..000000000 >--- a/deskutils/lookbook/pkg-plist >+++ /dev/null >@@ -1,17 +0,0 @@ >-bin/com.github.danrabbit.lookbook >-share/applications/com.github.danrabbit.lookbook.desktop >-share/icons/hicolor/128x128/apps/com.github.danrabbit.lookbook.svg >-share/icons/hicolor/128x128@2/apps/com.github.danrabbit.lookbook.svg >-share/icons/hicolor/16x16/apps/com.github.danrabbit.lookbook.svg >-share/icons/hicolor/16x16@2/apps/com.github.danrabbit.lookbook.svg >-share/icons/hicolor/24x24/apps/com.github.danrabbit.lookbook.svg >-share/icons/hicolor/24x24@2/apps/com.github.danrabbit.lookbook.svg >-share/icons/hicolor/32x32/apps/com.github.danrabbit.lookbook.svg >-share/icons/hicolor/32x32@2/apps/com.github.danrabbit.lookbook.svg >-share/icons/hicolor/48x48/apps/com.github.danrabbit.lookbook.svg >-share/icons/hicolor/48x48@2/apps/com.github.danrabbit.lookbook.svg >-share/icons/hicolor/64x64/apps/com.github.danrabbit.lookbook.svg >-share/icons/hicolor/64x64@2/apps/com.github.danrabbit.lookbook.svg >-share/locale/fr/LC_MESSAGES/com.github.danrabbit.lookbook.mo >-share/locale/pt/LC_MESSAGES/com.github.danrabbit.lookbook.mo >-share/metainfo/com.github.danrabbit.lookbook.appdata.xml
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 266839
: 237094