[rpm] Update to latest gpodder-core, add podcastparser
Podcastparser is now managed as a separate project, so add it as submodule too and forward the gpodder-core subproject to have the latest changes integrated.
This commit is contained in:
parent
e901a11390
commit
3a33954f83
4 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
|||
[submodule "gpodder-ui-qml"]
|
||||
path = gpodder-ui-qml
|
||||
url = git://github.com/gpodder/gpodder-ui-qml.git
|
||||
[submodule "podcastparser"]
|
||||
path = podcastparser
|
||||
url = git://github.com/gpodder/podcastparser.git
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a9c4e856ba7a940ddbd81143959ae28d6f99b8ba
|
||||
Subproject commit d33794459aa8cea0677548df7e63a3c944585a48
|
1
podcastparser
Submodule
1
podcastparser
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 37b68e71ca23500fe38b6a19de65b4447eedde4b
|
|
@ -29,6 +29,7 @@ gPodder downloads and manages free audio and video content for you.
|
|||
TARGET=%{buildroot}/%{_datadir}/%{name}/qml
|
||||
mkdir -p $TARGET
|
||||
cp -rpv gpodder-core/src/* $TARGET/
|
||||
cp -rpv podcastparser/podcastparser.py $TARGET/
|
||||
cp -rpv gpodder-ui-qml/main.py gpodder-ui-qml/qml $TARGET/
|
||||
cp -rpv %{name}.qml $TARGET/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue