f53379b163
* Change build system to CMake. * Add support ConsoleKit. * Fix some bugs.... For the port: * The Berlios mirrors don't have the new version, so update the MASTER_SITES per the instructions on the web page. * Add the ability to verify the PGP signature on the distfile * Add consolekit support, and switch build to CMake * Remove no-longer relevant patches * Add patches necessary to work with the new build system * Add a patch for a nicer default theme * Fix the console command in the slim.conf patch * Use @dirrmtry in the plist in case the user has installed themes * Remove uneeded blank lines around (and in) pkg-message * Add REQUIRE: dbus to the rc.d script to accomodate consolekit The PR mentioned the new version, but did not supply a patch PR: ports/166964 Submitted by: Dave <davemorgan353@btinternet.com> Approved by: maintainer timeout
11 lines
395 B
Plaintext
11 lines
395 B
Plaintext
bin/slim
|
|
%%DATADIR%%/themes/default/background.jpg
|
|
%%DATADIR%%/themes/default/panel.png
|
|
%%DATADIR%%/themes/default/slim.theme
|
|
@dirrm %%DATADIR%%/themes/default
|
|
@dirrmtry %%DATADIR%%/themes
|
|
@dirrmtry %%DATADIR%%
|
|
@unexec if cmp -s %D/etc/slim.conf.sample %D/etc/slim.conf; then rm -f %D/etc/slim.conf; fi
|
|
etc/slim.conf.sample
|
|
@exec if [ ! -f %D/etc/slim.conf ] ; then cp -p %D/%F %B/slim.conf; fi
|