diff options
author | Dustin Polke <dustin.polke@uni-siegen.de> | 2011-10-06 17:32:03 +0200 |
---|---|---|
committer | Dustin Polke <dustin.polke@uni-siegen.de> | 2011-10-06 17:33:47 +0200 |
commit | 84dc759e8a335719a3eea918b4b2638114d52be9 (patch) | |
tree | 25513c648c9844894afccb24920ab3911c834c44 /eclass | |
parent | Update .gitignore. (diff) | |
download | DuPol-84dc759e8a335719a3eea918b4b2638114d52be9.tar.gz DuPol-84dc759e8a335719a3eea918b4b2638114d52be9.tar.bz2 DuPol-84dc759e8a335719a3eea918b4b2638114d52be9.zip |
Prepare cairo-dock.eclass for pkg move cairo-dock-plugins-* -> cd-plugins-*.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cairo-dock.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/cairo-dock.eclass b/eclass/cairo-dock.eclass index b316d38..9f20217 100644 --- a/eclass/cairo-dock.eclass +++ b/eclass/cairo-dock.eclass @@ -25,6 +25,7 @@ inherit versionator # @DESCRIPTION: # Upstream's name of the plugin package : ${CDP_P:=${PN%-*}-$(replace_version_separator 3 '~' )} +CDP_P=${CDP_P/cd/cairo-dock} # @ECLASS-VARIABLE: CD_PV_MAJ_MIN # @INTERNAL @@ -65,7 +66,7 @@ S="${WORKDIR}"/${CD_P} cairo-dock_src_unpack() { if [ "${CD_TYPE}" == "plug-ins" ]; then local target targets - [ "${PN}" == "cairo-dock-plugins-core" ] && \ + [ "${PN}" == "cd-plugins-core" ] && \ targets+=( "${CDP_P}/po" ) for target in ${CD_PLUGINS[@]}; do targets+=( "${CDP_P}/${target}" ) |