Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10854361
D4512.id11100.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D4512.id11100.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,18 +1,18 @@
name : ddgr
-version : 1.4
-release : 1
+version : 1.6
+release : 2
source :
- - https://github.com/jarun/ddgr/archive/v1.4.tar.gz : 045063b4d7262992a7ea3cd9fe9715a199318828de82073f54c42631d3ef41b7
+ - https://github.com/jarun/ddgr/archive/v1.6.tar.gz : eae7ff1ab44dfda168a8bbe46593e80ca4a26ab45a9efbab13e6f466349e0e5c
license : GPL-3.0-or-later
component : network.clients
-summary : DuckDuckGo from the terminal
+summary : DuckDuckGo from the terminal
description: |
ddgr is a cmdline utility to search DuckDuckGo from the terminal.
-rundeps :
- - python3
+setup : |
+ %python3_setup
install : |
- PREFIX=/usr %make_install
-
- install -Dm00644 $workdir/auto-completion/bash/ddgr-completion.bash $installdir/usr/share/bash-completion/completions/ddgr
- install -Dm00644 $workdir/auto-completion/fish/ddgr.fish $installdir/usr/share/fish/vendor_completions.d/ddgr.fish
- install -Dm00644 $workdir/auto-completion/zsh/_ddgr $installdir/usr/share/zsh/site-functions/_ddgr
+ %python3_install
+ install -Dm00644 ddgr.1 $installdir/usr/share/man/man1/ddgr.1
+ install -Dm00644 auto-completion/bash/ddgr-completion.bash $installdir/usr/share/bash-completion/completions/ddgr
+ install -Dm00644 auto-completion/fish/ddgr.fish $installdir/usr/share/fish/vendor_completions.d/ddgr.fish
+ install -Dm00644 auto-completion/zsh/_ddgr $installdir/usr/share/zsh/site-functions/_ddgr
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>ddgr</Name>
<Packager>
- <Name>Longwu Ou</Name>
- <Email>xulongwu4@gmail.com</Email>
+ <Name>F. von Gellhorn</Name>
+ <Email>flinux@vongellhorn.ch</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>network.clients</PartOf>
@@ -20,20 +20,26 @@
<PartOf>network.clients</PartOf>
<Files>
<Path fileType="executable">/usr/bin/ddgr</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/__pycache__/ddgr.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ddgr-1.6-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ddgr-1.6-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ddgr-1.6-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ddgr-1.6-py3.6.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ddgr-1.6-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ddgr.py</Path>
<Path fileType="data">/usr/share/bash-completion/completions/ddgr</Path>
- <Path fileType="doc">/usr/share/doc/ddgr/README.md</Path>
<Path fileType="data">/usr/share/fish/vendor_completions.d/ddgr.fish</Path>
- <Path fileType="man">/usr/share/man/man1/ddgr.1.gz</Path>
+ <Path fileType="man">/usr/share/man/man1/ddgr.1</Path>
<Path fileType="data">/usr/share/zsh/site-functions/_ddgr</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2018-08-19</Date>
- <Version>1.4</Version>
+ <Update release="2">
+ <Date>2018-12-02</Date>
+ <Version>1.6</Version>
<Comment>Packaging update</Comment>
- <Name>Longwu Ou</Name>
- <Email>xulongwu4@gmail.com</Email>
+ <Name>F. von Gellhorn</Name>
+ <Email>flinux@vongellhorn.ch</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 14 2023, 3:58 PM (8 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5804891
Default Alt Text
D4512.id11100.diff (3 KB)
Attached To
Mode
D4512: Update ddgr to 1.6
Attached
Detach File
Event Timeline
Log In to Comment