fetch-kde-qt.sh: modularize script allowing multiple versions
This commit is contained in:
1
pkgs/desktops/kde-5/applications/fetch.sh
Normal file
1
pkgs/desktops/kde-5/applications/fetch.sh
Normal file
@@ -0,0 +1 @@
|
||||
WGET_ARGS=( http://download.kde.org/stable/applications/16.08.0/ -A '*.tar.xz' )
|
||||
1
pkgs/desktops/kde-5/plasma/fetch.sh
Normal file
1
pkgs/desktops/kde-5/plasma/fetch.sh
Normal file
@@ -0,0 +1 @@
|
||||
WGET_ARGS=( http://download.kde.org/stable/plasma/5.7.4/ -A '*.tar.xz' )
|
||||
@@ -1,16 +0,0 @@
|
||||
{ plasmaPackage, ecm, baloo, kactivities, kconfig
|
||||
, kcoreaddons, kdeclarative, kguiaddons, ki18n, kio, kservice
|
||||
, kfilemetadata, plasma-framework, qtdeclarative, qtmultimedia
|
||||
, taglib
|
||||
}:
|
||||
|
||||
plasmaPackage rec {
|
||||
name = "plasma-mediacenter";
|
||||
nativeBuildInputs = [
|
||||
ecm
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
baloo kactivities kdeclarative kfilemetadata ki18n kio plasma-framework
|
||||
kconfig kcoreaddons kguiaddons kservice qtdeclarative qtmultimedia taglib
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user