Thread: n9 theme Maker
View Single Post
qwazix's Avatar
Moderator | Posts: 2,622 | Thanked: 5,447 times | Joined on Jan 2010
#48
Originally Posted by wook_sf View Post
ok, so, we will remake theme changer and make it like Home Screen settings, or, simply runnable from there.
very nice idea
but how to add if block to .deb? so that it will check if dep is already there?
you have to edit DEBIAN/control file, the line which starts with depends, and add the package name (and optionally version number) of theme changer.
Code:
Package: hello
     Priority: optional
     Section: devel
     Installed-Size: 45
     Maintainer: Adam Heath <doogie@debian.org>
     Architecture: i386
     Version: 1.3-16
     Depends: libc6 (>= 2.1)
     Description: The classic greeting, and a example
      The GNU hello program produces a familiar, friendly greeting.  It
      allows nonprogrammers to use a classic computer science tool which
      would otherwise be unavailable to them.
      .
      Seriously, though: this is an example of how to do a Debian package.
      It is the Debian version of the GNU Project's `hello world' program
      (which is itself an example for the GNU Project).
see http://www.debian.org/doc/debian-pol...rolfields.html
__________________
Proud coding competition 2012 winner: ρcam
My other apps: speedcrunch N9 N900 Jolla –– contactlaunch –– timenow

Nemo UX blog: Grog
My website: qwazix.com
My job: oob

Last edited by qwazix; 2012-06-18 at 06:02.