From owner-svn-ports-all@freebsd.org Mon Jan 28 07:39:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7533F14A97FC; Mon, 28 Jan 2019 07:39:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 12AAC75793; Mon, 28 Jan 2019 07:39:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ECA1A1C645; Mon, 28 Jan 2019 07:39:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0S7dcWm085254; Mon, 28 Jan 2019 07:39:38 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0S7dcHK085248; Mon, 28 Jan 2019 07:39:38 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201901280739.x0S7dcHK085248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 28 Jan 2019 07:39:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491459 - in head/x11-themes: . gnome-icons-luv X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/x11-themes: . gnome-icons-luv X-SVN-Commit-Revision: 491459 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 12AAC75793 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2019 07:39:40 -0000 Author: tobik Date: Mon Jan 28 07:39:37 2019 New Revision: 491459 URL: https://svnweb.freebsd.org/changeset/ports/491459 Log: New port: x11-themes/gnome-icons-luv Luv is the spiritual successor to Flattr, a flat but complex icon theme for freedesktop environments. Flattr was an icon theme for desktops, the set is inspired by the latest flat design trend. WWW: https://github.com/NitruxSA/luv-icon-theme PR: 223792 Submitted by: Michael Danilov (based on) Added: head/x11-themes/gnome-icons-luv/ head/x11-themes/gnome-icons-luv/Makefile (contents, props changed) head/x11-themes/gnome-icons-luv/distinfo (contents, props changed) head/x11-themes/gnome-icons-luv/pkg-descr (contents, props changed) head/x11-themes/gnome-icons-luv/pkg-plist (contents, props changed) Modified: head/x11-themes/Makefile Modified: head/x11-themes/Makefile ============================================================================== --- head/x11-themes/Makefile Mon Jan 28 07:06:06 2019 (r491458) +++ head/x11-themes/Makefile Mon Jan 28 07:39:37 2019 (r491459) @@ -51,6 +51,7 @@ SUBDIR += gnome-icons-iris SUBDIR += gnome-icons-jini SUBDIR += gnome-icons-lila + SUBDIR += gnome-icons-luv SUBDIR += gnome-icons-noia-full SUBDIR += gnome-icons-noia-warm SUBDIR += gnome-icons-refined Added: head/x11-themes/gnome-icons-luv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/gnome-icons-luv/Makefile Mon Jan 28 07:39:37 2019 (r491459) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= luv +DISTVERSION= 0.4.9.12 +CATEGORIES= x11-themes gnome +PKGNAMEPREFIX= gnome-icons- + +MAINTAINER= mike.d.ft402@gmail.com +COMMENT= Flat but complex icon theme for freedesktop environments + +LICENSE= CC-BY-SA-4.0 +LICENSE_FILE= ${WRKSRC}/Luv/LICENSE + +USES= gnome +USE_GITHUB= yes +GH_ACCOUNT= NitruxSA +GH_PROJECT= luv-icon-theme +GH_TAGNAME= fbeb3ed + +DATADIR= ${PREFIX}/share/icons/Luv +INSTALLS_ICONS= yes +NO_ARCH= yes +NO_BUILD= yes + +do-install: + @${MKDIR} ${STAGEDIR}${DATADIR} + @cd ${WRKSRC}/Luv && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} + +.include Added: head/x11-themes/gnome-icons-luv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/gnome-icons-luv/distinfo Mon Jan 28 07:39:37 2019 (r491459) @@ -0,0 +1,3 @@ +TIMESTAMP = 1548660766 +SHA256 (NitruxSA-luv-icon-theme-0.4.9.12-fbeb3ed_GH0.tar.gz) = 99d81ed9b262dcc234762465f4d897d1d290ec87e05fcfb044d47a6451ebf3bb +SIZE (NitruxSA-luv-icon-theme-0.4.9.12-fbeb3ed_GH0.tar.gz) = 2818889 Added: head/x11-themes/gnome-icons-luv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/gnome-icons-luv/pkg-descr Mon Jan 28 07:39:37 2019 (r491459) @@ -0,0 +1,5 @@ +Luv is the spiritual successor to Flattr, a flat but complex icon +theme for freedesktop environments. Flattr was an icon theme for +desktops, the set is inspired by the latest flat design trend. + +WWW: https://github.com/NitruxSA/luv-icon-theme Added: head/x11-themes/gnome-icons-luv/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/gnome-icons-luv/pkg-plist Mon Jan 28 07:39:37 2019 (r491459) @@ -0,0 +1,593 @@ +@comment %%DATADIR%%/LICENSE +%%DATADIR%%/actions/16/amarok_playlist_refresh.svg +%%DATADIR%%/actions/16/application-exit.svg +%%DATADIR%%/actions/16/bookmark-new.svg +%%DATADIR%%/actions/16/configure.svg +%%DATADIR%%/actions/16/dialog-ok-apply.svg +%%DATADIR%%/actions/16/dialog-ok.svg +%%DATADIR%%/actions/16/document-import.svg +%%DATADIR%%/actions/16/document-new.svg +%%DATADIR%%/actions/16/document-open.svg +%%DATADIR%%/actions/16/document-revert.svg +%%DATADIR%%/actions/16/document-save-as.svg +%%DATADIR%%/actions/16/document-save.svg +%%DATADIR%%/actions/16/document-share.svg +%%DATADIR%%/actions/16/edit-copy.svg +%%DATADIR%%/actions/16/edit-cut.svg +%%DATADIR%%/actions/16/edit-delete.svg +%%DATADIR%%/actions/16/edit-find.svg +%%DATADIR%%/actions/16/edit-paste.svg +%%DATADIR%%/actions/16/edit-redo.svg +%%DATADIR%%/actions/16/edit-undo.svg +%%DATADIR%%/actions/16/filename-bpm-amarok.svg +%%DATADIR%%/actions/16/filename-title-amarok.svg +%%DATADIR%%/actions/16/get-hot-new-stuff.svg +%%DATADIR%%/actions/16/go-jump-today.svg +%%DATADIR%%/actions/16/help-contents.svg +%%DATADIR%%/actions/16/list-add.svg +%%DATADIR%%/actions/16/list-remove.svg +%%DATADIR%%/actions/16/media-eject.svg +%%DATADIR%%/actions/16/system-run.svg +%%DATADIR%%/actions/16/tab-new.svg +%%DATADIR%%/actions/16/view-calendar-day.svg +%%DATADIR%%/actions/16/view-calendar-month.svg +%%DATADIR%%/actions/16/view-calendar.svg +%%DATADIR%%/actions/16/view-filter.svg +%%DATADIR%%/actions/16/view-left-close.svg +%%DATADIR%%/actions/16/view-list-details.svg +%%DATADIR%%/actions/16/view-list-icons.svg +%%DATADIR%%/actions/16/view-list-tree.svg +%%DATADIR%%/actions/16/view-preview.svg +%%DATADIR%%/actions/16/view-refresh.svg +%%DATADIR%%/actions/16/view-right-close.svg +%%DATADIR%%/actions/16/view-right-new.svg +%%DATADIR%%/actions/16/window-new.svg +%%DATADIR%%/actions/22/amarok_artist.svg +%%DATADIR%%/actions/22/amarok_clock.svg +%%DATADIR%%/actions/22/amarok_lyrics.svg +%%DATADIR%%/actions/22/amarok_playlist_refresh.svg +%%DATADIR%%/actions/22/application-menu.svg +%%DATADIR%%/actions/22/archive-extract.svg +%%DATADIR%%/actions/22/archive-insert.svg +%%DATADIR%%/actions/22/archive-remove.svg +%%DATADIR%%/actions/22/configure.svg +%%DATADIR%%/actions/22/dialog-close.svg +%%DATADIR%%/actions/22/document-close.svg +%%DATADIR%%/actions/22/document-new.svg +%%DATADIR%%/actions/22/document-open.svg +%%DATADIR%%/actions/22/document-preview-archive.svg +%%DATADIR%%/actions/22/document-save-as.svg +%%DATADIR%%/actions/22/document-save.svg +%%DATADIR%%/actions/22/document-share.svg +%%DATADIR%%/actions/22/draw-text.svg +%%DATADIR%%/actions/22/edit-clear.svg +%%DATADIR%%/actions/22/edit-find.svg +%%DATADIR%%/actions/22/edit-redo.svg +%%DATADIR%%/actions/22/edit-undo.svg +%%DATADIR%%/actions/22/filename-filetype-amarok.svg +%%DATADIR%%/actions/22/filename-space-amarok.svg +%%DATADIR%%/actions/22/games-config-options.svg +%%DATADIR%%/actions/22/go-down.svg +%%DATADIR%%/actions/22/go-first.svg +%%DATADIR%%/actions/22/go-home.svg +%%DATADIR%%/actions/22/go-last.svg +%%DATADIR%%/actions/22/go-next.svg +%%DATADIR%%/actions/22/go-previous.svg +%%DATADIR%%/actions/22/go-up.svg +%%DATADIR%%/actions/22/help-contents.svg +%%DATADIR%%/actions/22/help-contextual.svg +%%DATADIR%%/actions/22/internet-amarok.svg +%%DATADIR%%/actions/22/list-add.svg +%%DATADIR%%/actions/22/list-remove.svg +%%DATADIR%%/actions/22/media-album-track.svg +%%DATADIR%%/actions/22/media-eject.svg +%%DATADIR%%/actions/22/media-playback-pause.svg +%%DATADIR%%/actions/22/media-playback.start.svg +%%DATADIR%%/actions/22/media-playlist-repeat.svg +%%DATADIR%%/actions/22/media-playlist-shuffle.svg +%%DATADIR%%/actions/22/media-skip-backward.svg +%%DATADIR%%/actions/22/media-skip-forward.svg +%%DATADIR%%/actions/22/nx-configure.svg +%%DATADIR%%/actions/22/nx-home.svg +%%DATADIR%%/actions/22/object-rotate-left.svg +%%DATADIR%%/actions/22/object-rotate-right.svg +%%DATADIR%%/actions/22/process-stop.svg +%%DATADIR%%/actions/22/view-fullscreen.svg +%%DATADIR%%/actions/22/view-left-close.svg +%%DATADIR%%/actions/22/view-list-details.svg +%%DATADIR%%/actions/22/view-list-icons.svg +%%DATADIR%%/actions/22/view-list-tree.svg +%%DATADIR%%/actions/22/view-preview.svg +%%DATADIR%%/actions/22/view-refresh.svg +%%DATADIR%%/actions/22/view-right-close.svg +%%DATADIR%%/actions/22/view-right-new.svg +%%DATADIR%%/actions/22/window-close.svg +@comment %%DATADIR%%/actions/24/dummy.txt +%%DATADIR%%/actions/32/application-exit.svg +%%DATADIR%%/actions/32/chronometer.svg +%%DATADIR%%/actions/32/configure-shortcuts.svg +%%DATADIR%%/actions/32/document-open-recent.svg +%%DATADIR%%/actions/32/edit-select.svg +%%DATADIR%%/actions/32/flag.svg +%%DATADIR%%/actions/32/go-home.svg +%%DATADIR%%/actions/32/object-group.svg +%%DATADIR%%/actions/32/system-run.svg +%%DATADIR%%/actions/32/tools-check-spelling.svg +%%DATADIR%%/actions/32/view-choose.svg +%%DATADIR%%/actions/32/view-list-tree.svg +%%DATADIR%%/actions/32/view-preview.svg +%%DATADIR%%/actions/32/window-duplicate.svg +%%DATADIR%%/actions/48/configure.svg +%%DATADIR%%/actions/48/system-run.svg +@comment %%DATADIR%%/actions/symbolic/dummy.txt +%%DATADIR%%/apps/16/baloo.svg +%%DATADIR%%/apps/16/device-notifier.svg +%%DATADIR%%/apps/16/hwinfo.svg +%%DATADIR%%/apps/16/kate.svg +%%DATADIR%%/apps/16/ktip.svg +%%DATADIR%%/apps/16/media-flash.svg +%%DATADIR%%/apps/16/partitionmanager.svg +%%DATADIR%%/apps/16/preferences-activities.svg +%%DATADIR%%/apps/16/preferences-system-network.svg +%%DATADIR%%/apps/16/preferences-system.svg +%%DATADIR%%/apps/16/preferences-web-browser-ssl.svg +%%DATADIR%%/apps/16/system-file-manager.svg +%%DATADIR%%/apps/16/system-lock-screen.svg +%%DATADIR%%/apps/16/system-log-out.svg +%%DATADIR%%/apps/16/trash-empty.svg +%%DATADIR%%/apps/16/utilities-terminal.svg +%%DATADIR%%/apps/16/utilities-text-editor.svg +%%DATADIR%%/apps/16/wayland.svg +%%DATADIR%%/apps/16/xorg.svg +%%DATADIR%%/apps/22/appimage-store.svg +%%DATADIR%%/apps/22/nx-software-center.svg +%%DATADIR%%/apps/22/search.svg +%%DATADIR%%/apps/32/CMakeSetup.svg +%%DATADIR%%/apps/32/accessories-calculator.svg +%%DATADIR%%/apps/32/accessories-dictionary.svg +%%DATADIR%%/apps/32/ark.svg +%%DATADIR%%/apps/32/babe.svg +%%DATADIR%%/apps/32/baloo.svg +%%DATADIR%%/apps/32/calamares.svg +%%DATADIR%%/apps/32/chromium-browser.svg +%%DATADIR%%/apps/32/clock.svg +%%DATADIR%%/apps/32/cutemarked.svg +%%DATADIR%%/apps/32/firefox.svg +%%DATADIR%%/apps/32/gedit.svg +%%DATADIR%%/apps/32/gimp.svg +%%DATADIR%%/apps/32/google-chrome-beta.svg +%%DATADIR%%/apps/32/google-chrome.svg +%%DATADIR%%/apps/32/gwenview.svg +%%DATADIR%%/apps/32/htop.svg +%%DATADIR%%/apps/32/hwinfo.svg +%%DATADIR%%/apps/32/imagewriter.svg +%%DATADIR%%/apps/32/inkscape.svg +%%DATADIR%%/apps/32/internet-web-browser.svg +%%DATADIR%%/apps/32/kate.svg +%%DATADIR%%/apps/32/kcolorchooser.svg +%%DATADIR%%/apps/32/kde-gtk-config.svg +%%DATADIR%%/apps/32/kdeconnect.svg +%%DATADIR%%/apps/32/kdenlive.svg +%%DATADIR%%/apps/32/klipper.svg +%%DATADIR%%/apps/32/kmag.svg +%%DATADIR%%/apps/32/kmix.svg +%%DATADIR%%/apps/32/konqueror.svg +%%DATADIR%%/apps/32/kruler.svg +%%DATADIR%%/apps/32/ktorrent.svg +%%DATADIR%%/apps/32/kwalletmanager.svg +%%DATADIR%%/apps/32/nepomuk.svg +%%DATADIR%%/apps/32/nx-software-center.svg +%%DATADIR%%/apps/32/octopi.svg +%%DATADIR%%/apps/32/partitionmanager.svg +%%DATADIR%%/apps/32/plasma.svg +%%DATADIR%%/apps/32/preferences-activities.svg +%%DATADIR%%/apps/32/preferences-desktop-accessibility.svg +%%DATADIR%%/apps/32/preferences-desktop-baloo.svg +%%DATADIR%%/apps/32/preferences-desktop-color.svg +%%DATADIR%%/apps/32/preferences-desktop-default-applications.svg +%%DATADIR%%/apps/32/preferences-desktop-display.svg +%%DATADIR%%/apps/32/preferences-desktop-filetype-association.svg +%%DATADIR%%/apps/32/preferences-desktop-font-installer.svg +%%DATADIR%%/apps/32/preferences-desktop-font.svg +%%DATADIR%%/apps/32/preferences-desktop-gaming.svg +%%DATADIR%%/apps/32/preferences-desktop-icons.svg +%%DATADIR%%/apps/32/preferences-desktop-keyboard.svg +%%DATADIR%%/apps/32/preferences-desktop-launch-feedback.svg +%%DATADIR%%/apps/32/preferences-desktop-locale.svg +%%DATADIR%%/apps/32/preferences-desktop-mouse.svg +%%DATADIR%%/apps/32/preferences-desktop-notification.svg +%%DATADIR%%/apps/32/preferences-desktop-peripherals.svg +%%DATADIR%%/apps/32/preferences-desktop-plasma.svg +%%DATADIR%%/apps/32/preferences-desktop-sound.svg +%%DATADIR%%/apps/32/preferences-desktop-theme.svg +%%DATADIR%%/apps/32/preferences-desktop-user.svg +%%DATADIR%%/apps/32/preferences-desktop-wallpaper.svg +%%DATADIR%%/apps/32/preferences-desktop.svg +%%DATADIR%%/apps/32/preferences-other.svg +%%DATADIR%%/apps/32/preferences-system-bluetooth.svg +%%DATADIR%%/apps/32/preferences-system-login.svg +%%DATADIR%%/apps/32/preferences-system-network-connection.svg +%%DATADIR%%/apps/32/preferences-system-network.svg +%%DATADIR%%/apps/32/preferences-system-power-management.svg +%%DATADIR%%/apps/32/preferences-system-session-services.svg +%%DATADIR%%/apps/32/preferences-system-time.svg +%%DATADIR%%/apps/32/preferences-system-windows-actions.svg +%%DATADIR%%/apps/32/preferences-system-windows.svg +%%DATADIR%%/apps/32/preferences-system.svg +%%DATADIR%%/apps/32/preferences-web-browser-cache.svg +%%DATADIR%%/apps/32/preferences-web-browser-cookies.svg +%%DATADIR%%/apps/32/preferences-web-browser-identification.svg +%%DATADIR%%/apps/32/preferences-web-browser-shortcuts.svg +%%DATADIR%%/apps/32/qpdfview.svg +%%DATADIR%%/apps/32/qtcreator.svg +%%DATADIR%%/apps/32/qtdesigner.svg +%%DATADIR%%/apps/32/qtlogo.svg +%%DATADIR%%/apps/32/qupzilla.svg +%%DATADIR%%/apps/32/showimage.svg +%%DATADIR%%/apps/32/simplescreenrecorder.svg +%%DATADIR%%/apps/32/spectacle.svg +%%DATADIR%%/apps/32/spotify-client.svg +%%DATADIR%%/apps/32/system-file-manager.svg +%%DATADIR%%/apps/32/system-lock-screen.svg +%%DATADIR%%/apps/32/system-log-out.svg +%%DATADIR%%/apps/32/system-reboot.svg +%%DATADIR%%/apps/32/system-shutdown.svg +%%DATADIR%%/apps/32/system-suspend-hibernate.svg +%%DATADIR%%/apps/32/system-suspend.svg +%%DATADIR%%/apps/32/system-switch-user.svg +%%DATADIR%%/apps/32/system-users.svg +%%DATADIR%%/apps/32/systemback.svg +%%DATADIR%%/apps/32/trash-empty.svg +%%DATADIR%%/apps/32/utilities-file-archiver.svg +%%DATADIR%%/apps/32/utilities-system-monitor.svg +%%DATADIR%%/apps/32/utilities-terminal.svg +%%DATADIR%%/apps/32/utilities-text-editor.svg +%%DATADIR%%/apps/32/virtualbox.svg +%%DATADIR%%/apps/32/vlc.svg +%%DATADIR%%/apps/48/anbox.svg +%%DATADIR%%/apps/48/asc-de.svg +%%DATADIR%%/apps/48/babe.svg +%%DATADIR%%/apps/48/calamares.svg +%%DATADIR%%/apps/48/chromium-browser.svg +%%DATADIR%%/apps/48/cutemarked.svg +%%DATADIR%%/apps/48/firefox.svg +%%DATADIR%%/apps/48/gedit.svg +%%DATADIR%%/apps/48/google-chrome-beta.svg +%%DATADIR%%/apps/48/google-chrome.svg +%%DATADIR%%/apps/48/imagewriter.svg +%%DATADIR%%/apps/48/inkscape.svg +%%DATADIR%%/apps/48/kate.svg +%%DATADIR%%/apps/48/ktorrent.svg +%%DATADIR%%/apps/48/preferences-system.svg +%%DATADIR%%/apps/48/qtcreator.svg +%%DATADIR%%/apps/48/qtdesigner.svg +%%DATADIR%%/apps/48/qtlogo.svg +%%DATADIR%%/apps/48/spotify-client.svg +%%DATADIR%%/apps/48/steam.svg +%%DATADIR%%/apps/48/system-file-manager.svg +%%DATADIR%%/apps/48/systemback.svg +%%DATADIR%%/apps/48/utilities-terminal.svg +%%DATADIR%%/apps/48/utilities-text-editor.svg +%%DATADIR%%/apps/48/vlc.svg +%%DATADIR%%/apps/64/CMakeSetup.svg +%%DATADIR%%/apps/64/anbox.svg +%%DATADIR%%/apps/64/ark.svg +%%DATADIR%%/apps/64/asc-de.svg +%%DATADIR%%/apps/64/babe.svg +%%DATADIR%%/apps/64/calamares.svg +%%DATADIR%%/apps/64/chromium-browser.svg +%%DATADIR%%/apps/64/cutemarked.svg +%%DATADIR%%/apps/64/firefox.svg +%%DATADIR%%/apps/64/gedit.svg +%%DATADIR%%/apps/64/gimp.svg +%%DATADIR%%/apps/64/google-chrome-beta.svg +%%DATADIR%%/apps/64/google-chrome.svg +%%DATADIR%%/apps/64/gwenview.svg +%%DATADIR%%/apps/64/htop.svg +%%DATADIR%%/apps/64/hwinfo.svg +%%DATADIR%%/apps/64/imagewriter.svg +%%DATADIR%%/apps/64/inkscape.svg +%%DATADIR%%/apps/64/kate.svg +%%DATADIR%%/apps/64/kcolorchooser.svg +%%DATADIR%%/apps/64/kdeconnect.svg +%%DATADIR%%/apps/64/kdenlive.svg +%%DATADIR%%/apps/64/klipper.svg +%%DATADIR%%/apps/64/kmag.svg +%%DATADIR%%/apps/64/konqueror.svg +%%DATADIR%%/apps/64/kruler.svg +%%DATADIR%%/apps/64/kvantum.svg +%%DATADIR%%/apps/64/kwalletmanager.svg +%%DATADIR%%/apps/64/latte-dock.svg +%%DATADIR%%/apps/64/live-installer.svg +%%DATADIR%%/apps/64/muon.svg +%%DATADIR%%/apps/64/nx-software-center.svg +%%DATADIR%%/apps/64/octopi.svg +%%DATADIR%%/apps/64/okular.svg +%%DATADIR%%/apps/64/partitionmanager.svg +%%DATADIR%%/apps/64/preferences-system.svg +%%DATADIR%%/apps/64/qpdfview.svg +%%DATADIR%%/apps/64/qtcreator.svg +%%DATADIR%%/apps/64/qtdesigner.svg +%%DATADIR%%/apps/64/qtlogo.svg +%%DATADIR%%/apps/64/qupzilla.svg +%%DATADIR%%/apps/64/showimage.svg +%%DATADIR%%/apps/64/simplescreenrecorder.svg +%%DATADIR%%/apps/64/spectacle.svg +%%DATADIR%%/apps/64/spotify-client.svg +%%DATADIR%%/apps/64/system-file-manager.svg +%%DATADIR%%/apps/64/system-lock-screen.svg +%%DATADIR%%/apps/64/system-log-out.svg +%%DATADIR%%/apps/64/system-reboot.svg +%%DATADIR%%/apps/64/system-shutdown.svg +%%DATADIR%%/apps/64/system-suspend-hibernate.svg +%%DATADIR%%/apps/64/system-suspend.svg +%%DATADIR%%/apps/64/system-switch-user.svg +%%DATADIR%%/apps/64/systemback.svg +%%DATADIR%%/apps/64/trash-empty.svg +%%DATADIR%%/apps/64/utilities-file-archiver.svg +%%DATADIR%%/apps/64/utilities-system-monitor.svg +%%DATADIR%%/apps/64/utilities-terminal.svg +%%DATADIR%%/apps/64/utilities-text-editor.svg +%%DATADIR%%/apps/64/virtualbox.svg +%%DATADIR%%/apps/64/vlc.svg +%%DATADIR%%/categories/16/applications-graphics.svg +%%DATADIR%%/categories/32/applications-development.svg +%%DATADIR%%/categories/32/applications-games.svg +%%DATADIR%%/categories/32/applications-graphics.svg +%%DATADIR%%/categories/32/applications-internet.svg +%%DATADIR%%/categories/32/applications-multimedia.svg +%%DATADIR%%/categories/32/applications-office.svg +%%DATADIR%%/categories/32/applications-other.svg +%%DATADIR%%/categories/32/applications-system.svg +%%DATADIR%%/categories/32/applications-utilities.svg +@comment %%DATADIR%%/categories/48/dummy.txt +@comment %%DATADIR%%/categories/64/dummy.txt +%%DATADIR%%/devices/16/battery.svg +%%DATADIR%%/devices/16/camera-web.svg +%%DATADIR%%/devices/16/computer.svg +%%DATADIR%%/devices/16/cpu.svg +%%DATADIR%%/devices/16/drive-harddisk.svg +%%DATADIR%%/devices/16/drive-removable-media-usb-pendrive.svg +%%DATADIR%%/devices/16/drive-removable-media-usb.svg +%%DATADIR%%/devices/16/drive-removable-media.svg +%%DATADIR%%/devices/16/media-optical.svg +%%DATADIR%%/devices/16/network-card.svg +%%DATADIR%%/devices/16/smartphone.svg +%%DATADIR%%/devices/16/video-display.svg +%%DATADIR%%/devices/32/camera-photo.svg +%%DATADIR%%/devices/32/drive-harddisk.svg +%%DATADIR%%/devices/32/drive-removable-media-usb-pendrive.svg +%%DATADIR%%/devices/32/drive-removable-media-usb.svg +%%DATADIR%%/devices/32/drive-removable-media.svg +%%DATADIR%%/devices/32/input-touchpad.svg +%%DATADIR%%/devices/32/printer.svg +@comment %%DATADIR%%/devices/48/dummy.txt +%%DATADIR%%/devices/64/drive-harddisk.svg +%%DATADIR%%/devices/64/smartphone.svg +%%DATADIR%%/emblems/16/emblem-mounted.svg +%%DATADIR%%/emblems/16/emblem-symbolic-link.svg +%%DATADIR%%/emblems/16/emblem-unmounted.svg +%%DATADIR%%/emblems/22/emblem-default.svg +%%DATADIR%%/emblems/22/emblem-encrypted-locked.svg +%%DATADIR%%/emblems/22/emblem-encrypted-unlocked.svg +%%DATADIR%%/emblems/22/emblem-error.svg +%%DATADIR%%/emblems/22/emblem-important.svg +%%DATADIR%%/emblems/22/emblem-info.svg +%%DATADIR%%/emblems/22/emblem-locked.svg +%%DATADIR%%/emblems/22/emblem-mounted.svg +%%DATADIR%%/emblems/22/emblem-nowrite.svg +%%DATADIR%%/emblems/22/emblem-readonly.svg +%%DATADIR%%/emblems/22/emblem-select-add.svg +%%DATADIR%%/emblems/22/emblem-select-remove.svg +%%DATADIR%%/emblems/22/emblem-symbolic-link.svg +%%DATADIR%%/emblems/22/emblem-unlocked.svg +%%DATADIR%%/emblems/22/emblem-unmounted.svg +%%DATADIR%%/emblems/32/emblem-symbolic-link.svg +%%DATADIR%%/emblems/8/emblem-mounted.svg +%%DATADIR%%/emblems/8/emblem-symbolic-link.svg +%%DATADIR%%/emblems/8/emblem-unmounted.svg +%%DATADIR%%/emotes/32/face-smile.svg +%%DATADIR%%/icon-theme.cache +%%DATADIR%%/index.theme +@comment %%DATADIR%%/mimetypes/128/dummy.txt +%%DATADIR%%/mimetypes/16/application-x-cd-image.svg +%%DATADIR%%/mimetypes/16/application-x-iso.svg +%%DATADIR%%/mimetypes/16/inode-directory.svg +%%DATADIR%%/mimetypes/32/application-epub+zip.svg +%%DATADIR%%/mimetypes/32/application-javascript.svg +%%DATADIR%%/mimetypes/32/application-msword.svg +%%DATADIR%%/mimetypes/32/application-pdf.svg +%%DATADIR%%/mimetypes/32/application-pkcs10.svg +%%DATADIR%%/mimetypes/32/application-pkcs8+pem.svg +%%DATADIR%%/mimetypes/32/application-vnd.android.package-archive.svg +%%DATADIR%%/mimetypes/32/application-wps-office.doc.svg +%%DATADIR%%/mimetypes/32/application-wps-office.ppt.svg +%%DATADIR%%/mimetypes/32/application-wps-office.xlsx.svg +%%DATADIR%%/mimetypes/32/application-x-7z-compressed.svg +%%DATADIR%%/mimetypes/32/application-x-bittorrent.svg +%%DATADIR%%/mimetypes/32/application-x-cd-image.svg +%%DATADIR%%/mimetypes/32/application-x-executable.svg +%%DATADIR%%/mimetypes/32/application-x-font-ttf.svg +%%DATADIR%%/mimetypes/32/application-x-iso.svg +%%DATADIR%%/mimetypes/32/audio-x-generic.svg +%%DATADIR%%/mimetypes/32/image-svg+xml.svg +%%DATADIR%%/mimetypes/32/image-x-generic.svg +%%DATADIR%%/mimetypes/32/inode-directory.svg +%%DATADIR%%/mimetypes/32/text-plain.svg +%%DATADIR%%/mimetypes/32/text-x-generic.svg +%%DATADIR%%/mimetypes/32/video-x-generic.svg +%%DATADIR%%/mimetypes/48/application-x-cd-image.svg +%%DATADIR%%/mimetypes/48/application-x-iso.svg +%%DATADIR%%/mimetypes/48/inode-directory.svg +%%DATADIR%%/mimetypes/48/text-plain.svg +%%DATADIR%%/mimetypes/48/text-x-generic.svg +%%DATADIR%%/mimetypes/64/application-epub+zip.svg +%%DATADIR%%/mimetypes/64/application-javascript.svg +%%DATADIR%%/mimetypes/64/application-msword.svg +%%DATADIR%%/mimetypes/64/application-octet-stream.svg +%%DATADIR%%/mimetypes/64/application-pdf.svg +%%DATADIR%%/mimetypes/64/application-pkcs10.svg +%%DATADIR%%/mimetypes/64/application-pkcs8+pem.svg +%%DATADIR%%/mimetypes/64/application-vnd.android.package-archive.svg +%%DATADIR%%/mimetypes/64/application-wps-office.doc.svg +%%DATADIR%%/mimetypes/64/application-wps-office.ppt.svg +%%DATADIR%%/mimetypes/64/application-wps-office.xlsx.svg +%%DATADIR%%/mimetypes/64/application-x-7z-compressed.svg +%%DATADIR%%/mimetypes/64/application-x-bzip-compressed-tar.svg +%%DATADIR%%/mimetypes/64/application-x-cd-image.svg +%%DATADIR%%/mimetypes/64/application-x-compressed-tar.svg +%%DATADIR%%/mimetypes/64/application-x-cue.svg +%%DATADIR%%/mimetypes/64/application-x-executable.svg +%%DATADIR%%/mimetypes/64/application-x-font-otf.svg +%%DATADIR%%/mimetypes/64/application-x-font-ttf.svg +%%DATADIR%%/mimetypes/64/application-x-iso.svg +%%DATADIR%%/mimetypes/64/application-x-java-archive.svg +%%DATADIR%%/mimetypes/64/application-x-lha.svg +%%DATADIR%%/mimetypes/64/application-x-pem-key.svg +%%DATADIR%%/mimetypes/64/application-x-raw-disk-image.svg +%%DATADIR%%/mimetypes/64/application-x-ruby.svg +%%DATADIR%%/mimetypes/64/application-x-sharedlib.svg +%%DATADIR%%/mimetypes/64/application-x-shellscript.svg +%%DATADIR%%/mimetypes/64/application-x-tar.svg +%%DATADIR%%/mimetypes/64/application-x-theme.svg +%%DATADIR%%/mimetypes/64/application-x-trash.svg +%%DATADIR%%/mimetypes/64/application-x-zerosize.svg +%%DATADIR%%/mimetypes/64/application-zip.svg +%%DATADIR%%/mimetypes/64/audio-x-generic.svg +%%DATADIR%%/mimetypes/64/image-bmp.svg +%%DATADIR%%/mimetypes/64/image-jpeg.svg +%%DATADIR%%/mimetypes/64/image-png.svg +%%DATADIR%%/mimetypes/64/image-svg+xml-compressed.svg +%%DATADIR%%/mimetypes/64/image-svg+xml.svg +%%DATADIR%%/mimetypes/64/image-x-generic.svg +%%DATADIR%%/mimetypes/64/inode-directory.svg +%%DATADIR%%/mimetypes/64/package-x-generic.svg +%%DATADIR%%/mimetypes/64/text-css.svg +%%DATADIR%%/mimetypes/64/text-html.svg +%%DATADIR%%/mimetypes/64/text-markdown.svg +%%DATADIR%%/mimetypes/64/text-plain.svg +%%DATADIR%%/mimetypes/64/text-x-cmake.svg +%%DATADIR%%/mimetypes/64/text-x-credits.svg +%%DATADIR%%/mimetypes/64/text-x-generic.svg +%%DATADIR%%/mimetypes/64/video-mp4.svg +%%DATADIR%%/mimetypes/64/video-x-matroska.svg +%%DATADIR%%/mimetypes/64/video-x-msvideo.svg +@comment %%DATADIR%%/places/128/dummy.txt +%%DATADIR%%/places/16/folder-documents.svg +%%DATADIR%%/places/16/folder-download.svg +%%DATADIR%%/places/16/folder-images.svg +%%DATADIR%%/places/16/folder-music.svg +%%DATADIR%%/places/16/folder-network.svg +%%DATADIR%%/places/16/folder-pictures.svg +%%DATADIR%%/places/16/folder-publicshare.svg +%%DATADIR%%/places/16/folder-red.svg +%%DATADIR%%/places/16/folder-sound.svg +%%DATADIR%%/places/16/folder-text.svg +%%DATADIR%%/places/16/folder-videos.svg +%%DATADIR%%/places/16/folder.svg +%%DATADIR%%/places/16/network-workgroup.svg +%%DATADIR%%/places/16/user-desktop.svg +%%DATADIR%%/places/16/user-home.svg +%%DATADIR%%/places/16/user-trash-full.svg +%%DATADIR%%/places/16/user-trash.svg +%%DATADIR%%/places/32/bookmarks.svg +%%DATADIR%%/places/32/folder-documents.svg +%%DATADIR%%/places/32/folder-download.svg +%%DATADIR%%/places/32/folder-dropbox.svg +%%DATADIR%%/places/32/folder-github.svg +%%DATADIR%%/places/32/folder-google-drive.svg +%%DATADIR%%/places/32/folder-launchpad.svg +%%DATADIR%%/places/32/folder-mega.svg +%%DATADIR%%/places/32/folder-music.svg +%%DATADIR%%/places/32/folder-network.svg +%%DATADIR%%/places/32/folder-pictures.svg +%%DATADIR%%/places/32/folder-publicshare.svg +%%DATADIR%%/places/32/folder-red.svg +%%DATADIR%%/places/32/folder-templates.svg +%%DATADIR%%/places/32/folder-videos.svg +%%DATADIR%%/places/32/folder.svg +%%DATADIR%%/places/32/network-workgroup.svg +%%DATADIR%%/places/32/user-desktop.svg +%%DATADIR%%/places/32/user-home.svg +%%DATADIR%%/places/32/user-trash-full.svg +%%DATADIR%%/places/32/user-trash.svg +%%DATADIR%%/places/48/folder-documents.svg +%%DATADIR%%/places/48/folder-download.svg +%%DATADIR%%/places/48/folder-dropbox.svg +%%DATADIR%%/places/48/folder-github.svg +%%DATADIR%%/places/48/folder-google-drive.svg +%%DATADIR%%/places/48/folder-launchpad.svg +%%DATADIR%%/places/48/folder-mega.svg +%%DATADIR%%/places/48/folder-music.svg +%%DATADIR%%/places/48/folder-network.svg +%%DATADIR%%/places/48/folder-pictures.svg +%%DATADIR%%/places/48/folder-publicshare.svg +%%DATADIR%%/places/48/folder-red.svg +%%DATADIR%%/places/48/folder-templates.svg +%%DATADIR%%/places/48/folder-videos.svg +%%DATADIR%%/places/48/folder.svg +%%DATADIR%%/places/48/network-workgroup.svg +%%DATADIR%%/places/48/start-here.svg +%%DATADIR%%/places/48/user-desktop.svg +%%DATADIR%%/places/48/user-home.svg +%%DATADIR%%/places/48/user-trash-full.svg +%%DATADIR%%/places/48/user-trash.svg +%%DATADIR%%/places/64/folder-documents.svg +%%DATADIR%%/places/64/folder-download.svg +%%DATADIR%%/places/64/folder-dropbox.svg +%%DATADIR%%/places/64/folder-github.svg +%%DATADIR%%/places/64/folder-google-drive.svg +%%DATADIR%%/places/64/folder-launchpad.svg +%%DATADIR%%/places/64/folder-mega.svg +%%DATADIR%%/places/64/folder-music.svg +%%DATADIR%%/places/64/folder-network.svg +%%DATADIR%%/places/64/folder-pictures.svg +%%DATADIR%%/places/64/folder-publicshare.svg +%%DATADIR%%/places/64/folder-red.svg +%%DATADIR%%/places/64/folder-templates.svg +%%DATADIR%%/places/64/folder-videos.svg +%%DATADIR%%/places/64/folder.svg +%%DATADIR%%/places/64/network-workgroup.svg +%%DATADIR%%/places/64/start-here.svg +%%DATADIR%%/places/64/user-desktop.svg +%%DATADIR%%/places/64/user-home.svg +%%DATADIR%%/places/64/user-trash-full.svg +%%DATADIR%%/places/64/user-trash.svg +@comment %%DATADIR%%/places/symbolic/dummy.txt +%%DATADIR%%/status/128/dialog-information.svg +%%DATADIR%%/status/128/user-identity.svg +@comment %%DATADIR%%/status/16/dummy.txt +%%DATADIR%%/status/22/update-high.svg +%%DATADIR%%/status/22/update-low.svg +%%DATADIR%%/status/22/update-medium.svg +%%DATADIR%%/status/22/update-none.svg +@comment %%DATADIR%%/status/24/dummy.txt +%%DATADIR%%/status/32/security-high.svg +%%DATADIR%%/status/32/update-none.svg +%%DATADIR%%/status/32/user-online.svg +%%DATADIR%%/status/32/weather-clear-night.svg +%%DATADIR%%/status/32/weather-clear.svg +%%DATADIR%%/status/32/weather-clouds-nights.svg +%%DATADIR%%/status/32/weather-clouds.svg +%%DATADIR%%/status/32/weather-few-clouds-night.svg +%%DATADIR%%/status/32/weather-few-clouds.svg +%%DATADIR%%/status/32/weather-freezing-rain.svg +%%DATADIR%%/status/32/weather-hail.svg +%%DATADIR%%/status/32/weather-many-clouds.svg +%%DATADIR%%/status/32/weather-overcast.svg +%%DATADIR%%/status/32/weather-showers-day.svg +%%DATADIR%%/status/32/weather-showers-night.svg +%%DATADIR%%/status/32/weather-showers-scattered-day.svg +%%DATADIR%%/status/32/weather-showers-scattered-night.svg +%%DATADIR%%/status/32/weather-showers-scattered.svg +%%DATADIR%%/status/32/weather-showers.svg +%%DATADIR%%/status/32/weather-snow-rain.svg +%%DATADIR%%/status/32/weather-snow-scattered-day.svg +%%DATADIR%%/status/32/weather-snow-scattered-night.svg +%%DATADIR%%/status/32/weather-snow-scattered.svg +%%DATADIR%%/status/32/weather-snow.svg +%%DATADIR%%/status/32/weather-storm-night.svg +%%DATADIR%%/status/32/weather-storm.svg +%%DATADIR%%/status/48/dialog-information.svg +%%DATADIR%%/status/64/dialog-information.svg +@comment %%DATADIR%%/status/symbolic/dummy.txt