Page MenuHomeSolus

D4512.id11067.diff
No OneTemporary

D4512.id11067.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,18 +1,20 @@
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
+ %python3_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
+ 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,25 @@
<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="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-01</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

Mime Type
text/plain
Expires
Jun 12 2023, 1:11 PM (8 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5839528
Default Alt Text
D4512.id11067.diff (3 KB)

Event Timeline