forked from basket-notepads/basket
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This just brought to my notice a dependency on X11, that should in all likelihood be removed in the future.
- Loading branch information
Showing
10 changed files
with
10 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,4 @@ | ||
|
||
include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) | ||
|
||
|
||
########### install files ############### | ||
|
||
install(FILES abstract.png alien-artifact.png basket-title.png green-curves.png light.png painting.png pens.png pins.png rainbow-balls.png rounds-line.png strings.png todo.png working.png DESTINATION ${DATA_INSTALL_DIR}/basket/backgrounds/previews) | ||
|
||
|
||
|
||
#original Makefile.am contents follow: | ||
|
||
#backgroundspreviewsdir = $(kde_datadir)/basket/backgrounds/previews | ||
#backgroundspreviews_DATA = \ | ||
# abstract.png \ | ||
# alien-artifact.png \ | ||
# basket-title.png \ | ||
# green-curves.png \ | ||
# light.png \ | ||
# painting.png \ | ||
# pens.png \ | ||
# pins.png \ | ||
# rainbow-balls.png \ | ||
# rounds-line.png \ | ||
# strings.png \ | ||
# todo.png \ | ||
# working.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,3 @@ | ||
|
||
include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) | ||
|
||
|
||
########### install files ############### | ||
|
||
install(FILES abstract.png alien-artifact.png alien-artifact.png.config basket-title.png green-curves.png light.png painting.png pens.png pins.png rainbow-balls.png rounds-line.png strings.png todo.png working.png DESTINATION ${DATA_INSTALL_DIR}/basket/backgrounds) | ||
|
||
|
||
|
||
#original Makefile.am contents follow: | ||
|
||
#backgroundsdir = $(kde_datadir)/basket/backgrounds | ||
#backgrounds_DATA = \ | ||
# abstract.png \ | ||
# alien-artifact.png alien-artifact.png.config \ | ||
# basket-title.png \ | ||
# green-curves.png \ | ||
# light.png \ | ||
# painting.png \ | ||
# pens.png \ | ||
# pins.png \ | ||
# rainbow-balls.png \ | ||
# rounds-line.png \ | ||
# strings.png \ | ||
# todo.png \ | ||
# working.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1 @@ | ||
|
||
include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) | ||
|
||
|
||
########### install files ############### | ||
|
||
install(FILES insertion_help.png tag_export_help.png tag_export_on_every_lines_help.png DESTINATION ${DATA_INSTALL_DIR}/basket/images) | ||
|
||
|
||
|
||
#original Makefile.am contents follow: | ||
|
||
#imagesdir = $(kde_datadir)/basket/images | ||
#images_DATA = insertion_help.png \ | ||
# tag_export_help.png \ | ||
# tag_export_on_every_lines_help.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1 @@ | ||
|
||
include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) | ||
|
||
|
||
########### install files ############### | ||
|
||
install(FILES DESTINATION ${DATA_INSTALL_DIR}/basket/icons) | ||
|
||
kde4_install_icons(${ICON_INSTALL_DIR}) | ||
|
||
|
||
|
||
#original Makefile.am contents follow: | ||
|
||
#tagsdir = $(kde_datadir)/basket/icons | ||
#tags_ICON = AUTO | ||
#KDE_ICON = AUTO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,4 @@ | ||
FILE (GLOB BASKETS_FILES *.baskets) | ||
|
||
include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) | ||
install(FILES ${BASKETS_FILES} DESTINATION ${DATA_INSTALL_DIR}/basket/welcome) | ||
|
||
|
||
########### install files ############### | ||
|
||
install(FILES Welcome_de.baskets Welcome_en_US.baskets Welcome_fr.baskets Welcome_it.baskets Welcome_ja.baskets Welcome_nn.baskets Welcome_pt.baskets Welcome_ru.baskets DESTINATION ${DATA_INSTALL_DIR}/basket/welcome) | ||
|
||
|
||
|
||
#original Makefile.am contents follow: | ||
|
||
#welcomedir = $(kde_datadir)/basket/welcome | ||
#welcome_DATA = \ | ||
# Welcome_de.baskets \ | ||
# Welcome_en_US.baskets \ | ||
# Welcome_fr.baskets \ | ||
# Welcome_it.baskets \ | ||
# Welcome_ja.baskets \ | ||
# Welcome_nn.baskets \ | ||
# Welcome_pt.baskets \ | ||
# Welcome_ru.baskets |