aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD/deskutils
Commit message (Collapse)AuthorAge
* Fix up the pkg-plist for lumina-textedit.Ken Moore2019-07-01
| | | | Needed to add the new java.syntax rules file.
* Remove the lumina-[calculator/pdf] ports.Ken Moore2019-04-01
| | | | These are in their own repositories now.
* Remove the "@qt5" flavor of gstreamer1-qt. Qt5 is the only option now - ↵Ken Moore2019-04-01
| | | | flavor was removed upstream.
* Fix pkg-plist for lumina-photo again.Ken Moore2019-01-21
| | | | The "fur" locale is not supported by the app
* Fix up the GitHub org used for the FreeBSD ports.Ken Moore2019-01-18
|
* Fix up the pkg-plist for the lumina-photo port.Ken Moore2019-01-18
|
* delete lumina-calculator pkg-messageCat2019-01-05
| | | It's a duplicate of the lumina-core pkg-message and makes that message appear twice when installing Lumina.
* just a quick plist fix for the right pathsq5sys (JT)2018-11-25
|
* Start putting together a port for the lumina-photo utilityKen Moore2018-11-24
|
* Fix up the port template for lumina-pdfKen Moore2018-08-17
|
* More fixes for the Lumina ports for FreeBSD.Ken Moore2018-08-16
| | | | This *should* finish up all the changes to the Qt build subsystem and pkg-plist files.
* Chase even more port flavor changes in FreeBSD....Ken Moore2018-08-10
|
* Update MakefileKen Moore2018-08-10
| | | Fix qt5 flavor
* Fix another thing in the FreeBSD port template.Ken Moore2018-08-10
| | | | Match upstream changes to support "flavors" of qt
* Fix the FreeBSD port files.Ken Moore2018-08-10
| | | | Change the USE_QT5 to USE_QT and USES+= qt:5 to align with the new syntax within the ports tree.
* Update the port makefile for deskutils/lumina-pdf to expose the ↵Ken Moore2018-03-21
| | | | | | MuPDF/Poppler build options. Have the MuPDF option enabled by default.
* Remove the FreeBSD port: deskutils/lumina-notify.Ken Moore2018-03-06
| | | | No longer in the lumina repo/tree (separate tool now)
* Add another XDG registration for lumina-mediaplayer when pianobar is installed.Ken Moore2018-03-05
| | | | This shortcut is specifically for launching the Pandora radio streaming side.
* Make sure the FreeBSD ports have OPTIONS_SUB=yes in the MakefileKen Moore2018-02-13
| | | | This ensures that the plist entries which start with %%I18N%% get ignored if the option is not set
* Update all the Lumina portsKen Moore2018-02-09
| | | | | Ensure that the translation files are offset by %%I18N%% Also rework a few USE/USES ordering
* make portlint happyq5sys2017-12-12
|
* update portmaintainer for packagesq5sys2017-11-24
|
* remove lumina-xdg-entry from buildq5sys2017-11-24
|
* Redo all the new man pages categories.Ken Moore2017-11-20
| | | | Make sure they are all man1 instead of man8
* Fix up the pkg-plist for all the Lumina ports:Ken Moore2017-11-20
| | | | Adding in the new manpages.
* Add a new port for lumina-pdf:Ken Moore2017-08-11
| | | | deskutils/lumina-pdf : also added to the "x11/lumina" meta-package
* Update the Makefile for lumina-mediaplayerKen Moore2017-08-07
| | | | gstreamer1-plugins-gl is required for video playback to not crash/stop when the video is hidden (such as changing tabs or minimizing the window). The gstreamer1-qt5 package is just a good idea to pull in the other plugins that Qt5 supports.
* Updated plist for Australian translation filesZackaryWelch2017-07-31
|
* Fix typo with pkg-plistKris Moore2017-07-03
|
* Fix the package plist for lumina-xdg-entryKen Moore2017-06-30
|
* Fix the pkg-plist for lumina-texteditKen Moore2017-06-30
|
* Fix up some more of the lumina-calculator Makefile - it also needs the ↵Ken Moore2017-06-30
| | | | X11/XCB dependencies explicitly listed
* Oops - missed a character in lumina-calculator MakefileKen Moore2017-06-30
|
* Large cleanup of the FreeBSD port Makefiles that are saved in the tree ↵Ken Moore2017-06-30
| | | | (based on some make-system feedback after testing them before publishing 1.3.0)
* Fix up the pkg-plist for lumina-textedit to account for the new file support ↵Ken Moore2017-06-19
| | | | files.
* Add a new syntax rule set for JSON files. Seems to be working fine.Ken Moore2017-06-11
|
* Add an XML syntax highlighting rule to LTE. Seems fully-functional.Ken Moore2017-06-11
|
* Update the deskutils/lumina-textedit pkg-plist to account for the new syntax ↵Ken Moore2017-06-09
| | | | files (and readme file)
* fix lumina-notify portfilesq5sys2017-05-16
|
* Final fix for the new Lumina ports. Fix a plist and another MakefileKen Moore2017-05-16
|
* Adjust all the new Lumina ports - looks like there was a QtMultimedia ↵Ken Moore2017-05-16
| | | | dependency in one of the library classes.
* Bump the version of Lumina to 1.2.2, and put a CONFLICTS line with 1.2.1 in ↵Ken Moore2017-05-14
| | | | the new port files.
* Fix up the pkg-plist for all the new ports. Get rid of the auto-expansion ↵Ken Moore2017-05-13
| | | | | | used in the old plist. Also change the name of the binary for lumina-notify to "lumina-notify" and add a lumina-notify.desktop file.
* Fix up the new port files so they all pass portlint now.Ken Moore2017-05-13
|
* Split up the FreeBSD port files into a total of 12 portsKen Moore2017-05-13
x11/lumina (meta port for all of them) x11/lumina-core (core desktop: lumina-open, lumina-desktop, start-lumina-desktop, themes, icons, etc..) x11/lumina-coreutils (core configuration utilities: lumina-config, lumina-xconfig, lumina-search) deskutils/lumina-archiver deskutils/lumina-calculator deskutils/lumina-fileinfo deskutils/lumina-fm deskutils/lumina-mediaplayer deskutils/lumina-notify deskutils/lumina-screenshot deskutils/lumina-textedit deskutils/lumina-xdg-entry
bgstack15