summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-10-26 08:50:06 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-10-26 08:50:06 +0800
commit5e4b5e339027681de793ff42e6b313ee84684702 (patch)
treec35cfd35b67854f0ecfd4e593d9c845e954a3bac
parent1d89cf77e02a33b09d6f2ed719529ba0851a6cbd (diff)
release: stable release 0.0.180.0.18
-rw-r--r--configure.ac9
-rw-r--r--totem/plugin/ppstream.totem-plugin11
2 files changed, 1 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index f121a7d..34a6569 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,5 @@
# -*- Autoconf -*-
-m4_define([totem_pps_major], 0)
-m4_define([totem_pps_minor], 0)
-m4_define([totem_pps_micro], 17)
-m4_define([totem_pps_nano], 14)
-m4_if(totem_pps_nano, 0,
- [m4_define(totem_pps_version, totem_pps_major.totem_pps_minor.totem_pps_micro)],
- [m4_define(totem_pps_version, totem_pps_major.totem_pps_minor.totem_pps_micro.totem_pps_nano)])
-AC_INIT([totem-pps], totem_pps_version)
+AC_INIT([totem-pps], 0.0.18)
dnl AC_INIT([$PACKAGE], [$VERSION])
AC_CONFIG_SRCDIR([config.h.in])
diff --git a/totem/plugin/ppstream.totem-plugin b/totem/plugin/ppstream.totem-plugin
deleted file mode 100644
index 502bce2..0000000
--- a/totem/plugin/ppstream.totem-plugin
+++ /dev/null
@@ -1,11 +0,0 @@
-[Totem Plugin]
-Loader=python
-Module=ppstream
-IAge=1
-Name=PPStream browser
-Name[zh_CN]=PPStream 浏览器
-Description=A plugin to let you browse PPStream videos.
-Description[zh_CN]=一个可以浏览 PPStream 视频的插件
-Authors=Luo Jinghua <sunmoon1997@gmail.com>
-Copyright=Copyright © 2009 Luo Jinghua
-Website=http://www.gnome.org/projects/totem/