deskutils/lookbook: update to 2.0.0
ChangeLog: https://github.com/elementary/iconbrowser/releases/tag/2.0.0 * Fancy new icon * Drag the window from anywhere * Follow the system dark style preference * Updated for Gtk 4 Move the port to its official name. Mantainer MIA for some time now with this and other ports. PR: 266839 Reported by: duchateau.olivier@gmail.com Approved by: greg@unrelenting.technology (maintainer, timeout)
This commit is contained in:
parent
5f4530b858
commit
2bcbff8020
10 changed files with 49 additions and 45 deletions
1
MOVED
1
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
|
||||
|
|
|
@ -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
|
||||
|
|
21
deskutils/iconbrowser/Makefile
Normal file
21
deskutils/iconbrowser/Makefile
Normal file
|
@ -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>
|
3
deskutils/iconbrowser/distinfo
Normal file
3
deskutils/iconbrowser/distinfo
Normal file
|
@ -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
|
2
deskutils/iconbrowser/pkg-descr
Normal file
2
deskutils/iconbrowser/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Icon Browser is a GTK based browser for system icons with search and
|
||||
code sample functionality.
|
21
deskutils/iconbrowser/pkg-plist
Normal file
21
deskutils/iconbrowser/pkg-plist
Normal file
|
@ -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
|
|
@ -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>
|
|
@ -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
|
|
@ -1,2 +0,0 @@
|
|||
LookBook is a GTK based browser for system icons with search and
|
||||
code sample functionality.
|
|
@ -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
|
Loading…
Reference in a new issue