diff options
author | Scott Moreau <oreaus@gmail.com> | 2011-07-07 10:24:36 -0600 |
---|---|---|
committer | Scott Moreau <oreaus@gmail.com> | 2011-07-07 10:24:36 -0600 |
commit | ce4e8e46c0e2f972aff2e72a90179338db784ee0 (patch) | |
tree | 0f80ba87dbfb3fb4a6f6e6d9f84a844be2d35f99 | |
parent | 7e47556723f4683ca5c455960ba235ece1eef41f (diff) | |
download | scripts-ce4e8e46c0e2f972aff2e72a90179338db784ee0.tar.gz scripts-ce4e8e46c0e2f972aff2e72a90179338db784ee0.tar.bz2 |
Use static from git.
-rwxr-xr-x | compiz-addons-0.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiz-addons-0.8 b/compiz-addons-0.8 index 9bbd781..c2ddfcd 100755 --- a/compiz-addons-0.8 +++ b/compiz-addons-0.8 @@ -35,7 +35,7 @@ snow_url=git://anongit.compiz.org/fusion/plugins/snow snowglobe_url=git://anongit.compiz.org/users/metastability/snowglobe stackswitch_url=git://anongit.compiz.org/compiz/plugins/stackswitch stars_url=git://anongit.compiz.org/inactive/users/smspillaz/stars -static_url=http://www.efaref.net/git/compiz/plugins/static.git +static_url=git://anongit.compiz.org/inactive/users/smspillaz/static swap_url=git://anongit.compiz.org/users/edgurgel/swap throw_url=git://anongit.compiz.org/users/smspillaz/throw tile_url=git://anongit.compiz.org/compiz/plugins/tile @@ -67,7 +67,7 @@ fi plugin_list=(anaglyph atlantis cubemodel dialog elements extra-animations fakeargb fireflies freewins ghost photowheel putplus screensaver simple-animations smartput snow snowglobe stackswitch stars static swap throw tile toggle-decoration wizard workspacenames) # Plugins already ported to compiz++ need to checkout the 0.8 version -cpp_list=(anaglyph atlantis cubemodel dialog extra-animations fakeargb freewins ghost photowheel screensaver simple-animations snowglobe stackswitch swap throw tile toggle-decoration wizard workspacenames) +cpp_list=(anaglyph atlantis cubemodel dialog extra-animations fakeargb freewins ghost photowheel screensaver simple-animations snowglobe stackswitch static swap throw tile toggle-decoration wizard workspacenames) # Plugins that need porting to compiz++: mswitch putplus smartput dep_list=(compiz compiz-fusion-bcop compiz-dev compizconfig-settings-manager compiz-fusion-plugins-extra build-essential libtool libglu1-mesa-dev libxss-dev libcairo2-dev libdecoration0-dev libpango1.0-dev git-core) |