author | kergoth <kergoth> | 2003-01-26 19:23:46 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-26 19:23:46 (UTC) |
commit | fcc5341e8eaef9586cb7fd2b40a22198de0d196d (patch) (side-by-side diff) | |
tree | 749e6a7118c41d6a5a6fa8028d716123fbafda00 /noncore/styles/theme | |
parent | 721eae88bd32905c9ebe715be0955583edf6e641 (diff) | |
download | opie-fcc5341e8eaef9586cb7fd2b40a22198de0d196d.zip opie-fcc5341e8eaef9586cb7fd2b40a22198de0d196d.tar.gz opie-fcc5341e8eaef9586cb7fd2b40a22198de0d196d.tar.bz2 |
Remove depends on a specific version.. it should be depending on >= or <= depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
-rw-r--r-- | noncore/styles/theme/opie-theme-luna.control | 2 | ||||
-rw-r--r-- | noncore/styles/theme/opie-theme.control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/styles/theme/opie-theme-luna.control b/noncore/styles/theme/opie-theme-luna.control index 05bbff5..e094fb3 100644 --- a/noncore/styles/theme/opie-theme-luna.control +++ b/noncore/styles/theme/opie-theme-luna.control @@ -4,7 +4,7 @@ Section: opie/system Maintainer: Robert Griebl <sandman@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION.1 -Depends: opie-theme ($QPE_VERSION) +Depends: opie-theme Description: Luna theme for OPIE. This is the KDE2 theme Luna from Aronnax repackaged for OPIE. diff --git a/noncore/styles/theme/opie-theme.control b/noncore/styles/theme/opie-theme.control index 1485884..a2cd453 100644 --- a/noncore/styles/theme/opie-theme.control +++ b/noncore/styles/theme/opie-theme.control @@ -4,7 +4,7 @@ Section: opie/system Maintainer: Robert Griebl <sandman@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION.1 -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: Themed style. This style accepts all themes written for KDE 2.2 |